G G
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff;
	text-align:center; 
	font:10px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ display:none;}
h2	{ font-size:1.2em; color:#3749AD; font-weight:bold; letter-spacing:1.75;}
h3	{ font-size:1.1em; color:#000; font-weight:bold;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#126edd; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#007F4D; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/top.gif) right no-repeat;
	font-size:10px;
	}
	
p.small{
	font-size:10px;
	font-style:italic;
	}
	
img.img-left { 
	float:left; 
	margin:2px 8px 8px 0; 
	}
	
img.img-center { 
	margin-left: 120px;
	margin-bottom:10px;
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 8px 8px; 
	}
	
	
	
/* ----- form elements ----- */

form {
	width:140px;
	font-size:11px;
	color:#fff;
	}

form label	{ font-size:11px; color:#fff;}

form input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #3C5363;
	color:#000;
	width:135px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:140px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:1px; } /* same width as form - !important */
body#contact select { width:208px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:1px; } /* same width as form - !important */


input.radio{
	background:#2C7288!important; 
	width: auto;
	height:auto; 
	border:none;
	} 
	
input.radio-main{
	background:#fff!important; 
	width: auto!important;
	height:auto!important; 
	border:none!important;
	} 
	
textarea { height:90px; overflow:auto; width:140px; }
textarea.contact-main { height:90px; overflow:auto; width:200px; }



input.submit{ 
	width:70px;
	height:20px;
	cursor:pointer;
	}
	
input.submit-main{ 
	width:70px!important;
	height:20px;
	cursor:pointer;
	}
	
body#contact form { width:205px; margin-left:95px; color:#333333;}

body#contact form input { width: 200px;}
body#contact form label { color:#000;}




/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url(../images/bg-wrap.gif) repeat-y;
	width:817px;
	margin:0 auto;
	text-align:left;
	}
	
#header {
	background:url(../images/header.jpg);
	height:240px;
	}
	
	#header span{ display:none;}
	
#masthead {
	position:relative;
	background:url(../images/masthead.gif);
	height:86px;
	}
	
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:4px;
	width:345px;
	top:41px;
	height:35px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:198px;
	float:left;
	}
			
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul{
	margin:0 15px 5px 25px;
	}	


	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url(../images/img-box.gif) 0px 2px no-repeat;
			padding-left:25px;  /* pushes text to the right to display bg img */
			margin-bottom:10px;
			}

			
/* ----- column-middle ----- */

#column-middle {
	width:420px;
	float:left;
	}
	
	#column-middle p{
		margin:0 22px 10px 20px;
		font-size:11px;
		color:#333;
		letter-spacing:1.0px
		}
		
	#column-middle h2, #column-middle h3{
		margin:10px 17px 5px 20px;
		}
		
	#column-middle ul { margin:0 30px 10px 30px; }
		#column-middle ul li { 
			background:transparent url(../images/img-list.gif) 0px 2px no-repeat;
			padding-left:20px;  
			margin-bottom:10px;
			}
				
			
/* ----- column-right ----- */

#column-right {
	width:199px;
	float:left;
	}
	
	#column-right p{
		margin:0 35px 10px 35px;
		font-size:11px;
		color:#fff;
		letter-spacing:normal;
		line-height:14px;
		}
		
		
		#column-right a{color: #fff;}
		
	#column-right form { padding-left:25px; }
	 
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url(../images/bottom-wrap.gif);
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:55px;} /* sets height for all subheads */
	body#index #subhead { background:url(../images/subhead-index.gif); }
	body#variable-annuities #subhead { background:url(../images/subhead-variable.gif); }
	body#about #subhead { background:url(../images/subhead-about.gif); }
	body#disclaimer #subhead { background:url(../images/subhead-disclaimer.gif); }
	body#thankyou #subhead { background:url(../images/subhead-thankyou.gif); }
	body#error #subhead { background:url(../images/subhead-error.gif); }
	body#contact #subhead { background:url(../images/subhead-contact.gif); }
	

/* ----- subhead framework with varying heights ----- */

#subhead-col-left {
	height:115px;
	background:url(../images/col-left-subhead.gif) no-repeat ;
	}
	
#subhead-col-left span {
display:none;
}

	
	
#subhead-contact-us {
	height:110px;
	background:url(../images/subhead-quick-contact.gif) no-repeat ;
	}
	
		
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:817px;
	margin:0 auto;
	text-align:center;
	background:url(../images/footer-bg.gif) repeat-y;
	}

#footer p {
	color:#000;
	padding-bottom:10px;
	line-height: 16px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#0D2858; }

#footer ul {margin-top:0px; padding-bottom:5px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

#nav { 
	background:url(../images/nav.gif) no-repeat; 
	width:817px; 
	height:70px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:70px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 87px; margin-left: 155px;}
#nav-02 { width: 211px;}
#nav-03 { width: 172px;}
#nav-04 { width: 192px;}

#nav-01 a:hover { background:url(../images/nav.gif)  -155px -70px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.gif) -242px -70px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.gif) -453px -70px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.gif) -625px -70px no-repeat; }

body#index #nav-01 a{ background:url(../images/nav.gif)  -155px -70px no-repeat; }
body#variable-annuities #nav-02 a{ background:url(../images/nav.gif) -242px -70px no-repeat; }
body#about #nav-03 a { background:url(../images/nav.gif) -453px -70px no-repeat; }
body#contact #nav-04 a { background:url(../images/nav.gif) -625px -70px no-repeat; }

form#frm-contact a {
	color:#fff;
}
body#contact form#frm-contact a {
	color:#000;
}

input.checkbox, body#contact form input.checkbox {
	width:auto;
}