@charset "UTF-8";
/* CSS Document */

/*
	----------------------------------------------------------
	Stylesheet for Moving Mole
	----------------------------------------------------------
	Covers styles used for most pages and generic page layout
	----------------------------------------------------------
*/

body, html {
	height: 100%;
}
body {
	background-attachment: fixed;
	background-image: url(/mole_images/background_sliced.gif);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #FF6600;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.clearall {
	clear: both;
}

.main-wrapper, .footer-wrapper, .seo-wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.main-wrapper {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	min-height: 600px;
}

.main-menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.main-menu .menu-table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main-menu .menu-table td {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FF9900;
}
.main-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 10px;
	white-space: nowrap;
	width: 100%;
}
.main-menu a:hover {
	background-color: #FF6600;
}
.main-menu img {
	display: block;
}

.logo-strip {
	height: 166px;
	background-image: url(/mole_images/logo_strip.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.logo-strip h1, .logo-strip p {
	font-style: normal;
	font-weight: normal;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FF6600;
	margin-left: 307px;
}

.logo-strip h1 {
	 padding-top: 63px;
}

.logo-strip p {
	color: #C14D00;
}
.logo-strip a.home-link {
	display: block;
	position: absolute;
	height: 134px;
	width: 236px;
	left: 40px;
	top: 18px;
}

/* Orange bar styles */

.orange-bar {
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: white;
	border-top-color: white;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #FF6600;
}
.orange-bar p {
	line-height: 130%;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-right: 77px;
	color: white;
	margin-left: 77px;
}
.orange-bar p a {
	text-decoration: underline;
	color: white;
}

.orange-bar h2 {
	line-height: 130%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-right: 77px;
	color: white;
	margin-left: 77px;
}
/* Content styles */

.content-wrapper {
	margin: 0px;
	padding-left: 76px;
	padding-right: 43px;
	display: block;
	padding-top: 0px;
	padding-bottom: 20px;
}
.content-wrapper h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 20px;
	margin-bottom: 15px;
}
.content-wrapper h3 {
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content-wrapper h4 {
}
.content-wrapper p {
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content-wrapper ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content-wrapper li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(/mole_images/orange_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	font-size: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 5px;
}
.content-wrapper a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.content-wrapper a:hover {
}


/* Banner styles */

.rh-col {
	margin-bottom: 10px;
	margin-left: 35px;
	float: right;
}
.banner {
	width: 205px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.banner .b-heading p {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 130%;
	background-color: #FF6600;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.banner .b-content {
	margin: 0px;
	background-image: url(/mole_images/banner_grey_bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 1px;
	padding-right: 12px;
	padding-left: 12px;
}
.banner img {
	padding: 0px;
	display: block;
	margin: 0px;
}


/* Footer styles */

.footer-wrapper {
	background-image: url(/mole_images/footer_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer-wrapper a {
	text-decoration: underline;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}


/* SEO styles */

.seo-wrapper {
	font-size: 12px;
	color: #FFCC00;
}
.seo-wrapper h4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.seo-wrapper p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 120%;
}
.seo-wrapper p a {
	text-decoration: none;
	color: #FFCC00;
}
.seo-wrapper p a:hover {
}

#googlePlusOne {
	position: absolute;
	top: 45px;
	padding-left: 685px;
	z-index: 100;
}

