/* CSS Document */
body {
	background-image: url(../images/hp_main_bkg.gif);
	background-repeat: repeat-x;
	background-color: #E0DED9;
	margin: 0px;
	padding: 0px;
}

#navigation {
	top: 170px;
	width: 780px;
	margin-left: 50%;
	left: -380px;
	position: absolute;
	clear: both;
	z-index:150;
}

#fullSite {
	width: 900px;
	margin-left: 50%;
	left: -450px;
	position: absolute;
}

#fullSite #leftFrame {
	position: relative;
	width: 50px;
	float: left;
	background-image: url(../images/hp_leftFrame_bkg.jpg);
	background-repeat: repeat-y;
}

#fullSite #centerFrame {
	position: relative;
	width: 800px;
	float: left;
	background-color: #FFFFFF;
}

#fullSite #rightFrame {
	position: relative;
	width: 50px;
	float: left;
	background-image: url(../images/hp_rightFrame_bkg.jpg);
	background-repeat: repeat-y;
}
#fullSite #fullFooter {
	position: relative;
	width: 900px;
	min-height: 50px;
	clear: both;
	background-image: url(../images/bp_footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* CENTER FRAME DIVS */
#fullSite #centerFrame #cf_headline {
	background-color: #253355;
}

#fullSite #centerFrame #cf_images {
	width: 800px;
	position: relative;
	clear: both; 
}
#fullSite #centerFrame #cf_images #cfi_leftContent {
	float: left;
	width: 272px;
	height: 120px;
	position: relative;
	background-color: #DAEDC8;
}
#fullSite #centerFrame #cf_images #cfi_image1 {
	float: left;
	width: 204px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image2 {
	float: left;
	width: 120px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image3 {
	float: left;
	width: 204px;
	position: relative;
}
#fullSite #centerFrame #bodyContent {
	padding: 20px;
	clear: both;
	width: 760px;
	position: relative;
}
#fullSite #centerFrame #bodyContent #bc_content {

}
#fullSite #centerFrame #bodyContent #bc_images #bci_one {
	position:relative;
	float: left;
	width: 248px;
	height: 200px;
	margin-right: 8px;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bc_images #bci_two {
	position:relative;
	width: 248px;
	height: 200px;
	float: left;
	margin-right: 8px;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bc_images #bci_three {
	position:relative;
	width: 248px;
	height: 200px;
	float: left;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bc_images #bci_spacer {
	position:relative;
	width: 760px;
	clear: both;
}
#fullSite #centerFrame #bodyContent #bc_newsBar {
	postion: relative;
	background-color: #253355;
	width: 760px;
	height: 65px;
	float: none;
	clear: both;
}
#fullSite #centerFrame #newsBar {
	postion: relative;
	background-color: #253355;
	width: 800px;
	height: 65px;
	margin-bottom: 10px;
	float: none;
	clear: both;
}
#fullSite #centerFrame #bc_footer {
	width: 780px;
	padding: 0px 10px 15px 10px;
	position: relative;
	text-align: center;
}
#fullSite #centerFrame #navigationSpacer {
	width: 800px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #253355;
}


