@charset "UTF-8";

#bannerLeft {
	float: right;
	width: 300px;
	
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: ffffff;
	margin-right: 0px;
	margin-bottom: 250px;
	margin-left: 0px;
}
#bannerRightTop {
	float: right;
	width: 651px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	height: 50px;
	background-image: url(../images/header_topstrip.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#bannerRightBot {
	float: right;
	clear:both;
	width: 651px;
	margin-right: 0px;
	margin-left: 0px;
	height: 315px;
	background-color: #790203;
}




.container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
}

div#sidebar1 {
	width: 216px;
	height: 100%;
	min-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 26px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: left;
	margin-right: 0px;
	margin-left: 12px;
}


#mainContent {
	min-height:450px;
	text-align:left;
	zoom: -1;
	padding: 0px;
	float: right;
	clear: none;
	width: 680px;
	margin: 0px;
} 
.contentA {
	width: 700px;
	line-height: normal;
	background-image: url(../images/pageWhiteBG.jpg);
	background-repeat: repeat-y;
	padding-right: 35px;
	padding-bottom: 13px;
	padding-left: 12px;
	margin-top: 26px;
	float: right;
}

.contentB {
	min-height:450px;
	line-height: normal;
	background-image: url(../images/pageWhiteBG.jpg);
	background-repeat: repeat-y;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin-top: 26px;
	float: left;
	width: 670px;
	margin-left: 18px;
}

.contentHome {
	background-image: url(../images/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 140px;
	padding-right: 395px;
	padding-bottom: 13px;
	padding-left: 31px;
	line-height: 22px;
	font-family: "Lucida Grande", Arial, Verdana;
	height: 175px;
}

#homeContent {
	margin-right: 0px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #FFF;
	margin-bottom: 50px;
} 

#centerRow {
	zoom: 1;
	margin: 0;
	background-image: url(../images/page_center.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
