


body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: small;
	margin:0;
	padding:0;
}

div#container {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 780px;
}


/* TYPOGRAPHY */

h1, h2, h3,  h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
}

/* CUSTOM HEADINGS */

h1#logo a {
	background: url(../img/logo.png) no-repeat;
	height: 103px;
	margin: 90px 0 0 15px;
	position: absolute;
	text-indent: -9999px;
	width: 195px;
}

h2#tagLine {
	background: url(../img/tagline.png) no-repeat;
	height: 18px;
	margin: 150px 0 0 25px;
	position: absolute;
	text-indent: -9999px;
	width: 400px;
}


div#header {
	background: url(../img/header2.jpg) no-repeat bottom;
	margin: 1em 0 0 0;
	height: 181px;
}

div#subNav {
	background: url(../img/subnav.gif) repeat-x;
	height: 28px;
}

div#nav {
	background: #fff5d9 url(../img/bg_nav.gif) repeat-y;
	float: left;
	padding: 10px;
	width: 210px;
}

div#text {
	float: left;
	padding: 10px;
	width: 530px;
}

div#footer {
	background: #FFE49C;
	border-top: 1px solid #ffc425;
	clear: both;
	color: #000000;
	display: block;
	font-size: 85%;
	padding: 5px;
	min-height: 96px;
}

div#content {
	background: url(../img/bg_nav.gif) repeat-y;
	float: left;
}

/* NAVIGATION */


div#content #nav {
	font-size: 80%;
}

div#content #nav .contactDetails {
	margin: 5em 0 1em 0;
}

div#content #nav .contactDetails li{
	border: none;
} 

div#content #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content #nav ul li {
		border-bottom: 1px solid #ffc425;
		padding: 0 0 0 0.5em;
}

div#content #nav ul li a {
	color: #8c4140;
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

div#content #nav ul li ul {
	padding: 0 0 1em 0;
	list-style: square;
}

div#content #nav ul li ul li {
	border-bottom: none;
	margin: 0 0 0 2.5em;
}

div#content #nav ul li ul li a {
	color: #000;
	display: block;
	padding: 0.5em 0 0 0;
	text-decoration: none;
}

div#content #nav ul li ul li a:hover {
	text-decoration: underline;
}

div#content #nav ul li.active {
	background: white;
}

div#content #nav ul ul li.active {
	background: white url(../img/navactive.gif) no-repeat 110px 7px;
}

/* MAIN CONTENT */

div#text {
	font-size: 85%;
	line-height: 1.7em;
}

div#text h1, h2, h3, h4, h5, h6 {
	color: #8c4140;
}

div#text a {
	color: #8c4140;
}

div#text ul#images {
	margin: 0;
	padding: 0;
}

div#text ul#images li {
	display: inline;
	margin: 0 5px 0 0;
}

div#text blockquote {
	border-left: 5px solid #ffc425;
	padding: 0;
	margin: 1em 0 3em 0;
}

div#text blockquote p {
	padding: 0 0 0 1em;
}

div#text blockquote cite {
	display: block;
	background: #fff5d9;
	padding: 1em;
}

div#text blockquote cite img {
	float: left;
	margin: 0 1em 0 0;
}

h3 {
	margin: 1em 0 0 0;
}

/* GALLERY IMAGES */

ul.thumbs {
	margin: 1em 0;
	padding: 0;
}

ul.thumbs li {
	display: inline;
	padding: 0 3px 0 0;	
}

ul.thumbs li img {
	padding: 5px;
	border: 1px solid #cecece;
}
