body.custom {
	background-attachment: scroll;
	background-image: url(images/site-back.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}
/* --- Universal --- */
.custom .full_width > .page {
	background-color: transparent;
}
.custom a:hover {
	color: #003466;
}
/* --- Header --- */
.custom #header {
	height: 172px;
	background-color: transparent;
	padding: 0px;
	background-image: url(images/head-back.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-top: 1px;
}
.custom #logo, #logo a {
	display: block;
	background-attachment: scroll;
	background-image: url(images/main-logo.gif);
	background-repeat: no-repeat;	
	height: 184px;
	width: 440px;
	text-indent: -9999px;
}
.custom #header #tagline {
	text-indent: -9999px;
}

/*get rid of dotted link box in FireFox*/
:-moz-any-link:focus {
  outline: none;
}

/* ----- Menu ----- */
.custom .menu {
	border: none;
	background-color: transparent;
	color: #fff;
	margin-top: -2px;
}
.custom .menu a {
	border: none;
	background-color: transparent;
	color: #94c073;
	font-size: 14px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.custom .menu a:hover {
	background-color: transparent;
	color: #fff;
}
.custom .menu .current a {
	background-color: transparent;
	color: #fff;
}
.custom .menu ul a {
	background-color: transparent;
	color: #94c073;
}
/* --- Login Tab --- */
.custom #login_tab {
	float: right;
	position: relative;
	top: 30px;
	left: -65px;
	margin-top: -26px;
	color: #fff;
}
.custom #login_tab a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
/* --- Headlines --- */
.custom h1, h2 {
	font-weight: normal;
}
.custom h1 a {
	color: #003466;
}
.custom .headline_area h1 {
	font-size: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003466;
	line-height: normal;
}
.custom h2 {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99cc66;
	}
/* --- Block Quote --- */
.custom blockquote {
	background-attachment: scroll;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	border: none;
}
.custom .format_text blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 45px;
	font-style: italic;
	line-height: 18px;
}
/* --- Sidebar --- */
.custom .sidebar h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18.78px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: #003466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003466;
}
.custom .sidebar {
	color: #003466;
}
.custom .sidebar p {
	padding-left: 10px;
	color: #003466;
}
.custom .sidebar ul {
	padding-left: 10px;
}
.custom .sidebar li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.52px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.custom .sidebar li a {
	color: #003466;
	text-decoration: none;
}
/*remove sidebar widget customizations
.custom #text-6 {
	line-height: 15px;
}
.custom #text-6 a {
	color: #94c073;
}
.custom #categories-2 li {
	margin-bottom: 0.200em;
	line-height: normal;
}
.custom #cse {
	padding-top: 15px;
	padding-bottom: 5px;
}
*/

/* --- Post Styles --- */
.custom #archive_info h1 {
	color: #003466;
}
.custom .headline_meta {
	font-size: 1em;
	line-height: 1.8em;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin-top: 15px;
}
/* --- Custom Footer --- */
.custom #footer_area {
	background-color: #003466;
	background-attachment: scroll;
	background-image: url(images/footer-back.gif);
	background-repeat: repeat-x;
	border: none;
}
.custom #footer_area a {
	border: none;
}
.custom #footer_nav {
	position: relative;
	top: -2px;
}
.custom #footer_nav .menu a {
	color: #003466;
	font-size: 14px;
	font-weight: bold;
}
.custom #footer_nav .menu a:hover {
	color: #fff;
}
.custom #footer_nav .menu .current a {
	background-color: transparent;
	color: #fff;
}
.custom #footer_nav .menu ul a {
	background-color: transparent;
	color: #94c073;
}
.custom #custom_footer {
	background-color: #003466;
	text-align: left;
	color: #fff;
}
.custom #custom_footer p {
	font-size: 11px;
	color: #fff;
}
.custom #custom_footer h3 {
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.custom #custom_footer li {
	list-style: none;	
	margin-bottom:7px;
	line-height:15px;
}
.custom #custom_footer li a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
}
.custom #custom_footer li a:hover {
	text-decoration: underline;
}
li.widget ul li {
	margin-bottom: 0.1em;
}
/* --- Footer Widget Boxes --- */
.custom #box1 {
	float: left;
	width: 15%;
	padding: 2px;
}
.custom #box2 {
	float: left;
	width: 15%;
	padding: 2px;
	margin-left: 5px;
}
.custom #box3 {
	float: left;
	width: 22%;
	padding: 2px;
	margin-left: 10px;
}
.custom #box4 {
	float: left;
	width: 22%;
	padding: 2px;
	margin-left: 30px;
}
.custom #box5 {
	float: left;
	width: 14%;
	padding: 2px;
	margin-left: 30px;
}
/* --- Vanity Plate --- */
.custom #vanity {
	width: 100%;
	height: 100px;
}
.custom #vanity_left {
	float: left;
	width: 49;
	text-align: center;
}
.custom #vanity_right {
	float: right;
	width: 49%;
	text-align: center;
}
.custom #vanity_keller img {
	border: none;
}
.custom #vanity_rowboat {
	font-size: 11px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
.custom #vanity_rowboat a {
	font-size: 12px;
	color: #99cc66;
	text-decoration: underline;
	font-weight: bold;
}