@charset "utf-8";

/* CSS Document */
body {
	background-color:#0f1316;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top: 10px;
	
	margin: 0;
}
p {
	color:#fff;
	line-height:18px;
	margin-left:3px;
	margin-right:2px;
	font-weight:bold;
	font-size: 12px;
}
a{
	color:#f47607;
	text-decoration:underline;
	z-index: 100;
}
a:hover{
	text-decoration: none;
	color:#15aef5;
}
.navcontainer {
	height: 31px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ababab;
}
.container {
	width: 770px;
	margin: 0 auto;
	border-bottom: 1px solid #ababab;
	padding-bottom: 10px;

}
h1{
	color:#fff;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2{
	color:#fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
h3{
	color:#ee5f00;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 14px;
	font-weight: bold;
	margin-top: 2px;
}
.orangetitle{
	color:#ee5f00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Main navigation */
#nav a.top {
	display: block;
	font-weight: bold;
	width: 10em;
	text-decoration: none;
}
#nav a {
	display: block;
	font-weight: bold;
	width: 18em;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 18em;
}

#nav li ul {
	position: absolute;
	width: 18em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 30px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	background-color: #38393D;
	border: 1px solid #ababab;
}

#nav ul li a{
	color:#f47607;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#15aef5;
	background-color:#47484C;
	text-decoration:none;
}
#nav li ul li {border-bottom: 1px solid #ababab;
border-collapse:collapse;
}
#nav li.list{
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	width: 158px;
	padding: 8px 16px;
	font-size:12px;
	border-left: 1px solid #38393d;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #26272b;
	background-color:#47484c;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;

}

.logohandler{
	background-color: #25408f;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 52px;
	margin-top: 5px;
}
.content{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	
}
.contenthandlertop{
	width: 765px;
	background-image: url(../images/bgtop.png);
	background-repeat: no-repeat;
	height: 38px;
}
.contenthandler{
	width: 755px;
	background-image: url(../images/bgc.png);
	background-repeat: repeat;
	margin: 0;
	padding: 5px;
}
.contenthandlerbot{
	width: 765px;
	background-image: url(../images/bgbottom.png);
	background-repeat: no-repeat;
	height: 27px;
}
.topleft{
	float:left;
	width: 441px;
	height: 348px;
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ababab;
	padding: 2px;
	background-color:#fff;
	background-position: center center;
}
.topright{
	float: right;
	width: 307px;
	height: 347px;
	background-image: url(../images/orange.gif);
	background-repeat: no-repeat;
}
.contactleft{
	float:left;
	width: 58%;
}
.contactright{
	float: right;
	width:40%;
	height: 347px;
	border-left: 1px solid #ababab;
	margin-top: 20px;
	padding-left: 10px;
}
.white{
	width: 275px;
	background-color:#FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px;
}
.white ul {

}
.white ul li {
	list-style-image: url(../images/list.gif);
	list-style-position:outside;
	list-style-type:disc;
}
.white ul li a{
	color:#000;
	text-decoration:none;
	line-height: 18px;
	margin-top: 10px;
	margin-left: 5px;
}
.white ul li a:hover{
	text-decoration:underline;
	color:#f47607;
}
.contentlefttop{
	width: 433px;
	height: 21px;
	background-image: url(../images/smalltop.png);
	background-repeat: repeat;
}
.contentleftmain{
	width: 423px;
	padding: 10px 5px;
	background-image: url(../images/smallcontent.png);
	background-repeat: repeat;
}
.contentleftbot{
	width: 433px;
	height: 35px;
	background-image: url(../images/smallbot.png);
	background-repeat: repeat;
}
.contentright{
	float: right;
	width: 307px;
	height: 292px;
	background-image: url(../images/standards.gif);
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: right;
}


.footer{
	width: 770px;
	margin:auto;
	margin-top: 5px;
	height: 50px;
	color:#FFFFFF;
	text-align:right;
	line-height:18px;
	font-size: 10px;
}
.footer a{
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 10px;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
#tape {
width: 330px;
float:left;
}


