body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background: url(images/background.jpg) repeat-x;
	margin: 0 auto;
}
h1{
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: 300;
}
h2{
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: 300;
}
h3{
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: 300;
}
.header{
	margin: 0 auto;
	width: 780px;
	height: 90px;
}
.logo{
	width: 186px;
	float: left;
}
.phone{
	width: 185px;
	float: right;
}
.navigation{
	margin: 0 auto;
	width: 790px;
	height: 31px;
	padding: 0 0 0 10px;
	background: url(themes/images/images/navbar.jpg) no-repeat;
}
.navigation ul{
	list-type: none;
	display: inline;
}
.navigation li{
	padding: 7px 10px 8px 10px;
	float: left;
	list-style: none;
	font-size: 14px;
}
.navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.navigation .current{
	background-image: url(images/highlight.jpg);
}
.navigation .current a{
	color: #003366;
}
.navigation a:hover {
	text-decoration: underline;
}
.banner{
	margin: 4px auto;
	width: 790px;
	height: 139px;
	background: url(/themes/images/images/banner.jpg) no-repeat;
	padding: 0 10px 0 0;

}
.blurb{
	width: 530px;
	height: 119px;
	float: right;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
}
.blurb span{
	font-size: 28px;
}
.blurb em{
	color: #FFCC00;
	font-style: normal;
	font-weight: 200;
	font-size: 12px;
}
.content{
	margin: 10px auto;
	width: 780px;
	background: url(/themes/images/images/centerback.jpg) no-repeat;
	padding: 0 0 20px 20px;
}
.text{
	margin: 40px 0 0 0;
	width: 750px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.text ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.text li{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
.contact{
	margin: 40px 0 0 0;
	width: 240px;
	float: right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 0 20px;	
	color: #003366;
}
.divider{
	background-color: #999999;
	height: 1px;
	width: 500px;	
}
.smallbox{
	margin: 0 20px 0 0;
	width: 153px;
	float: left;	
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.smallbox a{
	color: #003366;
	font-weight: bold;
}
.footer{
	height: 102px;
	background:url(images/footerbackground.jpg) repeat-x;
}
.footer ul{
	margin: 10px;
	text-align:center;
	padding: 0 0 0 0;
}
.footer li{
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none
}
.footer a{
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}