@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:178px;
	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 
==========================================
*/
#bannerWrap {
	height:195px;
	margin: auto;
	width:980px;
}
#h_contentleft {
	display:block;
	float:left;
	padding:10px;
	width:240px;
}
#h_contentmiddle {
	display:block;
	float:left;
	padding-top:10px;
	width:460px;
}
#h_contentright {
	display:block;
	float:right;
	padding:10px;
	width:240px;
}
#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;
}
/*
==========================================
Quick Links
==========================================
*/
.quicklink a {
	background-image:url(../images/navBullet.png);
	background-repeat: no-repeat;
	text-height:5px;
	padding-left:12px;
	background-position: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.quicklink td{
	background-color: #6CBB1E;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 4px #CCC;
	color: #FFFFFF;
	height: 15px;
	width: 140px;
}
.subject{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	padding:3px;
	margin-left:10px;
	font-style: italic;
}
