/* VERSIONS
/* 1_0: Primary Site Structure
/* 1_1: Changed default colors and site width 
/* 1_2: Updated to Sticky Footers, added tertiary-content [Author: Landon Durnan]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =MAIN POSITIONING STYLES
----------------------------------------------------------------------------- */

html, body{ height: 100%; } 
html{  background:#fff  url(/images/common/html.gif) left top repeat-x;}
body { text-align: center;  }
body > #form1{ height: 100%; min-height: 100%; }
body #container { height: auto; min-height: 100%; } 
#container{ /*margin-bottom: -350px;*/ }
#inner-container,
#footer {
	height: 100%;
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}
#inner-container{}
#content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
/* 
-----------------------------------------------------------------------------
 =HEADER
----------------------------------------------------------------------------- */
#header {
	padding: 0;
	z-index: 100;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 223px;
	background: url(/images/common/header.gif) center top no-repeat;
	}
	#masthead { 
		position: relative;
		padding: 0;
		display: block;
		}
		#masthead .homelink {
			background: url(/images/common/seal.png) no-repeat;
			height: 204px;
			z-index:100;
			width: 239px;
			position: absolute;
			margin-left: -22px;
			}
		#masthead .homelink a {
			display: block;
			height: 200px;
			text-decoration: none;
			width: 239px;
			text-indent: -3000px;
			z-index:100;
			}
	#masthead address {
		}
	div.search{ left: 689px;
    position: absolute;
    top: 18px;width: 263px;}
	.search div input {
		float: left;
		padding: 0;
	}
	.search .input {
			background: url(/images/common/searchbar.png) left top no-repeat;
		color: #FFFFFF;
		font-size: 1.2em;
		line-height: 30px; 
		height: 30px;
		padding: 0 10px;
		width: 200px;
		 border: none !important;
		 outline: none !important;
	}


/* 
-----------------------------------------------------------------------------
 =CONTENT
----------------------------------------------------------------------------- */

#primary-content,
#secondary-content,
#tertiary-content{ 
	float: left; 
	position: relative;
	height: 100%;
	padding-bottom: 20px;
	display: inline; /* blast you IE6 */
	z-index: 30; /* if you change this check the content editor in IE7 */
	}
#primary-content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 30px;
	}
#secondary-content {
	font-size: 1.1em;
	line-height: 1.6em;
	clear: right;
	width: 240px;
	margin-left: 30px;
	}
#CenterRightZone{
	width: 240px;
	margin-left: 30px;
	font-size: 1.1em;
	line-height: 1.6em;
	}
#tertiary-content{
	font-size: 1.1em;
	line-height: 1.6em;
	width: 200px;
	}


/* 
-----------------------------------------------------------------------------
 =FOOTER
----------------------------------------------------------------------------- */
#footer-container {
	background: url(/images/common/fc.gif) left top repeat-x;
	height: 350px;
	position: relative;	
	z-index: 10;
	clear: both;
	}
.push {
	/*height: 350px;*/
	clear: both;
}
	#footer-container #footer {
		width: 960px;
			background: url(/images/common/footerb.png) left 99px no-repeat;
		}
		/*#footer address {
			margin: 0;
			position: absolute;
			top: 14px;
			left: 0px;
			background: url(/images/common/address.gif) left 3px no-repeat;
			padding-left: 70px;
			height: 100px;
			font-size: 1.1em;
			color: #666666;
			}*/
		#footer address {
			margin: 0;
			position: absolute;
			top: 0;
			left: 0;
			background: url(/images/common/bcp-footer-logo-sm2.png) 0px 11px no-repeat;
			padding-top: 92px;
			height: 50px;
			width: 230px;
			padding-left: 0;
			color: #003f73;
			font-size: 1.25em;
		}
		#footer address span {
			display: none;
		}
		#footer address span{ font-family: "Times New Roman", Times, serif; font-weight: normal;
			font-size: 13px;}
		
		/*.ft-buttons{padding: 15px 0 0 0; position: absolute; right: 0;}*/
		.ft-buttons{padding: 2px 0 0 0; position: absolute; right: 0;}
		.ft-buttons a{ float: left;  margin-left: 10px;}
	#footer a.finalsite-powered {

	opacity: 0.6;
	display: block;
	width: 132px;
	height: 21px;
	background-image: url(/_infrastructure/images/common/poweredbyfinalsite.png) ;
	float:left;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	position: relative;
	top: 300px;
}

#footer a.finalsite-powered:hover { 
			opacity: 1.0;
			}
			
.copyright {
    position: relative;
    top: 160px; /* 115 */
	color: #666666;
    font-size: 1.1em;
}			
/* 
-----------------------------------------------------------------------------
 =STRUCTURE
----------------------------------------------------------------------------- */

/* One Column
----------------------------------------------------------------------------- */
body.layout-n0-p1-s0 #primary-content {
	width: 950px;
	margin-left: 0px;
	padding-top: 30px;
	}
body.layout-n0-p1-s0 #tertiary-content,
body.layout-n0-p1-s0 #secondary-content {
	display: none;
	}
	
body.layout-n0-p1-s0 #breadcrumbs{
	margin-left: 30px;
	margin-top: 23px;
	}

/* Two Column A
----------------------------------------------------------------------------- */
body.layout-n1-p1-s0 #primary-content {
	width: 715px;
	}
body.layout-n1-p1-s0 #secondary-content {
	display: none;
	}
body.layout-n1-p1-s0 #tertiary-content {
	}


/* Two Column B
----------------------------------------------------------------------------- */
body.layout-n0-p1-s1 #primary-content {
	width: 650px;
	margin-left: 30px;
	}
body.layout-n0-p1-s1 #tertiary-content {
	display: none;
	}
body.layout-n0-p1-s1 #secondary-content {
	}
body.layout-n0-p1-s1 #breadcrumbs { margin-left: 32px;	
	margin-top: 21px;}
	

/* Two Column C (custom)
----------------------------------------------------------------------------- */
body.layout-n1-p1-s0-c #primary-content {
	width: 720px;
	}
body.layout-n1-p1-s0-c #secondary-content {
	display: none;
	}
body.layout-n1-p1-s0-c #tertiary-content {
	}
body.layout-n1-p1-s0-c .float-container{
	font-size: 1.1em;
	line-height: 1.6em;
	clear: right;
	width: 240px;
	margin-left: 30px;
	 }
body.layout-n1-p1-s0-c #PrimaryZone{
	width: 450px;
	float: left;
	 }

	
/* Three Column
----------------------------------------------------------------------------- */
body.layout-n1-p1-s1 #primary-content {
	width: 450px;
	}
body.layout-n1-p1-s1 #secondary-content {
	}
body.layout-n1-p1-s1 #tertiary-content {
	}
	
	
/* Three Column Top (custom)
----------------------------------------------------------------------------- */
body.layout-n1-p1-s1-top #primary-content {
	width: 450px;
	}
body.layout-n1-p1-s1-top #secondary-content {
	}
body.layout-n1-p1-s1-top #tertiary-content {
	}
body.layout-n1-p1-s1-top #TopZone {
	margin: 0 auto 12px;
	width: 938px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #555;
	}
	
/* No Header No Footer (custom)
----------------------------------------------------------------------------- */
body.layout-n0-p1-s0-noheaderfooter #primary-content {
	width: 960px;
	}		

	
/* Split PC View
----------------------------------------------------------------------------- */
div.columns {
	}
div.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
div.columns div.col1 {
	margin-right: 3%; 
	}
div.columns div.col1, 
div.columns div.col2 {
	float: left;
	width: 47%;
	}

/* Float Container (unique special treatment)
----------------------------------------------------------------------------- */
.float-container{ 
	width: 220px;
	}
	
/* No Script Message
----------------------------------------------------------------------------- */
#noscriptmessage {
	left: 0;
	padding: 2px 0;
	background: #f9f9f9;
	z-index: 200;
	width: 100%;
	color: #000;
	font-size: 1.1em;
	text-align: center;
	opacity: 0.8;
	-moz-opacity: 80%;
	filter: alpha(opacity=80);
	}

	#noscriptmessage a { color: #666; text-decoration: underline; }

