/* CSS Document */
/*------------------------------General Styles---------------------------*/
body{
	background:#ACAB96
	
}
#wrapper {
	margin: auto;
	width: 900px;
}
/*------------------------------Header Styles---------------------------*/
#topBanner {
	width: 900px;
}
/*------------------------------Menu Styles---------------------------*/
#menu {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A687;
	width: 900px;
	height:22px;
}
#menuContainer {
	margin:auto;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
	
}
#menu a:link, #menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBC89A;
	background-color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
		
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	font-size: 11px;
	color: #2576BF;
	padding: 5px;
	text-decoration: none;
}

#menu li {
	background:#fff;
	float:left;
	position: relative;
	width: 150px;
	margin: -1px;
	text-align: center;
	border-right: 1px dotted #9B9E81;
	border-bottom: 1px solid #9B9E81;
	border-left: 1px dotted #9B9E81;
}

#menu li ul {
	background:#fff;
	position: absolute;
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9B9E81;
	border-bottom-color: #9B9E81;
	border-left-color: #9B9E81;
	top: 25px;
	left: -1px;
	background-color: #FFFFFF;
}

#menu li:hover ul, #menu li.over ul{
	display: block;				
	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */






/*------------------------------Content Styles---------------------------*/
#contentHolder {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 369px;
	width: 900px;
}
#content {
	background-color: #FFFFFF;
	float: right;
	height: 294px;
	width: 800px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentRight {
	background-color: #FFFFFF;
	float: left;
	height: 294px;
	width: 800px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tanLeft {
	background-color: #D5CD7A;
	height: 293px;
	width: 36px;
	display: block;
	float: left;
}
#greyLeft {
	background-color: #ACAB96;
	height: 293px;
	width: 36px;
	display: block;
	float: left;
}
#orangeLeft {
	background-color: #DFA13C;
	height: 293px;
	width: 36px;
	display: block;
	float: left;
}
#blueLeft {
	background-color: #2071C0;
	height: 293px;
	width: 36px;
	display: block;
	float: left;
}
#imageLeft{
	float: left;
	height: 293px;
	width: 208px;
	margin-left: 6px;
	margin-right: 6px;
}
#contentLeft {
	background-image: url(../images/contectBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 293px;
	width: 544px;
}
#scrollcontentRight {
	height: 235px;
	width: 380px;
	margin-top: 20px;
	margin-left: 120px;
	overflow: auto;
	scrollbar-face-color: #BD1C1C;
	scrollbar-shadow-color: #A5A675;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #BBBC98;
	scrollbar-darkshadow-color: #838455;
	scrollbar-track-color: #C6C7A9;
	scrollbar-arrow-color: #FFF;
	border: 1px solid #BBBC98;
	padding: 5px;
}

#scrollcontent {
	height: 235px;
	width: 380px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: auto;
	scrollbar-face-color: #BD1C1C;
	scrollbar-shadow-color: #A5A675;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #BBBC98;
	scrollbar-darkshadow-color: #838455;
	scrollbar-track-color: #C6C7A9;
	scrollbar-arrow-color: #FFF;
	border: 1px solid #BBBC98;
	padding: 5px;
}
#scrollcontent h1, #scrollcontentRight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2072BF;
	font-size: 14px;
}
#scrollcontent p, #scrollcontentRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	word-spacing: 2px;
}
/*------------------------------Footer Styles---------------------------*/
#footer {
	background-color: #FFFFFF;
	height: 68px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C3B3;
}
#footer ul {
	margin-top: 25px;
	margin-left: 65px;
	list-style-type: none;
}
#footer li {
	float: left;
	margin-right: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBC89A;
	font-weight: bold;
}
#footer a:link, #footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBC89A;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFAC65;
	font-weight: bold;
	text-decoration: none;
}
