* {
    margin: 0;
    padding: 0;
}
div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #B7A851;
    font-size: 14px;
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 



fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol {
	list-style-position: outside;
	padding-left: 5px;
} 

caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
 
abbr,acronym { 
	border:0; 
} 
body{
background:#FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* Div IDs */
/* ------------------------------------------------------------------------------------------------------------------------- */
#container {
	width: 840px;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;

	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#green {
	width: 840px;
	margin: 0 auto;
	height: 121px;
	background-repeat: no-repeat;
	background-image: url(../images/headerfall.gif);
}
#green2 {
	width: 840px;
	margin: 0 auto;
	height: 91px;
	background-repeat: no-repeat;
	background-image: url(../images/headerfall3.jpg);
}
#fall {
	width: 840px;
	margin: 0 auto;
	height: 286px;
	background-repeat: no-repeat;
	background-image: url(../images/inn_fall.jpg);
}
#fall2 {
	width: 840px;
	margin: 0 auto;
	height: 318px;
	background-repeat: no-repeat;
	background-image: url(../images/inn_fall2.jpg);
}
#ctrpage {
	width: 840px;
	margin: 0 auto;
	height: auto;
	background-color:#FFFFFF;
	float:center;
}
#menubar {
	top: 0px;
	left: 0px;
	width: 840px;
	line-height: 35px;
	background-image: url(../images/redbar.gif);
	background-repeat: repeat-x;	
}
#menubar li {
	font-size: 15px;
	text-align: center;
	padding: 0px 0px 0px 50px;
	display: inline;
}
#menubar li a {
    color: #FFF;
    text-decoration: none;

}

#menubar li a:hover {
    color: #dad2a3;
}

#menubar ul  {
    font-size: 15px;
}

#mini-nav {
    line-height: 22px;
    text-align: center;
    font-size: 13px;
	width: 840px;
	margin: 0 auto;
	position: relative;
	height: 33px;
	background-color: #990000;	
}

#mini-nav a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

#mini-nav a:hover {
    color: #dad2a3;
}
#space {
	width: 840px;
	margin: 0 auto;
	position: relative;
	height: 15px;
}


#footer {
	clear:both;
	width: 840px;
	height:50px;
	background:#990000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-top: 20px;
}
#footer a {
	color:#ffffff;
}
#footer a hover {
	color:#ffffff;
}
#footer a visited {
	color:#ffffff;
}
#footer li {
	text-align: center;
	padding: 15px 15px 0 0px;
	display: inline;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer li a {
    height: 40px;
    color: #FFF;
    text-decoration: underline;
}

#footer li a:hover {
    color: #dad2a3;
}
/*-------------------------*/
/* content */
/*-------------------------*/

.bold { font-weight: bold; }
p.center { text-align: center; }
p.strong {
	text-align: left;
	font-weight: bold;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content  {	
	width: 840px;
	height: auto;
	background-color:#FFFFFF;
	min-height: 550px;
}

#content p {
	margin-bottom: 0px;
	text-decoration: none;
	color: #333333;
	padding: 0px 60px 0px 70px;
	line-height: 22px;
}
#content a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
	color: #333333;
}
#content .table.padded-table td { 
padding: 20px; 
}

#content-table p {
    align: center;
	margin-bottom: 0px;
	text-decoration: none;
	color: #333333;
	padding: 0 0 0 0;
}

.left-img {
	float: left;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 25px;	
}
.left-imgabout {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;	
}
.left-imglogo {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}
.right-imgabout {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	
}

#title {
	min-height: 75px;
	width: 840px;
	
}
.title-img {
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 70px;
	
}
.table-img {
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 70px;
	line-height: 25px;
	padding: 5px;
}
.center-img {
    float: center;
    margin: 25px 50px 0px 25px;
	
}

/*-------------------------*/
/* slideshow */
/*-------------------------*/

#fadeshow1 {
	width: 625px;
	height: auto;
	background-color:#ffffff;
	background-image: url(../images/back_white.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 25px;

}
#fadeshow2 {
	width: 840px;
	height: auto;
	background-color:#ffffff;
	min-height: 300px;
}
.specialfield {
	display: none;
}
#frmFormMailContainer {width:70%;}