/* CSS Document */

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background: url(images/bg.png) repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align:center;
	color: #FFF;
	padding-top:40px;
}

#container {
	min-height:100%;
	position:relative;
	width:1096px;
	height:auto;
	text-align:left;
	margin:0 auto;
	padding:0;
}
	
#header {
	position:relative;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position:top left;
	width:1096px;
	height:143px;
	margin:0;
	padding:0;
}

#nav {
	position:absolute;
	top:94px;
	left:515px;
	width: auto;
	height:auto;
	margin:0;
}

#nav a {
	text-decoration:none;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:1.4em;
	padding:0;
	margin:0 30px 0 0;
}

#nav a:hover, #nav a.here {
	text-decoration:underline;
	color:#000;
}

#body {
	position:relative;
	background-repeat: repeat-y;
	width:1096px;
	background-image: url(images/bodybg.png);
	background-position:top left;
	height:auto;
	margin:0;
	padding:0;
}

#slideshow {
	width: 1014px;
	height:401px;
	margin:0 auto;
	padding:0;
}

#left {
	position:absolute;
	top:450px;
	left:50px;
	width:290px;
	height:auto;
	margin:0;
	padding:0;
	font-size:1.3em;
	line-height:1.4em;
}

#contentwide {
	width:800px;
	height:auto;
	margin:0 auto;
	padding:40px 0 20px 25px;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	line-height:1.4em;
	font-size:1.3em;
}

#content {
	width:655px;
	height:auto;
	margin:0;
	padding:40px 0 20px 25px;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	line-height:1.4em;
	font-size:1.3em;
	margin-left:350px;
}

#footer {
	width:100%;
	height:50px;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	background-position:left top;
	color: #000000;
	font-size:1.1em;
	line-height:1.4em;
	margin:0;
	padding:0;
	padding-top:28px;
	text-align:center;
}
	
#footer a {
	color: #000000;
	text-decoration:none;
	margin:0 5px 0 5px;
}

#footer a:hover {
	color: #000000;
	text-decoration:underline;	
}

ul {
	line-height:1.5em;	
}


/*----- Classes--------*/


table.contact   {
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc7b3;
	border-right-color: #ccc7b3;
}
	
.contact td {
	color:#FFFFFF;
	padding:0.5em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc7b3;
	border-left-color: #ccc7b3;
}				
	
.contact .input {
	padding: 2px;
	background-color: #FFF;
	color: #333333;
	border:1px solid #ccc7b3;
	width: 97%;
}

.locations {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
	padding: 5px;
	background:#000000;
}

.locationsCopy {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}

.floatright {
	float:right;
	margin:3px 0 10px 15px;
}

.imageRight {
	float: right;
	background:#FFF;
	padding: 8px;
	border: 1px solid #D5C495;
	margin:5px 0 10px 15px;
}

.imageLeft {
	float: left;
	background:#FFF;
	padding: 8px;
	border: 1px solid #D5C495;
	margin:5px 15px 10px 0;
}

.image {
	background:#FFF;
	padding: 8px;
	border: 1px solid #D5C495;
	margin:0;
}

.clear{
	clear:both;
}

hr {
	width:100%;
	height:1px;
	background:none;
	border:none;
	border-top:1px dotted #ccc7b3;
	margin:18px 0 18px 0;
}

.smaller {
	font-size:10px;
	font-style:italic;
	line-height:1.4em;
}

/*------------ Elements -------------*/

h1 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D5C495;
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:25px;
}

h2 {
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#D5C495;
}

h3 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#D5C495;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
}

img, a img {
	border:none;
}

a:link{
	color:#D5C495;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#D5C495;
}
a:hover{
	color:#D5C495;
	text-decoration:underline;
}
a:active {
	color:#D5C495;
	text-decoration:underline;
}

h2 a:link, h2 a:visited {
	font-weight:bold;
	color:#D4C292;
	text-decoration:none;
	font-size:0.9em;
}

h2 a:hover {
	text-decoration:underline;	
}

.pic, .gallery img {
	border:1px solid #fff;	
}

.noshow {
	display:none;	
}

.redtext {
	color:#900;
	font-weight:bold;
}

.bluetext {
	font-weight:bold;
	color:#D6C597;
}

blockquote.test {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.3em;
	background:url(images/leftquote.gif) no-repeat 0 20px;
	padding:20px 0 0 60px;
	border-top:1px dotted #999;
}

blockquote.test p {
	font-weight:bold;
	text-align:right;
	font-size:0.9em;
	color:#D0BE8C;
	font-family:Helvetica, Arial, sans-serif;
}

