@charset "UTF-8";
/* CSS Document */


#pageContent {
	width: 638px;
	background-image: url(/media/home/homeBg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 16px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

#homeCopy p {
	
	padding-bottom: .8em;

}



#pageContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
 #pageContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	font-size: 1.5em;
	color: #663399;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}
#pageContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
}

.pageTop{
	float: right;
	background-image: url(/media/home/subNavBgHome.png);
	height: 27px;
	background-position: right top;
	background-repeat: no-repeat;
	width: 711px;
}

/***********************************************/
/* Home Styles                               */
/***********************************************/ 

#homeFlash {
	position: absolute;
	top: 1px;
	z-index: 700;
}
#homeContent {
	color: #333333;
	padding-top: 20px;
	position: relative;
	width: 680px;
}

#homeContent h1{
	font-size: 1.5em;
	color: #00699d;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0em;
	}
#homeContent h2{
	font-size: 1.2em;
	color: #91bc34;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: .8em;
	padding-left: 0em;
	}
#homeCopy {
	width: 315px;
	margin-left: 20px;
	float: left;
}
#homeCopy p {
	line-height: 1.6em;
}
#homeSide {
	width: 292px;
	background-repeat: no-repeat;
	background-position: left top;
	right: 25px;
	top: 310px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #186AA0;
	margin-left: 25px;
	margin-top: -25px;
}
#homeSide h3 {
	margin-bottom: 5px;
	font-size: 1em;
}
#homeSide h1 {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.newsThmbs {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#homeAwards {
	padding-bottom: 10px;
	background-image: url(/media/home/awardBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00699d;
	margin-left: 1px;
	padding-right: 10px;
}
#homeAwards li {
	background-image: url(/media/home/blueArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	width: 140px;
}
#homeAwards a:link, #homeAwards a:visited {
	color: #006699;
	text-decoration: none;
}
#homeAwards a:hover {
	text-decoration: underline;
}
#categoryBoxWrapper {
	clear: both;
	width: 500px;
}




#categoriesWrapper {
	text-align:left;
	position:relative;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 638px;
	overflow: hidden;
	margin-left: 20px;
}

#categoriesWrapper h2 a:link, #categoriesWrapper h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006A9E;
	text-decoration: none;
}

#categoriesWrapper h2 a:hover {
	text-decoration: underline;
}


#categoriesWrapper h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006A9E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

	#categoriesWrapper .moreImg {
		
		width:18px;
		height:120px;
		
	}





.categoryItem {
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:10px;
	padding-right: 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	}
	
.categoryItem .categoryImg {
	float:left;
	width:100px;
	height:100px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:-10px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
	
	
.categoryItem a:link, .categoryItem a:visited {
	
	text-decoration:none;
}

.categoryItem a:hover {
	color:#512FA7;
	text-decoration:underline;
}
.pageSize {
	float: left;
	height: 720px;
	width: 1px;
	display: none;
}
.brclear { /* Standard div clear class */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
