* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0; height: 100%;
}

body {
	background: url('../images/bg.jpg') top center no-repeat #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

body#home {
	background: url('../images/home-bg.gif') top center repeat-x #fff;
}

body#sib {
	background: url('../images/sib-bg.jpg') top center no-repeat #fff;
}

/* ============================================================================= Fonts === */

a {
	color: #000;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

p {
	color: #000;
	font-size: 12px;
	margin: 10px 0;
	line-height: 22px;	
}

p.quote {
	font-style: italic;
}

strong {
	font-weight: 900;	
}

ul.documents {
 list-style: none;		
}

ul.documents li {
 border-bottom: none;	
}

a.pdf {
	font-size: 16px;
	color: #155290;
	margin: 0;
	background: url('../images/pdf.gif') no-repeat left center;
	padding-left: 17px;
}

a.doc {
	font-size: 16px;
	color: #155290;
	margin: 0;
	background: url('../images/doc.gif') no-repeat left center;
	padding-left: 17px;
}

/* ========================================================= Headers === */

h1.home {
	color: #9E0023;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-top: 25px;
	font-style: italic;
	background: none;
	height: 43px;
	padding-top: 8px;
	font-family: Georgia, serif;
}

h1.home .big {
	font-size: 35px;
}

h1.home strong {
	font-weight: normal;
	color: #58040d;
}

h1 {
	font-size: 26px;
	font-weight: 800;
	margin: 10px 0;
	font-style: italic;
	color: #6e5b26;
	background: url('../images/header-one-bg.gif') top left no-repeat;
	height: 43px;
	padding-top: 5px;
	font-family: Georgia, serif;
}
		
h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
	color: #6e5b26;
	font-style: italic;
	font-family: Georgia, serif;
}

h3 {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0;
	color: #6e5b26;
	font-style: italic;
	font-family: Georgia, serif;
}

hr {
	margin: 30px 0;
	height: 1px;
	background: url('../images/divider.gif') top left no-repeat;
	height: 4px;
}

/* ============================================================================= Site Wrappers === */

#wrapper {
	width: 812px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/wrapper-bg.gif') top left repeat-y;
}

#home #wrapper {
	width: 812px;
	padding: 0;
        min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding-top: 81px;
	//padding-top: 84px;
	background: none;
}

/* ============================================================================= Home Only == */

#home a.logo {
	float: left;
	margin-left: 90px;
	position: relative;
	top: 18px;
	//top: 16px;
}

img.welcome-image {
	float: left;
	margin: 0;
	padding: 0;
}

/* ============================================================================= Home Colour Blocks == */

#info-blocks {
	float: left;
	width: 266px;
	margin-right: 5px;
}

#info-blocks #testimonials {
	margin-top: 17px;
	width: 246px;
	height: 42px;
	padding: 10px 10px 10px 10px;
	background: url('../images/testimonial.gif') top left no-repeat;
	margin-bottom: 6px;

}

#info-blocks #testimonials p {
	background: url('../images/testimonial-quote.gif') top left no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 18px;
	color: #296a97;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	
}

#info-blocks #client {
	width: 266px;
	height: 43px;
	background: url('../images/client.gif') top left no-repeat;
	margin-bottom: 6px;
}

#info-blocks #client p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 28px;
	font-size: 13px;
	color: #494c0a;
	line-height: 16px;
}

#info-blocks #about {
	width: 246px;
	height: 60px;
	padding: 20px 10px 10px 10px;
	background: url('../images/about.gif') top left no-repeat; 
}

#info-blocks #about p {
	margin: 0;
	padding: 0;
	background: url('../images/about-arrow-red.gif') top left no-repeat;
	color: #eed6d9;
	padding-left: 18px;
	font-size: 14px;
	line-height: 14px;
}

.read-more {
	float: right;
	display: block;
	font-size: 11px;
	background: url('../images/read-more.gif') center right no-repeat;
	padding-right: 8px;
	text-decoration: none;
	margin-top: 3px;
}

a:hover.read-more {
	text-decoration: underline;
	color: #000;
}

/* ============================================================================= Header === */

#header {
	margin-top: 4px;
	height: 100px;
	background: url('../images/content-header.jpg') no-repeat #fff;
}

#header a.logo {
	padding-top: 20px;
	float: left;
	
}

/* ============================================================================ header nav */

#home ul#header-nav{
	float: right;
	list-style: none;
	margin-top: 40px;
	margin-right: 3px;
}

ul#header-nav{
	float: right;
	list-style: none;
	margin-top: 10px;
	margin-right: 3px;
}

ul#header-nav li {
	float: left;
	font-weight: normal;
}

ul#header-nav a {
	font-size: 13px;
	float: left;
	display: block;
	color: #6E5A27;
	padding: 1px 4px;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #6E5A27;
}

ul#header-nav .last a {
	border-right: none;
}

ul#header-nav .active a {
	text-decoration: underline;
}



ul#header-nav a:hover {
	text-decoration: underline;
}

/* ============================================================================= nav === */

ul#nav {
	float: right;
	min-width: 627px;
	height: 33px;
	list-style: none;
	margin-top: 50px;
	margin-left: 4px;
	
}

#home ul#nav {
	float: right;
	min-width: 627px;
	height: 33px;
	list-style: none;
	margin-top: 5px;
	margin-left: 4px;
	background-color: #fff;
}

ul#nav li {
	float: left;
	font-weight: normal;
}

ul#nav a {
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: block;
	color: #6a5722;
	background: #F4EFD7 url('../images/nav-bg.jpg') repeat-x top;
	text-decoration: none;
	height: 24px;
	padding: 0 10px;
	padding-top: 9px;
	margin: 0 1px;
}

ul#nav a:hover {
	color: #fff;
	background: none;
	background-color: #6a5722;
}

ul#nav li.active a {
	color: #fff;
	background: none;
	background-color: #6a5722;
}

#content-wrapper {
	background-color: red;
	
}

/* ============================================================================= Sidebar Area === */

#sidebar {
	margin: 0;
	padding: 0;
	width: 179px;
	margin-right: 6px;
	float: left;
        background-color: #f4efd7;
	height: 100%;
}

#sidebar img {
	margin: 5px 0;
}

#sidebar #testimonial {
	margin: 30px 5px 10px 8px;
	padding: 0px 10px 10px 19px;
	background: url('../images/testimonial-quote-section.gif') top left no-repeat;
	margin-bottom: 6px;
}

#sidebar #testimonial p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #296a97;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}

#sidebar .contact-header {
	background-color: #6A5722;
	margin: 5px 10px;
	padding: 10px;
	margin-top: 0px;
	display: block;
	color: #fff;
}

#sidebar .contact {
	background-color: #ddd3ac;
	margin: 0px 10px;
	 
	margin-top: 0px;
	display: block;
	
}

#sidebar .contact p.left-arrow {
	color: #5D1219;
	display: block;
	background: url('../images/about-arrow.gif') center left no-repeat;
	font-style: italic;
	font-size: 12px;
	margin: 10px;
	margin-bottom: 0;
	padding: 10px 0;
	padding-left: 16px;
	line-height: 12px;
}

#sidebar .contact p.phone-number {
	display: block;
	background-color: #6A5722;
	color: #fff;
	font-size: 16px;
	padding: 7px 0;
	padding-left: 18px;
	margin: 0;
}

#sidebar .contact p.right-arrow {
	color: #5D1219;
	text-align: right;
	display: block;
	background: url('../images/about-arrow.gif') center right no-repeat;
	font-size: 12px;
	margin: 10px;
	margin-top: 0;
	padding: 10px 0;
	padding-right: 18px;
	line-height: 12px;
}

#sidebar .contact p.right-arrow a {
	color: #5D1219;
}

#sidebar .contact p.right-arrow a:hover {
	color: #2F2303;
}

/* ============================================================================= Side Menu === */

ul#sidenav {
	float: left;
	display: block;
	width: 185px;
	list-style: none;
	margin: 25px 0 25px 0;
}

ul#sidenav li {
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sidenav li a {
	display: block;
	height: auto;
	color: #46360a;
	text-decoration: none;
	padding: 6px 0px 8px 20px;
}

ul#sidenav li a:hover {
	background-color: #FBF9F1;
	border-bottom: 2px solid #B7A887;
	padding: 6px 0px 6px 20px;
}

ul#sidenav li.active a {
	background-color: #FBF9F1;
	border-bottom: 2px solid #B7A887;
	padding: 6px 0px 6px 20px;	
}

/* ============================================================================= Content Area === */

#content {
	margin: 0;
	padding: 0;
	width: 567px;
	float: left;
        background: #fbf9f1 url('../images/content-bg.gif') right top repeat-y;
	padding: 20px 30px;
}

#content p {
	 font-family: arial;
	 font-size: 14px;
	 color: #3f3109;
}

#content.locations p {
	 font-family: arial;
	 font-size: 13px;
	 line-height: 16px;
	 color: #3f3109;
}

#content ul, #content ol {
	width: 80%;
	padding: 10px 25px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	list-style-position: inside;
	background: url('../images/list-bg.gif') top left no-repeat; 
}

#content ul li, #content ol li {
	padding: 10px 0px;
	border-bottom: 1px #9b8443 solid;
	color: #3f3109;
}

#content ul li strong, #content ol li strong { 
	font-weight: 900;
	font-style: italic;
	color: #6e5b26;
}

#content ul.sitemap {
	width: 80%;
	padding: 10px 25px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	list-style-position: inside;
	background: none; 
}

#content ul.sitemap li {
	padding: 10px 0px;
	border-bottom:none;
	color: #3f3109;
}

#content ul.sitemap li strong { 
	font-weight: 900;
	font-style: italic;
	color: #6e5b26;
}

#content ul.sitemap ul {
	background: none; 
}

#content img.img-border {
	border: 5px solid #DFD7B5;
	margin: 5px;
}

.clear {
	clear: both;
	height: 0px;
	display: block;
}


/* =========== locations ========*/

p.location {
	display: block;
	width: 50%;
	float: left;
	
}

.backtotop {
	float: right;
}

/* ============================================================================= Footer  === */

#footer {
	 /* .push must be the same height as .footer */
	 padding-right: 10px;
}

#footer {
	background: #f4efd7;
	color: #FFF;
}

#footer p {
	float: right;
	text-align: right;
	width: 600px;
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	color: #644f15;
	margin-top: 5px;
}

#footer a {
	padding-top: 0;
	font-family: arial;
	font-size: 10px;
	color: #644f15;
}

#footer a.logo {
	float: right;
}

#footer img {
	float: right;
	margin-top: 3px;
}


/* ============================================================================= Footer Menu === */

#footer-menu ul {
	float: right;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 5px;
}

#footer-menu li {
	float: left;
	font-size: 14px;
	list-style-type: none;
}

#footer-menu li a {
	font-family: arial;
	font-size: 10px;
	color: #000;
	display: block;
	text-decoration: none;
	border-right: 1px solid #b9ac6e;
	padding: 5px 10px;
	color: #644f15;
}

#footer-menu li.last a {
	border: none;
}

#footer-menu li a:hover {
	text-decoration: underline;
	background-color: #3f3109;
	color: #fff;
}

#footer-menu li a.this {
	text-decoration: underline;
}

/* ============================================================================= Home Footer  === */

#home #footer {
	 /* .push must be the same height as .footer */
	 padding-right: 10px;
}

#home #footer {
	background: none;
	color: #FFF;
        position: relative;
}

#home #footer p {
	float: right;
	text-align: right;
	width: 600px;
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	color: #644f15;
	margin-top: 5px;
}

#home #footer a {
	padding-top: 0;
	font-family: arial;
	font-size: 10px;
	color: #644f15;
}

#home #footer a.logo {
	float: right;
}