/* CSS definition file containing sitestyle stylesheets */
/*#172647 USE THIS NAVY CCA114*/ 
BODY { 
	background-color: rgb(255,255,255); 
	background-image: url("../images/bg.png");
	background-repeat:repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin:0;
	padding:0;
	text-align: center	
	}
	
 H1 {
	 font-size: 2em;
	 font-weight: bold;
     margin-top:10px;
	}
	
 H2 {
	 font-size: 1.75em;
	 font-weight: bold;
     margin-top:5px;
     margin-bottom:-5px
	}
 H3 {
	 font-size: 1.50em;
	 font-weight: bold;
     margin-top:-4px;
	}		
	
 A 	{ 
	color: rgb(0,0,102);  
	text-decoration: none;
	}

A:active { 
	color: rgb(0,0,102); 
	text-decoration: none;
	}

A:link {  
	color: rgb(0,0,102); 
	text-decoration: none ;
	}
	
A:hover { 
	color: rgb(0,0,102); 
	text-decoration: underline;
	}

A:visited { 
	color: rgb(0,0,102); 
	text-decoration: none ;
	}
	
#wrapper{
	width: 960px;
	min-height: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	text-align: left;
	}
	
#title{
	width: 960px;
	height: 127px;
	clear:both;
	}
html>body #title{
	width: 960px;
	height: 135px;
	clear:both;
	}	

#left{
	width: 600px;
	float:left;
	padding: 12px 12px 12px 12px;	
	}
html>body#left{ /*moz-web-kit*/
	width: 600px;
	float:left;
	padding: 12px 12px 12px 12px;	
	}	
	
#right{
	width: 300px;
	float:right;
	padding: 12px 12px 12px 12px;	
	}
html>body #right{ /*moz-web-kit*/
	width: 300px;
	float:right;
	padding: 12px 12px 12px 12px;	
	}	
	
#logos{
	clear:both;
	width: 960px;
	min-height: 60px;
	text-align:justify;
	padding: 12px 12px 12px 12px;	
	}
	
#footer{
	width: 936px;
	min-height: 40px;
	background-color: #172647;
	color:#ffffff;
	padding: 24px 12px 12px 12px;
 	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius:12px;
	font-size: 0.75em;
	text-align:center;
	clear:both;
	}
	
#footer a{color:#ffffff;}
#footer .menucol {width:150px; float:left;}
#footer .menucol ul{list-style-type: none; padding: 0; margin: 0;}

/*Tiny menu top*/
#tinymenu{
	display:block;
	font-size:1em;
	float:right;
	height:10px;
	}
#tinymenu ul{
	list-style-type:none;
	}	
#tinymenu ul li{
	float:left;
	padding: 2px 8px 2px 0px;
	}
#tinymenu ul li a{
	color:#000;
	}
#tinymenu ul li a:hover{
	text-decoration: underline;
	}
	
#logo{float:left;display:block;}

#apply{float:right;clear:both;display:block;margin-top:20px;}
html>body #apply{float:right;clear:both;display:block; padding-top:10px;}

#social{float:right; vertical-align:bottom;}
html>body #social{float:right; margin-top:-6px;}
/*Easytabs.js CSS*/

#tabmenu {width:960px;}
html>body #tabmenu {width:960px;padding-bottom:4px;}/*moz/devkit*/

#tabmenu ul {margin:0px; padding:0px; list-style:none; text-align:left;}
#tabmenu li {display:inline;}
#tabmenu li a {height:15px;text-decoration:none; padding:4px 10px 4px 10px;font-weight:bold;}

#tabmenu li a.tab1{background-color:#282e6c;background-image:url(../images/tab_bg_navy.png); background-repeat:repeat-x;color:#fff;}
#tabmenu li a.tab2{background-color:#282e6c;background-image:url(../images/tab_bg_navy.png); background-repeat:repeat-x;color:#fff;}
#tabmenu li a.tab3{background-color:#282e6c;background-image:url(../images/tab_bg_navy.png); background-repeat:repeat-x;color:#fff;}
#tabmenu li a.tab4{background-color:#282e6c;background-image:url(../images/tab_bg_navy.png); background-repeat:repeat-x;color:#fff;}
#tabmenu li a.tab5{background-color:#282e6c;background-image:url(../images/tab_bg_navy.png); background-repeat:repeat-x;color:#fff;}
#tabmenu li a.tab6{background-color:#282e6c;background-image:url(../images/tab_bg_navy.png); background-repeat:repeat-x;color:#fff;}
#tabmenu li a.tabactive {background-color:#ffd200;background-image:url(../images/tab_bg_gold.png); background-repeat:repeat-x;color:#003; position:relative;}

#tabsub1 { /*ie*/
	width:960px; 
	background-color: #ffd200;
	color:#003;
	text-align:left;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;	
	display:none;
	}
html>body #tabsub1 {/*moz/devkit*/
	width:936px; 
	height:15px;
	background-color: #ffd200;
	color:#003;
	text-align:left;
	padding:6px 12px 6px 12px;
	display:none;
	}	

#tabsub2 { /*ie*/
	width:960px; 	
	background-color: #ffd200;
	color:#003;
	text-align:left;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;	
	display:none;
	}
html>body #tabsub2 {/*moz/devkit*/
	width:936px; 
	height:15px;
	background-color: #ffd200;
	color:#003;
	text-align:left;
	padding:6px 12px 6px 12px;   
	display:none;
	}

#tabsub3 { /*ie*/
	width:960px; 	
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;	
	display:none;
	}
html>body #tabsub3 {/*moz/devkit*/
	width:936px; 
	height: 15px;
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding:6px 12px 6px 12px;  
	display:none;
	}	

#tabsub4 { /*ie*/
	width:960px; 	
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;	
	display:none;
	}
html>body #tabsub4 { /*moz/devkit*/
	width:936px; 
	height: 15px;	
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding:6px 12px 6px 12px;
	display:none;
	}	
	
#tabsub5 { /*ie*/
	width:960px; 
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	display: none;
	}
html>body #tabsub5 { /*moz/devkit*/
	width:936px; 
	height: 15px;
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding:6px 12px 6px 12px; 
	display:none;
	}	
	
#tabsub6 { /*ie*/
	width:960px; 
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	display: none;
	}
html>body #tabsub6 { /*moz/devkit*/
	width:936px; 
	height: 15px;
	background-color: #ffd200;
	color:#003;	
	text-align:left;
	padding:6px 12px 6px 12px; 
	display:none;
	}		
	
/*SUB-MENU*/
#submenu{
	width: 936px;
	float:left;
	clear:both;
	margin-bottom: 4px;
	}
#submenu ul{
	list-style-type:none;
	margin-top:0px;
	margin-left:0px;
	padding-left: 0;	
	}	
#submenu ul li{
	float:left;
	padding: 0px 16px 0px 0px;		
	}
#submenu ul li a{
	color:#003;
	}
#submenu ul li a:hover{	
	text-decoration: underline;	
	}	


	
#tabcontent1 { /*ie*/
	width:960px; 
	height:200px;	
	background-color: #e5e4fe;
	background-image:url(../images/tabImage001.png);
	background-repeat:no-repeat;
	color:#003;
	text-align:left;
	display: none;
	}
html>body #tabcontent1 {/*moz/devkit*/
	width:960px; 
	height:200px;
	background-color: #e5e4fe;
	background-image:url(../images/tabImage001.png);
	background-repeat:no-repeat;
	color:#003;
	text-align:left;
	display: none;
	}

#tabcontent2 { /*ie*/
	width:960px; 
	height:200px;
	background-color: #fff;
	background-image:url(../images/tabImage006.png);
	background-repeat:no-repeat;	
	color:#003;
	text-align:left;
	display:none;
	}
html>body #tabcontent2 {/*moz/devkit*/
	width:960px; 
	height:200px;
	background-color: #fff;
	background-image:url(../images/tabImage006.png);
	background-repeat:no-repeat;	
	color:#003;
	text-align:left;  
	display:none;	
	}

#tabcontent3 { /*ie*/
	width:960px; 
	height: 200px;
	background-image:url(../images/tabImage002.png);
	background-repeat:no-repeat;
	color:#003;	
	text-align:left;
	display:none;	
	}
html>body #tabcontent3 {/*moz/devkit*/
	width:960px; 
	height: 200px;
	background-image:url(../images/tabImage002.png);
	background-repeat:no-repeat;	
	color:#003;	
	text-align:left;
	display:none;	
	}	

#tabcontent4 { /*ie*/
	width:960px; 
	height: 200px;	
	background-color: #fff;
	background-image:url(../images/tabImage003.png);
	background-repeat:no-repeat;	
	color:#003;	
	text-align:left;
	display:none;	
	}
html>body #tabcontent4 { /*moz/devkit*/
	width:960px; 
	height: 200px;	
	background-color: #fff;
	background-image:url(../images/tabImage003.png);
	background-repeat:no-repeat;
	color:#003;	
	text-align:left;
	display:none;
	}	
	
#tabcontent5 { /*ie*/
	width:960px; 
	height: 200px;
	background-color: #fff;
	background-image:url(../images/tabImage004.png);
	background-repeat:no-repeat;	
	color:#003;	
	text-align:left;
	display:none;
	}
html>body #tabcontent5 { /*moz/devkit*/
	width:960px; 
	height: 200px;
	background-color: #fff;
	background-image:url(../images/tabImage004.png);
	background-repeat:no-repeat;	
	color:#003;	
	text-align:left;
	display:none;
	}	
	
#tabcontent6 { /*ie*/
	width:960px; 
	height: 200px;
	background-color: #fff;
	background-image:url(../images/tabImage005.png);
	background-repeat:no-repeat;	
	color:#003;	
	text-align:left;
	display:none;
	}
html>body #tabcontent6 { /*moz/devkit*/
	width:960px; 
	height: 200px;
	background-color: #fff;
	background-image:url(../images/tabImage005.png);
	background-repeat:no-repeat;	
	color:#003;	
	text-align:left;
	display:none;
	}		

#tabquote{
	width:445px;
	line-height:1.5em;
	display:block;
	padding-left: 12px;
	padding-top: 12px;
	}

#contact{
	height:176px;
	width:296px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;
	border: #172647 1px solid;
	padding:12px;
	}
html>body #contact{
	height:176px;
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;
	border: #172647 1px solid;
	padding:12px;
	}	
	
#contact h3{color:#fff;}


#contactagent{
	width:296px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;
	border: #172647 1px solid;
	padding:12px;
	}
html>body #contactagent{
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;
	border: #172647 1px solid;
	padding:12px;
	}	
	
#contactagent h3{color:#fff;}


#rates{
	height:180px;
	width:296px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:8px;
	padding-right:8px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightgoldtop.png);
	background-repeat:repeat-x;	
	border: #ffd200 1px solid;	
	}	
html>body #rates{
	height:180px;
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightgoldtop.png);
	background-repeat:repeat-x;	
	border: #ffd200 1px solid;	
	padding:12px;	
	}	

#testimonials{
	width:296px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;	
	border: #172647 1px solid;	
	padding:12px;	
	}
html>body #testimonials{
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;	
	border: #172647 1px solid;	
	padding:12px;	
	}
#testimonials h3{color:#fff;}

#debtelim{
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;	
	border: #172647 1px solid;	
	padding:12px;	
	}
html>body #debtelim{
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightnavytop.png);
	background-repeat:repeat-x;	
	border: #172647 1px solid;	
	padding:12px;	
	}		
#debtelim h3{color:#fff;}		

#press{
	width:296px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightgoldtop.png);
	background-repeat:repeat-x;	
	border: #ffd200 1px solid;	
	padding:12px;
	}	
html>body #press{
	width:276px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	background-image:url(../images/rightgoldtop.png);
	background-repeat:repeat-x;	
	border: #ffd200 1px solid;	
	padding:12px;
	}	

table{
	font-size: 1.0em;
	}
th.header,td.header{
 padding: 2px 2px 2px 2px;
 border: 1px solid; 
 text-align:left;
 color: #000;
 font-weight:bold; 
}

td.labelcell{
  	padding: 2px 2px 2px 2px;	
	border: 1px solid;
	text-align:left;
	}
td.datacell{
 	padding: 2px 2px 2px 2px;
 	border: 1px solid;
	text-align:center;
} 

.debug{outline:1px solid #000;}