@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
}



#logo {background: #FFFFFF;}

#container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#header {
	background: #ffffff url(images/headers/rotate.php);
	width:985px;
	height:276px;
	padding: 0px;
	padding. */
}
#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 */
}

#menu {list-style-type:none; 
margin:5px 0 5px 40px; /* settings for this demo olnly */
padding:0; text-transform:uppercase; }
 
#menu li {display:block; float:left; position:relative; z-index:100; margin-right:20px;}
#menu li span {display:block; z-index:100; background:#fff; padding: 5px 10px;font-size:14px;}
#menu li a, #menu li a:visited {display:block; padding:0;}
 
#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0;}
#menu dt {background: #fff; margin:0; font-size: 14px; float:left; white-space:nowrap; }
#menu dd {display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 12px; text-align:left;}
 
#menu dt a, #menu dt a:visited {display:block; color:#7e6b56; padding: 5px 10px ; text-decoration:none; white-space:nowrap; text-align: center;}
#menu dd a, #menu dd a:visited {background-color: #7E6B56; color:#ffffff; text-decoration:none; display:block; padding: 5px 10px; width: 150px;}
 
#menu li a:hover {border:0;}
 
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {}
#menu dd a:hover {background-color: #998B7B; color:#ffffff;}
#menu li:hover dt a, #menu li a:hover dt a{background-color: #7E6B56; color:#ffffff;}



#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#side_column {
	float:left;
	width:438px;
	margin-right:20px;
	background-color: #CCC6C0;
	padding: 0px;
	background-position: bottom;
	background-image: url(images/sidecol_footer.gif);
	background-repeat: no-repeat;
	padding-bottom:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #7E6B56;
}

#side_column strong{
	color: #f2ede8;
}

#side_column p{margin-left:130px; width:250px; padding-top:0px; padding-bottom:0px;}

#side_column ul{
	margin-left:130px;
	width:250px;
	list-style-type: none;
}

#side_column ul li {padding:0;margin-top:10px;}

#side_column a:link {color:#ffffff; text-decoration:none; font-weight:bold;}
#side_column a:visited {color:#ffffff; text-decoration:none;  font-weight:bold;}
#side_column a:hover {
	color:#FF9933;
	text-decoration:underline;  font-weight:bold;
}



#content {
	float:left;
	width:480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7E6B56;
}

#content a:link {color:#ff9933; text-decoration:none;}
#content a:visited {color:#ff9933; text-decoration:none;}
#content a:hover {color:#ff9933; text-decoration:underline;}


#footer {
	clear:both;
	padding-bottom:20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body {
behavior: url(csshover.htc);
}


h1 {		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #7E6B56;
	}
	
	h2 {		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #7E6B56;}
