@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background: #5D4E30 url(../images/body_bg.jpg) repeat-x left top;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: .75em;*/
	line-height:150%;
	/*color:white;*/
}
h3 {
	font-size: 1.15em;
	color:#E0E6A7;
}
h1 {
	margin:0;
	position:absolute;
	top:0;
	left:34px;
	z-index:10;
	width: 209px;
	height:95px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
h1 a {
	display:block;
	height:95px;
	background: url(../images/logo.png) no-repeat;
}
/*h2 {
	margin:0;
	padding:0;
	text-indent: -9999px;
}*/
p {
	margin:10px;
	padding:10px;
}
.errorMessages {
	color: #823729;
}
#wrapper {
	width:1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
.contentPerimeter_upper {
	height:25px;
	background: url(../images/wrapper_upper_shadow.png) left top no-repeat !important;
	background:none;
	
}
.contentPerimeter_middle {
	background: url(../images/wrapper_middle_shadow.png) repeat-y left top !important;
	background: none;
}
#container {
	width:950px;
	position:relative;
	left:25px;
	/*background: url(../images/content_bg/content_bg_mid_blu.gif) left top repeat-y;*/
}
#masthead {
	height:95px;
	background: url(../images/masthead_bg.gif) left top no-repeat;
}
#contentArea {
	height:100%;/*add to overcome IE background positioning bug when using 'bottom'*/
	min-height: 400px;/*So reduced font size doesn't trample over right side imagery*/
	/*background: url(../images/content_bg/content_bg_bottom_blu.gif) left bottom no-repeat;*/
}
* html #contentArea {/*star hack for IE6 and below as they don't understand min-height without this*/
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


/*#contentArea p { Moved to individual style sheet to support varied members and admin styles
	padding-left:60px;
	padding-right:536px;
	margin:0;
}*/
.image_float {
	/*float: right;*/
	padding: 0;
	margin: 0;
	position:absolute;
	z-index:3;
	top:95px;
	right:0px;
	
}
#footer {
	position:relative;
	height:83px;
	width:1000px;
	background: url(../images/wrapper_bottom_shadow.png) left bottom no-repeat !important;
	background:none;
}
.spacer {
	clear:both;
}
.shim {
	height:10px;
	clear:both;
}
.errorMessages p  {
	font-weight:bold;
}

