/*<group=General Styles>*/

body {
	color: #362928;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #2E2226;
	text-align: center;
	margin: 0 20px 20px;
}

p {
}

b, strong {
    font-weight: bold;
}

a:link, a:visited {
	color: #7b4b56;
}

a:hover, a:active {
	color: #7b4b56;
	text-decoration: underline;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 754px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: #FFFFFF url(images/tm_sidebar_bg.png) repeat-y;
	border-bottom: 0px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 76px;
	/*background: url(images/header_bg.png);*/
	margin-right: 1px;
}

#pageHeader img {
    float: right;
	margin-top: 0px;
}

#pageHeader h1 {
	margin: 0;
	font-size: 28px;
	color: #362928;
	padding-left: 35px;
	padding-top: 10px;
	letter-spacing: -1px;
}

#pageHeader h2 {
    float: right;
    color: #362928;
	margin: 0;
	padding-right: 33px;
	font-size: 24px;
	letter-spacing: 2px;
}

#contentContainer {
	margin-left: 170px;
	margin-right: 8px;
	clear: right;
}

#contentContainer #content {
	padding: 0 20px 20px 17px;
}

table.contentTable {
	font-size: 12px;
	text-align: justify;
}

#sidebarContainer {
	float: left;
	width: 167px;
}

/* Padding around the sidebar contents. */
#sidebarContainer #sidebar {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
}

#sidebarContainer .sideHeader {
    background: url(images/tm_sidebar_top.png) no-repeat;
	/*width: 755px;*/
	/*height: 33px;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

#sidebarLink {
	color: #FF0000;
	font-size: 12px;
}

#sidebarLink a:link, a:visited, a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	background: repeat-x url(images/tm_footer_bg.png);
	height: 45px;
    width: 755px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 11px;
    color: #ffffff;
	padding-top: 0px;
	margin: 0;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding-top: 2px;
	padding-bottom: 0px;
	width: 168px;
	text-indent: -23px;
	color: #ffffff;
	background: #7B4C56;
	vertical-align: center;
	line-height: 100%;
	font-size: 11px;
}

#navcontainer #current {
	color: #ffffff;
	font-weight: bold;
	background: #5d3942;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 33px;
	padding-bottom: 5px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #5d3942;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 40px;
	color: #ffffff;
	font-size: 11px;
}

#navcontainer ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: #5d3942;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	background: #7b4b56;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
    text-align: center;
    font: 18px / 30px Times, 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #362928;
	margin: 0;
	vertical-align: bottom;
	padding-left: 189px;
	letter-spacing: 2px;
}

h3 {
	color: #362928;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #362928;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #362928;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	width: 754px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	height: 76px;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	width: 754px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	padding-right: 5px;
	padding-left: 5px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding: 10px 30px 10px 20px;
}

.blog-archive-month {
	margin: 0;
	font-size: 2.5em;
	color: #362928;
	padding-left: 20px;
	padding-top: 10px;
	letter-spacing: -1px;
}

.blog-archive-link {
	padding-left: 20px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}


.blog-archive-link a:hover {
	color: #ffffff;
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 45px;
}

.blog-entry-title {
	color: #362928;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}

.blog-entry-date {

}

.blog-entry-body {
	
}

.blog-entry-comments {
	border-top: 1px solid #cdcfd7;
	padding-top: 5px;
	margin-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 15px;
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item-title a:link {
	font-size: 2em;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #9998a1;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 2em;
	margin-bottom: 3px;
	font-weight: bold;
}

.album-description {
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 99%;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	color: #9998a1;
	font-size: 0.9em;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
	border: 5px solid #ffffff;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}

.photo-links {
	margin: 0;
	padding: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 5px;
}

.photo-title {
	font-size: 2em;
	margin-bottom: 3px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.photo-caption {
	padding: 0;
	margin: 0 0 10px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 2em;
	margin-bottom: 3px;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin: 15px;
}

.movie-title {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text {
	color: #c17484;
} 

.form-input-field {
	background: #ebebeb;
} 

.form-input-button { } 
/*</group>*/


