body, html {
	margin: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	color: #4A4B30;
	background: url(../images/bg.jpg) repeat-y center top;
}

#container {
	background: url(../images/bg-bottom.jpg) no-repeat center bottom;
	min-height: 1000px;
}

#wrapper {
	width: 960px;
	padding: 0 14px;
	margin: 0 auto;
	background: url(../images/bg_body.png) center top;
}

#header {
	/*background: url(../images/header_bg.gif) repeat-x;*/
	
}

#header .background {
	position:absolute;
	top: 0;
	height: 338px;
}

#header .top {
	height: 338px;
}

#header .logo {
	position: relative;
	padding-top: 10px;
	text-align: center;
}

#header .menu {
	/*margin-top: 2px;*/
}

#header .menu ul {
	border: 2px solid #A7AF62;
	border-right: none;
	border-left: none;
	background: #4A4B30;
	margin: 0;
	padding: 13px 0 13px 0;
	list-style: none;
	text-align: center;
}

#header .menu ul li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	margin: 0 40px 0 0;
	text-transform: uppercase;
}

#header .menu ul li.last {
	margin: 0;
}

#header .menu ul li.last.active a {
	margin: 0;
}

#header .menu ul li.active a {
	text-decoration: underline;
}

#header .menu ul li a {
	color: #FFF;
	text-decoration: none;
}

#header .menu ul li a:hover {
	text-decoration: underline;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #A7AF62;
	background: #4A4B30;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	color: #FFF;
	line-height: 20px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
	background: url(../images/divider.gif) no-repeat 100% 2px;
}

#footer ul li.final {
	background: none;
}

#body {
	width: 928px;
	background:url(../images/bg.gif);
	padding: 0px 16px 16px 16px;
	font-size: 12px;
}

#body .half {
	width: 444px;
}

#body .right_margin_cols {
	margin-right: 40px;
}

#body a {
	color: #4A4B30;
	text-decoration: underline;
}

#body a:hover {
	color: #74754A;
	text-decoration: underline;
}

* .gallery.sepia {
	height: 512px;
}

* .gallery .gallery_loading {
	height: 514px;
	background: #fff;
	text-align: center;
}

* .gallery .gallery_loading img {
	padding-top: 207px;
}

* .gallery .controller {
	border: 1px solid #ADAE80;
	background: #E7E7DA;
	padding: 2px;
	overflow: hidden;
	height: 48px;
}

* .gallery #image_area {
	width: 928px;
	height: 460px;
}

* .gallery .divider {
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

* .gallery .play_pause {
	margin-top: 12px;
	margin-left: 4px;
	margin-right: 4px;
}

/* FORMS */
form {
	margin: 0;
}

form.onblack {
	color: #FFF;
}

form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 5px;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #D32015;
}
form label {
	width: 100px; /* Width of labels */
}

form input, 
form select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	padding: 4px;
}

form textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	padding: 4px;
	overflow: hidden;
}

form input.button {
	background: url(../images/button.gif) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4B30;
	width: 86px;
	height: 21px;
	padding-top: 3px;
	text-align: center;
}

form .padding {
	padding: 20px;
}

/*
COMMON
*/
#body a.button {
	background: url(../images/button.gif) no-repeat;
	width: 86px;
	height: 21px;
	padding-top: 3px;
	text-align: center;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4B30;
	text-decoration: none;
	cursor: pointer;
}

#body a.button:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

img.float_left {
	margin: 0 10px 10px 0;
}

img.float_right {
	margin: 0 0 10px 10px;
}

img.border {
	border: 2px solid #CCCDB1;
	padding: 12px;
	background: #371A13;
}

img.border_sm {
	border: 1px solid #CCCDB1;
}

img.border_pad {
	border: 1px solid #CCCDB1;
	padding: 2px;
	background: #fff;
}

.clear {
	clear: both;
}

.line {
	height: 1px;
	background: #CCCDB1;
	margin: 10px 0;
}

h1 {
	padding-top: 32px;
	margin: 0 0 15px 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 26px;
	color: #4A4B30;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCDB1;
	letter-spacing: -1px;
}


h2 {
	margin: 0 0 4px 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	color: #4A4B30;
	font-weight: normal;
}

h3 {
	margin: 0 0 4px 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	color: #4A4B30;
	font-weight: normal;
}

h3 a {
	color: #4A4B30;
	text-decoration: underline;
}

h3 a:hover {
	color: #74754A;
	text-decoration: underline;
}

h4 {
	margin: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 22px;
	color: #4A4B30;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 8px;
	letter-spacing: -1px;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.default a {
	color: #4A4B30;
	font-weight: bold;
	text-decoration: none;
}

.default a:hover {
	text-decoration: underline;
}

.uppercased {
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
	line-height: 18px;
}


