/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:10px;
	margin:0 auto;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.flag {
	color: #fff;
	font-size: 16px;
text-transform: uppercase;
font-weight:bold;
}

.img_border {
	padding: 2px;
	border: 1px solid #664d34;
}

.input {
	background-color: #595732;
	border: 1px solid #888650;
}

.name { color:#fff; }


.detail-thumb {
	position:relative;
	width:80px;
	height:60px;
	float:left;
	padding:2px 2px 0 0;
}

.listing-left {
	position:relative;
	width:360px;
	height:auto;
	float:left;
}

.listing-right {
	position:relative;
	width:250px;
	height:auto;
	float:right;
	text-align:center;
}

.photo-gallery {
	position:relative;
	top:0;
	left:0;
	float:left;
	height:250px;
	width:200px;
}

.detail-photo {
	text-align:center;
	height:auto;
	min-height:170px;
    height:auto !important;
    height:170px;
	
}

.detail-photo img {
	width:250px;
	height:168px;
}

.listing-thumbs {
	position:relative;
	height:180px;
	OVERFLOW : auto;
	overflow-y:hidden;
	WIDTH : 250px; 
}


.listing-thumb {
	padding:2px;
	margin: 5px;
	
}

.contact-form {
	width:320px;
	height:auto;
	background-color:#6C6B3F;
	color:white;
	padding:10px;
	border:3px solid white;
}

#popup-box { 
	position:absolute;
	top:400px;
	left:-100px;
	background-color:#483018;
	color:white;
	padding:10px;
	font-size:11px;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:910px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:245px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:245px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:0;
	left:0;
	width:950px;
	height:53px;
	float: right;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-sub.jpg);
}

#content_left {
	position:relative;
	top:0;
	left:0;
	width:680px;
	height:auto;
	float: left;
	color: #b4b098;
}

#container_top {
	position:relative;
	top:0;
	left:0;
	width:613px;
	height:auto;
	font-size: 18px;
	line-height: 34px;
	background-color: #161104;
	padding: 20px 30px 20px 40px;
}

#container_btm {
	position:relative;
	top:0;
	left:0;
	width:613px;
	height:auto;
	font-size: 11px;
	line-height: 20px;
	background-color: #472f17;
	padding: 30px 30px 20px 40px;
}

/* ---- start main content settings -------------- */

.content_main {
	position:relative;
	top:0;
	left:0;
	width:613px;
	height:auto;
}

#communities {
	position:relative;
	top:0;
	left:0;
	width:609px;
	height:140px;
	margin: 10px 0;
	border: 1px solid #664d34;
}

#comm_img {
	 float:left;
	 width: 195px;
	 height: 140px;
	 border-right: 1px solid #664d34;
}

#comm_text {
	 float:right;
	 width: 400px;
	 height: auto;
	 padding: 10px 0 0 0;
}


.comm-img {
	padding:2px;
	margin: 5px 0 2px 0;
	border: 1px solid #664d34;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:207px;
    min-height:1000px;
    height:auto !important;
    height:1000px;
	color: #f1efc1;
	padding: 0 10px 10px 10px;
	background-repeat: repeat-y;
	background-image: url(images/bg_sidebar.jpg);
margin-left:3px;
}

#side_bar strong { color: #fff; }

#side_bar .flag {
	margin: 10px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:41px;
	clear:both;
	color: #f1efc1;
	padding: 40px 0 0 40px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:53px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:61px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -53px;
}



a#nav_02 {
	width:62px;
	background-position:-61px 0;
}

a:hover#nav_02{
	background-position:-61px -53px;
}


a#nav_03 {
	width:63px;
	background-position:-123px 0;
}

a:hover#nav_03{
	background-position:-123px -53px;
}


a#nav_04 {
	width:62px;
	background-position:-186px 0;
}

a:hover#nav_04{
	background-position:-186px -53px;
}


a#nav_05 {
	width:56px;
	background-position:-248px 0;
}

a:hover#nav_05{
	background-position:-248px -53px;
}



a#nav_06 {
	width:83px;
	background-position:-304px 0;
}

a:hover#nav_06{
	background-position:-304px -53px;
}

a#nav_07 {
	width:68px;
	background-position:-387px 0;
}

a:hover#nav_07{
	background-position:-387px -53px;
}

a#nav_08 {
	width:71px;
	background-position:-455px 0;
}

a:hover#nav_08{
	background-position:-455px -53px;
}
a#nav_09 {
	width:86px;
	background-position:-526px 0;
}

a:hover#nav_09{
	background-position:526px -53px;
}
a#nav_10 {
	width:73px;
	background-position:-612px 0;
}

a:hover#nav_10{
	background-position:-612px -53px;
}
a#nav_11 {
	width:110px;
	background-position:-685px 0;
}

a:hover#nav_11{
	background-position:-685px -53px;
}
a#nav_12 {
	width:87px;
	background-position:-795px 0;
}

a:hover#nav_12{
	background-position:-795px -53px;
}
a#nav_13 {
	width:68px;
	background-position:-882px 0;
}

a:hover#nav_13{
	background-position:-882px -53px;
}




.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
 