 /* CSS definition file containing site wide stylesheets */

html {
	height: 100%;
}
body {
	width: 796px;
	margin: auto;
	top: 0;
	background-color: #200100;
	padding: 0;
	min-height: 200px;
	font-family:  Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size: 80.1%;
	font-weight: normal;
	font-style: normal;
	height: 100%;
	color:#262626;
	background-image: url(css/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center ;
	}


* html {
	text-align: left;
	height: 100%;
}

/* main body area */
#nonfooter {
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	background-image:  url(css/body.jpg);
		background-position: top;		
			background-repeat: repeat-y;
}

#headerwrapper { 
	margin: auto;margin-left: 1px;
	padding: 0px 0px 0px 0px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(css/bannerbg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;	}

#headerprint {
	display: none;
}

#headerclick {
float: left;
margin: 12px 0 0 20px;
height: 130px;
width: 225px;
}

#address {
	float: right;
	width: 225px;
   margin: 50px 10px 0px 0px;
	line-height: 120%;
	color: #720616;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#nav {
	margin: auto;
	width: 786px;
	text-align: left;
	/*padding: 5px;*/
	height: 27px;
	vertical-align: top;
	background-color: #A2884B;
	border-top: 3px solid #DEE1C6;
	border-bottom: 3px solid #DEE1C6;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;}
/* Navigation Styling */

#nav ul { float: left;
color: #E4DEBE;
margin-top: 3px;
margin-left: 0px;
}
#nav a:hover {
color: white;
	padding-bottom: 2px;
	border-bottom: 2px solid #4E0202;
	position: relative;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-left: 30px;	

}
 #nav a {

	color: #E4DEBE;
	text-decoration: none;
	font-weight: bold;
vertical-align: top;
}
#nav a:hover {
color: white;
	padding-bottom: 2px;
	border-bottom: 2px solid #4E0202;
	position: relative;
}

#contentwrapper {
	padding: 10px 10px  30px 10px ;
	width: auto;
		background-image:  url(css/body.jpg);
		background-position: top;		
			background-repeat: repeat-y;


}

#contentwrapper ul li {
	padding-top: 5px;
}

#content {
	float: left;
	width: 550px;
	margin-right: 5px; 
}

#rightsidebar {
	float: right;
	width:200px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	height: 100%;
	font: inherit;	

}
* html #rightsidebar {
	height: 100%;
}

#contentwrapper img {

	padding: 7px;
	border: 1px solid #DEE1C6;
}


#contentwrapper img.clean {
	border: none;
	margin: 0;
	padding: 0;
}

#footer {
color: #A2884B;
position: relative;
	width: 796px;
	margin: auto;
	height:100px;
	vertical-align: top;
	padding-top: 25px;
	font-size: 9px;
	text-align: left;
	clear: both;
	background-image: url(css/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:  #A2884B;
	text-decoration: underline;
}

#footer a:hover {
	color: #DEE1C6;
}
/* Alset clearing method */
.clearfix:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfloats {
	clear:both;
}



h1 {
	font-size: 140.1%;
	color: #4E0202;
}
h2 {
	font-size: 130.1%px;
	color: #A2884B;
}
h3 {
	font-size: 120.1%;
	color: #A2884B;
}
h4 {
	font-size: 110%;
	color: #262626;
}
hr {
	color:#DEE1C6;
	width: 75%;
	height: 1px; 
}

#contentwrapper a:link {
	text-decoration: none;
	color: #A2884B;
}
#contentwrapper  a:visited {
	text-decoration: underline;
	color: #A2884B;
}
#contentwrapper  a:hover {
	text-decoration: underline;
	color: #534626;
	background-color:#DEE1C6;
}

#contentwrapper  a:active {
	text-decoration: underline;
	color: #A2884B;
}

.paddedtext {
	padding: 10px;
	z-index: 3;
}
.doublepaddedtext {
	padding: 20px;
	background-image: none;
	background-repeat: none;
	background-position: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.author {
	text-align: right;
	font-style: italic;
	color: #4E0202;
	font-size: 100.1%;
}
