/* CSS Document */
body {
	background-image: url(../images/bp_main_bkg.gif);
	background-repeat: repeat-x;
	background-color: #E0DED9;
	margin: 0px;
	padding: 0px;
}

#navigation {
	top: 135px;
	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;
	clear: both;
	min-height: 50px;
	background-image: url(../images/bp_footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* CENTER FRAME DIVS */
#fullSite #centerFrame #cf_images {
	width: 800px;
	position: relative;
	clear: both; 
}
#fullSite #centerFrame #cf_images #cfi_leftContent {
	float: left;
	width: 480px;
	height: 100px;
	position: relative;
	background-color: #DAEDC8;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fullSite #centerFrame #cf_images #cfi_image1 {
	float: left;
	position: relative;
}
#fullSite #centerFrame #cf_headline {
	background-color: #253355;
}
#fullSite #centerFrame #bodyContent {
	padding: 20px;
	clear: both;
	width: 760px;
	position: relative;
}
#fullSite #centerFrame #bodyContent #bc_content {
	min-height: 580px;
}
#fullSite #centerFrame #bodyContent #bc_content .sBox {
	position: relative;
	width:720px;
	background-color: #F3F4F5;
	padding:10px;
	margin-bottom: 2px;
	clear: both;
}
#fullSite #centerFrame #bodyContent #bc_content .sBox .sImage {
	position: relative;
	width:100px;
	background-color: #FFFFFF;
	float:left;
}
#fullSite #centerFrame #bodyContent #bc_content .sBox .sBio {
	position: relative;
	width:600px;
	background-color: #FFFFFF;
	padding: 10px;
	float:left;
}
#fullSite #centerFrame #bodyContent #bc_content .sBox .sBio1 {
	position: relative;
	width:700px;
	background-color: #FFFFFF;
	padding: 10px;
}
#fullSite #centerFrame #bodyContent #bc_content .sBox .sSpacer {
	position: relative;
	width: 720px;
	clear: both;
}
#fullSite #centerFrame #bodyContent #sSpacer {
	position: relative;
	width: 760px;
	clear: both;
}
#fullSite #centerFrame #bodyContent #bci_one {
	position:relative;
	max-width: 248px;
	float: right;
	clear: right;
	margin-bottom: 5px;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bci_two {
	position:relative;
	max-width: 248px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bci_three {
	position:relative;
	max-width: 248px;
	float: right;
	clear: right;
	margin-top: 5px;
	padding-top: 5px;
	overflow:hidden;
}
#fullSite #centerFrame #bc_footer {
	width: 800px;
	position: relative;
  	padding: 0px 10px 5px 10px;
	text-align: center;
}
#fullSite #centerFrame #sSpacer {
	position: relative;
	width: 800px;
	clear: both;
}
#fullSite #centerFrame #navigationSpacer {
	width: 800px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #253355;
}
