@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Tahoma, Verdana;
}

body, div, span, a, p, td, h1, h2, h3, h4, h5 {
	font-size: 13px !important;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 15px;
}

body {
	min-width: 880px;
	text-align:	center;
	background-color: #eae4ce; /* #ded6b4; */
}

#main-wrapper {
	text-align: left;
	width: 880px;
	height: 480px;
	margin: 0px auto;
	background-color: #FFFFFF;
	position: relative;
	top: 50px;
	border: 1px solid #5e3931;
}

#branding {
	padding: 20px;
}

#menu,
#sub-menu {
	width: 882px;
	position: relative;
	left: -1px;
	height: 26px;
	overflow: hidden;
}
#menu {
	background-color: #d4e0fa; /* #55c5e9; */
}
#sub-menu {
	background-color: #e9f8f9; /* #dcf4f6; */
	text-align: center;
}
#sub-menu ul {
	margin: auto;
}
#menu ul,
#sub-menu ul {
	position: relative;
	right: 25px;
	float: right;
}
#menu ul li,
#sub-menu ul li {
	display: inline;
}
#menu li a,
#sub-menu li a {
	padding: 5px 9px;
	background-color: transparent;
	text-decoration: none;
	color: #5e3931;
	display: block;
	float: left;
	margin-left: 17px;
	text-transform: uppercase;
	font-weight: normal;
	background-image: url("/images/menu-arrow.gif");
	background-position: 2px center;
	background-repeat: no-repeat;
}
#menu li a:hover,
#sub-menu li a:hover {
	color: #b2867d;
}

#menu li a.active {
	background-color: #e9f8f9;
}

#sub-menu li a.active {
	background-color: #FFFFFF;
}

#page-wrapper {
	background-color: #FFFFFF;
}

.page {
	padding: 20px 20px 20px 20px;
	text-align: justify;
	height: 295px;
	overflow: hidden;
}

.content {
	height: 275px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px; /* Scroll bar */
}

a {
	color: #5e3931;
	font-weight: bold;
}

.short { /* Should go after the page *and* content like class="page short" */
	height: 269px;
}

#two-column-page .left {
	float: left;
	width: 47%;
}

#two-column-page .right {
	float: right;
	width: 47%;
}
		
.clear {
	clear: both;
}

.v-middle {
	vertical-align: middle;
}

.alt1 {
	background-color: #eae4ce;
	padding: 5px;
}

input, select, textarea {
	border: 1px dotted #666666;
	vertical-align: middle;
	padding: 5px 10px;
}

.form-label {
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}

.required {
	color: #a33038;
}

.table-head td {
	background-color: #5e3931;
	color: #EFEFEF;
	padding: 5px;
	font-weight: bold;
}

.table-head td a {
	color:#CCCCCC;
}

.table-data td {
	padding: 5px 3px;
}

.note {
	color: #FF0000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px !important;
	color: #5e3931;
}

.page ul {
	list-style-position: inside;
	padding: 0px 50px;
}

.page ul li {
	margin-bottom: 10px;
	padding-left: 17px;
	text-indent: -17px;
}

#Contact_Form input {
	border: 1px dotted #666666;
	vertical-align: middle;
	padding: 2px 3px;
	font-size: 8pt;
}

.small-form-field {
	padding: 2px 3px;
	font-size: 8pt;
}

.gallery {
	text-align: left;
}

.gallery a img {
	padding: 2px;
	border: 1px solid #5e3931;
	margin: 8px 25px;
}

.video-gallery {
	text-align: left;
}

.video-gallery a img {
	padding: 2px;
	border: 1px solid #5e3931;
	margin: 10px;
}

#developer {
	text-align: right;
	width: 880px;
	margin: 1px auto;
}

#developer a {
	font-size: 6pt;
	text-decoration: none;
	font-weight: normal;
}