/* ----- the reset ----- */

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, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	}

/* ----- the basics ----- */

body {
	background:url(../images/bg_footer_wrapper.png) repeat left top;
	color:#fff;
	font-family:"Helvetice Neue",helvetica,arial,sans-serif;
	font-size:12px;
}

p {
	line-height:1.5em;
	margin-bottom:15px;
}

a {
	border:none;
	color:#ff0;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a.more {
	color:#fff;
	font-size:.9em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

a.more:hover {
	color:#fff;
	text-decoration:underline;
}

img {
	border:none;
}

img.left {
	float:left;
	margin:0 15px 15px 0;
}

img.right {
	float:left;
	margin:0 0 15px 15px;
}

.primary .region ol {
	margin:25px 0 28px 40px;
}

.primary .region ul {
	margin:25px 0 28px 28px;
}

.primary .region li {
	line-height:1.5em;
	margin:10px;
}

.primary .region ul li {
	background:url(../images/bullet_ffff00.png) no-repeat left 6px;
	list-style:none;
	padding-left:15px;
}

.primary blockquote {
	background:#2c2c2c;
	border:6px solid #262626;
	font-family:georgia,serif;
	font-size:1.2em;
	padding:25px 25px 15px;
}

/* ----- containers ----- */

#header,
#content,
#footer {
	margin:0 auto;
	width:865px;
}

#header-wrapper {
	background:url(../images/bg_header_wrapper.png) repeat-x left top;
}

#header {
	position:relative;
}

#content-wrapper {
	background:url(../images/bg_content_wrapper.png) repeat left top;
}

#content {
	background:url(../images/bg_content.png) no-repeat left bottom;
}

#content-interior {
	background:url(../images/bg_content_interior.png) no-repeat left top;
	overflow:hidden;
	padding:30px 0;
}

#footer-wrapper {
	background:url(../images/bg_footer_wrapper.png) repeat left top;
	color:#fff;
}

#footer {
	margin:0 auto;
	padding-top:18px;
	overflow:hidden;
}


/* ----- headers ----- */

#logo a {
	background:url(../images/logo.png) no-repeat left top;
	float:left;
	font-family:verdana,arial;
	height:133px;
	text-indent:-9999px;
	width:73px;
}

/* ----- search ----- */

#search {
	float:left;
	margin:20px 0 0 36px;
	width:180px;
}

#id_keywords,
.keywords {
	background:#999;
	border:1px solid #ccc;
	color:#000;
	margin-bottom:8px;
	outline:none;
	padding:3px;
	width:190px;
}

#search .keywords {
	float:left;
	width:172px;
}

.submit {
	background:url(../images/btn_search.png) no-repeat left top;
	border:none;
	clear:both;
	cursor:pointer;
	float:left;
	height:20px;
	text-indent:-9999px;
	width:55px;
}

#search .submit {
	float:right;
	margin:1px 0 0 6px;
}

a.search-extra {
	border-left:1px solid #999;
	color:#fff;
	display:block;
	float:left;
	font-size:.9em;
	margin:2px 0 0 8px;
	padding-left:8px;
}

/* ----- content ----- */

#header .info {
	overflow:hidden;
	width:790px;
}

#header .tagline {
	clear:right;
	float:left;
	margin:15px 0 0 25px;
	width:480px;
}

#header .tagline strong {
	color:#8ca8f5;
}

/* ----- footer ----- */

#footer .meta {
	clear:both;
}

#footer .info {
	color:#9c9c9c;
	float:left;
	font-family:georgia,serif;
	font-style:italic;
	padding:35px 0 40px;
	width:560px;
}

#footer span.contact {
	float:right;
	padding-top:42px;
	text-transform:uppercase;
}

#footer a {
	color:#9c9c9c;
	text-decoration:none;
}

#footer a:hover {
	color:#bcbcbc;
}

/* ----- float clearing ----- */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
	
.clearfloat {
	display:inline-block
}

.clearfloat {
	display:block
}
