@charset "utf-8";
html {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	background-color: #E6E6E6;
	background-attachment: fixed;
	color: #252525;
}
a {
	color: #E28424;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #930;
}
strong{
	color: #4EB9FF;
}
h2 {
	font-size: 15px;
	color: #4EB9FD;
}
h3 {
	font-size: 14px;
	color: #498A98;
}

h4 {
	font-weight: normal;
	margin-bottom: -5px;
	padding-top: 0px;
}
h5 {
	font-size: 14px;
	margin-bottom: -10px;
}
h5 a {
	text-decoration: none;
	color: #C63;
	font-style: italic;
}
h6 {
}
h6 a {
	font-size: 18px;
	background-color: #FFF;
	width: 200px;
	padding: 10px;
	text-decoration: none;
}
a img {
	border:0;
}
#outer-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;

}
#wrapper {
	margin-left: 25px;
	margin-right: 25px;
	width: 760px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;

}
#header {
	clear: both;
	width: 760px;
	height: 190px;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	padding: 0px;
	width: 320px;
	height: 105px;
	margin: 0px;
}
#menu {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #AFAEAC;
}
#nav, #nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	display: block;
	width: 100px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color: #FFF;
	background-color: #4EB9FF;
}
#nav li {
	float: left;
	width: 100px;
}
#nav li:hover {
	background-position: 0 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 108px;
	background-image: url(images/test.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
	margin: 0px;
}
#nav li ul li a {
	background-image: none;
	line-height: 15px;
	text-align: left;
	padding-left: 15px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	width: 85px;
}
#nav li ul li a:hover {
	background-image: none;
	color: #000;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#contentbox {
	clear: both;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#columnright {
	float: right;
	width: 500px;
}
#columnleft {
	width: 190px;
	float: left;
	background-color: #F2F2F2;
}
#righttop {
	float: right;
	width: 700px;
}
#footer {
	font-size: 10px;
	color: #666;
	clear: both;
	text-align: center;
	height: 30px;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 15px;
}
.img1 {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.img2 {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.img3 {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.formshadow {
	background-image: url(images/formBackdrop.gif);
}
.smalltext {
	font-size: 10px;
}
.spacer {
	clear: both;
	width: 900px;
	height: 15px;
	background-image: url(images/spacerbg.jpg);
}
.gallery {
	padding-left: 70px;
	padding-top: 12px;
}
.away {
	font-weight: bold;
	color: #369;
	font-style: italic;
}S
.pointer {
	cursor: pointer;
}

div#creditfooter {
	display: none;
}
p#blogfeeds {S
	display: none;
}
.summariesfullwidth {
	margin-bottom: 15px;
}
.summariesleft {
	float: left;
	width: 275px;
}
.summariesright {
	float: right;
	width: 275px;
}
.rssicon {
	padding-top: 5px;
}
.spacer {
	clear: both;
	height: 2px;
	width: 580px;
}
.contactInfo {

}
.minileft{
	float: left;
	width: 240px;
}
.miniright{
	float: right;
	width: 240px;
}
