/* note on font sizing: to make sure that font sizes display consistently accross browsers,
p font size is set to 1.0em, body font size to 76%, and all font sizes from there are
set as percentages.*/

/*---********* See CUSTOM OVERIDES section below *******-------*/

/* NORMALIZE & GLOBAL STYLING
these styles normalize some tags and set global body styles*/
html {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif; 
	height:100%;
}

body {
	text-align: center;
	background-color: #CBC7BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #5f574f;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}
	
ul li { list-style: none; }

p { font-size: 1.0em;
	color: #5f574f; }
	
h1, h2, h3, h4, h5, h6, br, p, pre, dd, dt, blockquote, ul, 
ol, dl, address, td, th, form, fieldset, input, div {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	text-align: left; }
	
a { text-decoration:none;}

/*=============-Layout- ==================================*/
div#container {
	width:620px;
	background-color: #FFF;
	margin: 0 auto 20px ;
	border-bottom:solid 3px #666;
}
div#branding {
	background: #278AAB url(images/header_main.png) no-repeat;
	height: 102px;
}
.searchbar {
	margin: 10px 0 40px;
}
.branding, .searchbar,  .glossary{
	padding: 0 35px;}

#container .glossary { width: 550px; }

.glossary div { width: 550px; /*width of each alpha setion */ }


/*=============-Branding- ==================================*/

#branding .logo {
	background: url(images/logo_03.jpg) no-repeat; /*logo image replacement */
	text-indent: -8000px; /*hide text for Image replacement */
	display: block;
	height: 60px;
	width: 190px;
	float: right;
	margin-top: 10px;
	margin-right: 18px;
}
#branding h1 {
	font: 28px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	padding: 55px 0 0 30px;
}
/*=============-SubNav - Tabs ==========================*/
.SubNav {
	float: left;
	padding:0 30px 16px 30px;
	width:560px;
	border-top:3px solid #666;
}

.SubNav h3 {
	color:#fff;	
	background: url(images/LftCrn.gif) no-repeat left bottom;
	text-align:center;
	padding:3px 0;
}
.SubNav li {
	width:275px;
	background: url(images/RtCrn.gif) no-repeat right bottom; /*white transparent image for <=IE8 */
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.SubNav li.general {
	float:left;
	background-color:#1D647A;
}
.SubNav li.ins { 
	float:right;
	background-color:#999;/*grayed out changes on hover*/
}
.SubNav li.ins:hover { background-color:#895C3F; }/* hover state for ins section*/

.SubNav h3 a{ color:white; display:block;} 

/*=============-INSURANCETERMS section- ==========================*/

#InsuranceTerms .header {
	background: url(images/header_Ins.png) no-repeat;
	height:85px;
	margin-top:23px
}
#InsuranceTerms h1 {
	font: 28px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	padding: 35px 0 0 30px;
}
#InsuranceTerms .SubNav li.general  { background-color: #999; }
#InsuranceTerms .SubNav li.ins { background-color:#895C3F;}

#InsuranceTerms .SubNav li.general:hover  {background-color:#1D647A; }
#InsuranceTerms .glossary h2 { border-bottom-color:#895c3f; }
#InsuranceTerms .searchbar  h5 { color:#895C3F; }


/*=============-SEARCH BAR nav- ==========================*/

.searchbar { clear:both } /* added to clear the float of SubNav*/

.searchbar h5 {
	float: left;
	margin-right: 6px;
	font-size: .95em;
}
#general .searchbar  h5 { color:#1D647A; 
}

/*-----horizontal alphabetical List---------------------------------------------------*/
 ol.glossaryLinks{
	line-height:0;
	font-size:.9em;
	padding-top: 0.1em;
}
.glossaryLinks li {
	border-left: 1px solid #666;
	display: inline;
	line-height: normal;
	padding: 0 0.2em;
}

.glossaryLinks a:link { color:#666666}
.glossaryLinks a:visited { color:#666666}
.glossaryLinks a:hover { color:#278AAB}
.glossaryLinks a:active { color:#666666}

.glossaryLinks .first { border-style: none; }

/*=============-GLOSSARY- ==========================*/

/*------Definition Lists------------------------------------------------------------*/

.glossary h2 {
	border-bottom: 2px solid #278AAB;
	font-size: 1.35em;
	color: #666666;
	margin: 0 0 8px 0;
	page-break-after: avoid;
}
.glossary dl {
	float:left;
	width: 550px;
	margin-bottom: 4px;
	border-bottom: dotted 1px #ccc;
}

.glossary dt {
	clear: left;
	float: left;
	padding: 8px 10px 10px 0;
	font-weight: bold;
	color: #666;
	font-size: .9em;
	width: 120px;
	border-top: dotted 1px #ccc;
}
.glossary dd {
	border-top: dotted 1px #ccc;
	padding: 8px 8px 10px;
	float:left;
	width:400px;
}

/*----Back to top button------------------------------------------------------------*/
.top {
	height:18px;
	clear: both;
}
.top a {
	height: 15px;
	width: 65px;
	text-indent: -4000px;
	display: block;
	float: right;
}
.top a:link {background:url(images/backtop.gif) no-repeat;}
.top a:visited {background:url(images/backtop.gif) no-repeat;}
.top a:hover {background:url(images/backtop_over.gif) no-repeat;}

.clear {clear: both; }


/*-------- CUSTOM OVERIDES -----------------------------------*/


