/* CSS Document */
body {
	background-image: url(http://67.199.18.64/devicetesting/images/bp_main_bkg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	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(http://67.199.18.64/devicetesting/images/bp_left_bkg.gif);
	background-repeat: repeat-y;
}

#fullSite #centerFrame {
	position: relative;
	width: 800px;
	float: left;
	background-color: #FFFFFF;
}
#fullSite #fullFooter {
	position: relative;
	width: 900px;
	min-height: 50px;
	clear: both;
	background-image: url(http://67.199.18.64/devicetesting/images/bp_footer_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#fullSite #rightFrame {
	position: relative;
	width: 50px;
	float: left;
	background-image: url(http://67.199.18.64/devicetesting/images/bp_right_bkg.gif);
	background-repeat: repeat-y;
}

/* CENTER FRAME DIVS */
#fullSite #centerFrame #cf_header {
	width: 800px;
	height: 350px;
	overflow: hidden;
	position: relative;
	clear: both; 
}
#fullSite #centerFrame #cf_headline {
	background-color: #253355;
}
#fullSite #centerFrame #cf_images {
	width: 800px;
	position: relative;
	clear: both; 
	background-color:#FFFFFF;
}
#fullSite #centerFrame #cf_images #cfi_leftContent {
	float: left;
	width: 320px;
	height: 120px;
	position: relative;
	background-color:#FFFFFF;
}
#fullSite #centerFrame #cf_images #cfi_image1 {
	width: 480px;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color:#FFFFFF;
}
#fullSite #centerFrame #bodyContent {
	padding: 20px;
	clear: both;
	width: 760px;
	position: relative; 
}
#fullSite #centerFrame #bodyContent #bc_content {
	min-height: 485px;
}
#fullSite #centerFrame #bc_content #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 15px 10px;
	text-align: center;
}
#fullSite #centerFrame #bc_footer #bcf_image1 {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
#fullSite #centerFrame #bc_footer #bcf_image2 {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
#fullSite #centerFrame #bc_footer #bcf_image3 {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
#fullSite #centerFrame #bc_footer #bcf_redLine {
	float: left;
	width: 460px;
	position: relative;
}
#fullSite #centerFrame #sSpacer {
	position: relative;
	width: 800px;
	clear: both;
}
#fullSite #centerFrame #navigationSpacer {
	width: 800px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #253355;
}
