@charset "utf-8";
body {
	background: #333;
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 14px arial;
	color:#fff;
}
p {
	margin:0 0 12px 0;
}
h1 {
	font: normal 22px arial;
	margin:15px 0;
}
h2 {
	font: bold 20px arial;
	text-align:center;
	float:right;
	width:400px;
	margin:0 0 5px 0;
}
h3 {
	font: bold 14px arial;
	color:#fff;
	margin:20px 0 5px;
}
address {
	font:bold 12px arial;
	background:#333 url(images/bg-address.gif) no-repeat left top;
	padding:38px 0 5px;
	float:left;
	width:830px;
	text-align:center;
}
address strong {
	font:bold 18px arial;
	line-height:35px;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
	vertical-align:top;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:970px;
	margin:0 auto;
}
div#container {
	width: 830px;
	padding:0 70px;
	background-color:#060606;
	float:left;
}
div#header {
	float:left;
	width:830px;
	padding-bottom:14px;
	background:url(images/bg-header.jpg) no-repeat right bottom;
}
div#header p {
	font:normal 12px arial;
	text-align:center;
	float:right;
	width:400px;
}
div#logo {
	padding:8px 0 4px 66px;
	background:url(images/bg-logo.gif) no-repeat left bottom;
}
div#flash {
	clear:left;
}
div#content {
	clear:left;
	float:left;
	background-color:#333;
	padding:0 20px;
	width:790px;
}
div#footer {
	width:970px;
}
a#owner {
	float:left;
	clear:left;
	display:inline;
	font:bold 13px arial;
	color:#7b7b7b;
	margin:14px;
	text-decoration:none;
	width:90px;
	background:url(images/bg-owner-login.gif) no-repeat left top;
	padding:1px 0 0 15px;
	text-transform:capitalize;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	font: normal 12px arial;
	color:#7b7b7b;
	float:right;
	text-align:right;
	padding:20px 150px 30px 0;
}
div#copyright img {
	border: none;
	float:right;
	margin:-30px -130px 0 10px;
}
div#copyright a {
	color:#7b7b7b;
	font:normal 12px arial;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
div#nav {
	width: 532px;
	padding:8px 0 24px 20px;
	float:left;
	background:#242323 url(images/bg-nav.gif) no-repeat left bottom;
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
	float:left;
	width:125px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	padding:0 0 0 20px;
	width:72px;
	float:left;
	background:url(images/nav-bullet.gif) no-repeat left center;
}
ul#mainnav li a {
	font:bold 11px arial;
	color: #fff;
	text-decoration: none;
	display: block;
	width:77px;
	float:left;
	padding: 6px 5px 6px 10px;
}
ul#mainnav li a:hover, ul#mainnav a.current {
	background: url(images/bg-nav-hover.gif) no-repeat left top;
	color:#421803;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 970px;
	float:left;
	display:inline;
	padding:30px 0 20px;
	background:#060606 url(images/bg-footer.gif) no-repeat center top;
}
ul#utilitynav {
	width: 50%;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px 5px;
	font-size:13px;
	line-height:13px;
	border-right:solid 1px #fff;
}
ul#utilitynav li a {
	font:bold 12px arial;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	line-height:13px;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
ul#utilitynav li.last {
	border-right:none;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: solid 1px #000;
}
img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: solid 1px #000;
}
