


@charset "UTF-8";

body {
	background:#ceba8e !important;
}

html > body {
	background:#ceba8e !important
}

a {
	text-decoration: none;
}

a img {
	border: none;
	outline:none;
}

div.left {
	width:45%;
    float:left;
}

/* Left //////////////////////////////////////////////////////*/

#left {
	width:159px;
	background-color:#9e6610;
	float:left;
	margin:0 auto;
}

#left-top {
	height:271px;
	background:#000;
	z-index:2;
	margin:0 auto;
}

#left-top img {
	z-index:2;
	position:relative;
	right:8px;
	display:inline;
}

#left-middle {
	background:#5D2e12;
	border-top:1px white solid;
	border-bottom:1px white solid;
	height:28px;
}

#left-nav {
	min-height:240px;
	background:url("../images/main-nav-bg.jpg") no-repeat;
}

#left-nav img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
}


/* Right //////////////////////////////////////////////////////*/

#right {
	background:url("../images/faux-column-bg.gif") repeat-y;
	float:left;
	border-left:1px white solid;
	width:689px !important; 
}

#rightTopPic {
	height:221px;
	width:689px;
}

#rightTopPic img.left {
	float:left;
	padding:0px !important;
}

#rightTopPic img.right {
	float:right;
	padding:0px !important;
}

#right .main-img {
	margin-bottom:-4px !important; /* watch out */
	height:577px;
}

/* Inside Page Right /////////////////////////////////////////////////////////*/

.main-top{
	clear:both;
}


#subRight {
	float:left;
	width:528px;
	border-left:1px white solid;
	margin-top:-4px;
	background:url("../images/sub-right-bg.jpg") top center no-repeat #f7eeda;
}

#subLeft {
	float:left;
	width:160px;
	margin-top:-4px;
	background:url("../images/sub-left-bg.jpg") top center no-repeat #e9d2a2;
	min-height:300px;
}

#fullSub #subLeft {
	display:none;
}


#fullSub #subRight {
	width:688px;
	background:url("../images/full-right-bg.jpg") top center no-repeat #f7eeda;
	border-left:none;
}

#fullSub #subRightHeader {
	border-right: 1px #d3b062 solid;
}


.subHeader {
	height:28px !important;
	border-top:1px white solid;
	border-bottom:1px white solid;
	width:100%;
}

.subHeader h1 {
	font-family:"Trebuchet MS", serif;
	text-transform:uppercase;
	letter-spacing:3px;
	display:block;
	padding-left:10px;
	margin-top:5px;
	font-size:15px;
	font-weight:500;
	margin-bottom:0px;
	padding-bottom:0px;
	height:21px;
}

#subLeftHeader {
	background-color:#9e6610;
	color:#ebd5a5;
	text-align:center;
}

#subRightHeader {
	background-color:#d3b062;
	color:#77210a;
}

#subRightHeader h1 {
	padding-left:20px;
	padding-bottom:0px;
}

#subLeftContent {
	padding-top:5px;
}

#subLeftContent a {
	height:23px;
	text-align:center;
	color:#5e2e12;
	display:block;
	width:100%;
	padding-top:0px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;	
	font-weight:600;
	vertical-align:middle;
	line-height:22px;
}

#subLeftContent a:hover {
	background:url("../images/sub-nav-rollover.png") no-repeat center;
}

#subRightContent {
	padding-top:8px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#5e2e12;
	min-height:300px;
	line-height:18px;
}

#subRightContent i, em {
	color:#9e6610;
}

#subRightContent a {
	color:#5e2e12;
	text-decoration:underline;
	font-style:italic;
}

#subRightContent a:hover {
	text-decoration:none;
}

table.gallery {
	margin:0 auto;
	margin-top:10px;
	background:#d3b062;
	border:1px white solid;
}

table.gallery td {
	padding:10px;
	margin:10px;
}

table.gallery td img {
	border:5px #9e6610 solid;
}

table.gallery td:hover img, table.gallery td img:hover {
	border:5px #000 solid;
}

table.gallery td:hover {
	background:#77210a;
}


/* Main //////////////////////////////////////////////////////*/

#main {
	width:849px;
	border:1px white solid;
	border-top:none;
	margin:0 auto;
	margin-top:-15px;
	background-color:#9e6610;
}


#topHome {
	width:100%;
	height:16px;
	background:url("../images/top-bg.gif") repeat-y left;
	border-bottom:1px white solid;
	clear:both;
	color:white;
}

#bottomHome {
	clear:both;
	border-top:1px white solid;
	height:13px;
	background:url("../images/top-bg.gif") repeat-y left #9e6610;	
	color:white;
}

#topSub {
	width:100%;
	height:16px;
	background:url("../images/sub-top-bg.gif") repeat-y left #d3b062;
	border-bottom:1px white solid;
	clear:both;
	color:white;
}

#bottomSub {
	clear:both;
	border-top:1px white solid;
	height:13px;
	background:url("../images/sub-top-bg.gif") repeat-y left #d3b062;	
	color:white;
}



/* */

.on {
	background:url("../images/sub-nav-rollover.png") no-repeat center;
}

.off {
	background: none;
}

/* Footer //////////////////////////////////////////////////////*/

#footer {
	clear:both;
	font-family: "Trebuchet MS", sans-serif;
	color:#b18842;
	font-size:11px;
	text-align:center;
	margin:0 auto;
	margin-top:7px;
	height:22px;
	width:850px;
}

#footer img {
	display:inline;
	vertical-align:middle;
	position:relative;
	top:-2px;
}

#footer a, #footer a:visited {
	color:#9e6610;
}

#footer a:hover {
	color:#f7eeda;
}


