/**
 * ----------------------------
 * NOF template @copyright Simon Anthony Volute.com
 **/
html { margin: 0; padding: 0;      
     }

body {
 	margin-top:0px;
 	margin-left:auto;
 	margin-right:auto;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color:#00569F;
	background-color:#00549C;
	background-color:#02509B;
	xbackground-color:#05539E;
	color:#000;
	}

div#outer_container {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

div#top {
	position:absolute;
	margin-left:-200px;
	top:-300px;
	z-index:2;
	width:1400px;
	background: url(../images/top.jpg) 0px 0px no-repeat;
	height:390px;
	}
	
div#drop_shadow {
	position:relative;
	width:1295px;
	background: url(../images/middle.jpg) -80px 0px repeat-y;
	left:-150px;
	}


	
div#container {
	position:relative;
	z-index:1;
	width:950px;
	background-color:#fff;
	margin-left:120px;
	margin-top:300px;
}
/************************top area ****************************/

div#banner {
	position:absolute;
	z-index:3;
	margin-left:260px;
	top:-186px;
	}

img#default{
	z-index:-1;
	position:absolute;
	margin-left:0px;
	top:0px;
}

div#top_text_left,div#top_text_right {
	color:#ffffff;
	font-size:12px;
	position:absolute;
	z-index:10;
	top:-220px;
	width:90px;
	height:190px;
	overflow:hidden;
	}

div#top_text_left h5,
div#top_text_left a,
div#top_text_right h5,
div#top_text_right a
	{
	color:#ffffff;
	font-size:12px;
	margin-bottom:-6px;
	text-decoration:none;
	}

div#top_text_left a:hover,
div#top_text_right a:hover
	{
	text-decoration:underline;
	}
	
div#top_text_left{
	left:490px;
	text-align:right;
	}
	
div#top_text_right {
	left:615px;
	}
/************************ search ****************************/

div#search{ 
	position:absolute;
	margin-top:-34px;
	margin-left:36px;
	z-index:20;

	}

div#search label { 
	position:absolute;
	margin-left:-2000px;
	color:#fff;
	}
	
div#search input{
	border:none;
	font-size:1em;
	background:none;
	padding-top:4px;
	padding-left:8px;
	color:#606060;
}	
/************************ menu ****************************/

div#menu {
	position:absolute;
	width:187px;
	z-index:4;
	margin-top:30px;
	margin-left:36px;
	}

div#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}

div#menu ul li a{
	text-decoration:none;
	display:block;
	text-align:right;
	background: url(../images/grey_menu.gif) 0px 0px no-repeat;
	padding:8px 12px 12px 0px;
	color:#ffffff;
	}
	
div#menu ul li#current.active a,
div#menu ul li.parent.active a{
	background: url(../images/blue_menu.gif) 0px 0px no-repeat;
	}

div#menu ul li.parent.active ul li a{
	background: url(../images/blue_menu.gif) -1000px 0px no-repeat;
	} /***turns off blue bg in sub menu*****/
	
div#menu a:hover{
	color:#000000;
	}
	
div#menu ul li#current.parent.active ul li a {
	text-decoration:none;
	background: url(../images/grey_menu.gif) -1000px 0px no-repeat;
	padding:4px 8px 6px 0px;
	}/***turns off grey bg in sub menu*****/

div#menu li li#current.active a {
	color:#005090;
	font-weight:600;
	background: url(../images/grey_menu.gif) -1000px 0px no-repeat;
	} /***turns off grey bg in sub menu*****/

div#menu li li#current.active li a {	
		font-weight:300;
		color:#606060;
	}/***turns off heighlights in sub menu*****/
	
div#menu li li a{
	padding:4px 8px 0px 0px;
	background: url(../images/grey_menu.gif) -1000px 0px no-repeat;
	color:#606060;
} /***turns off grey bg in sub menu*****/
	
div#menu ul ul li#current.active a:hover,
div#menu ul ul li a:hover, 
div#menu ul li#current.parent.active ul li a:hover {
	color:#003070;
	text-decoration:underline;
	}
	
div#menu ul ul li span.separator {
display:block;
	text-align:right;
	font-weight:600;
	color:#333;
	padding:0px 6px 10px 0px;
	}


div#menu ul ul ul a{ /***sub sub menu**/
	font-size:.9em;
	margin-right:10px;
	}
	
div#menu li li a {
	margin-bottom:4px;
	line-height:1.1em;
}
	
/************************ end menu ****************************/

/***************************MAIN CONTENT************************/

div#main_content {
	padding-top:30px;
	margin-left:290px;
	width:660px;
	position:relative;
	z-index:2;
	}

div#main_content  a {
	color:#1569B4;
	text-decoration:none;
	}

div#main_content  a:hover {
	color:#1569B4;
	text-decoration:underline;
	}

.componentheading {
	background: url(../images/blue_arrow_sm.gif) 0px 3px no-repeat;
	padding-left:40px;
	font-size:23px;
	font-weight:300;
	padding-bottom:6px;
	padding-top:6px;
	}
/************************END MAIN CONTENT************************/


div#footer_bg{
	position:relative;
	z-index:-1;
	width:1400px;
	height:430px; 
	margin-left:-230px;
	margin-top:-14px;
	background: url(../images/bottom.jpg) 0px 0px repeat-y;
	}

	

	