/* HRRC - 3 columns - Structural */

body{
	background-color: #497642;/* green */
}
html, body, div, span, applet, object, ul, li, img { 
	margin:0;
	padding:0;
	border:0;
	font-size: 100%; 
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	color: #222;
	text-decoration: underline;
}
a:link.white  {
	color: #dfcfaa;	
}
a:visited {
	color: #222;
}
a:visited.white {
	color: #dfcfaa;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}

a:link.nounderline {
	color: #222;
	text-decoration: none;
}

/* ==============Outer Containers and Header=========*/ 

#container1 {/* =====centers and gives padding at bottom--allows for potential dropshadow==== */
	margin: 0 auto;
	width: 1073px;
}

#container2 {/* =====sets relative positioning==== */
	width: 1073px;
	margin: 0 auto 0 auto;
	position: relative; /* =====sets relative position for absolutely positioned divs on page ==== */
	padding-bottom: 100px;	

}
#container3 {/* =====outer container for content area ==== */
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1073px;
	background-image: url(../images_structural/pageElements/pageback_1073.jpg);
	background-repeat: repeat-y;
}

#header{
	margin: 0;
	position: relative;
	height: 353px;
	width: 1073px;
	background-color:#42733c;
	display: block;
	overflow: hidden;
}
#header_logo{
	width: 300px;
	height: 353px;
	float: left;
	background-image: url(../images_structural/banners/constant/banner_logo.jpg);
	display: block;
	overflow: hidden;
	display: inline;
}
#logo_linktohome{
	z-index: 10;
	position: absolute;
	width: 202px;
	height: 227px;
	left: 97px;
	top: 39px;
	cursor: pointer;
}
#header_top{
	width: 773px;
	height: 89px;
	float: left;
	background-image: url(../images_structural/banners/constant/banner_top.jpg);
	display: block;
	overflow: hidden;
	display: inline;

}
#header_image{
	width: 773px;
	height: 179px;
	float: left;
	display: inline;
}
#header_bottom{
	width: 773px;
	height: 85px;
	float: left;
	background-image: url(../images_structural/banners/constant/banner_bottom.jpg);
	display: block;
	overflow: hidden;
	display: inline;

}
#nav_subband{
	width: 669px;
	height: 36px;
	float: right;
	position: absolute;
	left: 290px;
	top: 310px;
	margin: 0;
	display: inline;
}
#nav_subband h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #600;
	text-align: left;
	padding: 0;
	margin:0 0 0 20px;
}
/* =================Content Divs============================*/
#column1{
	width:203px;
	float:left;
	margin: 0 0 0 100px;
	padding: 0;
	display: inline;
}
#column2 {
	width:370px;
	float:left;
	margin: 0;
	padding: 0;
	display: inline;
}

#column3 {
	width:300px;
	float:left;
	margin-top: 0;
	display: inline;
}
#column3_inset{
	width:300px;
	float:right;
	background-color: #393636;
	margin: 20px 0 12px 20px;
	display: inline;
}

#wrapper{
	width: 670px;
	float: right;
	margin: 0 100px 0 0;
	padding: 0;
}


/*--------------Spancol-----------------------------*/
.spancol{
	border-top: 6px solid #652223;
	margin: 0 0 0 -2px;
	float: left;
	padding: 20px 0;
	width: 670px;
	background-color: #d3d0a9;	
}
.spancol.motledback{
	background-image: url(../images_structural/pageElements/mottledbaCK.jpg);
	background-repeat:repeat;
	border-top: none;
}
.spancol h2{
	margin: 24px 0 0 0;
	padding-left: 20px;
	font-size: 22px;
	font-weight: bold;
	background-color: #000;
	height: 56px;
	line-height: 56px;
	color: #d7cfba;
	border-top: 6px solid #600;
	clear: both;
}
.spancol .imgcontainer{
	margin: 0 0 20px 20px;
}
.spancol h2.special{
	margin: 0;
	padding: 0;
	line-height: 32px;
}
.spancol p{
	padding-right: 32px;

/*--------------Spancol-Stories-----------------------------*/
}
.spancol h3.stories{
	font-size: 22px;
	font-weight: normal;
	color: #600;
	border-bottom: 1px solid #000;
	margin: 16px 32px 16px 20px;
	padding: 0 0 12px 0;
}
.spancol h3.stories.first{
	border: none; 
	padding-bottom: 0; 
	margin-bottom: -12px;
}
.red_blue_header {
	margin: 16px 0;
	font-size: 22px;
	font-weight: normal;
	background-color: #600;
	color: #d7cfba;
	padding: 18px 0 18px 20px;
	border-top: 6px solid #006;

}
.spancol h4.stories{
	font-size: 18px;
	font-weight: normal;
	padding: 18px 0 12px 0;
	border-bottom: 1px solid #000;
	margin: 0 12px 16px 20px;
	color: #600;
	width: 300px;

}
.spancol h4.stories.rule{
	border-bottom: 1px solid #000;
	margin: 16px 32px 16px 20px;
	padding: 0 0 12px 0;

}
.spancol h3.storiessub{
	font-size: 18px;
	margin: 6px inherit -3px inherit;
	font-weight: normal;

/*--------------Footer Follows --------------*/

}
#footer{
	width:873px;
	height: 165px;
	background-color: #242424;
	padding: 0;
	border-top: solid #000 6px;
	border-bottom: solid #000 10px;
	margin-left: 99px;
}
.c1{	
	width: 0;
	text-align: center;
	display: block;
	float: left;
}
.c2{
	width: 570px;
	text-align: center;
	display: block;
	float: left;
}
.c3{
	width: 300px;
	height: 165px;
	text-align: center;
	display: block;
	float: right;
	background-color: #600;
	background-image: url(../images_structural/pageElements/logo-footer.jpg);
	background-repeat: no-repeat;
	display: inline;
}
#footer h3{
	font-size: 20px;
	font-weight: bold;
	color: #D2AD78;
	padding: 6px 0 9px 0;
	margin: 0;
}
#footer h3.waaam{
	font-size: 16px;
	padding: 14px 0 6px 0;
	font-weight: normal;
	
}
#footer h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #D2AD78;
	padding: 0;
	margin: 0;

}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 6px 0 6px 0;
	color: #D2AD78;
	padding:0 5px 0 9px;
	font-weight: normal;
}
#footer p.worth{
	font-size: 24px;
	font-style: italic;
}
#footer p.alt{
	font-size: 16px;
	margin-top: 0;
}
#footer p.copyright{
	font-size: 12px;
	font-weight: normal;

}
#footer a:link {
	color: #D2AD78;
	text-decoration: none;
}
#footer a:visited {
	color: #D2AD78;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}
#footer a:active {
	color: #D2AD78;
}
/*==================================================END Footer=================================================*/

