@import "forms.css";
@import "pageElements.css";
@import "stretchBox.css";

/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	background: #636363;
}

body, font {
	font-size: 12px;
}

* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

li { margin-left:30px; }

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 996px;
	background: url(/images/wrapper_bg.jpg) left top repeat-y #E6E6E6;
	z-index: 100;
}


/**** HEADER
****/
#header {
	position: relative;
	height: 151px;
	background: url(/images/header_bg.jpg) 0px 0px repeat-x;
	margin: 0 4px;
}


#banner {
	margin: 0 0 0 4px;
}


/**** CONTENT
****/
#content {
	clear: both;
	position: relative;
	background: url(/images/diagonal_bg.jpg) left top repeat #E4E4E4;
	margin: 0 4px;
	padding: 10px 0;
	width: 988px;
	float: left;
	display: inline; /* IE6 float fix */
}

.column {
	float: left;
	background: #CBCBCB;
	margin-left: 15px;
	display: inline; /* IE6 float fix */
}

#leftCol {
	width: 218px;
	color: #414040;
}

#centerCol {
	width: 462px;
}


#rightCol {
	width: 242px;
}

.home_temp #rightTwoCols {
	float: left;
	margin: 15px 0 0 15px;
	display: inline; /* IE6 float fix */
	width: 719px;
}

.sitemap a {
	color: #104270;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}

.sitemap li {
	margin: 2px 0 2px 20px;
}

/** Template Styling
**/
/* Home Page Template
*/
.home_temp #centerCol {

}

.home_temp #rightCol {

}

.home_temp #rightTwoCols {

}

/* Sub Page Template
*/
.sub_temp #centerCol {

}

.sub_temp #rightCol {

}

.sub_temp #rightTwoCols {

}


/**** FOOTER
****/
#footer {
	clear: both;
	position: relative;
	background: url(/images/footer_bg.jpg) left bottom no-repeat;
	height: 59px;
	color: #FFF;	
}




