﻿/* MAIN
*/
body {
	
	font-family:Trebuchet,"Trebuchet MS",Helvetica,sans-serif;
	font-size: 13px;
	
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	background-color:#c9b588;
	background-repeat: repeat-x;
}
h1 {
	font-size: 24px;
	font-weight:normal;
	color:#91695d;
	margin:0;
	background-color:transparent;
}
h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight:normal;
	color:#b4956b;
	background-color:transparent;
	margin:0;
}
/* LINKS
*/

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	background-color:transparent;
}
a:hover {
	color: #E51D1A;
	text-decoration: none;
	background-color:transparent;
}
/* top MENU*/
.menuTop {
	width:673px;
	float:right;
}
.menuTop ul {
	margin: 0px;
	margin-top:30px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform:uppercase;
}
.menuTop li {
	font-size:11px;
	width: auto;
	float:left;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:25px;
	display:block;
}
.menuTop a {
	display: block;
	position:relative;
}
.menuTop a:link, .menuTop a:visited {
	color:#000000;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
}
.menuTop a:hover, .menuTop a:active {
	color: #3360A3;
	text-decoration: none;
}
/* top MENU*/
.bottomMenu {
	width:745px;
}
.bottomMenu ul {
	margin: 0px;
	padding-top:23px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform:uppercase;
	width:745px;
	margin:auto;
}
.bottomMenu li {
	font-size:11px;
	width: auto;
	float:left;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:25px;
	display:block;
}
.bottomMenu a {
	display: block;
}
.bottomMenu a:link, .bottomMenu a:visited {
	color:#6f4134;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
.bottomMenu a:hover, .bottomMenu a:active {
	color: #3360A3;
	text-decoration: none;
}
/* LAYOUT DIVS
*/
.Header {
	border:#9f7b4b;
	border-style: solid;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	height:112px;
	width:980px;
	text-align:right;
	clear:both;
}
.Navigation {
	height:36px;
	width:980px;
	float:left;
}
.Menu {
	height:36px;
	width:670px;
	float:left;
}
.MainPhoto {
	border:#FFF;
	border-style: solid;
	border-top-width:3px;
	border-bottom-width:3px;
	border-right-width:3px;
	border-left-width:3px;
	height:267px;
	width:974px;
	clear:both;
}
.MainDiv {
	width:980px;
	float:left;
}
.LeftColDiv {
	width:600px;
	float:left;
}
.RightColDiv {
	width:376px;
	float:left;
}
.BottomNavigation {
	height:70px;
	width:980px;
	clear:both;
}
.BottomNavigation ul {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height:35px;
	text-transform:uppercase;
	padding-top:35px;
}
.BottomNavigation li {
	color: #000;
	background-color: #FFF;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #cfbda5;
	float:left;
	height:35px;
}
.BottomNavigation a {
	display: block;
}
.BottomNavigation a:link, .BottomNavigation a:visited {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.BottomNavigation a:hover, .BottomNavigation a:active {
	color: #999;
	text-decoration: none;
	background-color: #FFFFFF;
}
.Footer {
	border:#cfbda5;
	border-style: solid;
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	height:80px;
	width:980px;
	text-align:center;
	clear:both;
}
.ClearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.TextDiv {
	float:left;
	width:auto;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
}
.TabDiv {
	float:left;
	width:100%;
}
.BannerDiv {
	float:left;
	width:100%;
}
/* COPYRIGHT
*/

.cr {
	color: #999999;
	text-decoration: none;
	background-color:transparent;
}
.cr a:link, .cr a:visited {
	color: #999999;
	text-decoration: none;
	background-color:transparent;
}
.cr a:hover {
	color: #000000;
	text-decoration: none;
	background-color:transparent;
}
.cr_nl a:link, .cr_nl a:visited {
	color: #999999;
	background-color:transparent;
	text-decoration: none;
	cursor: text;
}
.cr_nl a:hover {
	color: #999999;
	text-decoration: none;
	background-color:transparent;
	cursor: text;
}
/**** TEMPLATE ****/
div.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
.main {
	width:980px;
	margin:auto;
	margin-top:15px;
}
.roundTop {
	background-image:url(../images/round_up.png);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	width:980px;
	height:20px;
}
.header {
	width:956px;
	padding-left:12px;
	padding-right:12px;
	background-color:#FFFFFF;
}
.logoLeft {
	width:283px;
	float:left;
}
.logoLeft img {
	border:none;
}
.flash {
	width:956px;
	padding-left:12px;
	padding-right:12px;
	background-color:#FFFFFF;
}
.content {
	width:956px;
	padding-left:12px;
	padding-right:12px;
	background-color:#FFFFFF;
}
.bottomMenu {
	width:956px;
	height:56px;
	padding-left:12px;
	padding-right:12px;
	background-image:url(../images/round_down.png);
	background-repeat:no-repeat;
	background-position:top;
}
.footer {
	width:956px;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	padding:15px;
	font-size:12px;
	color:#6f4134;
}
.go1 {
	background-color:#c9b588;
	width:65px;
	height:5px !important;
	padding:0 !important;
	margin:0 0 10px 0;
	z-index:100;
	position: absolute;
	left:445px;
	top: 55px;
}
.go2 {
	background-color: #FFFFFF;
	width:65px;
	height:417px;
	z-index:100;
	position: absolute;
	left:445px;
	top:110px;
}
.leftColumnTop {
	width:956px;
	padding-left:12px;
	padding-right:12px;
	background-color:#FFFFFF;
	float:left;
}
.leftColumn {
	width:620px;
	float:left;
	padding:10px;
	padding-top:0px;
	padding-right:20px;
}
.rightColumn {
	width:305px;
	float:right;
}
.imageBanner {
	width:320px;
	height:141px;
	float:left;
	background-image:url(../images/vertical.gif);
	background-repeat:no-repeat;
	background-position:right;
	z-index:100;
	margin-left:-10px;
}
.imageBannerOver
{
	background-color:#000000;
	display:none;
	height:28px;
	color:#FFFFFF;
	width:266px;
	margin-left:14px;
	margin-top:-52px;
	z-index:10;
	position:relative;
	padding:5px;
}
.imageBannerOver h1
{
	color:#FFFFFF;
}
.language a:link, .language a:visited {
	width:auto;
	margin-right:30px;
	float:right;
	background-color: #000000;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
}
.language a:hover {
	color:#000000;
	background-color:#c3a666;
}
div#tabs {
	font-size:11px;
}
.inputContainer {
	width:100px;
	float:left;
}
.inputText {
	width:100px;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:4px;
	float:left;
}
.inputField {
	background-image:url(../images/dateField.png);
	background-repeat:no-repeat;
	padding:3px;
	width:116px;
	float:left;
}
.inputField input, .inputField select {
	border:none;
	float: left;
	display:block;
	width:90px;
	padding-top:3px;
	background-color: transparent;
}
.inputField img {
	border:none;
	float: left;
	display:block;
	width:19px;
	height:20px;
}

.inputField2 {
	border:1px solid #cccccc;
	padding:0px;
	width:160px;
	float:left;
}
.inputField2 input, .inputField2 select {
	border:none;
	float: left;
	display:block;
	width:135px;
	padding-top:1px;
	font-size:12px;
	background-color: transparent;
}
.inputField2 img {
	border:none;
	float: right;
	display:block;
	width:19px;
	height:20px;
	margin:1px;
}

.submitImage {
	width:120px;
	height:30px;
	float: left;
	background-color: transparent;
	border:none;
	margin-top:20px;
	display:block;
}
/* VALIDATION */
.re_star {
	color:#f00;
	padding-right:5px;
}
ul#error_messages{
	background-color:#ece2cf;
	padding:10px;
	display:none;
	color:#fff;
}
div#response_messages{
	background-color:#ece2cf;
	padding:10px;
	display:none;
	margin-bottom:10px;
}

ul#error_messages li{
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	list-style-type:none;
}
input.error {
	border: 1px solid #f00;
}
textarea.error {
	border: 1px solid #f00;
}
label.error {
	color:#f00;
	vertical-align:top;
	background-image:url(../images/warning.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:10px;
	display:inline !important;
}
label.valid {
	vertical-align:top;
	background-image:url(../images/check2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:10px;
}
#ui-datepicker-div {
	font-size:12px;
}
.imageBanner h1
{
	color:#FFFFFF;
	font-size:20px;
}
.imageBanner p
{
	color:#FFFFFF;
	font-size:11px;
}