body {
	background: #2c2c2c;
	color: #f0f0f0;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	text-align:center; }
a { color: #809c3f; }

#page {
	position: relative; margin: 0 auto; width: 990px; 
	background: url(../img/dots.png) no-repeat 100% 0;
}
#header {
	position: relative;
	text-align: left;
	background: url(../img/header-line.png) no-repeat 6px 100%;
	height: 120px;
	margin-bottom: 10px;
}
#header a { outline: none; }

.gutter { position: fixed; top: 0; }
#gutter_right { left: 50%; margin-left: 500px; height: 100%; width: 1000px; background: url(../img/dots-right.png) repeat-x 0 0; }

#logo { position: absolute; right: 90px; top: 30px; width: 80px; height: 80px; background: url(../img/logo.png); text-indent: -999em; }
#phone {
	position: absolute; right: 155px; top: 90px; color: #999;
	font-size: 12px; background: #424242; padding: 4px 4px 2px;
}

#title {
	text-align: left;
	font-size: 24px;
	margin: 0;
	padding: 0;
	background: url(../img/t1title.png) no-repeat 0 100%;
	height: 80px;
	width: 220px;
	text-indent: -999em;
}

.nav { margin: 0; padding: 0; clear: left; }
.nav li { list-style: none; float: left; padding: 3px 6px; }
.nav li.current a { color: #206792; }
.nav li a { color: #f0f0f0; text-decoration: none; }
.nav li a:hover { color: #809c3f; text-decoration: underline; }

#nav { font-size: 18px; margin-top: 5px; }
#subnav { font-size: 14px; position: absolute; top: 130px; left: 0; }

#content { clear: both; text-align: left; }

#primary {
	padding: 30px;
	margin-bottom: 50px;
}
#primary .text {
	display: table-cell;
	vertical-align: middle;
	height: 310px;
}

#primary h1 {
	font-size: 36px;
	margin: 0 10px 0 0;
}
#primary p {
	color: #D8E7B1;
	font-size: 21px;
	margin: 3px 0;
}
#primary .splash {
	border: 10px solid #333;
	float: right;
	margin-left: 1em;
}
#primary .youtube {
	height: 340px;
	overflow: hidden;
}
#primary .youtube object {
	position: relative;
	top: -4px;
}

#primary.nophoto {
	margin-bottom: 0;
}
#primary.nophoto .text {
	height: auto;
}

#secondary {
	font-size:1.2em;
	position: relative;
}

#secondary #intro {
	clear: both;
	background: url(../img/diagonal.png) repeat 0 0;
	border: 2px solid #666;
	margin: 0;
	padding: 15px;
	font-size: 21px;
}

#content h2.error {
	color: #F04242;
	text-align: center;
	padding: 60px 0;
}

#secondary h3 {
	clear:left;
	color:#999999;
	float:left;
	font-size:1.2em;
	letter-spacing:-0.02em;
	line-height:1em;
	margin-top: 0;
	text-align:right;
	width:300px;
}
#secondary ol li, #secondary ul li, #secondary dl dt, #secondary dl dd, #secondary table {
	font-size: 0.95em;
}
#secondary p, #secondary ul, #secondary dl, #secondary table {
	margin-bottom: 50px;
	margin-left:320px;
}
#secondary ul {
	padding: 0;	
}
#secondary ul li {
	list-style: none;
	margin-top: 0.5em;
	margin-left: 0;
}
#secondary dl dt { float: left; margin-right: 0.75em; font-size: 1.1em; color: #d8e7b1; }
#secondary dl dd { margin-bottom: 0.5em; margin-left: 0;}

#secondary em {
	color: #d8e7b1; font-style: normal;
}

#secondary p.wide {
	line-height: 1.25em;
	margin-left: 0;
}

p.pdf a {
	position: absolute;
	right: 40px;
	top: -65px;
	color: #CCC;
	display: block;
	font-size: 0.85em;
	background: url(../pdf/pdf.png) no-repeat 100% 0;
	height: 24px;
	padding-right: 24px;
	padding-top: 2px;
	margin: 0;
}

address {
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	margin: 25px 0;
}
