/* CONTENT ****************************/
#content {
width: 752px;
margin: 10px auto 20px auto;
overflow: hidden;
}
.homepage {
background-image:url('images/averture_icon.gif');
background-repeat:no-repeat;
background-position:bottom right;
}

#content .threecol {
/*each col full width = 250px */
padding: 0 22px;
margin: 0;
width: 206px;
float: left;
}
#content .maincol {
/*each col full width = 502px */
padding: 0 22px;
margin: 0;
width: 458px;
float: left;
}

/*** FOR BIOS ****/
#content .biocolone {
/* col full width = 144px */
padding: 0 22px;
margin: 0;
width: 100px;
float: left;
}
#content .biocoltwo {
/* col full width = 358px */
padding: 0 22px;
margin: 0;
width: 314px;
float: left;
}

#content .biocolone ul {
margin: 0;
padding: 0;
}

#content .biocolone h2 {
padding-top: 10px;
padding-bottom: 4px;
}



#content h1 {
margin: 0;
padding: 5px 0 10px 0;
font-size: 18px;
color: #2A437F;
font-family: Arial, Helvetica, sans-serif; */
}

#content h2 {
font-size: 11px;
font-weight:bold;
list-style: none;
background-image:url('images/orangebullet.gif');
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left:10px;
margin-bottom:0px;
padding-bottom:2px;
}

#content h3 {
margin: 0;
padding: 0 0 10px 0;
font-size: 11px;
color: #2A437F;
font-weight: bold;
}

#content p {
font-size: 11px;
line-height: 16px;
/* color: #666; */
margin: 0;
padding: 0 0 10px 0;
}

#content p.date {
padding: 0 0 3px 8px;
background-image:url('images/datebullet.gif');
background-repeat:no-repeat;
background-position: 0 5px;
font-weight: bold;
}

#content p.readmore {
background-image:url('images/orangebullet.gif');
background-repeat: no-repeat;
background-position: 0 7px;
padding: 0 20px 20px 10px;
margin: 0;
}

#content ul {
font-size: 11px;
/* color: #666; */
margin: 5px 0;
padding: 0 0 0 10px;
list-style: none;
}
#content ul li {
font-size: 11px;
list-style: none;
background-image:url('images/orangebullet.gif');
background-repeat: no-repeat;
background-position: 0 6px;
padding: 0 0 8px 8px;
line-height: 16px;
}

#content a {
color: #e57634;
}
#content a:hover {
color: #2A437F;
}

#content a img {
border: none;
}

#content .subnav {
padding: 38px 0 0 0;
font-weight: bold;
color: #e57634;
font-size: 12px;
}

#content .subnav li {
padding: 0 0 10px 10px;
}

#content .subnav li ul li {
padding: 0 0 5px 10px;
margin: 0;
}
#content .subnav li ul {
margin: 5px 0 0 10px;
padding: 0;
}

#content .subnav li a {
text-decoration: none;
}

#content .subnav li.current a {
color: #2A437F;
}


#content .subnav li.current li a {
color: #e57634;
}

#content .subnav li.current li a:hover {
color: #2A437F;
}




.avicon {
float: right;
}

#content table {
font-size: 11px;
border: none;
}
#content table td {
padding: 5px;
white-space:nowrap;
}
#content table td.label {
font-weight: bold;
white-space:normal;
}
#content table td.buttons {
text-align: right;
}
#content .small {
font-size: 8px;
line-height: 12px;
}
#content sup {
font-size: 9px;
line-height: 9px;
}
#content .required {
color: #FF0000;
}
#content ul.highlight {
margin: 0 0 10px 0;
padding: 0;
}
#content ul.highlight li {
display: inline;
line-height: 18px;
padding-right: 5px;
}
.smallcapital {
font-variant: small-caps;
font-style: italic;
}

#content p.quote {
padding: 0;
margin: 0;
font-style:italic;
font-size:12px;
}
#content p.quote_author span.testimonial {
	color:#2a437f;
}
.center {
text-align:center;	
}
#content p.quote_author {
color: 	#e57634;
text-align:right;
margin: 0 0 30px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #dedede;
}
#client_worksite{
	border: 1px solid #e57634;
	padding:3px;
}
.resource_box{
	border: 1px solid #e57634;
	padding:5px;
}
#content .resource_box h2{
	color:#FFF;
	width:99%;
	background-color:#2a437f;
	padding:2px;
	margin-bottom:9px;
	margin-top:0px;
	margin-left:-1px;
	font-size: 11px;
	font-weight:bold;
	background-image:none;
}
#content .resource_box p{
padding-left:5px;
}
#content .bottom_rule {
	border-bottom: 1px solid #dedede;
}
#content .sub_title{
font-size: 11px;
font-weight:bold;
list-style: none;
background-image:url('images/orangebullet.gif');
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left:10px;
margin-bottom:0px;
padding-bottom:2px;
}
#content .threecol .dotted{ border-bottom:1px dashed #CCC; padding-top:2px; margin-top:1px; }

#content .maincol .dotted{ border-bottom:1px dashed #CCC; padding-top:2px; margin-top:1px; }


