@charset "utf-8";
/* CSS Document */

html,body,div,p,span,img,ul,li{padding:0; margin:0;}
img{border:none;}
a{outline:none; border:none; text-decoration:none; color:#0a67ad;}
a:hover{text-decoration:underline;}
.float_left{float:left;}

body{
	background:#000000;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
	font-weight:normal;
}


/* index css starts */

/* header css */
#nav_left{background:url('../graphics/nav_left.gif') left top no-repeat;}
#nav_right{background:url('../graphics/nav_right.gif') left top no-repeat;}
.nav_back_bg{background:url('../graphics/nav_back_bg.gif') left top repeat-x;}

/* body css */
#body_shadow_left{background:url('../graphics/body_shadow_left.gif') left top no-repeat; height:198px;}
#body_shadow_right{background:url('../graphics/body_shadow_right.gif') left bottom no-repeat;}
#body_shadow_top{background:url('../graphics/body_shadow_top.gif') left top no-repeat; height:35px;}
#body_shadow_bottom{background:url('../graphics/body_shadow_bottom.gif') top right no-repeat; height:34px;}
#title_bg{
	background:url('../graphics/title_bg.gif') 0px 0px no-repeat;
	font-size:24px;
	font-family:"Trebuchet MS";
	color:#0a67ad;
}
.padding_left{padding-left:12px;}
.col{
	font-size:15px;
	font-weight:bold;
}
.col p{
	padding-bottom:2px;
}
.col span{
	font-size:10px;
	font-weight:normal;
}
.dottedline{
	background:url('../graphics/line.gif') left top repeat-y;
}
.featurelist{
	list-style-type:none;
	float:left;
	width:'100%';
}
.featurelist_point{
	background:url('../graphics/bullet.gif') 0px 15px no-repeat;
	padding-left:15px;
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
	float:left;
	width:400px;
}
.list{
	list-style-type:none;
	float:left;
	width:155px;
}
.list_point{
	background:url('../graphics/bullet.gif') 0px 15px no-repeat;
	padding-left:15px;
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
	float:left;
	width:155px;
}
.list_point ul{
	float:left;
	list-style-type:none;
}
.list_point ul li{
	width:155px;
	padding-top:6px;
}
span.item{font-size:12px; color:#0a67ad;}
#offer_bg{
	background:url('../graphics/offer_bg.gif') left top no-repeat;
	width:232px;
	height:72px;
	float:left;
	padding:9px 0px 0px 16px;
}
.blue_heading{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#0a67ad;
	font-weight:normal;
}
#contact_bg{
	background:url('../graphics/contact_bg.gif') left top no-repeat;
	width:248px;
	height:114px;
	padding:9px 0px 0px 16px;
}
.matter{line-height:16px;}
.extra_links{text-decoration:none; color:#0a67ad;}
.extra_links:hover{text-decoration:underline;}
.copyright{font-size:11px;}

.txtbox
{
	border: #d4d3d3 1px solid;
	font-size :8pt;
	background-color: #f6f6f6;
	color:#252120;
	background:#f6f6f6;
	text-align:left;
	width:200px;
}

input:focus, textarea:focus { border: 1px dotted black; }
input.error, textarea.error { border: 1px dotted red; }
label.error, label.error { float:left; color: red; font-size : 8pt;	font-family : verdana;	}
.err {
	color : #ff0000;
	font-size : 8pt;
	font-family : verdana;	
}
input.button 
{
	border-left:1px solid #7D1818;
	border-bottom:1px solid #7D1818;
	border-top: 1px solid #D4BCBC;
	border-right: 1px solid #D4BCBC;
	background: #9C2524;
	color: #fff;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
input.button:hover{
	border-left:1px solid #D4BCBC;
	border-bottom:1px solid #D4BCBC;
	border-top: 1px solid #7D1818;
	border-right: 1px solid #7D1818;	
}
.imgborder{border:1px solid #CBCBCB; padding:2px;}
.small_txt{font-size:10px;}
.small_txt_blue{font-size:11px;font-weight:bold;color:#0A67AD}
.heading{font-size:14px;font-weight:bold;color:#0A67AD}

.bg{border:1px solid red}
/* index css end */

.widthauto{width:auto;}
.bulletpadding{padding-top:6px;}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #134784; Removed by Andrew 10/19 */  /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 40px;Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item!important;display: list;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 3px 5px;
border: 1px solid #0E2961;
background-color: #134784;
}

.suckertreemenu ul li a:hover{
text-decoration: underline;
background-color:#113474;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*A background-color: #134784; A*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color: #134784;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Andrew Changes */

td#body_shadow_right2 {
	vertical-align:bottom;
}

.main_title {
	line-height: 1.2em;
}

#nav_main_cell {
	background: url('../graphics/navbar_bg.gif') repeat-x;
}

.suckertreemenu ul li a {
	color: white;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size:12px;
}

.suckertreemenu ul li a:hover {
	background: url('../graphics/navbar_hover_bg.gif') repeat-x;
	text-decoration:none;
}

.suckertreemenu ul li.active {
	background: url('../graphics/navbar_hover_bg.gif') repeat-x;
}

.suckertreemenu ul li li a {
	line-height:1em;
	height:auto;
}

ul { list-style-type: none; }
