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

/****************************************
|	RESET
****************************************/
* {
	border: 0px;
}

body,html,table,h1 {
	margin:0px;
	padding:0px;
	color:#7f7d78;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body {
	color:#DBDBDB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	background-color: #272727;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/background.jpg);
}

a {
	text-decoration:none;
	color:#FFFFCC;
	font-weight: bolder;
}

a:hover {
	text-decoration:underline;
	color: #FE6100;
}

a.active, #subNav li a.active {
	
}

.divider {
	width: 769px;
	height: 1px;
	margin: 26px 0px 28px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}

.cleardivider {
	width: 769px;
	height: 10px;
	margin: 0px 0px 29px;
	padding: 0px;
	/*border-bottom: 1px solid #000000;*/
}

h1 {
	/*font-size:110%;*/
	padding: 0px 0px 20px 0px;
}

#main_bg{
	background-color: #151515;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/background.jpg);

}

/****************************************
|	PAGE LAYOUT STYLES
****************************************/
#wrapper {
	width:830px;
	background-color: #000000;
	position:relative;
	margin: 0px auto;
}

#masthead {
	width: 769px;
	height: 118px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

#flashBanner {
	width: 769px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 30px;
}

#flashBanner2 {
	width: 769px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 30px;
}

#flashBanner3 {
	width: 769px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 30px;
}

.featureTop {
	width:830px;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 10px;
}

.feature {
	width:830px;
	background-color: #000000;
	padding: 30px 0px 0px 0px;
	margin: 0px auto 10px;
}

.featureHolder {
	width: 769px;
	margin: 0px 0px 0px 30px;
}

.leftChannel {
	float: left;
	width: 520px;
	/*border: 1px solid #e2dc90;*/
	margin: 0px 20px 0px 0px;
}

.rightChannel {
	float: left;
	width: 225px;
	/*border: 1px solid #e2dc90;*/
}

.HomepageLeftChannel {
	float: left;
	width: 361px;
	/*border: 1px solid #e2dc90;*/
	margin: 0px 40px 0px 0px;
}

.HomepageRightChannel {
	float: left;
	width: 362px;
	/*border: 1px solid #e2dc90;*/
}

.leftChannel p, .rightChannel p {
	/*margin: 0px 0px 10px;*/
}

.leftChannel p strong, .rightChannel p strong, .HomepageLeftChannel p strong, .HomepageRightChannel p strong, #wrapper #masterhead p strong {
	font-weight: normal;
	color: #e17000;
}

.leftChannel p white, .rightChannel p white, .HomepageLeftChannel p white, .HomepageRightChannel p white, #wrapper #masterhead p white {
	font-weight: normal;
	color: #FFFFFF;
}

/*************************
|	ALIGNMENT
**************************/
.floatRight {float:right;}
.floatLeft {float:left;}

.alignRight {text-align:right;}
.alignLeft {text-align:left;}

/*************************
|	HEADINGS
**************************/
.clear {clear:both;}

/*************************
|	Margins + Padding
**************************/
.maginBot20 {
	margin: 0px 0px 30px;
}
.maginBot10 {
	margin: 0px 0px 10px;
}
.maginBot05 {
	margin: 0px 0px 30px;
}

/*************************
|	FOOTER
**************************/

#footer {
	background-image:url(../images/footer_background.jpg);
	background-repeat:repeat-x;
	position:relative;
	top:-20px;
	min-height:130px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #272727;
}


.container {
	width:950px;
	margin:0 auto;
	position:relative;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footer_column {
	float:left;
	width:550px;
	margin-right:30px;
}

.footer_links{
	float:left;
	width:550px;
	margin-right:30px;
	padding-top: 50px;
}

#footer .long {
	width:300px;
}

#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:12px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.orangetxt {
	color:#e17000;
}

.subject {
	text-align: left;
	font-size: 20px;
	color:##DBDBDB;
	font-weight: normal;	
}
.subjectdate { 
	text-align: right;
	font-size: 8px; 
	color:##DBDBDB;
}

/*************************
|	HEADINGS
**************************/

/*hide text*/
h1 span { display:none; }

.asc					{
	background: url(../images/arrow.jpg) no-repeat;
	width:600px;
	height:22px;
}
.croecam				{ background: url(../images/headings/croecam.jpg) no-repeat; width:600px; height:22px;}

/* Fix up IE6 PNG Support */
.pngtrans {
	behavior: url(assets/scripts/iepngfix.htc);
}
