/* CSS reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* now start the actual styles */

body { margin:0; padding:0; background-color: #6985a0; font-family: Georgia, "Times New Roman", Times, serif; color: #333333; }

.headershell {
	height: 140px;
	background: #31506f url(../images/headerbg.jpg) top left repeat-x;
}
.header {
	width: 950px; height: 140px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
.pohheader {
	position: absolute;
	width: 663px;
	height: 114px;
	top: 15px;
	left: 6px;
}
.hbalink {
	position: absolute;
	top: 102px;
	left: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #61879d;
}
.hbalink a {
	color: #88abbf;
	text-transform: uppercase;
	text-decoration: none;
}
.logo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 249px;
	height: 211px;
}

/* menu bar & suckerfish dropdowns */
.menubar {
	height: 40px;
	background-color: #d9e6f0;
	z-index: 5;
	border-bottom: 1px solid #597087;
}
.menu {
	width: 930px;
	margin: 0 auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 99;
}
#nav a {
	display: block;
	color: #30353b;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#nav a:hover {
	text-decoration: underline;
	color: #20303f;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
li#home { width: 81px; }
li#home a { width: 81px; height: 40px; display: block; background-image: url(../images/menu-home.gif); background-position: top; }
li#home a:hover { background-position: bottom; }
li#home span {display: none; }

li#about { width: 107px; }
li#about a { width: 107px; height: 40px; display: block; background-image: url(../images/menu-about.gif); background-position: top; }
li#about a:hover { background-position: bottom; }
li#about span {display: none; }

li#map { width: 116px; }
li#map a { width: 116px; height: 40px; display: block; background-image: url(../images/menu-map.gif); background-position: top; }
li#map a:hover { background-position: bottom; }
li#map span {display: none; }

li#models { width: 107px; }
li#models a.navmain { width: 107px; height: 40px; display: block; background-image: url(../images/menu-models.gif); background-position: top; }
li#models a:hover { background-position: bottom; }
li#models span {display: none; }

li#winners { width: 109px; }
li#winners a { width: 109px; height: 40px; display: block; background-image: url(../images/menu-winners.gif); background-position: top; }
li#winners a:hover { background-position: bottom; }
li#winners span {display: none; }

li#dreamhome { width: 141px; }
li#dreamhome a { width: 141px; height: 40px; display: block; background-image: url(../images/menu-dreamhome.gif); background-position: top; }
li#dreamhome a:hover { background-position: bottom; }
li#dreamhome span {display: none; }

#nav li ul li {	
	border-bottom: 1px solid #597087;
}
#nav li ul a {	
	display:block;
	padding: 8px 5px;
}
#nav li ul a:hover {
	background: #b5c4d2;
}	
#nav li ul { /* second-level lists */
	position: absolute;
	background: #d3dfeb;
	width: 10em;
	border-left: 1px solid #597087;
	border-right: 1px solid #597087;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* misc body stuff */
.mainshell {
	background: #6985a0 url(../images/mainbg.jpg) top left repeat-x;
	min-height: 450px;
}
.main {
	z-index: 1;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.sponsorblock {
	float: right;
	display: inline;
	width: 255px;
	margin-top: 50px;
	margin-right: 6px;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #081624;
}
.sponsorblock p {
	margin-top: 10px;
}
.content {
	width: 665px;
	margin-left: 10px;
	background-color: #FFFFFF;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid #2b3944;
	border-top: none;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	z-index: 1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer {
	width: 645px;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bdc7d1;
}
.footer a {
	color: #bdc7d1;
	border-bottom: 1px dotted #bdc7d1;
	text-decoration: none;
}
.footer a:hover {
	border-bottom: 1px solid #bdc7d1;
}

/* the main content styles */
.content a {
	text-decoration: none;
	color: #004f9b;
}
.content a:hover {
	text-decoration: underline;
	color: #004f9b;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content ul, .content ol, .content blockquote {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 20px;
}
.content p {
	font-size: 15px;
	padding-top: 5px; padding-bottom: 8px;
}
.content td {
	font-size: 16px;
	line-height: 18px;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
	color: #081624;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}
.content h1 {
	font-size: 26px;
	padding-top: 14px; padding-bottom: 4px;
}
.content h2 {
	font-size: 22px;
	padding-top: 8px; padding-bottom: 4px;
}
.content h3 {
	font-size: 19px;
	padding-top: 5px; padding-bottom: 4px;
}
.content h4 {
	font-size: 17px;
	padding-top: 5px; padding-bottom: 4px;
}
.content h5 {
	font-size: 15px;
	padding-top: 5px; padding-bottom: 4px;
}
.content ul {
	list-style: square outside;
	padding-left: 34px;
	padding-right: 12px;
	padding-top: 6px; padding-bottom: 6px;
}
.content small {
	font-size: 80%;
}
.content ul span {
	font-size: 80&;
}
.board {
	margin: 8px;
}
.board td {
	vertical-align: middle;
	padding-left: 6px;
	padding-bottom: 6px;
}

#slideshowshell {
	width: 665px;
	height: 200px;
	position: relative;
	overflow:hidden;
	margin-bottom: 8px;
}
#slideshowinset {
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding-bottom: 6px;
}
#slideshow {
	width: 665px;
	height: 200px;
	z-index: 3;
}

.promo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 40px;
	padding: 6px;
	position: relative;
	background: #293f57;
}
.promo p {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}
.promo a {
	color: #ffffff;
	font-weight: bold;
}
.promo a:hover {
	color: #ffffff;
}
.promopic {
	float:right;
	display:inline; 
	width:80px; 
	height:105px; 
	background-color:#fff; 
	margin-right: 10px; 
	margin-top: -15px; 
	margin-left: 15px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.mapcontent {
	text-align: center;
}
.mapcontent img {
	height: 75px;
}
.mapdetails {
	font-size: 11px;
	line-height: 14px;
}

.homeheader {
	float: left;
	width: 450px;
	height: 215px;
	background-color: #CCCCCC;
}
.homemap {
	float: right;
	width: 215px;
	height: 215px;
	background-color: #999999;
}
.homeclear {
	clear: left;
	height: 5px;
}
.clear {
	clear: both;
}
.directions {
	float: right;
	display: inline;
	padding: 4px 10px 4px 4px;
	background-color: #3b5c7f;
	margin: 0;
}
.directions a {	
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(/images/directions-bg.gif) left no-repeat;
}
.directions a:hover {
	color: #FFFFFF;
}
.sub {
	display: inline-block;
	color: #081624;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	background-color: #d7dee3;
	padding: 4px 12px 6px 12px;
	margin-top: 10px;
}
.thumbs {
	float: right;
	clear: left;
	width: 150px;
	padding: 5px 10px;
	margin-right: 14px;
	margin-top: 10px;
	display: inline;
	background-color: #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.thumbs a {
	display: block;
	margin: 5px 0;
}
.pdfmap {
	float: right;
	clear: left;
	width: 150px;
	padding: 10px;
	margin-right: 14px;
	margin-top: 14px;
	display: inline;
	background-color: #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.pdfmap img {
	display:block;
	margin-bottom: 4px;
}

#list {
	margin-top: 10px;
	margin-bottom: 10px;
}
#list td {
	padding: 5px 5px 5px 12px;
	vertical-align: middle;
}

.winner {
	margin-top: 2px;
	margin-bottom: 4px;
	background-color: #edf3fe;
}
.winner td {
	padding: 5px 5px 5px 12px;
	vertical-align: middle;
}

p.details { font-size: 11px; }

.content p span { font-size: 11px; }
