/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {
	font:13px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	padding: 0px;
	margin:0px;
	text-align: center;
}
table {
	font-size:inherit;
	font:100%;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
	font:115% monospace;
	*font-size:100%;
	}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
	line-height:1.22em;
	}
	
/*End Yahoo Font Styles*/
#doc { 
	
	width: 654px; 
	padding: 8px;
	margin:0px;}
#hd {
	clear: both;
	width:100%;
}
#bd {
	padding-top: 8px;
	margin:0px;
	text-align: left;
}
#bd #main{
	width: 446px;
	float: left;
	color: #666;
}
#bd #right{
	width: 200px;
	float: right;
}
#ft{
	clear: both;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	
}
#ft hr{color: #9997BF; border: 0; margin: 0; height: 1px;}
#ft .links { text-align: left; float:left;}
#ft .links a, #ft .links a:visited {
	color: #666;
	text-decoration: none;
}
#ft .links a:hover { text-decoration: underline;}
#ft .copyright { text-align: right; float:right;}
h1{
	color: #B06A00;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px; 
	margin: 0px 0 0 0;
	line-height: 1.4em;
}
p {
	margin-top:8px;
}
.lt-purple{
	background-color: #D6D5E5;
}

.unit {
	padding-top: 8px;
}
.first {
	padding-top: 0px;
}
.corner {
	width: 100%; clear:both; height: 5px;
}
.center {
	padding: 3px 8px;
}
.cl{ display: inline; float: left; }
.cr{ display: inline; float: right;}
h5 { font-size: 1em; padding: 0px; margin: 0px;}
#top-nav { clear:both; width: 100%; padding-bottom: 8px;}
#top-nav div{
	display: inline;
	float: left;
	padding-left: 58px;
}
#top-nav div.first{
	padding-left: 0px;
}
hr.white { color: #fff; border: 0; margin: 0; height: 1px; }
hr.content-divider { color: #9997BF; border: 0; margin: 4px 0; height: 1px;  }
span.label{ color: #B06A00; font-weight:bold; font-size:}
span.arrow {font-weight: bold; padding-bottom:4px;}
.spotlight{ font-size: .9em; color: #333}
.spotlight a, .spotlight a:visited{ font-weight: bold; text-decoration: none; color: #333;}
.spotlight a:hover{text-decoration: underline;}
div #ins-wrapper{ border: 1px solid red; 
 }
ul.insurance{ 	
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
ul.insurance li{
	padding: 2px 0 2px 0px;
	height: 16px;
	list-style:url(../images/bullet.gif);
}
#form-results{
	color: #B06A00;
	font-size: .9em;
	font-weight: bold;
	padding: 8px; 
	margin: 0px;
}