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

body {
	margin: 0;
	padding: 0;
	background-color: #4B4B4B;
}

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


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

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

#container {
	width: 773px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	background: url("../images/bg.jpg") repeat-y
}

#logo {
	height: 127px;
	float: left;
	width: 120px;
}

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

#top {
        height: 127px;
	margin-bottom: 16px;
	padding-top: 0px;
}

#header {
	height: 350px;
	background: #fff;
	padding-left: 8px;
	width: 754px;
}

#breadcrumbs {
	width: 741px;
	height: 18px;
	background-color: #000;
	text-align: left;
	color: #fff;
	padding: 7px;
	margin-left: 8px;
}


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

#left {
	float: left;
	width: 30%;
}

#contentmain {
	float: left;
	width: 40%;
	margin-left: 10px;
}

#contentmain2 {
	float: left;
	margin-left: 10px;
	width: 70%;
}

#right {
	float: right;
	width: 25%;
}

.menu {
	float: left;
	width: 125px;
	margin-left: 20px;
	margin-top: 18px;
}

#searchBox {
	float: right;
	width: 260px;
	height: 127px;
	margin-right: 15px;
	background: url("../images/searchbg.jpg") no-repeat top left;
}

#searchBox .moduletable {
	padding-left: 50px;
	margin-top: 10px;
}

#searchBox input {
	width: 165px;
}

#searchBox h3 {
	color: #A81002;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

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

.hp {
	width: 230px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

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

.one, 
.two {
	
}

.three { 
}

.clear {
	clear: both;
}

.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: #000;
	font-size: 10px;
	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;
}


h2 {
	font-size: 15px;
	margin-bottom: 0px;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#hpModules h3 {
	font-size: 11px;
	margin-bottom: 10px;
	color: #666666;
}

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


h2.contentheading,
h2.componentheading {
	font-size: 18px;
	font-weight: bold;
	color: #A81002;	

}

#hpModules {
        margin-left: 10px;
	border-top: dashed 1px #CCCCCC;
	border-bottom: dashed 1px #CCCCCC;
	width: 730px;
	padding-bottom: 10px;
	margin-top: 20px;
	padding-left: 20px;
	
}

#hpModules.inside {
	background: #fff;
}

#footer {
	clear: left;
	font-size: 10px;
	color: #666;
	width: 750px;
	padding-top: 5px;
	padding-left: 12px;
	text-align: left;
}

#endb {
	margin: 0 auto;
	width: 813px;
	height: 26px;
	display: block;
	background: url("../images/footerbg.jpg") no-repeat;
}


a.readon {
	width: 505px;
	height: 12px;
	text-align: right;
	color: #A81002;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
	padding-bottom: 20px;
	font-weight: bold;
}



/* COMMON TAGS */
.modifydate {
	color: #C0C0C0;
}

.author {
	color: #C0C0C0;
}

.createdate {
	color: #C0C0C0;
}

.contenttoc {
	margin: 5px;
}


ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

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

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.buttons {
	float:right;
	width:85px;
}

.buttons .buttonheading {
	float:left;
}

.buttons img {
	border: 0;
}

/* Poll Module Styles */

.poll-radio {
	padding-bottom:5px;
	float:left;
	clear:left;
	width:14%;
	text-align:center;
}

.poll-option {
	float:left;
	padding-bottom:5px;
	width:85%;
}

.poll h3 {
	border:none;
}

img {
	border: 0;
}