body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}

fieldset,img{border:0;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html {
	background: #929874;
}

body {
	padding-bottom: 30px;
	font: .75em Verdana, sans-serif;
	color: #FFFFFF; /* Page text colour (was 37AD2F)*/   
}

/* Common Layout */
#logo {
	float: left;
}

#featurenav {
	clear: right;
	float: right;
/*	margin: 35px 0 0 0;*/
	padding: 0;
	font-size: 1.3em;
}
#featurenav li {
/*	border-right: 1px solid #009900;*/
	float: left;
	list-style-type: none;
	margin: 0 1px 0 0;
	padding: 0;
}
#featurenav a {
/*	border: 1px solid #000;*/
	border-width: 1px 0 0 1px;
	display: block;
	padding: 1em 25px 1em 7px
}
#featurenav a:hover { border-bottom: 8px solid #009900;}

#wrapper {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#backgroundImg {
	position:fixed; 
	z-index:0; 
	margin-top: -15px; /* REMOVE THIS IN IE7 CSS */
	width:100%; 
	height:100%;
}

#header {
	float: left;
	padding: 15px 2%;
	position: relative;
	width: 96%;
	border-bottom: 1px solid #302D28;
}

.headerBigText {
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 4em;
	color:white;
}
.headerRegText {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size:2.5em;
	color:white;
}

#page {
	position:relative;
	margin-top: 15px;
	padding: 15px;
	width: 860px;
	background: url("../images/cthru.png") center repeat-y;
	z-index:1;
	border-bottom: 1px solid #302D28;
	clear: both;
}


#pagecontent {
	padding: 0 15px 15px 15px;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
}

.box_holder {
	clear: both;
}

.smallbox {
	position:relative;
	margin: 10px;
	width: 200px;
	height: 170px;
	float: left;
	display: inline;
	background: #FFFFFF;
}

.smallboximg {
	width:184px;
	height:125px;
	margin:8px;
}

.smallboxcaption {
	padding: 5px;
	position:absolute;
	bottom: 0.5em;
	font-size:0.8em;
	color: #000000;
}

.box {
	position:relative;
	margin: 15px;
	width: 400px;
	height: 340px;
	float: left;
	display: inline;
	background: #FFFFFF;
}

.boximg {
	width:370px;
	height:250px;
	margin:15px;
}

.boxhead {
	position:absolute;
	bottom:-2.8em;
	left:2em;
}

.boxsubhead {
	position:absolute;
	bottom: 3em;
	right:1em;
}
.boxsubhead h2 {
	line-height:80%;
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .08em;
	color: green;
	font-size: 1.4em;
}

.boxcaption {
	padding: 5px;
	position:absolute;
	bottom: 0.5em;
	font-size:0.8em;
	color: #000000;
}

#widebanner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#copyright {
	width: 860px;
	margin: 0 auto;
	padding: 8px 15px 8px 15px;
	font-size: 90%;
	text-align: center;
	background: #191816;
	clear: both;
	position:relative;
	z-index:1;
	
}

p {
	margin-bottom: 15px;
	line-height: 160%;
}

h1 {
	margin-bottom: 15px;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: .13em;
	line-height: 160%;
	color: #302d28;
	font-size: 3.5em;
}

h2 {
	
}


h3, h4 {
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	line-height: 160%;
	color: #cb6600;
}



h3 { font-size: 120%; }

h4 { font-size: 100%; }

strong {
	color: #FFFFFF;
}

a { 
	padding: 1px 0;
	color: #66cc33;
	text-decoration: none;
	outline: none;
}

a:hover { 
	color: #f8d25f;
	text-decoration: none; 
}


.hide {
	display: none;
}

.clear {
	clear: both;
}

ul, ol {
	margin-left: 25px;
}
