/* SITE DESIGN & CODE BY RYAN ADAMS */
/* http://rektified.com */

/* CSS RESET 
========================================== */
/* BASED ON ERIC MEYER'S CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* --- END RESET --- */


/* GENERAL SITE-WIDE STYLES
=============================================== */
html, body {
	height: 100%;
	width: 100%;
	background: #d1b87c;
	font-size: 14px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#siteWrap {
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding: 0; 
	margin: 0;
	background: #FFF;
}
h1 {
	color: #541f14;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
h2 {
	color: #541f14;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
p {
	line-height: 20px;
	margin-bottom: 16px;
}
p.end {
	display: block;
	padding-bottom: 14px;
}
a {
	color: #626266;
	line-height: 20px;
}
a:hover { color: #39393e; }
.clear { clear: both; }
ul li { padding-bottom: 6px; }
strong { font-weight: bold; }


/* HEADER
=============================================== */
#header {
	width: 100%;
	height: auto; 
	display: block;
	background: url(../images/diag-bg.png) repeat;
	background-color: #d1b87c;
}
#headerWrap { 
	width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto ;
	text-align: center;
	padding: 3px 0 1px;
}

/* NAV
=============================================== */
#nav {
	width: 100%;
	height: 30px;
	display: block;
	background: url(../images/nav-bg.png) repeat-x;
}
#nav ul { 
	width: 1000px;
	display: block;
	margin: 0 auto;
}
#nav ul li {
	float: left;
	padding: 6px 18px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 2px 0 #000;
	height: 26px;
}
#nav ul li:hover {
	display: block;
	background: url(../images/nav-bg.png) repeat-x;
	background-position: 0 -30px;
	height: 18px;
}
#nav ul li.isPage {
	background: url(../images/nav-bg.png) repeat-x;
	background-position: 0 -60px;
}
#nav ul li a { 
	color: #FFF; 
	display: block;
	text-decoration: none;
	margin-top:-1px;
}
#nav ul li a:hover {}
#nav ul li.divider {
	display: block;
	height: 28px;
	width: 2px;
	background: url(../images/nav-divider.png);
	padding: 0;
}
#nav ul li.divider { background: url(../images/nav-divider.png); }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav ul li:hover {
		background-image: url(../images/nav-bg.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}
}


/* PAGE CONTENT 
===================================== */
#content {
	width: 100%;
	height: auto;
	background:url(../images/content-bg1.png) repeat-x;
	background-color: #FFF;
	display: block;
	padding-bottom: 110px;
	border-top: solid 4px #d1b87c;
}
#contentWrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 24px;
}
#colMain { 
	width: 600px;
	height: auto;
	display: block;
	float: left;
}
#colSecondary {
	width: 350px;
	height: auto;
	display: block;
	margin-left: 650px;
}
ul.news {
	list-style:url(../images/list-diamond.png);
	list-style-position:outside;
	padding-left: 16px;
	margin-bottom: 20px;
	display: block;
}
ul.news li {
	line-height: 20px;
	padding-bottom: 8px;
}

ul.news li ul {
	padding-left: 20px;
	margin-top: 10px;
	list-style: circle; }


/* FOOTER
========================================== */
#footer {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
	clear: both;
	font-size: 11px;
	line-height: 14px;
	border-bottom: solid 8px #626266;
	margin-top: -110px;
	position: relative;
	background: url(../images/diag-bg.png) repeat;
	background-color: #d1b87c;
}
.footerBrdr {
	border-top: solid 3px #541f14;
	border-bottom: solid 3px #FFF;
	width: auto;
	display: block;
	height: 0;
}
#footerWrap {
	width: 1000px;
	margin: 4px auto 0;
	display: block;
	padding-top: 8px;
	clear: both;
	text-align: center;
}
#footerWrap p {
	width: 680px;
	margin: 0 auto;
	padding-bottom: 12px;
}