/* @override http://sargent2.newcitymedia.com/css/fp_styles.css */

@import url('nav.css');
@import url('generic.css');


h1,
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00518c;
	padding: 0px;
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 5px;
}

#content {
	padding: 0 12px;
	background: transparent none; 
	z-index: 100; 
	position: relative;       
}

#content-feature {
	height: 350px;
	float: left;
	width: 511px;
}

#content-feature img {
	display: block;
}

#content-sub {
	float: right;
	padding-top: 10px;
	width: 253px;
}

#content-sub p.about {
	font-size: 0.91em;	
}

#content-sub .quicklinks {
	margin: 7px 0;
}

#content-sub .quicklinks li {
	background: url(/images/front/quicklinks-background.png) repeat-x 0 100%;
	border: 1px solid #dedede;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	width: 120px;
}

#content-sub .quicklinks li.right {
	float: right;
}

#content-sub .quicklinks li a:link,
#content-sub .quicklinks li a:visited {
	display: block;
	padding: 4px 6px;
	color: #00518c;
	font-weight: bold;
}

#content-sub .quicklinks li.children a:link,
#content-sub .quicklinks li.children a:visited {
	background: url(/images/front/quicklinks-children.png) no-repeat 100% 100%;
}

#content-sub .quicklinks li a:hover {
	text-decoration: none;
}

#content-sub .quicklinks li ul {
	background: #ffffff;
	border: 1px solid #dedede;
	border-width: 0 1px 1px;
	display: none;
	left: -1px;
	position: absolute;
	top: 25px;
	margin: 0;
	padding: 2px 0 0;
	z-index: 100;
}

#content-sub .quicklinks li.children ul li {
	background: transparent;
	border: 0 none;
	margin: 0;
}

#content-sub .quicklinks li.children ul li a:link,
#content-sub .quicklinks li.children ul li a:visited {
	background: transparent none;
	padding: 2px 6px;
}

#content-news {
	clear: both;
	padding: 0px;
}

#content-news .focus {
	float: left;
	height: 152px;
	margin: 8px 12px 12px 0;
	position: relative;
	width: 249px;
}

#content-news .right {
	margin-right: 0;
}

#content-news .focus img {
	left: 0;
	position: absolute;
	top: 0;
}

#content-news .focus .content {
	background: #000000;
	background: rgba(0, 0, 0, .75);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 237px;
	padding: 5px 6px;
}

#content-news .focus .content p {
	line-height: 1.3em;
	margin: 0;
}

#content-news .focus .content a:link,
#content-news .focus .content a:visited {
	color: #fff;
}

#content-news .focus .content a:hover {
	text-decoration: underline;
}

#content-news .focus .content a.more:link,
#content-news .focus .content a.more:visited {
	background: url(/images/bullet.gif) no-repeat 100% 50%;
	padding-right: 9px;
}

#content-news .focus .content small {
	display: block;
}

#content-news h2 {
	color: #000;
}

#news-items {
	float: right;
	margin: 4px 0 0;
	width: 253px;
}

#news-items li {
	background: transparent none;
	border-bottom: 1px solid #c1c1c1;
	float: none;
	padding: 0;
	margin: .4em 0 .8em;
}

.news-item h3 {
	color: #00518c;
	margin: 0px 0px 1px;
	background-color: #fff;
}

.news-item p {
	padding: 0px;
	margin: 0px 0px 8px;
	font-size: 0.91em;
	line-height: 1.2em;
}

#footer {
	padding: 20px 0;
}
