@CHARSET "ISO-8859-1";

*{ margin: 0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img { border: 0px; }

html, body {height: 100%;}

a{
	color:#8d899d;
}
body {
	background-color:#e6e1c9;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	width: 100%;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

#header{
	margin:0 auto;
	width: 100%;
	height:125px;
	text-align:center;
	background-color:#d2c89e;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#headerImg{
	margin:0 auto;
}

#logo{ float:left;}
#header a{
	outline:none;
}
#header a:hover,#header a:hover img{
	/* CSS3 standard */
  opacity:0.6;
	/* for IE */
  filter:alpha(opacity=60);
}
#nav{
	width:260px;
	margin-top:55px;
	float:right;
}
#slideShow{
	margin:0 auto;
	width:914px;
	height:495px;
}
#content{
	margin:0 auto;
	padding-top:0px;
	width:1000px;
}
#sideColumn{
	width:370px;
	height:680px;
	float:left;
	margin:0px;
	padding-bottom:0px;
	text-align:left;
	line-height:18px;
	font-size:12px;
	color:#a6a1b6;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#pageCopy{
	width:625px;
	height:680px;
	float:left;
	margin:0px;
	padding-bottom:0px;
	text-align:right;
	line-height:18px;
	font-size:12px;
	color:#a6a1b6;
	background-color:#f0eddf;
}

#content .tourPage{
	width:825px;
	height:680px;
	float:none;
	margin:0 auto;
	text-align:left;
	background-color:#e6e1c9;
}

#tourHolder{
	width:800px;
	height:400px;
	margin:10px 0px 0px 3px;
	padding:7px;
	background-color:#d2c89e;
}

#footer{
	margin:0 auto;
	width:100%;
	height:100px;
	text-align:center;
	background-color:#e6e1c9;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footNav{
	float:left;
	width:200px;
	height:25px;
	font-size:12px;
	color:#a6a1b6;
}
#footNav a{
	font-size:12px;
	line-height:14px;
	color:#8d899d;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
#footNav a:hover{
	font-size:12px;
	color:#262f50;
	text-decoration:none;
	
}
#smSold{
	float:right;
	color:#1a2e46;
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#smSold a{
	color:#424153;
	text-decoration:none;
	font-size:10px;
}
#smSold a:hover{
	color:#ffffff;
	font-size:10px;
}
#logos{
	width:60px;
	margin-right:10px;
	float:right;
}

/*---------- form Styles ---------------------*/
.formBox{
	width:255px;
	height:50px;
	float:left;
	margin:0px 15px 0px 0px;
}
.messageBox{
	width:540px;
	float:left;
	margin:0px 15px 0px 0px;
}
.submitBtn{
	color:#a6a2bb;
	background-color:#201d31;
}
input{
	border: thin solid #a6a2bb;	
}
textarea{width:520px; height:70px;border: thin solid #a6a2bb;}
.inputX1{width:55px}
.inputX2{ width:250px}
/*---------- clearing floats hacks ---------------------*/
.clear {
clear:both;
height:1px;
font-size:1px;
line-height:1px;
overflow:hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */