@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-repeat: repeat;
	font-size: 14px;
	background-image: url("../images/Template/Bluebkgd.gif");
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin: 0 auto;
	background-image: url("../images/Template/ThreeColumnbkgd.gif");
} /* for three column layout */

 #containerTwoCol {
	width: 780px;  /* use containertwo for two column layout*/
/*	background: #FFFFFF;*/
	margin: 0 auto;
	background-image: url("../images/Template/TwoColumnbkgd.gif");
} /* for two column layout, blowout right ad column */

 #containerOneCol {
	width: 780px;  /* Use containerone for one column layout */
	margin: 0 auto;
    background-image: url("../images/Template/OneColumnbkgd.gif");
} /* for one column layout, blowout right ad column and left nav column */

#nbar {
	height: 40px;
	background-color: #903713;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
} /* top navgation bar */

#nbar p {
	margin: 0px;
	 }
	
#nbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
	top: 0px;
}

#nbar ul li {
	display: inline;
	list-style-type: none; }

#nbar ul li a {
	/*	padding: 3px 3px 3px 3px;*/
	margin: 0;
	text-decoration: none;
	color: #E6D68D;
	background-color: #903713;
	padding-right: .1em;
	padding-left: 0.1em;
}

/*#nbarlist a:link, #navlist a:visited {
	color: #E2D185;
	background-color: #903713;
	text-decoration: none;
	margin: 0;
}*/

#nbar ul li a:hover {
	color: #FFFFFF;
/*	background-color: #44556C;*/
	text-decoration: none;
	margin: 0;
}

 #header {
	height: 121px;
	background: #f2e397;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url("../images/Template/Header780x121.jpg");
	margin: 0;
} 
.headerh6 {
	position: absolute;
	right: 0px;
	top: 40px;
}
#uppernav1 {
	display: inline;
}

.tagline {
	position: relative;
	left: 60px;
	display: inline;
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;  }/* using padding instead of margin will allow you to keep the element away from the edges of the div */

#headerright {
	float: right;
	height: 100px;
	margin: 0;
	width: 315px;
	padding: 0 5px 0px 0px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}


#headerleft {
	float: left;
	margin: 0;
	width: 450px;
	padding: 5px 0px 0px 10px;
}
#headermain {
	width: 10px;
	margin: 0px;
}


	
#headerright ul{
	float: right;
	list-style-type: none;
	font-weight: bold;
}
	
#headerright li {
	display: inline;
	list-style-type: none; }
	
#headerright li a {
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	color: #4F3423;
}

#headerright ul li a:hover {
	color: #FFFFFF;
/*	background-color: #44556C;*/
	text-decoration: none;
	margin: 0;
}

#headerright h6{
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
}
	
#headerright p{
	display: inline; }
	
#headerright form {
	float: right;
	margin: 0;
}
#headerright ul li.second {
	font-size: 18px;
	}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	/*	background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 0px;
	font-size: 12px;
	text-decoration: none;
	background-color: #a9b291;	/*	background-position: 400px;*/
	color: #CC3300;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	font-weight: bold;
}
 #sidebar1 a {
	text-decoration: none;
} /* setup for Left Nav 8 */
	
 #sidebar1 ul {
	list-style-type: none;
	text-indent: -20px; } /* setup for Left Nav 8 */
		
		
 #sidebar1 ul li a{
	color: #663300;
	background-color: #A9B291;
} /* Left Nav brown */
	
 #sidebar1 ul li a:hover{
	color: #fff;
	background-color: #A8B191;
	text-decoration: none;
	margin: 0;
} /* Left Nav turns white when mouseover */
#sidebar1 h1 {
	color:#3f4c1b;
	font-size:16px;
    padding: 5px 0px 0px 8px;
} /* Left Nav Header in Sidebar 1 with spacing */
		
 #mainContent {
	margin: 0px 125px 0px 190px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4f3423;
	padding: 0px 5px 0px 10px;
}
 #mainContenthome {
	margin: 0px 125px 0px 190px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4f3423;
	padding: 0px 5px 0px 10px;
}

 #mainContentOneCol {
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4f3423;
	padding: 0px 5px 0px 10px;
}

 #mainContentTwoCol {
	margin: 0px 0px 0px 190px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4f3423;
	padding: 0px 5px 0px 10px;
}

 #flashRotat {
	margin: 0px 125px 0px 190px;
}
	
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 115px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #adc4b5;
	padding: 10px 5px 10px 0px;
}
 #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#deddc7;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c5a5a;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #d2d0bf;
} 
 #footerlogo {
	padding: 0 10px 0 20px;
	background-color: #DEDDC7;
	margin: 0;
	color: #a09f9e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 #footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px; }
	
p.crumbtrail {
	margin: 10px 10px 0px 5px;;
	font-size: x-small;
	}	
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #297D84;
	font-size: 14px;
}  /* Teal small header for body titles */

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #44566c;
	font-size: 18px;
} /* Grey Blue medium header for body titles */
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3A5245;
	font-size: 24px;
} /* dark green large header for page titles */

ul#mainnav ul.subnav li {
	text-indent:-35px;	}

p.normal {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4f3423; }
	
p.quote	{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #6a7765;
	font-style: italic;
}

.style2 {font-family: "Courier New", Courier, monospace}	

