﻿/* Bannon Stylesheet
------------------------------------------------------------------*/


/* General re-sets first
------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal;}

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

table { border-collapse : collapse; border-spacing : 0; }

fieldset,img { border : 0; }

caption,th { text-align : left; }

q:before, q:after { content :''; }

p {
	margin: 0;
	padding: 8px 0px 0px 0px;
}

br { padding: 0; margin:0; line-height: 12px; }

strong { font-weight: bold; }

form {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 8px 0px 9px 22px;
	padding: 0px 0px 0px 2px;
}
li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
    list-style-position: outside;
}
.hidden {
	position: absolute;
	visibility: hidden;
	left: -500px;
	top: 0px;
}


/* =Style resets specific to this layout
------------------------------------------------------------------*/
html, body {
height: 100%;
}

body {
	background-color: #f8f5ed;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

a {
	color: #6f5629;
	text-decoration: underline;
}
a:hover {
	color: #6f5629;
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 29px;
	color: #5e4820;
	margin: 0px 0px 14px 0px;
}

h2 {
	font-size: 12px;
	color: #6f5629;
	font-weight: bold;
	text-transform: uppercase;
	margin: 4px 0px 4px 0px;
}

h3 {  
	font-size: 12px;
	font-weight: bold;
 }

.colour {
	color: #5e513f;
}

p.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 1em 0;
	text-align: center;
}

/* =Main Container
------------------------------------------------------------------*/

#container {
	width: 760px;
	background-color: #fff;
	min-height: 100%;
	background-color: #fff;
	display: block;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5e513f;
}
#topbar {
	display: block;
	clear: both;
	width: 760px;
	height: 167px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* =NAVIGATION
------------------------------------------------------------------*/
#navdiv {
	float: left;
	padding: 0px 5px 4px 11px;
	margin-bottom: 150px;
}
.nav {	
    width: 172px;
	display: block;
	margin-bottom: 4px;
	background-color: #f0e9da;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color:#5e513f;
	line-height: 15px;
}

.nav a{
	text-decoration: none;
	color:#5e513f;
	display: block; 
	background-color: #f0e9da;
	padding: 6px 8px 7px 15px;
}
.nav a:hover{
	text-decoration: none;
	color:#fff;
	display: block; 
	background-color: #b8a785;
}
.nav a.active{
	text-decoration: none;
	color:#fff;
	display: block; 
	background-color: #6f5629;
	font-weight: bold;
}

/* =SUB-NAVIGATION
------------------------------------------------------------------*/
.subnavbox {
	background-color: #b8a785;
	padding: 4px 0px 2px 15px;
	margin: -2px 0px 4px 0px;
}
.subnav {
	font-size: 11px;
	color: #fff;
	display: block;
	line-height: 14px;
	margin: 4px 0px 8px 0px;
	text-align: left;
	vertical-align: top;
}
.subnav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.subnav a:hover{
	color: #fff;
	text-decoration: underline;
}
.subnav a.activesublink {
	text-decoration: none;
	color:#fff;
	display: block; 
	font-weight: bold;
}

/* =CONTENT
------------------------------------------------------------------*/
#content{
	float: left;
	display: block;
	width: 560px;
	margin: 0px 0px 35px 0px;
	background-image: url(../images/bg-blend1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#textdiv {
	margin: 16px 40px 8px 20px;
}




/* =Easyedit Specific styles
------------------------------------------------------------------*/
.subheads {
	line-height: 16px;
	color: #5e513f;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin: 0px 0px 4px 0px;
}
.sectionspacer {
	display: block;
	margin: 0px 0px 5px 0px;
}




/* SECTION PICTURES				
/* ========================================== */

.picture-top {
	display: block;
	margin: 8px 0px 11px 0px;
	padding: 0px;
	width: 520px;
}
.picture-left {
	margin: 4px 15px 13px -2px;
	float: left;
	position: relative;
	width: 195px;
}
.picture-right {
	margin: 4px -25px 9px 15px;
	float: right;
	position: relative;
	width: 195px;
}
.picture-bottom {
	display: block;
	width: 520px;
	margin: 2px 0px 15px 0px;
}




.signinform {
display: block;
margin: 12px 0px 8px 4px;
}

.signintextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 120px;
}



/* =BASE
------------------------------------------------------------------*/

#base {
	display: block;
	clear: both;
	text-align: left;
	margin: 0px 20px 0px 22px;
	padding: 0px 0px 20px 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5e513f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-image: url(../images/logo-mini.jpg);
	background-repeat: no-repeat;
	background-position: left 17px;
}
.address-title {
	display: block;
	width: 680px;
	padding-top: 15px;
	color:#6f5629;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#base a {
	color: #6f5629;
	text-decoration: none;
}
#base a:hover {
	color: #6f5629;
	text-decoration: underline;
}
