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

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.gif) repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body p {
	margin-top: 5px;
}

body#inside {
		background: #A81002;
}

a {
	color: #DD6411;
	text-decoration: none;
}

a:hover, a:visited {
	color: #333;
	text-decoration: underline;
}

#bgContainer {
	width: 100%;
	margin: 0 auto;
	background: url(images/headerbg.jpg) no-repeat center top;
	height: 467px;
}	 

#container {

	width: 750px;
	margin: 0 auto;
}

#logo {
	height: 110px;
	float: left;
	width: 340px;
}

#logo img {
	margin-left: 10px;
	margin-top: 70px;
}

#top {
	height: 90px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#header {

	width: 100%;
	height: 300px;
	background: #fff;
	padding: 10px;
	width: 730px;
}

#header h3 {
	display: none;
}

#header p {
	margin: 0;
	padding: 0;
}

#content {
	background: #fff;
	padding: 10px;
	width: 730px;
}

#contentmain {
	float: left;
	width: 480px;
	margin-right: 20px;
}

#right {
	float: right;
	width: 230px;
}

.menu {
	float: left;
	width: 100px;
	margin-right: 10px;

}

#searchBox {
	float: left;
	width: 150px;
	height: 110px;
	margin-left: 20px;
}

#searchBox h3,
#searchBox label,
#searchBox .form-submit {
	display: none;
}

#searchBox input {
	width: 150px;
	background: #fff url(images/searchbg.jpg) no-repeat right;
	border: none;
}

#searchBox .moduletable {
}

#headerpadd {
	background: #000;
	height: 300px;
}

.hp {
	width: 236px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

.hp.moduletable {
	color: #666;
	font-size: 11px;
}

.one, 
.two {
	
}

.three {

}

.clear {
	clear: both;
}

.menu h3 {
	display: none;
}

.menu ul {
}

.menu ul, 
.menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	display: block;
	height: 20px;
	line-height: 20px;


}

.menu ul li ul {
	display: none;
}

.menu ul a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.menu ul a:hover,
.menu a.active,
.menu ul li#current a:link, 
.menu ul li#current a:visited {
	color: #fff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

#right h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

#hpModules h3 {
	margin-bottom: 10px;
}

#right .moduletable {
	margin-bottom: 20px;
}


h2.contentheading,
h2.componentheading {
	margin-bottom: 5px;
	font-size: 36px;
}

#hpModules {
	width: 750px;
	padding-bottom: 20px;
}

#hpModules.inside {
	background: #fff;
}

#footer {
	clear: left;
	font-size: 10px;
	color: #ccc;
	padding-top: 5px;
	border-top: solid 1px #ccc;
	width: 750px;
	margin-top: 20px;
}


li {	
	list-style: none;
	list-style-image: url(images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

.textarea {
		background-color: #ffffff;
		font-size: 12;
}
