/*
=====
BASIC
=====
*/


body {
	margin: 0;
	background: #e6e1dc;
	font-family: georgia, times new roman, times, serif;
	}
	
	


p, h1, h2, h3, h4, h5, ul {
	color: #535050;
	line-height: 1.4em;
	}
	
	
p {
	font-size: 0.9em;
	margin-top: 0;
	}


h1 {
	font-size: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 1px solid #999;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	}

h1.secondary {
	margin-top: 2.2em;
	}
	
h1.maintitle {
	font-size: 2.6em;
	margin-bottom: 0.6em;
	}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.3em;
	margin-top: 2.3em;
	margin-bottom: 0.4em;
	}


h2.tagline {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
p.focal {
	font-size: 1.1em;
	line-height: 1.5em;
	}


h2 a, h2 a:visited {
	border: none;
	color: #535050;
	}
	
h2 a:hover {
	border-bottom: 1px solid;
	color: #993333;
	}


a {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #993333;
	}
	
a:visited {
	color: #660000;
	}
	
	
	
	
	
/*
======
IMAGES
======
*/


img#logo {
	margin-left: -22px;
	}

a img {
	border: none;
	}



/*
==========
CONTAINERS
==========
*/


#header-container {
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
	background: #181818;
	padding: 0;
	border-bottom: 1px solid #000000;
	width: 100%;
	}
	
#header-container.wide {
	width: 3200px;
	}
	
	
#footer-container {
	background: #c6c1bc;
	padding: 0;
	border-top: 1px solid #86817c;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: 100px;
	}

#nav-container {
	position: absolute;
	top: 50px;
	left: 0;
	background: #f6f5f4;
	padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #888;
	width: 100%;
	}
	
#nav-container.nav2below {
	border-bottom: 1px solid #bbb;
	}
	
#nav2-container {
	border-bottom: 1px solid #888;
	background: #eae9e8;
	position: absolute;
	top: 83px;
	left: 0;
	width: 100%;
	}
	
#nav-container.wide, #nav2-container.wide {
	width: 3200px;
	}
	
	
	
	
	
	
	
	
/*
======
HEADER
======
*/



#contactheader {
	width: 500px;
	float: right;
	margin-top: 20px;
	text-align: right;
	
	}
	
#contactheader p {
	color: #ddd;
	font-size: 0.8em;
	}
	
#contactheader p a {
	color: #ddd;
	border-bottom: none;
	}
	
#contactheader p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

#header {
	width: 960px;
	margin: 0 auto;
	}


#header.wide {
	width: 3200px;
	margin: 0;
	}
	



/*
======
FOOTER
======
*/

#footer {
	width: 960px;
	margin: 15px auto 50px;
	}

#footer p {
	font-size: 0.7em;
	text-align: center;
	margin: 0 0 5px 0;
	}


/*
===
NAV
===
*/



#nav {
	width: 960px;
	margin: 0 auto;
	}
	

#nav2 {
	width: 960px;
	margin: 0 auto;
	}
	
#nav2 ul {
	font-variant: small-caps;
	letter-spacing: 0.07em;
	font-size: 0.85em;
	margin: 0;
	padding: 0 0 2px 0;
	text-align: left;
	}
	
	
#nav2 ul li {
	padding: 1px 12px 4px 12px;
	display: inline;
	margin-right: -5px;	
	}

	
#nav.wide, #nav2.wide {
	width: 3200px;
	margin-left: 60px;
	}


#nav ul {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 0.95em;
	margin: 0;
	padding: 4px 0 6px 0;
	text-align: left;
	border-left: 1px solid #ccc;
	}
	
	
#nav a, #nav2 a {
	border-bottom: none;
	}
	
#nav a:hover, #nav2 a:hover {
	border-bottom: none;
	}
	
	
#nav ul li {
	padding: 6px 10px 7px 10px;
	display: inline;
	border-right: 1px solid #ccc;
	margin-right: -5px;
	
	
	}
	

#nav ul li:hover {
	background: #dcdbda;
	}
	
	
#nav ul li.currentlocation {
	background: #eae9e8;
	font-weight: bold;
	}
	
#nav ul li.currentsection {
	background: #eae9e8;
	}
	
#nav-container.nav2below #nav ul li.currentlocation, #nav-container.nav2below #nav ul li.currentsection {
	border-bottom: 2px solid #eae9e8;
	}

#nav2 ul li.currentlocation {
	font-weight: bold;
	}
	

/*
===========
BREADCRUMBS
===========
*/


#breadcrumbs {
	float: right;
	}
	
#breadcrumbs p {
	font-size: 0.75em;
	font-variant: small-caps;
	margin-top: -3px;
	margin-bottom: -10px;
	}
	
#breadcrumbs a {
	border-bottom: none;
	color: #737070;
	}
	
#breadcrumbs a:hover {
	color: #993333;
	}





/*
==============
MAIN & CONTENT
==============
*/

	
#main {
	margin-top: 75px;
	background: url(../graphics/background.gif) repeat-x #e6e1dc;
	padding-top: 40px;
	
	}

#main.wide {
	width: 3200px;
	}

#content {
	width: 960px;
	margin: 0 auto;
	}
	






/*
=======
GALLERY
=======
*/


#gallery {
	float: right;
	width: 500px;
	}
	
#gallery img {
	float: right;
	margin-bottom: 30px;
	margin-top: 20px;
	}

#gallery p {
	float: right;
	font-style: italic;
	padding-right: 12px;
	margin-top: -30px;
	}

#galleryintro {
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	width: 400px;
	}
	




/*
=========
MISC DIVS
=========
*/

	
div.left {
	float: left;
	}
	
	
div.right {
	float: right;
	}
	
	
div.leftcol, div.rightcol {
	width: 47%;
	padding: 40px 0 20px 0;
	}
	
	
div.leftcol {
	float: left;
	}
	
div.rightcol {
	float: right;
	}
	
	
div.image {
	padding-top: 25px;
	width: 460px;
	}
	
	
	
div#contact {
	background: #fff;
	border: 1px solid #d3d0d0;
	padding: 15px 50px 30px 50px;
	margin: 40px 0 100px 0;
	}
	
	
div#contact h1 {
	margin-top: 20px;
	}
	
div.optionbutton {
	background: #fff;
	border: 1px solid #d3d0d0;
	padding: 10px 30px 3px 15px;
	margin: 15px 0 0 0;
	}
	
div.optionbutton h2 {
	margin-top: 0;
	margin-left: 84px;
	}
	

img.icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: -20px;
	}

	
div.text {
	padding-top: 16px;
	width: 480px;
	}
	



#gallery a.button {
	float: center;
	}
	
a.button {
	margin-top: 20px;
	margin-left: 130px;
	margin-bottom: 0;
	font-variant: small-caps;
	background: transparent url('../graphics/button-right.png') no-repeat top right;
	display: inline;
	float: left;
	font-size: 14px;
	margin-right: 6px;
	padding: 4px 15px 6px 0;
	height: 25px;
	border: none;
	color: #fff;
	}
	
a.button span {
	background: transparent url('../graphics/button-left.png') no-repeat;
	display: inline;
	padding: 4px 0 6px 15px;
	line-height: 15px;
	}
	
	
	
ul.major {
	margin-top: 1.5em;
	margin-left: 2em;
	list-style-image: url(../graphics/bullet-red.png);
	line-height: 1.8em;
	}
	
ul.major li {
	font-size: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	}
	
	
	
div.belowpicture {

	margin-left: 70px;
	margin-top: 40px;
	float: left;
	width: 314px;
	background: url(../graphics/panel-gold-mid.png);
	}
	
div.belowpicture span.top {
	margin-top: -10px;
	background: url('../graphics/panel-gold-top.png') no-repeat;
	float: left;
	width: 314px;
	}
	
div.belowpicture span.bottom {
	float: left;
	padding-bottom: 10px;
	margin-bottom: -10px;
	background: url('../graphics/panel-gold-bottom.png') no-repeat bottom left;
	width: 314px;
	}
	
div.belowpicture h4 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.3em;
	border-bottom: 1px solid #be9e6c;
	padding: 0;
	margin-top: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #fff;
	}
	
div.belowpicture p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #fff;
	padding: 5px 20px;
	}
	
div.belowpicture a {
	color: #fff;
	}
	
div.belowpicture a:hover {
	color: #993333;
	}
	
	
form.contactform {
	color: #535050;
	border: 1px solid #d3d0d0;
	background: #eeebeb;
	width: 400px;
	padding: 20px 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	}

form.contactform p.submitbutton {
	padding-right: 0;
	padding-top: 10px;
	padding-left: 150px;
	}

div.contactmethod {

	}
	
div.contactmethod p {
	padding-top: 10px;
	padding-left: 150px;
	}
	
form.contactform table {
	width: 100%;
	padding: 0 20px 10px 20px;
	margin: 0;
	}
	
form.contactform table td.inputbox {

	}
	
div.clear {
	clear: both;
	}
