@charset "UTF-8";

body {
	margin: 0px;
	color: #404031;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #7F7F61;
}

h1 {
	color: #300;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
}
h2 {
	color: #C60;
	font-weight: normal;
	font-size: 24px;
}
h3 {
	color: #C60;
	font-weight: normal;
	font-size: 16px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

a  		   { color: #36C;}
a:visited  { color: #36C;}
a:hover    {
	color: #E5B766;
	
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */


.bannerArea {
	width: 100%; height: 175px;
}

.bannerArea .container {
	width: 980px;
	height: 175px;
	background-image:url(images/banner_bkgd.jpg);
}

.titleBig {
	font-size: 30px;
	text-align: left;
	margin-top: 10px;
	padding-left: 40px;
	color: white;
}

.titleSmall {
	font-size: 14px;
	text-align: left;
	padding-left: 40px;
	color: white;

}

.bannernav {
	margin-top: 130px;
	margin-right: 20px;
	float: right;
	color: white;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
	color: #fff;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
}
.topnavigationArea .container {
	background-color: #404031;
	width: 980px;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 1px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, Times New Roman,Times, serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
}

.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFC;
}

.contentleft {
	width: 600px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	font-size: 14px;
}

.contentright {
	width: 600px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	font-size: 14px;
}

.contentfull {
	width: 900px;
	padding-left: 40px;
	float: left;
	font-size: 14px;
}

.sidebarright {
	float: left;
	padding-left: 30px;
	width: 230px;
}

.sidebarleft {
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	width: 230px;
	border-right-style: solid;
	border-right-width: 1px;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
}

.footerArea a { color: #7F7F61; }
.footerArea a:hover { color: #E5B766; }

.footerArea .container {
	height: 77px;
	background-color: #404031;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: white;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
}

/* IMAGES */

.mainImage {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 19px solid #BFBF92;
}

.rateImage {
	border: 10px solid #BFBF92;
}

.imageRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 10px solid #BFBF92;
}

/* iFrame */

.availFrame {
	height: 1100px;
	width: 600px;
	border: none;
}

.galleryFrame {
	height: 600px;
	width: 900px;
	border: none;
}
.imageborder {
	border: 19px solid #BFBF92;
}
