@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

#contentpagebg {
	background: #ffffff url(../images/backdrop-content3.jpg) repeat-x top;
}

#pagebg {
	background: #ffffff url(../images/backdrop3.jpg) repeat-x top;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../images/backdrop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
}
.content-page {
	background-image: url(../images/backdrop-content.jpg) !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 18px;
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	color:#FFFFFF;
}
h2 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #c5431b;
}
h3 {
	font-size: 16px;
	color: #3c3c3c;
}
#container {
	width: 940px;
	margin: 0 auto;
}
/*-------------navigation---------------*/	
	
#main-nav {
	height: 20px;
	height: 33px;
	color:#FFFFFF;
}
#main-nav ul {
	list-style: none;
}
#main-nav ul li {
	position: relative;
	float: left;
	margin-right: 3px;
}
#main-nav ul li ul {
	position: absolute;
	left: 0px;
	top: 32px;
	display: none;
}
#main-nav ul li a:link, #main-nav ul li a:visited {
	line-height: 20px;
	width: 110px;
	display: block;
	padding: 5px 0 6px 0;
	text-align: center;
	color:#FFFFFF;
	background-color:#3c3c3c;
	background-color:#222222;
	font-size: 12px;
	border-bottom: 0px solid #000000;
	font-weight: bold;
}

#main-nav ul li ul li a {
	font-size: 10px !important;
}
#main-nav ul li a:hover {
	text-decoration: underline;
	background-color: #666666;
}
/* Fix IE. Hide from IE Mac \*/
		* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
	font-size: 10px;
}
/* End */

#main-nav li:hover ul, #main-nav li.over ul {
	display: block;
}
/*-------------header---------------*/

#header {
	height: 150px;
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
	padding: 150px 0 0 10px;
	color:#FFFFFF;
}
#header-content {
	background-image: url(../images/banner-content.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 145px 0 0 10px;
	color:#FFFFFF;
}
#head-text {
}
#head-text ul {
	list-style: none;
	padding: 10px 0 0 0px;
}
#head-text li {
	background-image:url(../images/bullet1.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;
}
/*-------------content---------------*/

.module {
	width: 210px;
	margin: 20px 8px 0px 0px;
}
.module h2 {
	padding-left: 14px;
}
.info-box {
	padding: 7px 14px;
	border: 1px solid #c9c9c9;
	height: 230px;
}
#contact-box {
	height: 200px;
	width: 182px;
	margin: 42px 0 0 20px;
	background-image:url(../images/contact-box2.jpg);
	background-repeat: no-repeat;
	padding: 30px;
}
/*-------------footer---------------*/

#footer-container {
	clear: both;
	height: 50px;
	border-top: 1px solid #a5a5a5;
	background-color: #000000;
	margin-top: 60px;
}
#footer {
	width: 920px;
	margin: 0 auto;
	padding: 0 14px;
}
#footer a, #footer p {
	color: #a1a1a1;
	line-height: 41px;
}
/*-------------classes---------------*/

/* nav menu tabs */


.blue {
	border-bottom: 5px solid #0095da;
}
.aqua {
	border-bottom: 5px solid #249595;
}
.green {
	border-bottom: 5px solid #8cb025;
}
.yellow {
	border-bottom: 5px solid #999999;
}
.orange {
	border-bottom: 5px solid #e2ba00;
}
.red {
	border-bottom: 5px solid #c5431b;
}
.green-text {
	color:#8cb025 !important;
}
.blue-text {
	color:#0095da !important;
}
.red-text {
	color:#c5431b !important;
}
.right {
	float: right;
}
.left {
	float:left;
}
.clearb {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


#content {
	padding-left: 10px;
}
#leftcolumn {
	width: 600px;
	float: left;
	text-align:justify;
}
#rightcolumn {
	width: 300px;
	float: right;
}

#leftcolumnbig {
        width: 600px;
        float: left;
	text-align:justify;
}
#leftcolumnsmall {
        width: 300px;
        float: left;
}
#rightcolumnbig {
        width: 600px;
        float: right;
	text-align:justify;
}

#rightcolumnsmall {
        width: 300px;
        float: right;
}

