/* 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: 350px;
	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 #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;
}
#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;
}

/* 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; 
}
#fullSite #centerFrame #cf_images #cfi_leftContent {
	padding: 10px;
	float: left;
	width: 296px;
	height: 130px;
	position: relative;
	background-color: #DAEDC8;
}
#fullSite #centerFrame #cf_images #cfi_image1 {
	float: left;
	width: 121px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image2 {
	float: left;
	width: 121px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image3 {
	float: left;
	width: 121px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image4 {
	float: left;
	width: 121px;
	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 #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;
}
