@charset "utf-8";
/* CSS Document */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strike, strong, sub, sup, b, u, i, dl, dt, dd, ol, fieldset, form, label, legend {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	text-decoration: none;
}
body {
	font: 75%/1.5em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #6c6c6c;
	background: #bebebe url(/images/site-bg.png) repeat-x;
}
table, tr, th, td {
	font-size:100%
}

/* CSS ISSUES */

.clearingbr {
	clear: both;
}

br.clearingbr {
	clear: both;
	height: 0em;
	line-height: 0em;
	margin:0px;
	padding:0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 0px;
	margin:0px;
	padding:0px;
}

/* END CSS ISSUES */

ul, li {
}
img {
	display: block;
}
a:link, a:visited, a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
h1 {
	font-size: 135%;
	margin: 7px 0px 10px 0px;
	font-weight: bold;
	color: #6c6c6c;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 12px 0px 15px 0px;
	color:#513C40;
}
p {
	display: block;
	padding-bottom: 25px;
}
#content {
	background: url(/images/main-bg.png) no-repeat center top;
	width: 780px;
	min-height:520px;
	margin: 0px auto;
	padding: 30px 35px 0px;
	clear: both;
}

#right ul {
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#right li {
	list-style:none;
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(/images/bullet.png) no-repeat 5px 7px;
}

#headLogo {
	margin-top: 0px;
	margin-bottom: 10px;
}
#nav {
	background: url(/images/header-bg.png) no-repeat;
	color:#6c6c6c;
	font-weight:bold;
	height:50px;
	padding-top:9px;
	padding-left:20px;
}
#nav a {
	color:#6c6c6c;
	text-decoration:none;
}
#nav a:hover {
	color:#990000;
	text-decoration:underline;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	list-style:none;
	display:inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d9d9d9;
}
#nav li.end {
	list-style:none;
	display:inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: none;
}
#footer {
	background: url(/images/footer-bg.png) no-repeat center top;
	font-size:0.9em;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 13px;
	padding-bottom:40px;
	clear:both;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li {
	list-style:none;
	display:inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d9d9d9;
}
#footer li.end {
	margin-right: 10px;
	padding-right: 10px;
	border-right: none;
}
#left {
	width: 400px;
	float: left;
}
#right {
	float: right;
	width: 355px;
}
#slot1 {
	padding-top: 25px;
	padding-right: 25px;
	width: 116px;
	float:left;
}
#slot2 {
	padding-top: 25px;
	padding-right: 25px;
	width: 116px;
	float:left;
}
#slot3 {
	padding-top: 25px;
	padding-right: 0px;
	width: 116px;
	float:right
}
a.navon {
	color: #990000;
	text-decoration: none;
}
.formitems{
	font: 100% Arial, Helvetica, Verdana, Tahoma, sans-serif;
	width: 230px;
}

