@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: #A3BEDC;
	background-attachment: fixed;
	color: #252525;
}
a {
	color: #930;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong{
	color: #396F6D;
}
h2 {
	font-size: 17px;
	color: #10AAC5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 14px;
	color: #596C6B;
}
h3 a{
	font-size: 17px;
	color: #2F97B9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	}
h3 a:hover{
	color: #666;
	text-decoration: underline;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 a{
	color: #333;
}
h4 a:hover{
}
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: 880px;
	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: 830px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;

}
#header {
	clear: both;
	width: 830px;
	height: 267px;
	background-color: #E1C5A8;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	padding: 0px;
	width: 320px;
	height: 105px;
	margin: 0px;
}

#menu {
	width: 500px;
	float: right;
	padding: 0px;
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 10px;
}
#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: #4E4430;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color: #333;
	background-color: #FEF5E9;
}
#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: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contentbox2{
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	}
#columnside {
	float: left;
	width: 150px;
	background-color: #F4F4F4;
}
.boxer{
background-image: url(images/widgetbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .25em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: .25em;
	padding-left: 0;	
}
#columnside h2{
	color: #333;
	font-size: 13px;
	background-color: #E1C5A8;
	text-align: center;
	line-height: 35px;
	background-image: url(images/h2bg.jpg);
}
#columnside a{
	color: #10aac5;
	text-decoration: none;
}
#columnside a:hover{
	color: #930;
	text-decoration: underline;
}


#columncontent {
	width: 620px;
	float: right;
	background-color: #FFF;
	margin-top: 15px;
}
#righttop {
	float: right;
	width: 700px;
}
#footer {
	font-size: 10px;
	color: #666;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 15px;
	clear: both;
	padding-left: 30px;
}
.footerRight {
	float: right;
	width: 50px;
	text-align: right;
}
.footerleft {
	float: left;
	width: 400px;
	text-align: center;
	margin-left: 215px;
}

.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: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 5px;
}
.formshadow {
	background-image: url(images/formBackdrop.gif);
}
.smalltext {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.spacer {
	clear: both;
	width: 790px;
	height: 1px;
}
.gallery {
	padding-left: 70px;
	padding-top: 12px;
}
.away {
	font-weight: bold;
	color: #369;
	font-style: italic;
}
.pointer {
	cursor: pointer;
}

div#creditfooter {
	display: none;
}
p#blogfeeds {
	display: none;
}
.summariesfullwidth {
	margin-bottom: 15px;
}
.summariesleft {
	float: left;
	width: 280px;
}
.summariesleft ul{
	padding-left: 20px;
}
.summariesright {
	float: right;
	width: 280px;
}
.summariesright ul{
	padding-left: 20px;
}
.rssicon {
	padding-top: 5px;
}
.highlighter {
	background-color: #FFFFA4;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	position: fixed;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.formbox{
	width: 172px;
	background-image: url(images/formbg.jpg);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
	float: right;
	height: 323px;
}
.icons{
	float: left;
}
.JustifiedLeft {
	float: left;
}
#contentbox2 {
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#columnright {
	float: right;
	width: 222px;
}

#columnleft2 {
	width: 575px;
	float: left;
}
.formbox2{
	width: 100%;
	
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
	float: right;
	height: 323px;
}.brandedlink {
	font-weight: bold;
	color: #10AAC5;
}
.boxy li{
	list-style-type: none;
}
.bottom{
	clear: both;
	width: 100%;
}
.frameup{
	margin-left: 0px;
}
.redbold {
	font-weight: bold;
	color: #C60000;
}
.rightbullets{
}
.rightbullets ul{

	
}
.rightbullets li{
	margin-left: -15px;
}
.rightbullets li a{
	color: #10AAC5;
	font-weight: bold;
}
.rightbullets li a:hover{
	text-decoration: none;
	color: #999;
}
div.feedburnerFeedBlock ul li a { 
font-weight:bold; 
}
.right{
	text-align: right;
	float: right;
	color: #666;
	font-size: 12px;
	line-height: 40px;
}
.left{
	float: left;
	width: 420px;
}
.searchlight{
	
}
.searchlight a{margin-top: 15px;
	margin-left: 35px;
	background-color: #41B3CB;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
.searchlight a:hover{
	background-color:#CDA967; 
}

