/*This is the main stylesheet.*/
/*This site redesign done by Jim Siders jimsiders@gmail.com May 2008*/

body {
	font:12px "lucida grande","helvetica",sans-serif;
	color:#3a3a3a;
	text-align:center;
	background-color:#EBEBEB;
}

div#wrapper {
/*	background:white url('images/flush.jpg') no-repeat 0 0px;
	background-color:#E0E0E0;*/
	background:white url('images/flush2.jpg') no-repeat 0 0px;
	background-color:#E0DDD3;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:1px solid #aeaeae;
	min-height:1200px;
	
}

div#banner {
	height:200px;
	background-image:url('images/newtitle.png');
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:0px;
	margin:0px;
	
}
span.hidden {
	display:none;
}

div#content {
	margin-left:28%;
	margin-right:5%;
	padding:15px;
	top:0;
	min-height:700px;
	background:url('images/content_bkgd2.png');
	
}

div#content p {
	line-height:1.8em;
}

div#content a {
	color:#3a3a3a;
}

div#content a:hover {
	text-decoration:none;
}

h1,h2,h3,div#mainmenu a,div#submenu a {
	font-family:"Georgia","Times New Roman",serif;
}

div#mainmenu {
	margin:30px;
	position:relative;
/*	top:260px;*/
	float:left;
	display:inline;
}

div#mainmenu ul {
	list-style:none;
	display:inline;
}

div#mainmenu ul li {
	display:list-item;
}

div#mainmenu a {
	text-decoration:none;
	color:#580804;
	font-size:140%;
	border-left:2px solid black;
	padding:5px;
}

div#mainmenu a:hover,div#mainmenu a.currentpage,div#submenu a:hover,div#submenu a.currentpage {
	color:#997272;
}

div#mainmenu a:hover,div#mainmenu a.currentpage {
	border-left:2px solid gray;
}

img {
	padding:5px;
	margin:5px;
	border:1px solid #aeaeae;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

div#submenu ul,div#submenu li{
	display:inline;
	list-style:none;
}

div#submenu a {
	font-size:120%;
	margin:10px;
	border-bottom:2px solid black;
	
	text-decoration:none;
}

div#submenu a:hover,div#submenu a.currentpage {
	border-bottom:2px solid gray;
	
}

dt,dd {
	padding-bottom:1em;
}

hr {
	margin-bottom:3em;
	margin-top:2em;
}

img.noborder {
	border:0px;
}