/* CSS Document */

/* -----------------------------------------------------------------------------------------------/*
#	Global page rules
/* -----------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

html {
	margin:0;
	padding: 0;
		/* scrollbar fix */
		height: 100%;
		margin-bottom: 1px;
	}

body {
	font: 62.5%/1.5 Verdana, "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #999966;
	margin: 0;
	padding: 10px 0 0 0;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Basic layout
/* -----------------------------------------------------------------------------------------------*/

div#main-wrapper {
	text-align: left;
	width: 860px;
	height: auto;
	margin: 0 auto;
	background-color: #FFF;
	}

div#main-wrapper div#header {
	background-color: #6C744F;
	height: 183px;
	color: #FFF;
	overflow: hidden;
	}

div#main-wrapper div#content-wrapper {
	background: #F7F3EC url(/assets/graphics/content-bg.gif) bottom center repeat-x;
	position: relative;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	width: 840px;
	}

div#main-wrapper div#content-wrapper div#left-column {
	padding: 15px;
	width: 220px;
	float: left;
	display: block;
	overflow: auto;
	}

div#main-wrapper div#content-wrapper div#right-column {
	width: 560px;
	float: left;
	display: block;
	padding: 15px;
	}

div#main-wrapper div#content-wrapper div#footer {
	clear: both;
}

div#main-wrapper div#content-wrapper div#footer div#left-footer {
	float: left;
	display: block;
	padding: 15px;
	width: 220px;
	}

div#main-wrapper div#content-wrapper div#footer div#right-footer {
	float: left;
	display: block;
	padding: 15px;
	width: 560px;
	}

.clear {
	clear: both;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Header rules
/* -----------------------------------------------------------------------------------------------*/

div#main-wrapper div#header h1 {
	height: 183px;
	width: 860px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	}

div#main-wrapper div#header h1 span {
	z-index: 1;
	background: #FFF url(/assets/graphics/header.gif) no-repeat;
	display: block;
	height: 183px;
	width: 860px;
	position: absolute;
	top: 0;
	left: 0;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Global image rules
/* -----------------------------------------------------------------------------------------------*/

img {
	display: block;
	padding: 1px;
	border: 5px solid #CCCCB3;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Right Column styling
/* -----------------------------------------------------------------------------------------------*/

div#main-wrapper div#content-wrapper div#right-column h2 {
	color: #222;
	font-size: 1.6em;
	margin: 0 0 -0.3em 0;
	}

div#main-wrapper div#content-wrapper div#right-column h3 {
	color: #222;
	font-size: 1.2em;
	margin: 1.5em 0 -0.5em 0;
	}

div#main-wrapper div#content-wrapper div#right-column p {
	margin-top: 1em;
	font-size: 1.1em;
	}

div#main-wrapper div#content-wrapper div#right-column a,
div#main-wrapper div#content-wrapper div#right-column a:active,
div#main-wrapper div#content-wrapper div#right-column a:visited,
div#left-footer a,
div#left-footer a:active,
div#left-footer a:visited {
	color: #382515;
	font-weight: bold;
	text-decoration: none;
	}

div#main-wrapper div#content-wrapper div#right-column a:hover,
div#main-wrapper div#content-wrapper div#right-column a:focus,
div#left-footer a:hover,
div#left-footer a:focus {
	text-decoration: underline;
	}

div#main-wrapper div#content-wrapper div#right-column ul,
div#main-wrapper div#content-wrapper div#right-column ol {
	color: #640000;
	font-weight: bold;
	font-size: 1.1em;
	list-style-type: none;
	margin: 1em 1em 0 1em;
	}

div#main-wrapper div#content-wrapper div#right-column ul { list-style: outside disc; }
div#main-wrapper div#content-wrapper div#right-column ol { list-style: outside decimal; }

div#main-wrapper div#content-wrapper div#right-column div#photo-bar {
	width: 560px;
	height: 100px;
	margin-bottom: 10px;
	padding: 0;
	}

div#main-wrapper div#content-wrapper div#right-column div#photo-bar a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	position: relative;
	overflow: hidden;
	}

div#main-wrapper div#content-wrapper div#right-column div#photo-bar a.last {
	margin: 0 -2px 0 0;
	}

div#main-wrapper div#content-wrapper div#right-column div#photo-bar a img {
	margin: 0;
	padding: 0;
	border: 0;
	}

div#main-wrapper div#content-wrapper div#right-column div.image-right {
	float: right;
	margin: 0 0 15px 15px;
	}

div#main-wrapper div#content-wrapper div#right-column div.form p {
	margin-top: 2em;
	}

div#main-wrapper div#content-wrapper div#right-column div.form input.text {
	width: 251px;
	border: 1px solid #382515;
	padding: 1px;
	font-family: Verdana, "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	}

div#main-wrapper div#content-wrapper div#right-column div.form textarea {
	width: 251px;
	border: 1px solid #382515;
	padding: 1px;
	font-family: Verdana, "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

div#main-wrapper div#content-wrapper div#right-column div.form label {
	display: block;
	margin: 0 0 10px 0;
	}

div#main-wrapper div#content-wrapper div#right-column div#contact-options div#contact-form,
div#main-wrapper div#content-wrapper div#right-column div#contact-options div#contact-map,
div#main-wrapper div#content-wrapper div#right-column div#contact-options div#contact-address {
	width: 275px;
	float: left;
	}

div#main-wrapper div#content-wrapper div#right-column div#contact-options div#contact-form {
	margin-right: 10px;
	}

div#main-wrapper div#content-wrapper div#right-column div#contact-options div#contact-map div#gmap {
	margin: 10px 0 0 0;
	border: 5px solid #FFF;
	height: 265px;
	width: 265px;
	}

div#main-wrapper div#content-wrapper div#right-column div#contact-options div#contact-map address {
	margin: 2em 0 0 0;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Left Column styling
/* -----------------------------------------------------------------------------------------------*/

div#main-wrapper div#content-wrapper div#left-column div#credentials {
	margin-top: 15px;
	}

div#main-wrapper div#content-wrapper div#left-column div#credentials img {
	float: left;
	margin-right: 5px;
	}

div#main-wrapper div#content-wrapper div#left-column div#flashobject {
	padding: 3px;
	border: 1px solid #382412;
	}

div#main-wrapper div#content-wrapper div#left-column div#flashobject embed {
	display: block;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Footer styling
/* -----------------------------------------------------------------------------------------------*/

div#main-wrapper div#content-wrapper div#footer address {
	color: #382515;
	font-size: 1em;
	}

/* -----------------------------------------------------------------------------------------------/*
#	Navigation styling
/* -----------------------------------------------------------------------------------------------*/

div#navigation ul {
	list-style-type: none;
	border-top: 1px solid #382412;
	margin-bottom: -1px;
	}

div#navigation ul li {
	border-bottom: 1px solid #382412;
	}

div#navigation ul li ul {
	border-top: 0;
	border-bottom: 1px solid #382412;
	}

div#navigation ul li ul li {
	padding-left: 1.2em;
	border: 0;
	}

div#navigation ul li a,
div#navigation ul li a:active,
div#navigation ul li a:visited {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2.2em;
	display: block;
	color: #382515;
	text-decoration: none;
	padding: 0 0 0 1.2em;
	}

div#navigation ul li a:hover,
div#navigation ul li a:focus {
	color: #F7F3EC;
	background: #999966 url(/assets/graphics/navigation-hover-fade-bg.jpg) center right repeat-y;
	}

