html, body {
	height: 100%;
}

body {
	background: url('../images/bg_titlebar.jpg') top repeat-x;
	font-family: Arial, san-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.47em;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #640032;
	margin-bottom: 30px;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	color: #640032;
	line-height: 1.47em;
}

h3 {
	font-size: 14px;
	color: #640032;
	line-height: 1.47em;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.47em;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.47em;
}

h6 {
	font-size: 12px;
	color: #640032;
	line-height: 1.47em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

ul {
	margin: 0 14px 14px;
	list-style: disc;
}

ol {
	list-style: decimal;
	margin: 0 18px 18px;
}

figcaption {
	font-size: 10px;
	color: #959595;
	margin-bottom: 14px;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.wrapper {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
}

header {
	height: 205px;
	color: #FFFFFF;
}

.header-logo {
	float: left;
}

.header-logo a {
	display: block;
	width: 165px;
	height: 205px;
	background: url('../images/logo_hobbs.jpg') top no-repeat;
}

.header-tagline {
	float: left;
	width: 340px;
	padding-top: 126px;
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.header-contact {
	float: right;
	width: 230px;
	padding-top: 52px;
	text-align: right;
}

.header-contact a {
	color: #FFFFFF;
	font-weight: bold;
}

.header-large {
	font-size: 20px;
	font-weight: bold;
}

.header-telephone {
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
}

.main {
	padding-bottom: 30px;
}

.switch-bar {
	width: 900px;
	height: 50px;
	background: url('../images/bg_switchbar.jpg') top no-repeat;
}

.switch-bar a {
	float: left;
	width: 195px;
	height: 35px;
	padding: 7px 6px 6px 24px;
	color: #FFFFFF;
	font-size: 16px;
}

.switch-hampshire {
	background: url('../images/button_hampshire.jpg') top no-repeat;
}

.switch-liss {
	background: url('../images/button_liss.jpg') top no-repeat;
}

.switch-somerset {
	background: url('../images/button_somerset.jpg') top no-repeat;
}

.switch-andover {
	background: url('../images/button_andover.jpg') top no-repeat;
}

.main-banner {
	position: relative;
	min-height: 180px;
	width: 900px;
}

.main-banner figcaption {
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 140px;
	font-size: 14px;
	font-style: italic;
	color: #640032;
}

.main-lower {
	margin-top: 30px;
}

.main-left {
	float: left;
	width: 200px;
}

nav {
	margin-bottom: 10px;
}

nav ul {
	margin: 0;
	list-style: none;
}

nav ul a {
	color: #FFFFFF;
}

nav ul li {
	margin: 0;
}

nav ul li a {
	display: block;
	width: 180px;
	height: 20px;
	margin-bottom: 1px;
	padding: 3px 10px;
	background: #841F54;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

nav ul li ul {
	display: none;
}

nav ul li.active ul {
	display: block;
}

nav li.active a {
	background: #CC1543;
}

nav ul li.active ul li a {
	width: 170px;
	background: #B03676;
	padding-left: 20px;
}

.newsbox {
	width: 200px;
	background: #EEEEEE;
}

.newsbox h3 {
	font-size: 12px;
	background: #841F54;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 20px;
}

.newsbox a {
	color: #841F54;
}

.news-text {
	padding: 10px 24px;
}

.main-right {
	float: left;
	width: 670px;
	padding-left: 30px;
}

.main-right p, h2 {
	margin-bottom: 12px;
}

.main-text {
	float: left;
	width: 380px;
	padding-right: 30px;
}

.main-right a {
	color: #841F54;
}

.main-wide {
	
}

.pic-column {
	float: left;
	width: 260px;
}

.footer-wrapper {
	width: 100%;
	background: #841F54;
}

footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	padding: 50px 90px 0;
	background: url('../images/logo_footer.jpg') left no-repeat #841F54;
	color: #FFFFFF;
	font-size: 10px;
}

footer a {
	color: #FFFFFF;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* -- bluefox styles -- */

.bl-section-bar img {
	border: 0 none;
}

body.editor {
	background: #FFFFFF !important;
}

/* -- 404 error styles -- */

.bf-error {
	width: 860px;
	height: 100%;
	margin: 145px auto;
	padding: 20px;
}

.bf-error h1 {
	color: #FFFFFF;
}

.bf-error p {
	line-height: 1.47em;
}

.bf-error a {
	color: #640032;
}
