@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #9dbbce;
	background-image: url('../images/page_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#page {
	width: 960px;
	min-height: 650px;
	margin: 0 auto;
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-y;
}

#banner {
	background-image: url('../images/banner_bg.png');
	background-repeat: no-repeat;
	background-position: 130px -90px;
	height: 140px;
}
#banner #home_logo {
	width: 200px;
	float: left;
	margin-left: -30px;
}
#banner #tag_line {
	margin: 30px 0 0 -20px;
}
#page div#show {
	margin-left: 50px;
	margin-right: 310px
	width: 600px;
	border: 1px solid #eeeeee;
}

#sidebar {
	float: right;
	width: 280px;
}
#sidebar p {
	padding-right: 36px;
	margin-bottom: 1em;
}
#sidebar p.pullQuote {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.6em;
	margin-bottom: .3em;
	}
#mainContent {
	margin: 10px 0 0 30px;
	}
#mainContent h1 {
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 1.6em;
	text-transform: none;
	margin: 0;
	}
#mainContent h1:before {
	content: '';
	}
#mainContent h2 {
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 1.2em;
	text-transform: none;
	margin: 0 0 .2em 15px;
	}
#mainContent h4 {
	margin: 0 0 .2em 15px;
	padding: 0;
	}
#mainContent p {
	font-family: Georgia, serif;
	font-size: .88em;
	line-height: 1.4em;
	margin: 0 300px 0 0;
	}

#mainContent div.thumbsDisplay {
	text-align: center;
	background-color: #777777;
	padding: 6px;
	margin: .2em 300px .5em 15px;
	}
#mainContent div.thumbsDisplay img {
	margin: 4px 10px 0 10px;
	border: 3px dotted #999999;
	}

#footer {
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	margin: 0 auto;
	padding: 15px 50px;
	text-align: center;
	font-family: 'Andale Mono', Myriad, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
#footer a {
	text-decoration: none;
}

/* START ACCORDION STYLES */
	#accordion {
		margin: 0px;
		}	
	h3.toggler {
		cursor: pointer;
		border: 3px double #f5f5f5;
		border-right: 0;
		font-size: 12px;
		font-family: Courier, mono-space;
		text-transform: uppercase;
		background: #ca6f0d;
		color: #ffffff;
		margin: 0 0 4px 0;
		padding: 3px 5px 1px;
		letter-spacing: 2px;
		}
	div.element p, div.element h4 {
		margin:0px;
		padding:4px;
		}
/* END ACCORDION STYLES */

/* START JS STYLES */
    a { color: #404040; }
    a:hover { text-decoration: none; }
    code { color: #404040; font: normal 10px Monaco, monospace; }
    em { color: #808080; font-style: normal; }
    h1 { color: #000; font: normal 12px/16px 'Andale Mono', Myriad, sans-serif; padding: 0 20px 16px; text-transform: lowercase; }
    h1:before { content: '.'; }
    p { color: #404040; font: normal 12px/16px 'Andale Mono', Myriad, sans-serif; padding: 0 20px 16px; }
/* END JS STYLES */

br.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
