* {	margin: 0;
}

html, body { 
	height: 100%;
}

body{
background: url(../images/bk.gif) repeat-x top center #FFF;
margin:0;
padding: 0;
font-size:14px;
color:#333;
text-align: center;
font-family: Trebuchet MS, Tahoma, Helvetica;
}

img, div, a, input{
	border: 0;
	behavior: url(../iepngfix.htc);
}


a:link { COLOR: #a12222; text-decoration:underline; } 
a:active { COLOR: #a12222; text-decoration:underline; } 
a:visited { COLOR: #a12222; text-decoration:underline; } 
a:hover { COLOR: #333; text-decoration:underline; }

ol{
	margin-top: 0;
}

p{
	margin: 0;
	}

#pageBk{
	margin: 0 auto;
    text-align: center;
    height: 100%;
	background: url(../images/wrapBack.gif) no-repeat top center;
	position: relative;
	z-index: 0;
}

#headerCont{
	margin: 0 auto;
	width: 970px;
	height: 134px;
}

#headerLogo{
	float: left;
	width: 404px;
	margin-top: 35px;
}

#headerNumber{
	float: right;
	width: 266px;
	margin-top: 35px;
}

.pgWrap{	
	width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.bottomClear{
	clear: both;
	height: 45px;
}


* html #fixedNavBar{
	position: absolute;
}
	

#navBar{
	height: 111px;
	position: relative;
	overflow: hidden;
}

#navBar .transparent{
	background:url(images/navBack.gif) no-repeat top center;
	background-color:#f58026;
	height: 109px;  
	width: 100%;
	border-top: 1px solid #cd5c06;
	border-bottom: 1px solid #cd5c06;
	opacity:0.85; 
	filter:alpha(opacity=85);  
	-moz-opacity:0.85;  
	position: absolute;
	z-index: 190;
	top: 0;
	left: 0;
}

.navContent{
	position: relative;
	margin: 0 auto;
	width: 920px;
	text-align: right;
	z-index: 210;
}

#topFixedContainer{
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

.logo{
	float: left;
	width: 329px;
}

.topLinks{
	float: right;
	color: white;
	font-size: 10px;
	padding: 0;
	margin: 13px 70px 0 0;
}

.topLinks a, .topLinks a:visited{ 
	color: white; 
	font-size: 10px;
	text-decoration: none;
}

.topLinks a:hover{color: #333; text-decoration: none;}

.navLinks{
	height: 47px;
	width: 970px;
	margin: 0 auto;
	padding-top: 2px;
}


/***** styles for main navigation ********/
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	_margin: 0px 0px 0px -950px;
	position: relative;
}
#menu span {
	display: none;
}
#menu a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 147px;
	height: 44px;
	background: url(../images/navHome.png) no-repeat;
	left: 0;
	top: 0;
}

#menu .about {
	width: 171px;
	height: 44px;
	background: url(../images/navAbout.png) no-repeat;
	left: 147px;
	top: 0;
}

#menu .services {
	width: 174px;
	height: 44px;
	background: url(../images/navServices.png) no-repeat;
	left: 318px;
	top: 0;
}

#menu .contact {
	width: 194px;
	height: 44px;
	background: url(../images/navContact.png) no-repeat;
	left: 491px;
	top: 0;
}

#menu .faq {
	width: 138px;
	height: 44px;
	background: url(../images/navFaq.png) no-repeat;
	left: 685px;
	top: 0;
}

#menu .rates {
	width: 145px;
	height: 44px;
	background: url(../images/navRates.png) no-repeat;
	left: 821px;
	top: 0;
}

/***** END ********/


/***** END*******/

#homeCopy{
	font-size: 13px;
	clear: right;
	padding: 215px 20px 0 65px;
	text-align: left;
	line-height: 19px;
}

#homeCont{
	padding: 1px;
	background: white;
	margin: 0 auto;
	float: left;
	height: auto;
}

.homeColumns{
	width: 484px;
}

.homeColumns h1{
	margin: 0;
	padding: 0;
}

.blueBold{
	font-size: 13px;
	color: #283775;
	text-align: left;
	font-weight: bold;
}

.homeColumns p{
	margin: 0 0 45px 0;
	padding: 15px 30px;
	line-height: 18px;
	text-align: left;
}

.homeCols{
	min-height: 560px;
}

/*styles for subpage Div layouts*/

#subCont{
	padding: 1px;
	background: white;
	margin: 0 auto;
	margin-top: 25px;
	_margin-top: -25px; /**IE 6 Fix**/
	float: left;
	height: 100%;
	text-align: left;
	width: 968px;
}

.pgHeaderCont{
	background: url(../images/subHeaderBack.gif) repeat-x top center white;
	padding: 0 25px;
}

.pgHeaderCont h1{
	color: #212c78;
	font-size: 26px;
	margin: 0;
	border-bottom: 1px solid #c2c5da;
	padding: 30px 10px 15px 10px;
}
	
.colRight{
	float: right;
	margin-right: 25px;
}

.colLeft{
	float: left;
	margin-left: 25px;
	_margin-left: 10px;
}
	
#subColThin{
	width: 250px;
}

#subColThin h2{
	font-size: 24px;
	color: #444444;
	margin: 0;
	padding-bottom: 20px;
}

#subColThin h2 span{
	font-size: 13px;
	font-weight: normal;
	padding-top: 15px;
}


#subColThin h4{
	color: #3c50a2;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

.ratesList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ratesList ul li {
	margin: 0;
	padding: 0px;
	display: block;
	padding: 10px 10px 15px 35px;
	background: url(../images/checkIcon.gif) no-repeat left top;
	width: 185px;
	font-size: 15px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #474747;
}

#subColWide{
	width: 660px;
	text-align: left;
}

#subColWide h1, #subColThin h1{
	margin: 0;
	font-size: 22px;
	color: #a12222;
	padding: 10px 0;
	font-weight: normal;
	font-style: italic;
}

#subColWide h3{
	margin:  10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #a12222;
	font-style: italic;
}

#subColWide h3 span{
	font-size: 11px;
	color: #999999;
	padding-left: 10px;
}

#subColWide p{
	line-height: 18px;
}

.questions{
	padding-left: 40px;
	background: url(../images/questIcon.gif) no-repeat top left;
}

.answers{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.red{
	color: #9b1313;
	font-weight: bold;
	font-style: italic;
}

/******* end *************/

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*end of subpage div layouts*/


/***table styles for rates page***/
.rates-table{
	padding: 0 10px 0 0;
}

.rates-table table
{
  padding: 0;
  margin-top: 15px;
  *margin-top: 0;
  border-collapse: collapse;
  border: 1px solid #cac9c9;
  font-size: 12px;
  color: #444444;
  background: #FFF;
  width: 95%;
}

.rates-table caption
{
  caption-side: bottom;
  font-size: 11px;
  text-align: left;
  padding: 0.5em 0;
  color: #666;
}

.rates-table th, .rates-table td
{
  border: 0px dotted #666;
  padding: 13px 20px;
  text-align: left;
  color: #222222;
  font-weight: bold;
  vertical-align:top;
  font-size: 14px;
}

.rates-table td{
	border-bottom: 1px solid #CCC;
	padding: 8px 5px;
}

.rates-table table td.col1{
	width: 260px;
	padding: 10px 30px 10px 20px;
	background: #ecf4fa;
}

.rates-table table td.col2 {
	width: 100px;
	padding: 5px 20px;
	border-right: 1px solid #cac9c9;
	border-left: 1px solid #cac9c9;
}

.rates-table table td.col2 span{
	font-size: 26px;
	color: #3c50a2;
	font-weight: bold;
}

.rates-table table td.col3{
	padding: 15px 20px;
}

.rates-table table td.col3 img{
	padding-left: 10px;
}

.rates-table table h4{
	font-size: 20px;
	color: #3c50a2;
	font-style: normal;
	margin: 0;
}

.rates-table table h5{
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

.rates-table table h5 a{
	color: #ca3434;
	font-size: 12px;
}

.rates-table td a{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.rates-table td a:hover{
	color: #016e80;
}

.rates-table th[scope=col]
{
  color: #444444;
  background: url(../images/rateTableBack.gif) repeat-x top center;
  font-size: 17px;
  font-weight: bold;
  border-right: 1px solid #FFF;
}

.rates-table th+th[scope=col]
{
  color: #444444;
}

.rates-table th[scope=row]
{
  background-color: #b8cfe5;
  font-weight: normal;
}

/*.rates-table tr.alt th, .rates-table tr.alt td
{
  color: #2a4763;
}*/

.rates-table tr:hover th[scope=row], .rates-table tr:hover td
{
  background-color: #f3f3f3;
  color: #666;
}


/**** Sitemap Links Styles ********/

#sitemap{
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}


#sitemap ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sitemap ul li {
	margin: 0;
	padding: 0px;
}
#sitemap ul li a {
	display: block;
	padding: 7px 10px 7px 45px;
	background: url(images/docIcon.png) no-repeat left top;
	width: 400px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

#subRight ul li a:hover {
	background-color: #fafafa;
}


/*styles for footer div and copy links*/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 7px 0px;
	background: #d4def1;
	color: #364995;
	font-size: 12px;
	line-height: 18px;
	height: 35px;
	border-top: 1px solid #bdc8e7;
}


#footer a, #footer a:visited { color: #364995; text-decoration: none; }
#footer a:hover { color: #cf1d1d; text-decoration: none; }
/*END FOOTER STYLES*/


	
/* jQuery tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(/images/navTip2.png);
	font-size:11px;
	height:46px;
	width:180px;
	padding: 9px 10px 11px 10px;
	line-height: 12px;
	font-weight: bold;
	color:#666;
	letter-spacing: 0px;
}

.bodytooltip {
	display:none;
	background:transparent url(/images/navTip2.png);
	font-size:12px;
	height:46px;
	width:180px;
	padding: 9px 10px 11px 10px;
	line-height: 12px;
	font-weight: bold;
	color:#666;
	letter-spacing: 0px;
}




/******* Styles for Jquery Overlays****/
/* the overlayed element */
#overlay {
		background: white;
		color:#efefef;
		min-height:500px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:500px;
		overflow-y:auto;
		text-align: center;
		padding: 5px;
	}


.simple_overlay {
		
	display:none; /* must be initially hidden */
	z-index:9999; /* place overlay on top of other elements */
	
	/* general styling */
	background-color:#FFF;
	padding: 10px 15px ;
	text-align: left;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 50px 5px #000;
	-webkit-box-shadow: 0 0 50px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:13px;
	width:250px;
	text-align: left;
}
	
.details h3 {
	font-size:16px;
	margin: 0;
}
	
.simple_overlay h1 {
	font-size: 22px;
	padding: 10px;
	color: #212C78;
	font-style: italic;
}

.simple_overlay h3 {
	font-size: 20px;
	padding: 10px 0;
	color: #a12222;
	font-style: italic;
}

.simplie_overlay p{
	line-height: 16px;
	color: #666;
}

/**jquery form styles *****/
/* form style */
#myform {	
	color:#33458d;
	width:480px;
	margin:0 auto;
	position:relative;
} 

/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding:0;
}

/* typography */
#myform h3 	{ color:#eee; margin-top:0px; }
#myform p 	{ font-size:12px; }


/* input field */
#myform input, #myform textarea {
	border:1px solid #7193d0;
	background-color:#cfd9eb;
	padding:5px;
	color:#232f7b;
	font-size:14px;
	width: 350px;
	font-family: Trebuchet MS;
	
	/* CSS3 spicing */
	text-shadow:1px 1px 1px #FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
}

#myform input:focus, #myform textarea:focus 	{ color:#232f7b; background-color:#e9eef8; }
#myform input:active,  #myform textarea:active	{ background-color:#FFF; }


/* button */
#myform button {
	outline:0;
	border:1px solid #000;
	padding: 10px;	
	background: #A12222;
	color: white;
	font-weight: bold;
}


/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	display:none;	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

.error p {
	margin:0;		
}

/* field label */
label {
	display:block;
	font-size:13px;
	color:#555555;
}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}
