@charset "utf-8";

body {
	background-color: #9B926C;
	font-family: Tahoma;
	font-size: 12px;
	color: #615b43;
}
h1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4f2802;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #C5A66D;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}


#wrapper {
	background-color: #ffffff;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: auto;
}

#logo {
	background-image: url(images/logoBG.jpg);
	height: 103px;
	width: 850px;
	float: left;
}
#mainwrap {
	height: auto;
	width: 850px;
}
#leftpane {
	background-image: url(images/NavBG.jpg);
	height: 257px;
	width: 280px;
	float: left;
	background-repeat: no-repeat;
	color: #C5A66D;
}
#header {
	height: 257px;
	width: 570px;
	display: inline;
	float: right;
}
#headwrap {
	float: left;
	height: auto;
	width: 850px;
}


#topnav {
	float: right;
	margin-right: 11px;
	margin-top: 35px;
}


#contentWrap {
	height: auto;
	width: 850px;
	float: left;
	background-color: #FFFFFF;
}
#leftContent {
	float: left;
	height: auto;
	width: 280px;
	background-color: #FFFFFF;
	background-image: url(images/contentspacer.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#flashmovie {
	text-align: center;
	height: 190px;
	background-repeat: no-repeat;
	width: 280px;
	background-image: url(images/flashBG.jpg);
}

#rightContent {
	background-color: #FFFFFF;
	margin-left: 34%;
	margin-top: 1px;
	margin-right: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


 #solutions {
	padding-left: 10px;
 
 }


a:link {
	color: #934900;
	text-decoration: none;
}

a:visited {
	color: #934900;
	text-decoration: none;
}
a:hover {
	color: #934900;
	text-decoration: none;
}
a:active {
	color: #934900;
	text-decoration: none;
}

#footer {
	font-family: Tahoma;
	font-size: 12px;
	color: #663300;
	text-align: center;
	background-position: bottom;
	height: auto;
	background-color: #8D8F70;
}



/* Dropdown Menu Styles Below---------------------------------------------------------c74e23--------------------------------------*/
.menu {
	width:850px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	font-family:arial, sans-serif;
	float: left;
	background-color: #a38b69;
	
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:851px; w\idth:850px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:141.6666666667px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:141.6666666667px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:131px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#a38b69; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:141.6666666667px; w\idth:130px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65 no-repeat 122px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:141.66px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:141.66px; top:-1px; width:141.6666666667px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-141.6666666667px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:120px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:142px;w\idth:91px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#c74e23;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#c74e23;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

