@charset "utf-8";
/* CSS Document */

/*-------------------------------------------    
   This CSS relates to the home page only (jan 28, 2010)
-------------------------------------------*/
p {
	margin-top:5px;
	padding:0px;
}
body#welcome #header {
	height:170px;
	overflow:hidden;
}
body#welcome #secondary {
	background:none;
	margin-top:0;
	margin-left:0px;
	margin-left:-84px;
	padding-bottom:0;
}
/*
==========================================
BANNER h_ stands for home just in case 
you where wondering 
==========================================
*/
#bannerText {
	margin-top:20px;
	margin-right:100px;
	float: right;
	width: 340px;
}
.fancytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #5BA0E6;
}
#bannerWrap {
	background-image: url(../images/welcome-banner.jpg);
	height:195px;
	margin: auto;
	width:980px;
}
#h_contentleft {
	display:block;
	float:left;
	padding:10px;
	width:408px;
}
#h_contentmiddle {
	display:block;
	float:left;
	width:315px;
	padding: 5px;
}
#h_contentright {
	display:block;
	float:right;
	width:215px;
	padding-top: 15px;
	padding-right: 10px;
}
#h_contentWrap {
	position:relative;
	width:980px;
	background-color: #FFFFFF;
	margin:0 auto;
}
.h_box {
	width: 242px;
	background: #1E6CBB url(../images/box-bottom.gif) no-repeat left bottom;
	color:#FFFFFF;
}
.h_box h2 {
	background: url(../images/box-top.gif) no-repeat left top;
	padding: 10px 20px 10px 20px;
	color:#FFFFFF;
}
.h_box p {
	color:#FFFFFF;
	padding: 18px;
	font-size:0.9em;
}
.h_box a {
	color:#FFFFFF;
}
.quickNavBG_blue {
	background-image: url(../images/home-right-blue.jpg);
}
.quickNavBG_pink {
	background-image: url(../images/home-right-pink.jpg);
}
.quickNavBG_orange {
	background-image: url(../images/home-right-orange.jpg);
}
.quickNavBG_teal {
	background-image: url(../images/home-right-teal.jpg);
}
.quickNavBG_drkblue {
	background-image: url(../images/home-right-drkblue.jpg);
}
.quickNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-indent:5px;
}
a.quickNavText:link {
	color: #ffffff;
}
a.quickNavText:visited {
	color: #ffffff;
}
a.quickNavText:hover {
	color: #ffffff;
}
a.quickNavText:active {
	color: #ffffff;
}

