/*
Layout
****************************************************************************************/
div.row{
		margin: 0 0 15px;
		overflow: hidden;
	}
/*
Content
****************************************************************************************/

div#banner{
	background: #005b6c url(../images/banners/banner.jpg) no-repeat right top;
	border: 1px solid #ccc;
	color: #fff;
	float: left;
	min-height: 135px;
	padding: 15px 0 0 15px;
	width: 576px;
}
	div#banner h2{
		font-size: 240%;
		font-weight: 400;
		margin: 0 0 15px;
		width: 222px;
	}
	div#banner p{
		font-size: 160%;
		width: 249px;
	}
	
div.box{
	float:right;
	margin-right: 0px;
}
	
ul#news{
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	float: left;
	margin-right: 9px;
	width: 378px;
}
	ul#news li{
		clear: left;
		overflow: hidden;
		padding: 7px 13px;
	}
		ul#news li img{
			float: left;
			margin-right: 9px;
		}
		ul#news li p{
			font-size: 110%;
		}
blockquote{
	background: url(../images/quote-b.gif) no-repeat;
	float: left;
	padding: 27px 0 0;
	margin-left: 12px;
	width: 168px;
}
	blockquote p{
		color: #005B6C;
		font-size: 160%;
		margin: 0 0 9px 15px;
	}
	blockquote p.cite{
		color: #333; 
		font-size: 110%;
		margin: 0;
	}
/*
Link Styles
****************************************************************************************/
a:link,
a:visited{
	color: inherit;
	text-decoration: none;
}
a:hover,
a:focus{
	color: inherit;
	text-decoration: underline;
}
ul#news a:link, 
ul#news a:visited{
	color: #7D2741;
}
div#header p a:link,
div#header p a:visited{
	text-decoration: underline;	
}
div#header p a:hover,
div#header p a:focus{
	text-decoration: none;	
}
