@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#234a65;
background-color:#333333;
}
form{margin:0px;
padding:0px;}

h1{
font-size:12px;
font-weight:bold;
color:#ff6600;
margin:0px}

h2{
font-size:12px;
font-weight:bold;
color:#012c87;
margin:0px; 
text-align:left}


h3{
font-size:11px;
font-weight:bold;
color:#012c87;
margin:0px; 
text-align:left}

strong{font-size:12px;
color:#faa64b;
font-weight:bold;
text-align:left
}

.white{color:#FFFFFF}

.text_field{border:1px solid #262323;
background-color:#454242;
color:#b5b5b5;
font-size:11px;
vertical-align:middle;
height:18px;
width:160px}

.drop_down{border:1px solid #262323;
background-color:#454242;
color:#b5b5b5;
font-size:11px;
height:18px;
width:148px}

p{margin:0px;
padding:0px;
line-height:18px;
text-align:justify}
	
#master{width:990px; 
		background-color:#FFFFFF;
		text-align:center;
		}
		
		.logo{height:94px; 
		vertical-align:middle; 
		padding-left:10px;
		width:17%}
		
#main{height:369px; 
		background-image:url(images/subbg-tile.jpg); 
		background-repeat:repeat-x; 
		border-top:2px solid #ffffff; 
		vertical-align:top
		}

.orange_line{
	height:3px; 
	background-color:#ff8400
}
.dotted_line{background-image:url(images/vert-tile.gif); 
			 background-repeat:repeat-y; 
			 height:500px; 
			 width:1px}

.left_main{width:668px; 
			padding:15px; 
			height:369px;
			vertical-align:top;
			text-align:left }

.right_main{vertical-align:top;
padding:10px}			

.services_botton{
width:206px; 
height:32px; 
/*background-image:url(images/services_bg.gif); 
background-repeat:no-repeat; */
vertical-align:middle; 
/*padding-left:35px; */
text-align:left;
cursor:pointer}

.services{
margin:0px; 
text-align:left;
text-decoration:none;
color:#012c87;
}
A.services {
	TEXT-DECORATION: none;
	color:#012c87;
}
A.services:visited {
	TEXT-DECORATION: none;
	color:#012c87;
}
.imi{
margin:0px; 
text-align:left;
text-decoration:none;
color:#234a65;
}
A.imi {
	TEXT-DECORATION: none;
	color:#234a65;
}
A.imi:visited {
	TEXT-DECORATION: none;
	color:#234a65;
}

.submit{
background-image:url(images/submit_bg.gif);
background-repeat:no-repeat; 
width:214px; 
height:22px;
CURSOR:pointer;
color:#FFFFFF; 
font-size:11px; 
font-weight:bold;
border:0px;
background-color:#545152;
}

.submit_old {
font-family:10px Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/butt_bg.gif);
background-repeat:no-repeat;
width:61px;
height:20px;
cursor:pointer;
}

/* START Sidebar Right Styles */
	
	#nav-right{
	padding:4px 0px 0px 0px;
	float:left;
	width:220px;
	font-weight:bold;
	height:100%;
	overflow:hidden;
	margin:0px;
	}
	
	#nav-right li{
	float:left;
	width:220px;
	margin:0px;
	}
	
	#nav-right a{
	display:block;
	width:220px;
	padding:10px 0 15px 33px;
	color:#012c87;
	background-image:url(images/services_bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
	margin:0px;
	}
	
	#nav-right a:hover{
	text-decoration:none;
	background-image:url(images/over.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
	margin:0px;
	
	}
	
	
	
	/* END Sidebar Right Styles */
