@charset "utf-8";
/* CSS Document */



/*-----------------------
specific banner styling
-----------------------*/

#banner {
display: inline;
height: 200px;
float: left;
width:600px;
}

#ContactForm {
	width:255px;
	height:200px;
	border-bottom:thin #CCCCCC;
}



#homenav {width:875px; height:25px; text-align:center; padding:10px; margin-top:5px; margin-left:15px; background-color:#99CCFF;}
#homenav a {font-family:Arial, Helvetica, sans-serif; font-size:1.2em; font-weight:bold;}
#homenav a:link, a:active, a:visited {color:#009900;}
#homenav a:hover {color:#000099;}


.fill {
	margin-top: 200px;
	margin-left: 15px;
	margin-right:15px;
	border: 2px #333 solid;
}

.imgTitle {
	font-size: 10px;
	margin-left: 160px;
}


/*----------------
column styles
-----------------*/

/*--------
#intro cols
---------*/


/*home page news bg*/


.news {
	position: relative;
	width: 447px;
	margin-left: 3px;
	margin-top: 40px;
	font-size: 11px;
	color: #444;
	background-color:#CCCCCC;
}

.news h3 {
	width: 447px;
	height: 41px;
	background: url(../images/blogRelated/blogSnipBgTop.png) no-repeat top left;
}
.news h3 span {
	display: none;
}

/*blog snip text formatting - not used
.blogSnippet p.blogSnipLast em {
	color: #666;
	font-style: normal;
}
*/


.blogSnipLast a {
	font-weight: bold;
}

