@import url("form.css");
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E3E3E6 url("images/img01.gif") repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3 {
	color: #000;
}
h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	line-height: 167%;
	font-size: 107%;
}
blockquote {
	margin-left: 2em;
}
ol {
	margin-left: 2em;
}
ol p {
	font-size: 100%;
}
ol a {
	font-size: 80%;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 1em;
	background: url("images/img07.gif") no-repeat left top;
}
img.left {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #be7729;
}
img.right {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #be7729;
}
a {
	text-decoration: none;
	color: #be7729;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 760px;
	height: 40px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	display: inline;
	background: none;
}
#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
	color:#fff;
}
#menu a:hover {
	background: #BE9262;
	text-decoration: none;
	color: #000;
}
#menu b {
	text-decoration: underline;
}
/* Logo */

#logo {
	width: 760px;
	height: 220px;
	margin: 0 auto;
}
/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url("images/img03.gif") repeat-y;
}
/* Content */

#content {
	float: left;
	width: 460px;
	padding: 20px 30px 20px 30px;
}
#featured {
	width: 450px;
	padding: 0 5px;
	margin-bottom: 15px;
}
#featured p {
	margin: 3px 0;
}
#featured img { /*image border color*/
	border: 1px solid #BE9262;
	float: left;
	margin: 5px 15px 5px 0;
	background-color: #fff;
}
#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url("images/img04.gif") repeat-x left bottom;
}
.floating-box {
	float: left;
	width: 220px;
}
.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}
.floating-box img {
	border: 3px solid #be7729;
	padding: 2px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	border-top: 1px solid #fff;
}
#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url("images/img09.gif") no-repeat right bottom;
	border-left: 5px solid #a98258;
}
#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}
#links {
}
#links ul {
	background: url("images/img04.gif") repeat-x left bottom;
}
#links li {
	padding: 5px 0;
	background: url("images/img04.gif") repeat-x left top;
}
#links a {
	padding-left: 1em;
	background: url("images/img08.gif") no-repeat left center;
	color: #fff;
}
/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}
#footer .links {
	float: left;
	width: 460px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #fff;
	font-size: 85%;
}
#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #be7729;
	text-align: right;
	font-size: 85%;
	color: #fff;
}
#imageSlideshowHolder {
	z-index:1;
	margin:0 auto;   /*"Air" */
	/*float:right;  Floating gallery at the right side of other web page content */    
	width:760px;  /* Image width */
	height:180px;  /* Image height */
	position:relative;  /* Don't remove this line */
}
/* Don't change these values */
#imageSlideshowHolder img {
	position:absolute;
	left:0;
	top:0;
}
