/*Main css for Senior Life Insurance
**	STRUCTURE: HEADER, LEFTCOL, CENTERCOL, FOOTER, MISC  **
**  NAVIGATION:  MAINNAV, TOPNAV                         **
**  TAGS												 **
**  CLASSES												 **
**********************************************************/
/*RESET*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/
/*------------Structure----------------*/
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #f9f5f0;
	font-size: 1em;
		
}
#contentwrapper {
	width: auto;
	margin:0px;
	padding:0px;
	display:block;
		
}

/*HEADER*/
#header{
	height: 100px;
	width:100%;
	margin-top:auto;
	padding: 0px;
	background-color: #014971;
	text-align: center;
	border:0;

}
 
#header a{
 color:#ffffff;
}
#header a:hover{
  text-transform:uppercase;
}


/*LEFTCOL*/
#leftColumnContent{
	display:block;
	margin:0px;
	width:180px;
	height:100%;
	padding:0px;
	float:left;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #B8C9CB;
	border-right-color: #B8C9CB;
	background-color: #FFFFFF;
		
}
/*CENTERCOL*/ 
#centerColumnContent{
	display:block;
	width:auto;
	height:100%;
	padding-top:5px;	 
	padding-left:5px;
	text-align: left;
	font-size: 1em;
	color: #000000;
	margin-left:190px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:0px;
	
}
#centerColumnContent img{
padding:10px;

}
#centerColumnContent a{
	color:#07257D;
}
#centerColumnContent a:hover, a:active, a:focus{
 color:#014971;
 
 }
 

#centerColumnContent ul li{	list-style:disc outside;
	margin:15px;
	 
}
#centerColumnContent ol li{
	list-style:outside;
	margin:30px;
}	
/*FOOTER*/
#footer{
	clear:both;
	font-size:0.55em;
	background-color: #014971;
	height: 35px;
	width: auto;
	padding-left:10px;
	padding-top:5px;
	color: #F6F3E2;
		
}
#footer a{
color: #F6F3E2;
}
/*MISC*/
#rtcol{
	width:250px;
	float:right;
	background-color: #E4F1F1;
	padding:10px;
} 
#prodarea{
	padding: 5px;
	border: medium double #CCCCCC;
}
#prodarea img{
	padding:2px;
}
#tabcontents{
font-size:0.75em;
}
/*--------------Main Navigation ----------------*/
/*MAINNAV*/
#navigation{
	width: 100%;
	margin:0px;
	display:block;
	padding: 0px;
 
		
}
#navigation ul {
	border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navigation ul li{
	display: block;
	height:45px;
	text-align: center;
	margin: 0;
	border-top-width: 1px;
	border-top-style: none;
	border-top-style: solid;
	border-top-color: #B8C9CB;
 	 
	
}
#navigation ul li a{
	text-decoration:none;
	color: #712801;
	font-weight: bold;
	height:45px;
	display:block;
	
}


#navigation li#active a {
	color:#07257D;
	text-transform: uppercase;
 	text-decoration: none;
	display:block;
}
 
 
#navigation a:hover {
	color:#07257D;
	background-color: #DFEADF; 	
}
/*TOPNAV*/
 /*Horizontal Navigation Bar*/
 #buttonbar{
	position:relative;
	display:block;	
	background-image: url(../images/btnbckgd.jpg);
	width:600px;
	height:150px;
}
 
#buttonbar ul {
	border: 0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	
}
#buttonbar ul li {
	float: left;
 	padding: 0px;
	margin: 0;
	display: block;
}

#buttonbar ul li a { 
	display: block;
	color: #fff;
	font-weight:bold;
	font-size:0.875em;
	text-decoration: none;	
	text-align: center;	
	width: 180px;
	height: 130px;
	vertical-align:middle;
	padding:10px;
}

#buttonbar ul li a:hover {
	display:block;
	color: #000;
	background-color: #fff;
 
 
}
/*----------end navigation ----------*/
/*TAGS*/
h1{
	font-size:1.5em;
	color:#8e9a3a;
}
h2{
	
	color: #130707;
	text-align: center;
	font-size: 1em;
	
	
	}
h3{

	color: #712801;;
	text-align: left;
	font-size: 1em;
	font-weight:bold;
}
h4{
	
	font-size: .875em;
	color: #712801;
	text-align: center;
	padding-top: 5px;
}
h5{
    color:#712801;
	font-weight: bold;
	font-size: 1em;
}
h6{
	font-size: 1.2em;
	color: #014971;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
blockquote{
 font-style:italic;
 padding:10px;
}
dt{
 	color:#003366;
	font-size:1em;
	font-weight:bold;
	padding-top:15px;
}
p {
	margin-bottom:0.75em;
}
/*------- end tags -------------*/
/*CLASSES*/

.descript {
	font-style: italic;
	}
.alignright{
}
.alignright td{
	padding-right: 25px;
	text-align: right;
}	

#highlightbox{
	padding: 10px;
	width: 80%;
	border: thin solid #014971;
	margin-left: 10%;
	text-align:center;
}
.quote{
	font-style:normal;
	width: auto;
	text-align: center;
	left: 30px;
	color: #F7F8E8;
	background-color: #014971;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
}
.group{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
}
.txtbox{
	width: 550px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.logotxt{
 margin-top:10px;
}
.whitetxt{
 color:#FFFFFF;
 font-size:1.33em;
  
}
.whitetxtlg{
	color:#ffffff;
	font-size:1.5em;
	line-height:1.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
.centeralign td, th{
padding:0px;
text-align: center;
}
.underline{
	text-decoration: underline;
}
.logo{
	text-align:center;
	font-style:italic;
	font-size:11px;
	color:#014971;
	width:180px;
}
 
.companyname{
	text-decoration:none;
	color:#993300;
	font-weight:bold;
}
.breadcrumb{
 text-decoration:none;
 font-size:10px;
}
#protect{
	position:absolute;
	display: block;
	height: 800px;
	width: 600px;
	top: 150px;
	left:200px;
}
.btn{
	color: #FFFFFF;
	background-color: #014971;
	width: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	height: 25px;
	padding: 3px;
}
.btn a{
	color:#FFFFFF;
	text-decoration: none;
}
.navtxt{
	padding:3px;
	font-size: 12px;
	line-height:14px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}