/* default page colors and fonts */
body {color: #212e38; font-family: verdana, sans; background: url(images/bg_body.gif) repeat-x #fff; text-align: center;}
a:link {color: #4fa800; text-decoration: none;}
a:visited {color: #4fa800; text-decoration: none;}
a:hover {color: #4fa800; text-decoration: underline;}
a:active {color: #4fa800; text-decoration: none;}
h1 {font-size: 16px;color: #dc860b;line-height: 15px;font-weight: bold;}
.clear  { clear:both;}

/* ############################## GLOBAL ################################# */

/* MAIN CONTAINER */
#container{
    width: 973px;
    margin: 0 auto;
    text-align: left;
    background: url(images/bg-container.jpg) no-repeat top center;
}

/* HEADER */
#header_wrapper{  }
#header{
    padding: 0 11px 0;   
    height: 106px;
    position: relative;
}

/* NAVIGATION */
#nav_main{
    position: absolute;
    top: 60px;
    left: 40px;
    border-top: 1px solid #436381;
    width: 770px;
	width: 895px;
}
#nav_main > ul{
    height: 11px;
    margin-top: 14px;
    position: relative;
}
#nav_main > ul > li{
    display: block;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #436381;
}
#nav_main > ul > li:first-child{
    border-left: none;
    padding-left: 0;
}
#nav_main a,
#nav_main a:link,
#nav_main a:active,
#nav_main a:visited{
    color: #ffffff;
    font-size: 13px;
	text-decoration: none;
}

#nav_main a:hover{
    color: #fff;
    font-size: 13px;
	text-decoration: underline;
}


#nav_top{
    position: absolute;
    top: 18px;
    right: 40px;
    text-align: right;
    font-size: 10px;
    line-height: 16px;
}
#nav_top a{
    color: #bfd5e9;
	color: #ffffff;
	font-weight: bold;
    
}
#nav_top li{
    display: block;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #bfd5e9;
}
#nav_top li.first{
    border-left: none;
    padding-left: 0;
}

/* SUBNAV */
#nav_sub{
    margin: 10px 0 0 0; padding: 0;
    font-size: 12px;
}
#nav_sub li{
    padding: 0; margin: 0;
    border-top: 1px solid #d4d7db;
    line-height: 20px;
    width: 185px;
}
#nav_sub li:first-child{
    border-top: none;
}
#nav_sub a{
    color: #62a6c2;
    text-decoration: none;
}
#nav_sub a:hover{
    color: #061e35;
    text-decoration: none;
}
#nav_sub li ul {
    margin-left: 10px;
}
#nav_sub li ul li {
    border-top: none;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 2px;
}

/* LOGO */
#logo_main{
    position: absolute;
    left: 40px; top: 5px;
}


/* CONTENT */
#content_main h1{
  font-size: 14px;
  color: #4fa800;
  font-family: verdana, courier;
  font-weight: bold;
  margin-top: 22px;
 }

#content_main h2{
  font-size: 14px;
  color: #333;
  margin-top: 0px;
}

#content_main h3,
#content_main h4,
#content_main h5,
#content_main h6{
  color: #666;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#content_main ul{
  margin: 20px;
}
#content_main li{
    margin-bottom: 5px;
    font-size: 12px;
    list-style: square outside; color: #333;
	list-style: none;
    line-height: 16px;
}

#content_main li em{
   /*  background: #ffc; */
}
#content_main ol{
  margin: 20px 0 20px 20px;
  width: 180px;
  float: right;
  list-style-type: none;
}
#content_main ol li{
  list-style-type: none;
}
#content_main dl{
  margin: 20px;
}
#content_main abbr{
  border-bottom: 1px dotted #666;
}
#content_main strong{font-weight: bold; } /* background: #DCEFEE; */
#content_main em{font-style: italic;}

#content_main p{
  margin: 1em 0;
  font-size: 11px;
  line-height: 18px;
}
#content_main a,
#content_main a:link,
#content_main a:visited,
#content_main a:hover,
#content_main a:active{
    color: #62a6c2;
} 
.required{
    color: #4fa800;
}
.errors,
.errorlist{
    color: #f00;
}

/* TABLES */
#mytable {padding: 0;margin: 0; }
#mytable caption { color: #62a6c2; padding: 10px 0 10px 0; font-size:11px; text-align: right;}

#mytable th {
	font-size: 8px;
	color: #fff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #012344 url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0; border-left: 0; border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
	font-size: 11px;
}
#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

/* CONTENT */
#content_wrapper{}
#content{
    padding: 11px 40px 0;
}

/* ############################## LAYOUTS/TEMPLATES ################################# */
/* HOME PAGE */
body#home.home #hero{ display: block !important; }
body#home.home #content_side{ display: none; }
body#home.home #content_main{ margin-left: 0; width: 769px; }

body#home.home h2 {
    font-size: 15px;
    color: #54616e;
    font-style: italic;
    margin-top: 16px;
    line-height: 24px;
    font-weight: normal;
}
body#home.home #home-logos{
    width: 575px;
    border-top: 1px solid #d4d7db;
    padding-top: 10px;
    margin-top: 0px;
}
body#home.home #home-logos img{
    margin-right: 15px;
}

#content_main{
    width: 513px;
    margin-left: 40px;
    float: left;
}

#content_main h1{
    color: da8409;
	font-size: 14px;
    font-family: verdana, courier;
    font-weight: bold;

}

#content_side{
    width: 185px;
    float: left;
}
#nav_sub .current > a{
    color: #333;
}


/* HOME COL 3 */
#home_col3 {
    width: 278px;
    margin-left: 15px;
    float: right;
    margin-top: 0px;
}

#home_col3 h3{
    line-height: 39px;
    font-size: 11px;
    font-weight: bold;
    background: url(../images/bg_h3_feature.gif) repeat-x #1a2d49;
    color: #fff;
    margin: 0;
}
#home_col3 h3 span{
    display: block;
    height: 39px; width: 39px;
    float: left;
    margin-right: 10px;
    background: no-repeat 3px 3px #284268;
}
/* VARIOUS H3 BGS */
#home_col3 h3#globallocations span{ background-image: url(../images/feature_icon_world.gif); }
#home_col3 h3#screeningservices span{ background-image: url(../images/feature_icon_magnify.gif); }
#home_col3 h3#krollheadlines span{ background-image: url(../images/feature_icon_paper.gif); }
#home_col3 h3#krollreports span{ background-image: url(../images/feature_icon_docs.gif); }
#home_col3 h3#upcomingevents span{ background-image: url(../images/feature_icon_pin.gif); }


/* LIS */
#home_col3 ul{
    margin: 0;
    padding: 7px 7px 7px 22px;
    background: url(../images/bg_col3_uls.gif) repeat-x;
}
#home_col3 li{
    list-style-image: url(../images/bg_li_arrow.gif);
    font-size: 12px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.help_text{
    font-size: 9px;
    color: #999;
}

#main_section_name{
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-top: 16px;
}


/* WORKAROUNDS */

/* clearfix, put on block elements that contain floated elements */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */


/************** New Box Style *************************************/
div.boxn {width: 100%; margin: 0px auto; padding: 0px 0px 5px 0px; font-size:11px;margin-bottom:7px;}
.boxn .box-headern { background:transparent url(./images/box_top_left_new.gif) no-repeat 0px 0px; color:#fff;}
.boxn .box-headern .box-siden { text-align: center; margin:0; font-weight: bold; line-height: 28px; height: 28px; background:transparent url(./images/box_top_right_new.gif) no-repeat right 0px; }
.boxn .box-headern .box-siden .hed {padding-bottom:4px;color:#fff;font-size:11px;font-weight:bold;}
.boxn .box-bodyn { background:transparent url(./images/box_middle_left.gif) repeat-y 0px 0px; font-size:11px;}
.boxn .box-bodyn .box-siden { background:transparent url(./images/box_middle_right.gif) repeat right 0px; }
.boxn .box-bodyn .box-siden .box-content {margin:0px 1px 0px 1px; background:#fff url(./images/box_middle_content.gif) repeat 0px 0px;  padding: 0em; text-align: left; font-size:11px;}

.boxn .box-footern { background:transparent url(./images/box_bottom_left.gif) no-repeat 0px 0px; }
.boxn .box-footern .box-siden {font-size:1px; height:2px; background:transparent url(./images/box_bottom_right.gif) no-repeat right 0px; }
.boxn .box-headern h1 {font-size: 12px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #616161; }
.boxn p { margin:0.5em 0px 0px 0px; padding:0px; }
.boxn ul.box_list li {font-size:11px;background:transparent url(images/small-sq.gif) no-repeat 0px -4px; padding-left: 10px;padding-bottom:5px;}
.boxn ul.box_list li {font-size:11px;background:transparent url(images/orange.gif) no-repeat 0px 4px; padding-left: 10px;padding-bottom:5px;}
.boxn ul.box_list li a {font-size:11px;}

#copyright{
    font-size: 11px;
    font-weight: normal;
    width:500px;
	float:left;
    color: #000000;
	color: #ffffff;
    margin-top: 0px;
	text-align:left;
}

/* footer */
#psi_footer{
    width: 100%;
    margin: 0 auto;
    text-align: left;
	height:80px;
    background: url(images/bg_footer.gif) repeat-x top left;
}

/* footer */
#callus_footer{
    width: 100%;
    margin: 0 auto;
    text-align: left;
	padding:6px 0 1px 0;
	font-size: 11px;
	color: #003;
	height:20px;
	border-bottom:0px solid #ffffff;
    background: url(images/bg_orange.gif) repeat-x top left;
}

#callus_footer a {
	color: #003;
	}

#footer_wrapper{ margin: 0 auto;}
#footer{
    border-top: 0;
    margin: 0 auto;
    padding: 3px 0 20px;
    color: #ffffff;
	Width:890px;
	padding-top:15px;
	font-size: 11px;
    text-align: right;
    line-height: 22px;
}
#footer a{
    color: #ffffff;
}
#footer img{
    float: left;
}

#leftContent{
    width: 585px;
    padding:5px;
}

#leftContent a{
    font-size: 12px;
}


body#home.home h2 {
    font-size: 14px;
    color: #dc860b;
    margin-top: 16px;
    line-height: 15px;
    font-weight: bold;
	font-style: normal;
}

.tablecontent {padding:3; margin: 0; }

.tablecontent th {
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: none;
}


.tablecontent td {
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #000000;
	font-size: 11px;
}

.tablecontent td .tablebold {
	font-face:bold;
}

#content h1 {
    font-size: 16px;
    color: #dc860b;
    margin-top: 16px;
    line-height: 15px;
    font-weight: bold;
	font-style: normal;
}

img.floatLeft { 
    float: left; 
    margin: 3px 0px 3px 0; 
	padding-right:10px;
	text-align: center;
}


img.floatRight { 
    float: right; 
    margin: 3px; 
	padding-right:5px;
}


img.captcha { 
    float: left; 
    margin: 0; 
	padding-right:2px;
	text-align: left;}


/*= Table formatting =========================================*/
table.services 
{
	text-align: center;
	color: #fff;
	width: 580px;
	background-color: #C2D8E5;
	border: 0px;
	border-style:none;
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	margin-bottom: 3px;
		}

table.services td 
{background-color: #C2D8E5;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
valign: middle;
font-size:11px;
}

table.services td.text 
{
	background-color: #C2D8E5;
	color: #000;
	padding: 2px;
	text-align: left;
	border: 1px #fff solid;
	font-size:11px;
	vertical-align: middle;
}

table.services tr 
{padding: 0px;
}

table.services td.hed
{background-color: #011c37;
color: #fff;
padding: 4px;
text-align: left;
border: 1px #fff solid;
border-bottom: 2px #fff solid;
font-weight: bold;
font-size:12px;
} 

table.services th
{background-color: #C2D8E5;
color: #fff;
padding: 4px;
text-align: left;
border: 1px #fff solid;
border-bottom: 2px #fff solid;
font-weight: bold;
} 



table.ats 
{
	text-align: left;
	color: #fff;
	width: 580px;
	background-color: #ffffff;
	border: 1px solid #000;
	border-style:none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 3px;
	line-height:1.1em;
		}

table.ats td 
{background-color: #ffffff;
color: #000;
padding: 9px;
text-align: left;
border: 1px #000 solid;
valign: middle;
font-size:12px;
line-height:1.1em;
}

table.ats td p {font-size:12px;}

table.ats td.text 
{
	background-color: #ffffff;
	color: #000;
	padding: 5px;
	text-align: center;
	border: 1px #000 solid;
	font-size:12px;
	font-weight: bold;
	vertical-align: middle;
	line-height:1.1em;
}

table.ats tr 
{padding: 0px;
}

table.ats td.hed
{background-color: #dc860a;
color: #fff;
padding: 2px;
text-align: center;
vertical-align:bottom;
border: 1px #000 solid;
border-bottom: 1px #000 solid;
font-weight: bold;
font-size:15px;
} 

table.ats th
{background-color: #C2D8E5;
color: #fff;
padding: 4px;
text-align: left;
border: 1px #fff solid;
border-bottom: 2px #fff solid;
font-weight: bold;
} 


/***********************************************************/

table.fees 
{
	text-align: left;
	background-color: #C2D8E5;
	color: #666;
	width:100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 1px;
}

table.fees td a {color:#707070;}

table.fees tr.blue {background-color: #F0F5F9;
color: #707070;
padding: 4px;
text-align: left;
border: 1px #C2D8E5 solid;
valign: middle;
font-size:11px;
font-weight:normal;}

table.fees tr.lgray {background-color: #FFFFFF;
color: #707070;
padding: 4px;
text-align: left;
border: 1px #C2D8E5 solid;
valign: middle;
font-size:11px;
font-weight:normal;}

table.fees td {height:18px; padding: 3px 3px 1px 4px;border: 1px #C2D8E5 solid;}


table.fees td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border: 1px #fff solid;
border-bottom: 2px #fff solid;
font-weight: bold;
font-size:12px;
} 

table.fees td.blueheader
{background-color: #011c37;
color: #fff;
padding: 4px;
text-align: center;
border: 1px #fff solid;
border-bottom: 2px #fff solid;
font-weight: bold;
font-size:12px;
}


table.data {text-align: center;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-style:none;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 3px;	}

table.data td.small {font-size:11px;text-align:left;}

table.data tr.lightgray {background-color: #F0F5F9;
	color: #707070;
	padding: 4px;
	text-align: left;
	border: 1px #C2D8E5 solid;
	font-size:12px;
	font-weight:normal;
	valign: bottom;}
		
	
	
table.data tr.white {background-color: #FFFFFF;
				color: #707070;
				padding: 4px;
				text-align: left;
				border: 1px #C2D8E5 solid;
				valign: bottom;
				font-size:12px;
				font-weight:normal;
				}

table.data td {height:18px; padding: 3px 3px 1px 4px;border: 1px #C2D8E5 solid;vertical-align: bottom;}

table.data tr {valign:bottom;}

table.data1 {text-align: center;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-style:none;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 3px;	}

table.data1 td.small {font-size:11px;text-align:left;}

table.data1 td {
	background-color: #fff;
	color: #222947;
	padding: 4px;
	text-align: center;
	border: 1px #666 solid;
	valign: middle;
	font-size:12px;}


#content_main #maintext1 li {
    list-style: disc;
	color:#666;
   }

#content_main #maintext1 li a {
    margin-bottom: 7px;
	color:#666;
    font-size: 12px;
    list-style: disc;
    line-height: 16px;
}

/* HOME COL 3 */
#serv_industry {
    width: 270px;
    margin-left: 5px;
    float: left;
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
}


#serv_industry li{
  	margin:0 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	border-bottom:1px solid #d8e1e3;
	text-decoration:none;
	display:block;
	
}

#serv_industry ul.box_list li {font-size:12px;background:transparent url(images/orange.gif) no-repeat 0px 4px; padding-left: 10px;padding-bottom:5px;}
#serv_industry ul.box_list li a {font-size:12px;}

#service_main {
    width:580px;
	float: right;
	font-size:11px;
	color:#000000;
	margin:0px;
}

#service_main  h2 {
    margin-top:0px;
}

#service_main h3{
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
	padding:0px 0px 0px 25px;
    background: url(images/orange-arrow.gif) no-repeat 0px 2px;
    color: #000;
    margin: 0;
}

#service_main ul {margin-top:3px; padding-top:0px;}

#service_main li {
    margin-bottom: 5px;
    font-size: 11px;
    list-style: none;
    line-height: 16px;
	color:#000000;
   }
   
#service_main ul li {background:transparent url(images/orange.gif) no-repeat 5px 4px; padding-left: 15px;padding-bottom:5px;}

#service_main li a {
   	color:#000000;
}

#faqs {
    width:580px;
	float:right;
}

#faqs a{
    font-size: 12px;
}

#maintext {
    width:585px;
}

#content_main #maintext li{
    margin-bottom: 7px;
    font-size: 11px;
    list-style: disc;
    line-height: 16px;
}


/* Sitemap */
#site-map {
    width: 440px;
    margin-left: 5px;
    float: left;
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
}


#site-map li{
  	margin:0 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	border-bottom:1px solid #d8e1e3;
	text-decoration:none;
	display:block;
	
}

#site-map ul.box_list li {font-size:12px;background:transparent url(images/orange.gif) no-repeat 0px 4px; padding-left: 10px;padding-bottom:5px;}
#site-map ul.box_list li a {font-size:12px;}


#site-map h1{
  font-size: 14px;
  color: #4fa800;
  font-family: verdana, courier;
  font-weight: bold;
  margin-top: 22px;
 }

#site-map h2{
  font-size: 13px;
  color: #333;
  margin-top: 0px;
}

#site-map h3,
#site-map h4,
#site-map h5,
#site-map h6{
  color: #666;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#mylogin {margin-top:5px;text-align:center;}

#mylogin h1{background:url(images/h1_bkg_left.gif) top left no-repeat; width:100%; height:56px;font-size:18px; color:#46535c; margin:0px 0px 10px 0px;}
#mylogin h1 span{background:url(images/h1_bkg_right.gif) top right no-repeat; padding:14px 0px 0px 18px; height:56px; display:block;}
#mylogin h1 span span {background: none; padding: 0; height: 0;}

#mylogin h1{background:url(images/h1_bkg_left1.gif) top left no-repeat; width:100%; height:68px;font-size:18px; color:#ffffff; margin:0px 0px 10px 0px;}
#mylogin h1 span{background:url(images/h1_bkg_right1.gif) top right no-repeat; padding:14px 0px 0px 18px; height:68px; display:block;}
#mylogin h1 span span {background: none; padding: 0; height: 0;}

.ind1 {background:url(images/mybg1.png) top repeat-x;height:195px;}
.ind2 {background:url(images/mybg1.png) top repeat-x;height:195px;}
.ind3 {background:url(images/mybg1.png) top repeat-x;height:195px;}

.h{ background:url(images/h.gif) no-repeat 8px 2px; height:25px; border-bottom:1px dotted #0a2165; padding:4px 0 0 10px;}
.h strong{margin:0 0 0 30px; font: 1.1em verdana, Helvetica, sans-serif;font-weight:bold;}
.p1 {font-family:Verdana, Helvetica, sans-serif;font-size:12px;line-height:1.0em;color:#2d2d2d; padding:8px;}
.h img{ margin:5px 15px 0 15px;}

.columns1, .column1, .column2, .column3, .indent_column {float:left;}


.columns1 {width:660px;margin:0 auto;}

.columns1 .column1 {width:277px;}
.columns1 .column2 {width:277px;}
.columns1 .column3 {width:277px;}
.columns1 .indent_column {width:20px;}

#middle {width:100%; margin:auto;}

#middle .indent {padding:5px 0 20px 0;}
#middle .template {padding:17px 0 0 0;}
#middle .indentc {padding:5px 0 5px 0;}
#middle .columns1 .column1 .padding{padding:9px 13px 3px 15px;}
#middle .columns1 .column2 .padding{padding:9px 13px 3px 15px;}
#middle .columns1 .column3 .padding{padding:9px 13px 3px 15px;}
#middle .columns1 .p1 {padding:1px 0 2px 0;}
#middle .columns2 {padding:5px 0 0 0;}
#middle .columns2 .padding {padding:0 5px 0 5px;}
#middle .columns2 .column1 .padding {padding:12px 05px 0 17px;}
#middle .columns2 .column2 .padding {padding:12px 18px 0 21px;}
#middle .columns2 .column1 .p1 {padding:1px 0 2px 0;}
#middle .columns2 .column2 .content {padding:10px 0 15px 0;}
#middle .columns2 .column2 .p1 {padding:1px 0 2px 0;}

/* left column design */

#left_column {float:left; width:290px; margin:0px;padding:0px;}
/*------------------------------------------------------ 
Accordion Styles
------------------------------------------------------*/
#navigation {
	margin:0;
	padding:0;
	text-indent:0;
	width:209px;
	width:272px;
	font-size: 11px;
	list-style: none;
	text-align: left;
	font-weight:normal;
}

#navigation li {
	height: auto;
	background:url(images/navBG.png) 0px 0px repeat-x #676f77;
	display:block;
	font-weight:normal;
}

#navigation li.first-tab {
	background: url(images/blue-nav.gif) no-repeat;
}

#navigation li.blue {
	background: url(images/navBG_blue_psi.png) repeat-x; margin-top:-5px;
}
#navigation li.blue {
	background: url(images/blue-nav_bottom.png) no-repeat;
	border-bottom:0px none;
}

#navigation li.gray {
	background: url(images/navBG_gray1.png) repeat-x; margin-top:-10px;
	border-bottom:0px none;
	border-top:0px none;
}

#navigation li a.head {
	display: block;
	width: 249px;
	line-height: 28px;
	color: #fff;
	color: #ecf0f6;
	text-decoration: none;
	text-indent: 0px;
	padding:0px 0px 0px 10px;
	margin:0px;
	background:none;
}

#navigation li a.headgray {
	display: block;
	width: 249px;
	line-height: 23px;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px 2px 0px 21px;
	margin:0px;
	margin-top:-3px;
	background:none;
}


#navigation li.active a.head {
	background:url(images/nav_minus.gif) 10px 10px no-repeat;
}

#navigation li ul {
	margin: 0px;
	padding: 5px 20px;
	background: #f0f0f0;
	width:170px;
	width:232px;
}

#navigation li ul li {
	padding: 5px 0px;
	margin: 0;
	background-image:none;
	background-color:#f0f0f0;
	list-style:none none;
	border-bottom:1px solid #c8c8c8;
	border-top:1px solid #ffffff;
}

#navigation li ul li.first {
	border-top:0px none;
}

#navigation li ul li.last {
	border-bottom:0px none;
}

#navigation li ul li a {
	color:#7d7d7d;
	background:none;
	text-decoration: none;
}

#navigation li ul li a:hover {
	color: #2971A7; text-decoration: underline;
}


#navigation li.gray a:hover {
	color: #2971A7;text-decoration: underline;}
	
	

#fees {float:left;color:#707070;}

#fees ul li {background:transparent url(images/orange-arrow.gif) no-repeat 0px 0px; padding-left: 25px;padding-bottom:5px; color:#707070;}

/* contact us form formatting  */

.darkbluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #287CAF;
	text-align:right;
	padding:8px;
	}

.darkbluenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #287CAF;
}

.darkgraybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	
	}

.textbox
{
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.textcaptcha {
	border: solid 1px #C2D8E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #C2D8E5;}

.textbox1
{
	border: solid 1px #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.textbox2
{
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFA0;
}


#mem {float:left;width:290px; height:145px; background:transparent url(images/memblogosbg.jpg) no-repeat top left;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px;font-weight:bold;color: #287CAF;Margin-bottom:8px;}

#mem img {padding-top:5px; margin-bottom:5px;}

.darkbluenormal img{ margin:5px 0px 5px 1px; padding:-5px 0px 0px 0px;}

