/* SET THE TYPEFACE FOR THIS PROJECT */
/* COLOR IS SET DYNAMICALLY */

body {
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	background: #7c7c7e;

}

/* SITE SPECIFIC CSS */



/* MAIN PAGE SIZES */

div#page_hold {
	text-align: center;
	background: url(../images/bg.jpg) top center no-repeat;
	padding-top: 20px;

	
}


* html body div#page_hold {
	margin-top: 20px;
	margin-right: 3px;
}

div.container {
	width: 850px;
	background: #FFFFFF url(../images/content/bg.jpg) center repeat-y;
	padding: 7px;
}

* html body div.container {
		width: 858px;

}

/* THIS CONTAINER IS OUTSIDE OF THE MAIN CONTAINER SO NEEDS WIDTH */
div#footer_container {
	width: 850px;

}


div#header {	
	background: none;
	text-align: left;
	background: transparent url(../images/header/bg.jpg) center no-repeat;
	height: 160px;
	position: relative;
	top: -9px;
	left: 0;
}

div#header #header_logo {
	margin: 22px 40px 0px 40px;
	float: left;
}

/* IE6 FIXES */
* html body div#header #header_logo {

}

div#page_head {
	background: #1b1b1b;
	height: 300px;
}

* html body div#page_head {
	margin-left: 7px;

}

div#content {
	clear: both;
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

* html body div#content {


}

div#content_padded {
	padding: 0px 40px 20px 40px;

}

.padding {
	padding: 20px 37px 20px 37px;


}

div.block {
	margin-bottom: 15px;
	border: 1px solid #e5e5e6;
	padding: 15px 5px 15px 5px;

}

div.block p {
	margin-bottom: 0px;

}

div.block h2 {
	margin-top: 0px;

}

div.split_col {
	width: 373px;
	float: left;
	padding-right: 15px;

}

div.left {
	padding: 5px 20px 5px 20px;

}

* html body div.left {
	margin-left: 2px;

}

div.right {
	padding: 5px 20px 5px 0px;
}

* html body div.right {
	padding-top: 20px;

}

div.large {
	width: 586px;

}

div.small {
	width: 200px;

}

.clear {
	clear: both;

}

a.off {
	color: white;
	cursor: default;

}

a:hover.off {
	color: white;
}


.margin_top {
	margin-top: 15px;

}

.left_divide {
	background: url(../images/divide.gif) left center no-repeat;

}

.right_divide {
	background: url(../images/divide.gif) right center no-repeat;

}

.highlight_text {
	color: #a3a3a3;
	text-transform: uppercase;
	font-size: 190%;
	letter-spacing: 0;
	line-height: 1.2em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #3f3f3f;
 
}

.highlight_text strong {
	color: #316fb7;
	font-weight: normal;

}

div#footer_container {
	background: #7c7c7e url(../images/footer/bg.jpg) top center no-repeat;
	padding: 30px;

}

div#footer {
	text-align: right;
	color: #b4b4b4;
	padding-right: 7px;
}
