* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	font-size: 62.5%;
	margin: 10px 0 50px 0;
}
a{
	text-decoration: none;
}
html>body {
	font-size: 10px
}
/* @group STRUCTURAL */
div.clear {
	clear: both;
	height: 1%;
}
#wrapper {
	width: 790px;
	text-align: left;
	margin: 0 auto;
}

#contentwrapper {
	margin: 20px 0 0;
	padding: 0 0 30px;
}

#content {
	width: 490px;
	margin-left: 20px;
}

#sidebar {
	width: 215px;
	float: right;
	margin-right: 15px;
	background-color: #d5edf4;
}
#sidebarwrapper {
	padding: 5px 10px 20px;
}
/* @end */
/* @group TEXTUAL */
p, ul {
	line-height: 135%;
	font-size: 1.25em;
	margin-bottom: .85em;
}
ul{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 5px;
}
li{
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
	font-style: normal;
	font-weight: normal;
	font-size: 1.45em;    
}
h1{
	color: #1a2e62;
	text-decoration: none;
	font: normal normal normal 2.25em/120% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -.025em;
}
h1 span{
	display: block;
	font-size: .85em;
	color: #1b6085;
}
h2{
	color: #000;
	font-size: 1.65em;
	margin: 20px 0 5px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 1.70em;
	margin: 5px 0 5px;
	font-weight: bold;
}
h4 {
	font-size: 1.25em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode","Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
blockquote{
	font-size: 1.65em;
	line-height: 135%;
	margin: 15px 0 5px;
}
#content p.attribution{
	margin: 10px 0 15px 135px;
	padding: 0 0 0 25px;
	background: url(img/balloon.gif) no-repeat 0 3px;
}
p.attribution strong{
	color: #3772ac;
}
p.closing{
	margin-top: 10px;
	font-size: 1.25em;
}
/* @end */
/* CUSTOMIZABLE STYLES*/
#header {
	height: 182px;
	border-bottom: 10px solid #2ea5e3;
	background: #fff no-repeat 0 0;
}
#header.highbrow{
	background-image: url(img/highbrowheader.jpg);
}
#header.att{
	background-image: url(img/attheader.jpg);
}
#header.citz{
	background-image: url(img/citzheader.jpg);
}
#header.clrk{
	background-image: url(img/clrke.jpg);
}
#header.dft{
	background-image: url(img/deftheader.jpg);
}
#header.dcft{
	background-image: url(img/dcraftheader.jpg);
}
#header.fla{
	background-image: url(img/flapen.jpg);
}
#header.lmrp{
	background-image: url(img/lmpr.jpg);
}
#header.lcb{
	background-image: url(img/localb.jpg);
}
#header.stl{
	background-image: url(img/stluke.jpg);
}
#header.panda{
	background-image: url(img/panda.jpg);
}
#header.wlke{
	background-image: url(img/welke.jpg);
}
#header.carrl{
	background-image: url(img/carrlheader.jpg);
}
#header.allstate{
	background-image: url(img/allstateheader.jpg);
}
#header.honey{
	background-image: url(img/honeywellheader.jpg);
}
#header.troot{
	background-image: url(img/takerootheader.jpg);
}
#header.swim{
	background-image: url(img/swimamerica.jpg);
}
#header.healthsoft{
	background-image: url(img/healthsoft.jpg);
}
#header.altapoint{
	background-image: url(img/altapoint.jpg);
}
#footer {
	height: 10px;
	padding-top: 2px;
	border-color: #35b7dd;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
