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

* {
	padding:0;
	margin:0;
	}
	
body	{
	background:#8b8a9c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#FFF;
	}


.orange {
	color:#F07714;
	}
	
.green	{
	color:#24A4A0;
	}
	
.white	{
	color:#fff;
	}

.email	{
	color:#FFF;
	text-decoration:none;
	border-bottom:solid 1px #24A4A0;
	}
	
#wrapper	{
	width:801px;
	height:618px;
	margin:25px auto;
	position:relative;
	}
	
#header	{
	background:#000;
	height:116px;
	width:801px;
	position:relative;
	}
	
#logo	{
	float:left;
/*	background:url(../images/pages/logo.jpg) left top no-repeat;
*/	height:116px;
	width:400px;
	}

#logo h1	{
	text-indent:-9000px;
	}	

#hdr_img	{
	float:right;
	margin-right:19px;
	}
	
#main_bg	{
	height:479px;
	width:801px;
	background-color:#C3C3CE;
	}

#right_col	{
	float:right;
	margin-right:18px;
	background:#000;
	width:175px;
	height:479px;
	}

#right_col h4	{
	font-size:1.2em;
	font-weight:bold;
	color:#F07714;
	margin-left:5px;
	}

/*---NAV BAR ----*/


#navcontain	{
	height:23px;
	width:801px;
	background: url(../images/nav/nav_left.jpg) repeat-x;
	position:relative;
	}
	
#nav_bar	{
	width:570px;
	float:left;
	position:relative;
	}
	
#nav_right	{
	background:url(../images/nav/nav_right.jpg) no-repeat left;
	width:197px;
	height:23px;
	float:left;
	position: absolute;
	top: 0px;
	right: 0px;
	
}
#nav_right p	{
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 0 10px;
	}

#nav_right a:link, #nav_right a:visited	{
	color:#FFF;
	text-decoration:none;
	display:block;
	}
	
#nav_right a:hover	{
	color:#F07714;
	}
	
div#nav ul {
	margin: 0;
	padding: 0;
	}
	
div#nav ul ul {
	margin: 0px;
	padding: 0px;
	display: none;
	z-index:105;
}	

div#nav ul ul li {
	margin: 0px;
	padding: 0px;
	float: none;
}

div#nav li a:link, div#nav li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	width:104px;
	padding-left:10px;
	font-size: 1.1em;
	font-weight:bold;
}

div#nav li a:hover {
	color: #F07714;
	display: block;
}

div#nav ul ul li a:link, div#nav ul ul li a:visited {
	color: #FFFFFF;
	display: block;
	background:url(none) #000;
	width:106px;
	line-height:18px;
	border-top:2px solid #888;
	margin:0;
	padding:0 0 4px 5px;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.70;
	
}
div#nav ul ul li a:hover {
	text-decoration: none;
	color:#F07714;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.90;
}

	
div#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#nav .level1 .submenu .level2  {
	position: absolute;
	}


div#nav li.submenu {
	color: #00C7FE;
	background: url(../images/nav/nav_button_bg.jpg);

}

div#nav li a.current {
	color: #F07714;
	background: url(../images/nav/nav_button_bg.jpg);

}


div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

div#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 570px;
	position: absolute;
	height: 22px;
	line-height: 22px;
	left: 32px;
}

#nav .level1 #fs {
	top:22px;
	left:4px;
}

#nav .level1 #consult {
	top:22px;
	left:232px;
}

#nav .level1 #training {
	top:22px;
	left:346px;
}

#nav .level1 #about {
	top:22px;
	left:460px;
}

#nav .level1 #psv {
	top:22px;
	left:118px;
}

#faq_main_bg {
	width: 761px;
	padding:20px;
	background-color:#C3C3CE;
	color: #000;
	}
	
#faq_main_bg td	{
	padding: 5px;}
	
#table13 {
margin-left: 10px;
}
	
.clearFAQ	{
clear: both;
}

