@charset "utf-8";
/* CSS Document */

body {
	background-color:#001893;
	}
	
#banner {
	width:910px;
	height:157px;
	background-image:url(../images/banner-1.jpg);
	background-repeat:no-repeat;
	}
		
#footer {
	background-image:url(../images/footer-1.jpg);
	height:60px;
	width:910px;
	background-repeat:no-repeat;
	}	
#container {
	width:910px;
	margin:0 auto;
	display:block;
	}	

.progress_indicator
{
	
	background:#C8C8A3;
    border:0px solid #A76112;
    position:absolute;
	vertical-align:middle;
	left:50%;
	top:50%;
}	
#banner #logo {
	float:left;
	width:199px;
	height:90px;
	margin-left:30px;
	margin-top:50px;
	}		
	
#centerblock {
	background:url(../images/center-bg.jpg) repeat-y;
	background-color:#666666;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow:hidden;
	clear:both;
	}	
	
#centerblock #left {
	float:left;
	width:160px;
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}	
	
#centerblock #right {
	float:right;
	width:660px;
	padding:20px 20px 20px 0px;
	}
	
#content {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	font-size:11px;
	line-height:22px;
	padding-right:20px;

	}	

#contentNoScroll {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	font-size:11px;
	line-height:22px;
	padding-right:20px;
	}	

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#001893;
	font-weight:100;
	margin:0 0 10px 0;
	}	
	
b {
	color:#001893;
}	
	
.photoright {
	padding:10px 0 10px 10px;
	float:right;
	}	

#footer{

}
#footer #disclaimer {
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:9px;
	color:#001893;
	float:right;
	padding:25px 20px 0 0;
	}
	
#nav ul {
	list-style-type:none;
	padding:0;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	
#nav ul li {
	padding:8px 0 8px 0;
	background-position:bottom;
	background-image:url(../images/nav-line.gif);
	background-repeat:no-repeat;
	}	

#nav ul li ul li{
	padding:0 0 0 0;
	background-position:bottom;
	background-image:url();
	background-repeat:no-repeat;
	}	

#nav ul li a {
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:14px;
	color:#001893;
	text-decoration:none
	}
#nav ul li  ul li a {
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:12px;
	color:#001893;
	text-decoration:none
	}
	
#nav ul li a:hover {
	color:#0c0c0c;
	}	
	
.address {
	color:#001893;
	padding:10px 0 0 10px;
	line-height:14px
	}	

#rightCol {
	float:right;
	width:217px;
	padding-left:20px;
	}	
	
.greenBanner {
	background-image:url(../images/header-green.gif);
	color:#FFFFFF;
	font-size:14px;
	padding:0 0 0 10px;
	}
	
.blueBanner {
	background-image:url(../images/header-blue.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	padding:0 0 0 10px;
	}		
	
.sideBG {
	padding:2px 15px 5px 10px;
	background:url(../images/side-bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	}	
.sideBG b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	}	

a {
	color:#001893;
	}
	
a:hover {
	text-decoration:none;
	}	
	
.ip {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:1px;
	}	
	
	

	
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
font-size:90%;
padding:0;
margin:0;
width:190px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
z-index:1000;
padding:0;
margin:0;
list-style-type:none;

}
.menu ul li ul{
width:220px;
background-color:#D9D2A8;
border-right:1px solid #ffffff;
border-left:1px solid #ffffff;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
z-index:1000
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background-image:url(../images/list.gif);
background-repeat:no-repeat;
background-position:0 50%;
}

.menu li ul li a{
padding:5px 0 5px 0;
}

* html .menu li ul li {
border-bottom:0px solid #fff
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;

color:#000;
text-indent:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited { width:160px; w\idth:155px;}
* html .menu li ul a, * html .menu li ul a:visited { width:160px; w\idth:155px; color:#FFFFFF}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#D9D2A8;}
* html .menu li ul a:hover {color:#fff; background:#ffffff;}

.menu :hover > a {
color:#ffffff; 
}

.menu li ul a {
color:#ffffff;
background-color:#D9D2A8;
}

.menu li ul :hover > a {
color:#ffffff;
background-color:#ffffff
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:160px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



/*  new css*/

.table-border{
	/*border:1px solid #003366;*/
	background-color:#ffffff;
	}
	
.input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px;
	width:160px;
	border: 1px solid #000033;
	}	
	
.input1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px;
	border: 1px solid #000033;
	}
.star{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	}
	
.td-bg{
	background:#FF8C55;
	}
	
.tdbcl{
	background:#ffffff;
	}
	
.tdbcl1{
	background:#ffffff;
	}
	
.form-heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#001893;
	font-size:12px;
	font-weight:bold;
	background:#cccccc;
	padding-left:10px;
	}

