@charset "utf-8";
/* CSS Document */

/* CSS Document */

* { margin: 0; padding: 0; }


body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: url(hbcimages/mainbg.jpg) repeat-x top;
	height: 100%;
}

html, body { height: 100%; font-size: 12px; }


#pageouter {
	background: transparent url(hbcimages/headerwrapper.jpg) repeat-y center top;
	}

#headertop {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	background: url(hbcimages/headertop.jpg) no-repeat top;
	text-align: center;
	}

#contentwrap {
	margin: 0 auto;
	width: 1000px;
	background: url(hbcimages/contentbg2.jpg) repeat-y;
	}

#contentinner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
	
/*** Side Bar Styles ***/

#sidebar {
	margin-top: 20px;
	width:200px;
	float:left;
	overflow:hidden;
	display: inline;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	letter-spacing: 20;
	text-align:left;
	clear: left;
	padding-left: 10px;
}

/*** Navigation Lists ***/

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 180px;
}

#navlist li
{
list-style: none;
padding: 8px;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

#square li { 
margin-left: 17px;
list-style-type: square; 
font-family: "trebuchet ms", Verdana, Arial;
font-size: 12px;
}



/*** Center Content Styles ***/

#centercontent {
	margin-top: 20px;
	width:500px;
	height: 100%;
	float:left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 20;
	text-align:left;
	padding-left: 10px;
}

/*** Center Content Styles ***/

#rightcontent {
	margin-top: 20px;
	width:210px;
	height: 100%;
	float:left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 20;
	text-align:left;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px dashed #000;
}

/*** Text Styles ***/

h1 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #005490;
	padding: 2px;
	padding-bottom: 10px;
}



h2 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005490;
	padding: 2px;
	padding-bottom: 2px;
}



h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 2px;
}



h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 2px;
	padding-bottom: 10px;
}



h5 {
	border-bottom: 1px solid #000;
}



h6 {
margin: 0 auto;
padding-top: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #005490;
}



a:link, a:visited {
	color:#005490;
	border: 0;
}


a:hover, a:active {
	color:#FFF;
	background-color: #324465;
	text-decoration: underline;
	font-weight: bold;
	border: 0;
}

img {
border: 0;
}



p {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding-bottom: 15px;
}


p .image {
margin: 0 auto; 
text-align: center;
border: 0px;
}



p .spacer {
margin: 0 auto;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

/*** Footer Styles ***/

#footer {



	clear: both;

	margin: 0 auto;

	position: relative;

	background: #bcbcbc url(hbcimages/footerbg.jpg) repeat-x;

	left: -1px;

	width: 100%;

	height: 43px;

	text-align: center;

	overflow: hidden;

	margin:-10px auto 0 auto;

	bottom: 0px;

	

}



#footerbase {

	width:900px;
	text-align:left;
	margin:0 auto;
	padding:15px 0 0 0;
	position:relative;
}


#footerNav {

	color:#fff;
	font-size:0.9167em;
	font-weight:bold;
	line-height:1.6363em;

}



#footerNav li {

	display:inline;
	border-right:1px solid #fff;
	padding:0 12px 0 14px;
	text-transform:uppercase;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
}



#footerNav a:link, #footerNav a:visited {
	color:#fff;
	text-decoration: underline;
}



#footerNav a:hover, #footerNav a:active {

	color:#e4dfb8;
	text-decoration:underline;
	background-color:transparent;
}

.copyright {
	color:#fff;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	text-align:right;
	margin-top:-18px;
	border: none;
}

