@import url(assets/css/theme.css); /* double check this path if template is not versioning */

body {
	width: 100%;
	height: 100%;	
	text-align: center;
	background: url("/assets/images/bodyback.jpg") repeat-x;
	margin: 0px auto;
}
	
#contentwrap {
	overflow: hidden;
	}	

#splashwrap {
	width: 850px;
	margin: 0px auto;
	margin-top: 16px;
}

#wrapper {
	width: 850px;
	height: 100%;
	margin: 0px auto;
	margin-top: 16px;
}

#box {
	height: 100%;	
	width: 100%;
	float: left;
	border: 1px solid black;
	background: #CDBB97;
	padding: 5px 0px 5px 0px;
}

#box2 {
	width: 839px;
	height: 100%;	
	margin: 0px auto;
}

#header {
	width: 837px;
	height: 114px; 
	border: 1px solid black;
	background: url("/assets/images/header.jpg") no-repeat;
	float: left;
	position: relative;
	border-top:none;
	border-left:none;
}

#logo {
	width: 330px;
	height: 114px;
	float:right;
	margin-right:30px;
	background: url("/images/SplashLogo.jpg") no-repeat right center;
	}

#headertext {
	float: right;
	margin: 70px 35px 0px 0px;
	font-size: 9pt;
}

#headertext p {
	margin: 0px;
	padding: 0px;
}

#headertext a {
	color: #000000;
	text-decoration: none;
}

#headertext a:hover {
	text-decoration: underline;
}

#topnavbox {
	width: 836px;
	height: 38px;
	border: 1px solid black;
	background: url("/assets/images/navback.jpg") repeat-x;
	float: left;
	margin-top: 3px;
}

#topnavwrap {
	width: 100%;
	float: left;
}

.topnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.topnav li {
	float: left;
	padding:0;
	margin:0;
	width:130px;
}

.navregular {
	background: url("/assets/images/navdivider.jpg") right no-repeat;
}

.topnav a {
	color: #333;
	text-decoration: none;
	font-size: 1em;
	display:block;
	height:39px;
	line-height:37px;
}

.topnav a:hover {
	text-decoration: none;
}

#contentwrap {
	width: 838px;
	height: 100%;	
	float: left;
	background: url(/assets/images/contentbg.png) repeat-y;
	text-align: left;
}

#left {
	height: 100%;
	width: 200px;
	padding: 10px 5px 0px 5px;
}

.leftnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.leftnav li {
	float: left;
	width: 200px;
	border-bottom: 1px dotted #90916d;
	padding: 3px 0px 3px 0px;
}

.leftnav a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: .8em;
}

.leftnav a:hover {
	color: #90916d;
}

.leftinfo {
	font-size: .8em;
	text-align: center;
	color: #333;
}

#main {
	padding: 10px;
	width: 607px;
	min-height:500px;
	float:right;
}

main table { background-color: #f3efe5 !important; }


#splashwrap #content {
	background: url("/assets/images/splashcontentpic.jpg") no-repeat center;
	height: 373px;
	width: 838px;
	pading: 5px 0 5px 0;
	margin-top: 1px; 
}

#wrapper #content2 {
	color:#333333;
	font-size:1.0em;
	padding:5px;
	}

#splashwrap #content2 {
	text-align: left;
	float: left;
	background:#F3EFE5;
}

#site_info {
	clear: both;
	width: 824px; 
	margin: 0 auto;
	}
	
	.copyright {
		float: left;
		margin-top: 11px;
		}
		
	.footerLink {
		float: right;
		width: 234px;
		}	
		
		.footerLink img {
			float: left;
			margin-top: 10px;
			border: none;
			}
			
			
.clear { clear:both; }
