/*
Layout
****************************************************************************************/
div.row{
		margin: 0 0 15px;
		overflow: hidden;
	}
/*
Content
****************************************************************************************/

div#banner{
	background: #005b6c url(../images/banners/banner_new.jpg) no-repeat right top;
	border: 1px solid #ccc;
	color: #fff;
	float: left;
	min-height: 140px;
	padding: 15px 0 0 15px;
	width: 576px;
}
	div#banner h2{
		font-size: 230%;
		font-weight:bold;
		margin: 0 0 15px;
		width: 228px;
    height: 84px;
}
	div#banner p{
		font-size: 160%;
		width: 249px;
	}
	
div.box{
	float:right;
	margin-right: 0px;
}
	
ul#news{
	float: left;
	margin-right: 9px;
	width: 378px;
}
	ul#news li{
		clear: left;
		overflow: hidden;
		padding: 7px 0px;
	}
	    ul#news li h4 a
	    {
	        font-size:120%;
	        font-weight:bold;
	    }
	
		ul#news li img{
			float: left;
			margin-right: 9px;
		}
		ul#news li p{
			font-size: 110%;
			color: #1A7886;
		}
blockquote{
	background: url(../images/quote-b.gif) no-repeat;
	float: left;
	padding: 27px 0 0;
	margin-left: 12px;
	margin-top:10px;
	width: 188px;
}
	blockquote p{
		color: #005B6C;
		font-size: 130%;
		margin: 0 0 9px 0px;
	}
	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: #1A7886;
}
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;	
}

DIV.subNav H3 a
{
    color:#DE8C2D;
    background-image: none;
    padding-left:0px;
}
DIV.subNav UL LI A
{
    border-bottom: 0px;
    background-color: #F4F5F4;
}
DIV.subNav.alternate UL LI A
{
    background-color: #FFF;
    padding-left:5px;
}
DIV.subNav UL LI,DIV.subNav.alternate UL LI
{
        background-image: url('../images/bullet_large_new.gif');
}
