/*Buy Health Insurance main css file*/
/************** 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;
	
}

/*************************************************************
*                     Structure                              *
*    body                       header                       *     
*    html                       centerColumnContent          *
*    contentwrapper             footer                       *
*************************************************************/
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#c2bf92;
	font-size:1em;
	background-image: url(../images/bckgrnd.jpg);
	background-repeat: repeat-x;
}
#contentwrapper {
	width: 90%;
	margin: 1em auto auto;
	display:block;
	background-color: #FFFFFF;
}
#centerColumnContentFrame{
	display:block;
	width:auto;
	height:100%;
	background-color:#DFDFC8;
	margin:5px;
	padding:5px;
}
#header{
	height: 80px;
	width:100%;
	text-align: left;

	
}
#headerlogo {
    color: #60603e;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	width: 350px;
	float:left;
	
}
#centerColumnContent{
	display:block;
	width:auto;
	height:100%;
	text-align: left;
	font-size: 1em;
	color: #333;
	border: thin solid #acacac;
	padding: 10px;

	
}
#footer{
	clear:both;
	font-size:.55em;
	height: 40px;
	width: auto;
	padding-left:10px;
	padding-top:5px;
	background-image: url(../images/footerbkgrnd.jpg);
	background-repeat: repeat-x;
		
}
/*************** Elements ***************************/
h1{
font-size:1.2em;
}
h2{
	font-size:1em;
	color: #886633;
	font-weight: bold;

	}

h3{
	
	color: #60603e;
	font-size: 1.2em;
	background-color: #FFFFFF;
	padding: 5px;
	width: auto;
	clear:both;
	margin-top:15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7D7F74;
	border-bottom-color: #7D7F74;

		
}
dl dt{
	font-style: italic;
	font-weight: normal;
}
dl dd{
	padding:15px 20px 0px;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;

}
table td, th {
 padding: 5px;

}
ul li, ol li {
	padding-bottom: 10px;
}
legend {
	color: #3E3433;
}
img {
	padding-right:5px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;

}
 
/******************************************************/




/*************************************************************
*                         Navigation                         *
*************************************************************/
/*************Horizontal Navigation ******************/

#navbar{
	width: 300px;
	height: 75px;
	margin: 0px;
	padding: 0;
	border: 0;
	float: right;
	
}
#navbar ul {	
	margin: 0;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
	color: #60603e;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0;
}

#navbar ul li a {
	width: 75px;
	height: 75px;
	text-decoration: none;
	display: block;
	color: #60603e;
	background-image: url(../images/navbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	background-color: #FFFFFF;
}

#navbar ul li a:hover {
	color: #b38644;
	
	
}

#navbar a:active {
	
	color: #b38644;
}
#navbar li#active a {
	color: #b38644;

}
/*************************************************************
*                         Classes                            *
*************************************************************/
.normalsize{
	font-size: 0.7em;
	line-height: 2em;
}

.group{
	width:85%;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;

	
}
.indent{
	margin-left:175px;
	padding-bottom:10px;

}
.shortindent{
	margin-left:12%;
	}
.margincenter{
 
 margin: auto;
 margin-top:15px;
}
.disclaimer{
	font-variant: small-caps;
}
.shortdesc{
	font-style: italic;
	font-weight: bold;
}

.clear{
clear:both;
}
.reg{
	font-size: small;
	vertical-align: super;
}
.floatright{
	float:right;
}
.desig{
	font-size:.8em;
	 
}
