body {
	background-image: url(../images/c_h_bodyBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	}

#floatMain {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left:-380px;
	width: 760px;
	}

#menu {
	position: absolute;
	top: 91px;
	left: 50%;
	margin-left:-381px;
	width: 765px;
	border-left: 1px solid #FFFFFF;
	}		

#listMenuRoot {	
	margin-top:0px; /* margin set for top border shadow */	
	padding-left:0px; /* margin set for left right border shadow */	
	}


#logo {
	padding-left: 20px;
	}


#flash {
	z-index:-1;
	margin-top: 51px;
	width:760px;
	height:243px;
	}

#midcol {
	float:left;
	width:257px;
	margin-left: 305px;
	padding-bottom:20px;
	margin-top: 20px;
	}
	
#rightcol {
	float:left;
	width:197px;
	padding-bottom:20px;
	margin-top: 30px;
	}


/* ------------------------------------ */
/* Content midcol */	
.pageTitle {
	display:none;
	} 
#introTxt {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	}

 

/* ------------------------------------ */
/* content rightcol */
/* Quick Links */

#qckTitle {
	margin:0;
	padding:0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	}

.qckLinks {
	width:197px;
	}	
.qckLinks ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;	
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	}

.qckLinks li {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	}
.qckLinks a {
	display: block;
	margin:0px;
	padding:0px;
	}

.qckLinks a:link {
	color: #146BB7;
	background-color: #E4F1FC;
	text-decoration:none;
	padding: 6px 15px 6px 15px;
	background-image:url(../images/c_h_qkLinks_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left; /* Horiz - Vert */
	}
.qckLinks a:active {
	color: #146BB7;
	background-color: #E4F1FC;
	text-decoration:none;
	padding: 6px 15px 6px 15px;
	background-image:url(../images/c_h_qkLinks_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left; /* Horiz - Vert */
	}
.qckLinks a:visited {
	color: #146BB7;
	background-color: #E4F1FC;
	text-decoration:none;
	padding: 6px 15px 6px 15px;
	background-image:url(../images/c_h_qkLinks_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left; /* Horiz - Vert */
	}
.qckLinks a:hover {
	color: #013C85;
	background-color: #CBE7FB;
	text-decoration:none;
	padding: 6px 15px 6px 15px;
	background-image:url(../images/c_h_qkLinks_on.gif);
	background-repeat: no-repeat;
	background-position: bottom left; /* Horiz - Vert */
	}
	
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6
*/

* html .qckLinks li {
 height: 1%;
	}
* html .qckLinks a {
 height: 1%;
	}	

/* Postition below absolute  */

#printSearch {
	position: absolute;	
	top:5px;
	left:616px;
	}

#sitePrint {
	background-color:#FFFFFF;
	color:#999999;	
	}	
	
/* SEARCH  */
#searchTxt {
	position: absolute;	
	top:41px;
	left:530px;
	}
#searchPos {
	position: absolute;	
	top:37px;
	left:583px;
	}
#searchPos label { display:none; }
#searchPos form {
	margin:0;
	padding:0;
	}
.searchInput {
	border:1px solid #55A2E2;
	position:relative;
	top:-5px;
	width:140px;
	background-color: #FFFFFF;
	color:#3682C7;	
	font-size:11px;	
	margin-right: 1px;
	padding:2px 0px 2px 5px;;
	}

#leftArea {
	position: absolute;
	top:245px;
	left:26px;
	width:250px;
	z-index:1;
	background-color: #002D77;
	background-image: url(../images/c_h_membersResize.gif);
	background-repeat: repeat-x;
	}	
	
/* login box styles located in memberLogin.css */

#prodBtn {
	clear:both;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-left:20px;
	}

/* ------------------------------------ */
/* FOOTER */

#footer {
	clear: both;
	background-color:#FFFFFF;
	color:#666666;
	height:90px;
	background-image: url(../images/c_footerLine.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#footerTitle {
	color:#0369BD;
	font-size:12px;
	padding-top: 20px;
	padding-left:50px;
	text-transform: uppercase;
	}

.footerTxt01 {
	color:#666666;
	font-size:9px;	
	}
.footerTxt02 {
	font-size:9px;
	color:#999999;
	}
		
#footer01 {
	padding-top: 2px;
	padding-left:50px;
	}
#footer02 {
	padding-top: 4px;
	padding-left:50px;
	}
#footer03 {
	padding-top: 3px;
	padding-left:50px;
	}	

/* footer pipe */
.fPipe { padding-left: 4px; padding-right:4px; }	

#dblink { 
	float:right;
	padding-top:7px;
	padding-right:20px;
	padding-left:20px;
 	}
