@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	margin: 0 auto;
	width: 650px;
}

#title {
	width: 650px;
	height: 150px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

#date {
	float: left;
	width: 650px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	border: none;
	padding: 0;
	background-color: #BDBDBD;
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
}

#date span {
	margin: 0 15px 0 0;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 650px;
}

#left_col {
	width: 200px;
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: none;
}

#nav {
	float: left;
	width: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
}

.contact_header {
	float: left;
	line-height: 20px;
	width: 185px;
	margin: 0 0 1px 0;
	padding: 5px;
	border-left: 5px solid #FBB948;
	background-color: #CC0000;
	color: #FBB948;
	font-weight: bold;
	text-transform: uppercase;
}

#contact {
	float: left;
	width: 185px;
	margin: 0 0 1px 0;
	padding: 5px;
	border-left: 5px solid #FBB948;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}

#contact_form {
	float: left;
	width: 185px;
	margin: 0;
	padding: 5px;
	border-left: 5px solid #FBB948;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}

#right_col {
	width: 440px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	line-height: 24px;
}

#footer {
	float: left;
	width: 650px;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #999999;
}

/* Navigation
*******************************/

#nav a {
	border-left: 5px solid #FBB948;
	width: 185px;
	height: 25px;
	line-height: 25px;
	background-color: #CC0000;
	display: block;
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	border-left: 5px solid #FBB948;
	width: 185px;
	height: 25px;
	line-height: 25px;
	background-color: #990000;
	display: block;
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

body.section1 #nav a.home, body.section2 #nav a.one, body.section3 #nav a.two, body.section4 #nav a.three, body.section5 #nav a.four, body.section6 #nav a.five {
	border-left: 5px solid #FBB948;
	width: 185px;
	height: 25px;
	line-height: 25px;
	background-color: #990000;
	display: block;
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(images/gif/navbg_over.gif);
	background-position: 95%;
	background-repeat: no-repeat;
}

#contact a {
	color: #FFFFFF;
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

#footer a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


/* Classes
*******************************/

.highlighted {
	color: #FBB948;
}

.page_header {
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}


/* Forms
*******************************/

fieldset {
	padding: 0;
	border: none;
	width: 185px;
	margin: 5px 0 5px 0;
}

input {
	width: 175px;
}

textarea {
	width: 178px;
}

/* Clearfix
*******************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}