﻿#subnav
{
	float: left;
	width: 211px;
	background-image: url(../images/structure/subnav_background.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}

#subnav a 
{
	display: block;
	background-image: url(../images/structure/subnav_unselected_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 5px 10px;
	margin: 0 auto;
	color: #556171; 
	font-size: 140%; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: right;
}

#subnav a.selected, #subnav a:hover { background-image: url(../images/structure/subnav_selected_background.jpg); }

#subnav .quote { margin: 0 auto; width: 207px; height: 152px; display: block; }

#content { float: right; width: 620px; color: #333; /*line-height: 18px;*/ }
div.wide-content { float: left !important; width: 884px !important; }

#content .header 
{
	position: relative;
	background-image: url(../images/structure/inner_header.jpg); 
	background-repeat:no-repeat; 
	width: 620px; 
	height: 130px; 
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

div.wide-content .header { background-image: url(../images/structure/inner_header_wide.jpg) !important; width: 884px !important; }

#content h1
{
	margin: 0;
	position: absolute;
	left: 20px;
	bottom: 15px;
	width: 340px;
	color: #FFF;
	font-weight: normal;
	font-size: 200%;
}

#content h2 { color: #556171; margin-bottom: 0px; }
#content h3 { font-size: 100%; margin: 0px; }
#content a { color: #006FCD; }
#content p { margin-top: 0px; margin-bottom: 15px; }

.management-title { font-size: 90%; }
