/* 
	CSS Author: Drew Bartlett
*/

body {
	background: #efe4c1 url(images/topbg.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#wrap {
	margin: 0 auto;
	width: 870px;
}

#top {
	height: 145px;
	width: 870px;
}

#logo {
	height: 111px;
}

#nav {
	background: red url(images/navbg.png) repeat-x bottom;
	border-top: solid #c80000 1px;
	border-bottom: solid #c80000 1px;
	float: right;
	height: 30px;
	width: 870px;
}
	#nav ul {
		height: 30px;
		margin: 0;
		padding: 0;
	}
		#nav ul li {
			border-right: solid #c80000 1px;
			float: left;
			list-style-type: none;
			margin: 0; 
			padding: 0;
		}
			#nav ul li a, #nav ul li a:visited {
				background: red url(images/navbg.png) repeat-x bottom;
				color: #fff;
				display: block;
				height: 16px;
				font-size: 10pt;
				font-weight: 600;
				padding: 7px 14px;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			#nav ul li a:hover, #nav ul li a:active, #nav ul li  a.current {
				background: red url(images/navbg_over.png) repeat-x top;
				text-decoration: underline;
			}

#content {
	background: #fffdf5;
	padding: 35px;
	width: 800px;
}

.mainImg {
	height: 293px;
	margin: 0 auto;
	width: 800px;
}

#full {
	background: #ebdfbd;
	border: solid 1px #a3895a;
	float: left;
	margin-top:-4px;
	padding: 5px 10px;
	width: 778px;
}

#left
{
	background: #ebdfbd;
	border: solid 1px #a3895a;
	float: left;
	height: 560px;
	margin-top:-4px;
	padding: 5px 10px;
	width: 578px;
}

#right
{
	background: #ebdfbd;
	border: solid 1px #a3895a;
	border-left: 0;
	float: right;
	height: 560px;
	margin-top:-4px;
	padding: 5px;
	text-align: center;
	width: 189px;
}

#footer
{
	background: #dacdac;
	color: #321515;
	height: 60px;
	padding: 5px;
	margin: 0 auto;
	width: 860px;	
}

#bottom
{
	background: #c1b194;
	height: 100px;
	margin: 0 auto;
	width: 100%;

}

/*----------nav---------------*/

#footer a, #footer a:visited, a, a:visited
{
	color: #e70000;	
	text-decoration: none;
}

#footer a:hover, #footer a:active, a:hover, a:active
{
	color: #cf0000;	
	text-decoration: underline;
}



/*---- common elements---*/
.form input[type=text], .comments {
	background: #f7f4ea;
	border: solid #A3895A 1px;
	font-size: 11pt;
	padding: 5px;
}

.form input[type=text]:focus, .comments:focus {
	background: #fff;
}

.clear
{
	clear: both;	
}

.h1top
{
	margin-bottom: -5px;	
}

#former
{
	/*background: #d4c59b;	
	border: solid #a3895a 1px;*/
	margin: 0 auto;
	padding: 6px;
	width: 400px;	
}

a img.sideImages 
{
	border: solid #a3895a 2px;
	margin: 5px auto;	
}

a img.fullImages
{
	border: solid #a3895a 2px;
	margin: 0px 3px;	
}

.signature
{
	color: #382b11;
	font-weight: bold;
	margin: 20px 0px 10px 20px;
}
