@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;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 850px;
	height: 100%;
	margin: 0px auto;
}

#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: 100%;
	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;
}

.navregular {
	background: url("/assets/images/navdivider.jpg") right no-repeat;
}

.topnav a {
	color: #333;
	text-decoration: none;
	font-size: .8em;
}

.topnav a:hover {
	text-decoration: none;
}

#contentwrap {
	width: 838px;
	height: 100%;	
	float: left;
	background: #cccccc;
	text-align: left;
}

#left {
	height: 100%;
	float: left;
	width: 20%;
	padding: 10px 5px 0px 5px;
}

.leftnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.leftnav li {
	float: left;
	width: 170px;
	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: 75%;
	min-height:700px;
	height:auto !important;
	height:700px;
	float:right;
	background: #f3efe5;
}

main table { background-color: #f3efe5 !important; }