@charset "UTF-8";
/* CSS Document */

body {
	background-color:#4c4c4c;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:800px;
}
#main {
	text-align:left;
	width:800px;
	overflow:visible;
	margin:0;
	padding:0;
}
#top_menu {
	width:800px;
	float:left;
	clear:both;
	height:35px;
	padding:15px 0 0 0;
}
#top_menu img { 
	padding:0;
	margin:0;
}
#top_menu ul {
	list-style:none;
	min-width:50px;
	height:34px;
	margin:0;
	padding:0;
}
#top_menu li {
	height:34px;
	line-height:34px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/menu-divider.gif) no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:white 1px 1px 0px;
}
#top_menu li a{
	color:#642020;
	text-decoration:none;
	padding:0 20px;
}
#top_menu li ul {
	width:200px;
	font-size:12px;
	font-weight:normal;
	position: absolute;
	background-image:none;
	left:-2000px;
	z-index:500;
}
#top_menu li ul li{
	background:#afafaf;
	width:200px;
	display:block;
	float:left;
	clear:both;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	text-shadow:none;
}
#top_menu li ul li a{
	color:black;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
#top_menu li:hover ul{
	left: auto;
}
#top_menu li.sfhover ul {
/*	left: auto;*/
}
#content {
	width:759px;
	padding:19px 21px 0 20px;
	float:left;
	background-image:url(images/main-bg.gif);
	background-repeat:repeat-y;
}
#inner {
	width:759px;
	float:left;
	background:url(images/grey-1x1.gif) repeat-y top right white;
	border-bottom:1px solid #808080;
	margin:0 0 10px 0;
}
#left {
	width:487px;
	float:left;
	background:white;
}
#logo_section {
	float:left;
	width:472px;
	height:106px;
	padding-top:25px;
	padding-left:17px; 
	background:url(images/logosection-bg.gif) no-repeat;
	border-bottom:1px solid #808080;
}
#left_content {
	float:left;
	width:398px;
	height:290px;
	padding:20px 60px 60px 30px;
	border-left:1px solid #808080;
	background:url(images/right-dropshadow.gif) top right no-repeat white;
}
#left_content h1 {
	margin:1em 0 2em 0;
	font-size:18px;
	text-transform:uppercase;
}
#left_content ul {
	list-style:none;
	margin:0;
	padding:0;
}
#left_content li {
	background:url(images/blue-oval.gif) left 5px no-repeat;
	padding:0 0 12px 60px;
}
#left_content p {

}
#img {
	float:right;
	width:150px;
}
#text {
	float:left;
	width:228px;
	padding:0 20px 0 0;
}
#text a, #left_content a{
	color:#642020;
}
#right {
	float:right;
	width:270px;
}
#right_header {
	float:left;
	width:270px;
	height:40px;
	background:url(images/right-header.gif) top right no-repeat;
	line-height:40px;
	color:white;
	text-align:center;
}
#right_standard {
	float:left;
	width:270px;
}
.company {
	width:180px;
	padding:20px 0 0 20px;
}
.desc {
	padding:2px 0;
	color:#333;
}
#right_standard .link {
	text-align:right;
}
#right_standard .link a{
	color:#333;
}
.final {
	padding-bottom:20px;
}
#footer {
	width:720px;
	height:60px;
	padding:20px;
	float:left;
	clear:both;
	background:url(images/footer-bg.gif) no-repeat;
	margin:0 0 10px 0;
}
.footer_section {
	width:600px;
	float:left;
	color:#404040;
}
#footer .footer_section a {
	color:#404040;
}