/* Default Stylesheet */

div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
	
body.fullwidth div#container { width: 800px; }

body {
	color: #333;
	/*background: #E9E9E9 url('../images/bg.jpg') repeat-x top left;*/
	background-color:#dfdee0;
	font-size: .75em;
	padding: 0 5%;
	text-align: center;
	font-family: arial, sans-serif;
}
	
img {
	padding:0;
	margin:0;
}

img.logo {
	margin:4px;
}

h1, h2, h3 {
	color:#62492c;
	font-family: georgia, serif;
	font-style: italic;
}

a {
	color:#63492c;
	background-color: #f8f1e9;
	padding:2px;
	font-style:italic;
	font-weight:bold;
	font-family: georgia, serif;

}

a.jump-to {
	padding:0px;
}

a.imagelink {
	padding:0px;
	background-color: #fff;
}

a.imagelink:hover {
	background-color:#fff;
}

a:hover{
	color:white;
	background-color: #63492c;
	
}


#container {
	margin: 2em auto;
	border: 1px solid #a8937c;
	border-top-width: 0px;
	border-bottom-width: 0px; 
}
#header {
	height:150px;
	background-color: #83531e;
	/*background-image: url('../images/headerBG.png');*/
}

#header a, #header a:hover {
	text-decoration: none;
	background-color: transparent;
	color:transparent;
	padding:0;
	margin:0;
}



#nav {
	border-bottom:1px solid #a8937c;
	/*background-color:#cbac8e;*/
	background-color:#f8f1e9;
	padding:4px 0;
	margin:0;
	padding-left:15px;
}

#nav a {
	margin-left:15px;
	color:#63492c;
	font-weight: bold;
	font-size:14px;
	text-decoration: none;
	font-family: georgia, serif;
	font-style: italic;
}

#nav a:hover {
	color: #966e42;
}

.active {
	color:#966e42;
}

.callout {
	font-size:1.5em;
	background-color: #e5e5e5;
	font-family: Georgia, serif;
	font-style: italic;
	color:#83531e;
	padding:20px;
	float:center;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

div#content-wrap {
	padding: 10px;
	background-color: #e9e9e9;
	height:100%;
	overflow:auto;
}
div.content {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	/*border-width: 0 2px 2px 0;*/
}
div.content-in {
	padding: 20px;
}

div.image {
	float:right;
	/*width:300px;*/
	margin: 0 0 20px 0;
}

div.object-image {
	float:right;
	width:320px;
	padding: 0 0 0 20px;
}

img#object-image {
	margin: 0 0 10px 0;
}

div.top {
	display:block;
	margin-bottom:20px;
}

div.content-in table{
	width:100%;
	border:1px solid #e5e5e5;
	/*padding:20px;*/
}

div.content-in td{
	width:33%;
}

div.content-in td.middle{
	margin:0 10px;	
}


div.content-in p{
	margin-top:0;
	padding-top:0;;	
}

div.column {
	width:auto;
	height:400px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 0;
	margin: 0;
}

div.dealer {
	padding-bottom: 20px;
}

span.dealer-name {
	color:#63492c;
	padding:2px;
	font-style:italic;
	font-weight:bold;
	font-family: georgia, serif;
}

div#footer-in {
	padding: 20px;
}

div#header {}
div#header-in {}
div#content-wrap {}
div.content {}
div.rlcol div.content { margin-left: 0px; }		/* size of the RH image*/

div.column {/*width: 200px;*/}

div.rlcol div.cleft { float: left; }			/* three column left */
div.rlcol div.cright { float: right; }			/* three column right */

div.column-in {}
div#footer {}
div#footer-in {}

td.datebox {
	width:200px;
	padding:20px;
}

td.event-data {
	padding:0;
}

div.event {
	margins:0 0 20px 0;
}

span.event-title {
	color:#62492c;
	font-family: georgia, serif;
	font-style: italic;
	font-size:larger;
}

div#footer {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
}

.date {
	font-size:1.5em;
	background-color: #e5e5e5;
	font-family: Georgia, serif;
	font-style: italic;
	color:#83531e;
	padding:20px;
	float:right;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}


.object-credit {
	color: #333;
	font-size: .70em;
	font-family: arial, sans-serif;
}
