@charset "UTF-8";
body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #787878;
	background-image: url(../images/bg7.gif);
	background-repeat: repeat;
	line-height: 1.166;
}

a:link, a:visited, a:hover {
	color: #b27347;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3f5436;
}
/* overrides decoration from previous rule for hovered links */

ul {
	margin: 0;
	padding: 0px 0px 20px 25px;
	list-style-image: url(../images/listarrow.gif);
}


h1 {
	margin: 0;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	color: #333333;
}

/********************************* build styles **************************/


#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: solid 1px #4C5A4E;
	border-right: solid 1px #4C5A4E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/main_bg.jpg);
} 

#header {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;  /* 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. */
	text-align: left;
	/*background-image: url(none);*/
	border: 0;
} 

/*#header img {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: right;
	background-image: url(none);
	border: 0;
}*/

/*#header a:link, a:visited {
	background-image: url(none);
	border: 0;
}*/

/*#header a:link, a:visited {
	width:160px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0 0px 0px 0px;
	border-bottom: none;
	background-image:url(none);
	text-decoration: none;
	}*/

/*#header a:hover {
	background-image: url(none);
	border: 0;
}*/

#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 */
}

/*#header ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-image: url(none);
}*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further - work around include bg graphic in the container*/
	/*padding: 30px 10px 10px 30px;*/
	padding: 30px 10px 10px 20px; /* added 12-21-07 */
	text-align: left;
	font-size: 10px;
	color: #6d6d6d;
}

#mainContent { 
	margin: 0 0px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 50px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer { 
	padding: 0px 170px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #89968f;
	
	background-image: url(../images/footside.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	font-size: 9px;
	color: #ddeaf0;
} 

/********************************* end build styles **************************/

#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: 4px 0px 4px 0px; /* 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;
}

#mainContent h1 {
	font-size: 24px;
}
/********************************* additional Styles **************************/

#headerImage {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Logo {
	float: left;
	margin: 0;
	padding: 0;
}

.address {
	padding: 0px 20px 0px 0px;
	font-style:normal;
	text-align: right;
	font-size: 9px;
}

.sideMenu a:link, .sideMenu a:visited {
	/* issue with declaring a:visited IE - make sure to include the id or class ex. .sideMenu a:visited */
	width:160px;
	display:block;
	padding:4px 0 4px 0;
	margin:0 30px 0 10px;
	border-bottom:1px solid #c6d0d3;
	background-image:url(../images/arrowover.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	font-size: 10px;
	color: #3f5436;
	text-decoration: none;
}

.sideMenu a:hover {
	color: #b27347;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#sidebar1 h1 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	width: 170px;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px #627d56 solid;
}

#sidebar1 h2 {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#sidebar1 ul {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0px 0px 20px 10px;
}

#item {
	float:left;
	width:185px;
	padding:10px;
	background:#F5F8F6;
	border:#DADADA 1px solid;
	overflow:hidden;
	margin-bottom:15px;
	margin-right:15px;
}
#item:hover {
	background-color:#e5eee8;
}
#item img {
	margin-right:15px;
	border:#DADADA 1px solid;
}

#footer a:link, #footer a:visited {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:9px;
	color:#ddeaf0;
	text-decoration:none;
}
#footer a:hover {
	color:#45812b;
}

.hand {
	cursor:pointer;
}

