/* CSS Document */

/***Let's get some consistency***/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

/*****Basic Elements*****/
body {
	background: #fdffee;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

p, ul, ol, dl, form, blockquote { margin-bottom: 1em; }

p, li { line-height: 1.385em; }

h1, h2, h3, h4, h5, h6 { color: #1d4295; }

h1 {
	font-size: 1.769em;
	margin-bottom: 0.141em;
}

h2 {
	font-size: 1.615em;
	margin-bottom: 0.155em;
}

h3 {
	font-size: 1.461em;
	margin-bottom: 0.171em;
}

h4 {
	font-size: 1.308em;
	margin-bottom: 0.191em;
}

h5 {
	font-size: 1.154em;
	margin-bottom: 0.217em;
}

h6 {
	font-size: 1em;
	margin-bottom: 0.25em;
}

ol, ul { margin-left: 2em; }


.clearing { clear: both; }

/*****Basic Layout*****/
div#headerContainer {
	background: #1d4295 url(/images/template/header-bg.gif) repeat-x top left;
	height: 140px;
	width: 100%;
}

div#header {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 790px;
}

div#container {
	background: url(/images/template/content-bg.gif) repeat-y top left;
	font-size: 1.3em;
	margin: 0 auto;
	width: 790px;
}

div#content {
	float: left;
	padding: 10px 0;
	width: 620px;
}

div#secondaryContent {
	float: right;
	padding: 10px 0 0 0;
	width: 150px;
}

div#footerContainer {
	background: #1d4295;
	clear: both;
	float: left;
	width: 100%;
}

div#footer {
	color: #fff;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 10px 0;
	width: 790px;
}

/*****Header*****/
img#branding {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

div#header h1, div#header p#tagline {
	color: #fff;
	font-size: 3em;
	font-weight: bold;
	line-height: normal;
	position: absolute;
	right: 0;
	text-align: right;
	top: 10px;
	width: 564px;
}

/*****Primary Nav*****/
ul#primaryNav {
	bottom: 0;
	font-size: 1.6em;
	left: 240px;
	list-style: none;
	margin-bottom: 0;
	position: absolute;
}

ul#primaryNav li {
	float: left;
	line-height: normal;
	padding: 0 0 12px 0;
}

ul#primaryNav li.current { background: url(/images/template/nav-arrow.gif) no-repeat bottom center; }

ul#primaryNav li a {
	border-left: 1px solid #fff;
	color: #fff;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

ul#primaryNav li:first-child a {
	border-left: none;
	padding-left: 0;
}

ul#primaryNav li a:hover { text-decoration: underline; }

/*****Content*****/
div#content #headline {
	background: url(/images/template/headline-bg.gif) no-repeat bottom right;
	margin: 10px 0 20px 240px;
	padding-bottom: 50px;
	width: 370px;
}

/*****Photo Thumbnails*****/
ul.photos {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}

ul.photos li {
	float: left;
	line-height: normal;
	margin-bottom: 10px;
}

ul.photos li.alt { float: right; }
ul.photos li img { border: none; }

/*****Footer*****/
div#footer h3, div#footer a { color: #fff; }
div#footer a:hover { text-decoration: none; }
div#footer p { margin-bottom: 0; }
div#footer p#design {
	float: right; 
	width: 160px;
}

div#footer p#design a {
	background: url(/images/template/trevor-logo.gif) no-repeat top right;
	display: block;
	padding-top: 30px;
	text-align: right;
}

/*****Pullquotes*****/
blockquote.pullquote {
	background: transparent;
	border: 3px double #ccc;
	border-width: 3px 0;
	color: #444;
	float: right;
	font: italic 1.154em/1.3 Verdana, Arial, Helvetica, sans-serif;
	margin: 0.25em 0 0.25em 10px;
	padding: 0.5em 0;
	width: 140px;
}
blockquote.alt {
	float: left;
	margin: 0.25em 0.75em 0.25em 0;
}
.pullquote p {
	margin: 0;
	text-align: center;
}

.pullquote p:first-letter {text-transform: uppercase}