/* layout for site */
body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:760px; /* Prevent content from becoming unreachable in Gecko */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: 1e3141;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/* position:absolute for all browsers - the whole page scrolls */
div.center-sticky {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div.center-sticky {
	position:fixed;
}
div.sticky-header {
	height:70px;
	width:760px;
	margin:0 auto;
}
div.toppadding {
	height: 15px;
	width: 760px;
	background: #1e3141;
	margin: 0px;
	padding: 0px;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div.centerwrap {
/* set left margin and bottom padding for IE5/Win */
	padding:272px 0 0 0;
	margin-left:17px;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:17px;
}
/* set left margin for modern browsers */
body>div.centerwrap {
	margin-left:0;
	margin-bottom: 0px;
}
div.centered {
	width:760px;
	margin:0 auto;
	padding: 0px 0px;
	background: #ffffff;
}
div.content {
	width:500px;
	background: #ffffff;
	padding: 30px 30px 84px 30px;
	float: left;
}
div.boxcol {
	padding:30px 0 0 30px;
	margin-left:544px;
}
div.box {
	background: #FFFFFF;
	color: #7a7a7a;
	width: 152px;
	vertical-align: top;
	padding-bottom: 60px;
}
div.clear {
	clear: both;
}
/* no positioning for IE5/Win - the whole page scrolls */
div.footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:45px;
}
body>div.footerwrap {
	position:fixed;
}
div.footer {
	width:760px;
	margin:0 auto;
	background: #ffffff
}
div.foot {
	position: relative;
	left: 0px;
	height: 22px;
	background-color: #94B2BD;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: bottom;
}

div.bottompadding {
	height: 17px;
	width: 100%;
	background: #1e3141;
}
div.header_banner {
	background: #ffffff;
	padding: 0px 30px;
	margin: 0px;
}
div.header_menu {
	background: #ffffff;
	padding: 0px 30px;
	height: 22px;
	margin: 0px;
}

div#header_image {
	background: url(../img/ceo08_headerA_logo.png) no-repeat;
	height: 110px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* boxes on right hand side */
div.bluebox {
	border-bottom: 1px solid #FFFFFF;
	background: #124679 url(../img/toparrow_blue.png) no-repeat top;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
div.toparrow_blue {
	height: 1px;
	}
div.bluebox_content { 
background: transparent url('../img/bluedot.png') repeat; 
color: #FFFFFF; 
}
div.lightbluebox {
	border-bottom: 1px solid #FFFFFF;
	background: #94B2BD url(../img/toparrow_lightblue.png) no-repeat top;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
div.toparrow_lightblue {
	height: 0px;
}
div.lightbluebox_content { 
background: transparent url('../img/lightbluedot.png') repeat; 
color: #FFFFFF; 
}
div.graybox {
	border-bottom: 1px solid #FFFFFF;
	background: #D2D2D2 url(../img/toparrow_gray.png) no-repeat top;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
div.toparrow_gray {
	height: 0px;
}
div.graybox_content { 
background: transparent url('../img/graydot.png') repeat; 
color: #FFFFFF); 
}


div.brownbox { border-bottom: 1px solid  #FFFFFF; padding: 12px 10px 10px; background:  #E3DABF url('toparrow_brown.png') no-repeat scroll center top; }
div.toparrow_brown { height: 0px; }
div.brownbox_content { background: transparent url('browndot.png') repeat; color: #FFFFFF; }

/* set the spacing on headers to 0 to tighten layouts up */
.box h1 {
	margin: 0px;
	padding: 0px;
}


/* in-text boxes */
div.it_box {
	border: 1px solid #95b2bd;
}
div.it_boxheader {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #b0835a;
	background-color: #dbd3b9;
	padding: 5px;
}
div.it_boxcontent {
	padding-left: 10px;
	padding-right: 10px;
}

.tx-felogin-pi1 a {
	color:#124679;
}
