/* Start of CMSMS style sheet 'ontrackCSS' */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5A6D15 url(uploads/images/bk_page.gif) repeat-x;
	margin: 10px auto; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColFixHdr #container { 
	width: 820px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.thrColFixHdr #header { 
	background: #fff; 
	padding: 4px;  
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 0px; 
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 165px; 
	padding: 0px 10px 15px 15px; 
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 170px; 
	padding: 15px 10px 15px 25px; 
	font-size: 75%;
}
#sidebar2 p {
	color:#5A6D15;
	margin:3px 10px 3px 10px;
}
#sidebar2 img {
	margin: 0px 0px 0px 3px;
	padding: 5px;
	list-style-type: none;
	width: 150px;
	border: 1px solid #F2F2F2;
}

.thrColFixHdr #mainContent {
	margin: 20px 205px; 
	padding: 0 10px; 
} 
.thrColFixHdr #footer { 
	padding: 84px 10px 0 220px; 
	background: #fff url(uploads/images/bk_footer.gif) no-repeat;
	height: 114px;
} 
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font: 100% 'Arial Narrow', Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing:1px;
	font-weight:bold;
}
.thrColFixHdr #footer a {
	font: 100% 'Arial Narrow', Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
.thrColFixHdr #footer a:hover {
	font: 100% 'Arial Narrow', Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:underline;
}
#news{
	float:right;
	width:310px;
	padding: 10px 0px;
}
.newstext{
	margin: 10px 0px 0px 0px;
	font: 18px 'Arial Narrow', Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing:1px;
	font-weight:bold;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
                height:0;
               font-size: 1px;
                line-height: 0px;
}
H1 {
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
p {
	font-size: 80%;
	color: #000;
}
#videolinks{
	margin: 0px 0px 0px 3px;
	padding: 5px;
	list-style-type: none;
	width: 163px;
	border: 2px solid #BABEBD;
	}
#videolinks li{
	font-family: Arial, Helvetica, sans-serif;
	background: url(uploads/images/i_video.gif) no-repeat left center;
	padding: 0px 10px 5px 21px;
	font-size: 71%;
	color: #5E4B2B;
}
#comments li{
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #5E4B2B;
	font-style:italic;
	padding-bottom: 15px;
}
a:link, a:visited {
	color: #5A6D15;
	text-decoration:none;
	padding: 0px;
}
a:hover, a:active {
	text-decoration:underline;
}
#nav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 165px;
                
}
#nav li{
	margin: 0;
	padding: 0;
	float: left;
	width: 168px;
	/*background-color: #8B5D3B; */
}
#nav a{
	display: block;
	color: #311800;
	font-family: 'Arial Narrow', 'Times New Roman';
	font-size:  14px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 5px;
	line-height: 25px;
	font-weight: bold;
}
#nav a:hover{
	background-image: url(uploads/images/but_hover.gif);
	/*background: #E4E2DA; */
}
#nav a:active{
	background-image: url(uploads/images/but_hover.gif);
}
#nav .currentpage {
                display: block;	
                background-image: url(uploads/images/but_hover.gif);
                color: #311800;
	font-family: 'Arial Narrow', 'Times New Roman';
	font-size:  14px;
                letter-spacing: 1px;                
                padding: 5px;
                line-height: 25px;
	font-weight: bold;



}

.color5D9E44 {
color: #5D9E44;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   background-image: none;
text-align: left; 
}
.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 94px; /* Image width*/
		height: 64px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 120px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 540px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 500px; /* Width of Big Image */
		height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 500px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}



/* End of 'ontrackCSS' */

