* { margin: 0; padding: 0; }
ul { list-style: none; }
:focus { outline: none; }
body { width: 100%; background: #dfdcb9 url(../images/background_header_tile.gif) repeat-x 0 0; font: 11px Georgia, "Times New Roman", Times, serif; }

#header { margin: 0 auto; padding: 5px 10px 0 0; width: 920px; position: relative; }
#header h1 { float: left; }
#header h1 a { width: 218px; height: 110px; display: block; background: url(../images/logo.gif) no-repeat 0 0; text-indent: -9999px; }
#header ul { padding: 18px 0 0 20px; width: 572px; height: 68px; display: inline; float: right; color: #fff; background: url(../images/background_nav.png) no-repeat 0 0; font-size: 14px; }
#header li { display: inline; float: left; }
#header li a { margin-right: 24px; color: #fff; text-decoration: none; }
#header li a:hover { text-decoration: underline; }
#header li.last a { margin-right: 0; }
	#shadow { width: 930px; height: 13px; position: absolute; top: 115px; left: 0; z-index: 100; background: url(../images/header_shadow.png) no-repeat 0 0; }

#content_wrap { margin: 0 auto; padding: 0 10px; width: 910px; background: url(../images/background_content.gif) repeat-y 0 0; }
	#featured { margin: 0 0 0 10px; width: 900px; height: 240px; position: relative; background: url(../images/background_home_middle.jpg) no-repeat 0 0; }
	#featured p { padding: 10px 0 0 15px; width: 425px; color: #fff; font-size: 22px; line-height: 40px; }
	#featured a.more { float: right; color: #fff; font-size: 11px; font-weight: bold; }
	#featured a:hover.more { text-decoration: none; }
		#building_top { width: 459px; height: 275px; position: absolute; bottom: 0; right: 0; z-index: 200; background: url(../images/building_top.png) no-repeat 0 0; }
		
	#content_home { margin: 0 0 0 10px; width: 900px; min-height: 260px; position: relative; }
	#content_home h3 { margin-left: 15px; color: #40381a; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; line-height: 21px; }
	#content_home p { margin: 0 0 15px 15px; color: #40381a; font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 19px; }
	#content_home a { color: #8f001c; text-decoration: underline; }
	#content_home a:hover { text-decoration: none; }
		#building_bottom { width: 560px; height: 260px; position: absolute; top: 0; right: 0; z-index: 200; background: url(../images/building_bottom.png) no-repeat 0 0; }
		
	#content_left { margin-left: 10px; padding-bottom: 10px; width: 555px; display: inline; float: left; }
	#content_left h2 { margin-bottom: 15px; padding: 25px 0 0 15px; width: 540px; height: 60px; color: #fff; background: url(../images/header_bg.gif) no-repeat 0 0; font-size: 22px; font-weight: normal; }
	#content_left h3 { margin: 0 0 0 15px; color: #40381a; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 21px; }
	#content_left h3 a { color: #8f001c; }
	#content_left p { margin: 0 25px 15px 15px; color: #40381a; font: 12px Verdana, Arial, Helvetica, sans-serif; line-height: 24px; }
	#content_left p span { color: #888; font-size: 10px; line-height: 20px; }
	#content_left a { color: #8f001c; }
	#content_left a:hover { text-decoration: none; }
	
	#content_right { margin-right: 10px; width: 335px; min-height: 275px; display: inline; float: right; background: url(../images/background_interior_right.gif) no-repeat 0 0; }
	#content_right img { display: block; }
		.accent_image { margin-top: 15px; border: 5px solid #dfdcb9; }
		.shadow { margin-bottom: 20px; }
		
#footer { margin: 0 auto; padding: 25px 10px 0; width: 910px; background: url(../images/footer_shadow.gif) no-repeat 0 0; }
	#footer_left { margin-left: 25px; display: inline; float: left; }
	#footer_right { margin-right: 25px; display: inline; float: right; }
	#footer_right a { color: #8f001c; text-decoration: none; }
	#footer_right a:hover { text-decoration: underline; }

.clear:after { height: 0; display: block; clear: both; visibility: hidden; content: "."; }
.red { color: #8f001c; }
