/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;

}
body {
	background-image: url(images/b_bak.jpg);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
    font-size:14px;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* ------------------------------------ Header -------------------------------------- */
#header {
	height: 205px;
	background-image: url(images/header1.jpg);
}
/* ------------------- Top Row -------------------- */
#top_row {
	text-align: left;
}
.ac_log {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FE9812;
	letter-spacing: -1px;
	padding-top: 13px;
	margin-right: 7px;
}

.ac_log1 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding-top: 13px;
	margin-right: 7px;
	margin-left:7px;
}

.ac_log2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FE9812;
	letter-spacing: -1px;
	padding-top: 13px;
	margin-right: 7px;
	margin-left: 40px;
}

.ac_log3 {
	float: left;
	font-size: 11px;
	color: #FE9812;
	letter-spacing: -1px;
	padding-top: 13px;
	margin-right: 7px;
	margin-left: 40px;
}

#from_home_login {
	float: left;
	padding-left: 3px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.h_login_title {
	float: left;
}

#from_home_login .log_box {
	float: left;
	border: 1px solid #383838;
	height: 17px;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 15px;
	width: 90px;
}
#but_login {
	float: left;
	background-color: #767676;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	width: 50px;
	border: 1px solid #999999;
	cursor: pointer;
	font-size: 11px;
}
#top_row p {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	letter-spacing: -1px;
}

a.not_member {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
a.not_member:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE9812;
	text-decoration: none;
	margin-right: 10px;
}
.orange {
	color: #FE9812;
}
#Heart {
	height: 20px;
	width: 20px;
	clear: both;
	margin-top: 83px;
	float: left;
	margin-left: 419px;
}

/* ------------------------------------ Top nav -------------------------------------- */
#top_nav {
	height: 38px;
	padding-left: 4px;
	clear: both;

}
#fancymenu {
	width: 100%;
	left: 0;
}
#wrapper #top_nav #fancymenu #main-nav .home_no_padd {
	padding-left: 0px;
}
#wrapper #top_nav #fancymenu #main-nav .contact_no_padd {
	padding-right: 0px;
}
#fancymenu ul {
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#fancymenu ul li {
	list-style: none;
	float: left;
}
* html #fancymenu ul li {
	z-index: 12;
	position: relative;
}
*+html #fancymenu ul li {
	z-index: 12;
	position: relative;
}
#fancymenu ul li a {
	color: #65656A;
	text-decoration: none;
	letter-spacing: 1px;
	float: left;
	z-index: 10;
	height: 23px;
	overflow: hidden;
	position: relative;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
#fancymenu ul li a:hover {
	color: #000000;
}
#fancymenu .background .left {
	height: 23px;
}
#fancymenu li.background {
	background: url(../images/fancymenu-bg.png) repeat;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
/* drop-down start */
#main-nav li:hover,
#main-nav li.hover {
	position: relative;
}
#main-nav li:hover ul,
#main-nav li.hover ul {
	display: block;
}
#main-nav li.hover ul li.hover ul, 
#main-nav li:hover ul li:hover ul {
	display: block;
}
#main-nav li.hover ul ul, 
#main-nav li:hover ul ul {
	display: none;
}
#main-nav li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 5px;
	margin: 0;
	padding: 3px 0 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	background: url(../images/spacer.gif) repeat;
	z-index: 999;
	width: 150px;
}
#main-nav li.item-3 ul,
#main-nav li.item-4 ul {
	left: -30px;
}
#main-nav li ul li ul {
	left: 150px;
	top: -3px;
}
#main-nav li ul li {
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
* html #main-nav li ul li {
	height: 1%;
	vertical-align: top;
}
#main-nav li ul li ul li {
	padding-left: 0px;
	color: #ECECEC;
}
#main-nav li ul li a {
	float: none;
	height: auto;
	display: block;
	width: 134px;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0;
	background-color: #2d2d2d;
	background-repeat: repeat-y;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#main-nav li ul li:hover a,
#main-nav li ul li.hover a {
	background-color: #d0d0d0;
}
#main-nav li ul li:hover ul li a,
#main-nav li ul li.hover ul li a {
	background-color: #7f7f7f;
	background-repeat: repeat-y;
}
#main-nav li ul li ul li a {
	color: #fcfcfc;

}
#main-nav li ul li ul li a:hover {
	background-color: #d0d0d0;
	color: #000000;
}
.sub {
	color: #65656A;
	display: block;
}
.sub:hover {
	color: #000000;
	display: block;
}
#top_gap {
	clear: both;
	width: 1000px;
	font-size: 1px;
	text-indent: -3000px;
	height: 4px;
	display: block;
}
*+html #top_gap {
	clear: both;
	width: 1000px;
	font-size: 1px;
	text-indent: -3000px;
	height: 8px;
	display: block;
}

/* ------------------------------------ Main Content -------------------------------------- */
#content {
	clear: both;
	background-image: url(images/content_back.gif);
	top: 300px;
	background-repeat: repeat-y;
}
#left_column {
	float: left;
	width: 165px;
	padding-top: 8px;
	padding-right: 7px;
	padding-left: 8px;
}
#left_column h6 {
	background-image: url(images/headers.gif);
	width: 145px;
	padding-top: 7px;
	color: #4d2e06;
	padding-left: 20px;
	padding-bottom: 6px;
	font-size: 13px;
	background-repeat: no-repeat;
}

.highlight { color:#CC3300;}

/* ------------ Quick Search ----------------- */
#quick_search {
	background-image: url(images/form_back.gif);
	background-position: left bottom;
	height:120px;
}


#country {
	margin-left: 10px;
	margin-top: 7px;
	width: 142px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 7px;
	border: 1px solid #b0b0b0;
	background-color: #FFFFFF;
}
#tbl_quick {
	width: 142px;
	margin-left: 10px;
}
#tbl_quick label {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	display: block;
	padding-bottom: 10px;
}
#age {
	width: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #65656A;
}
/* --------------- Sub Nav Left ------------------- */
#sub_nav {
	clear: both;
	margin-top: 20px;
	width: 165px;
}
#sub_nav ul{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#sub_nav ul li{
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#sub_nav ul li a{
	color: #4D2E06;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 23px;
	background-image: url(images/left_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;

} 
#sub_nav ul li a:hover, #sub_nav ul li a:focus{
	color: #000000;
	background-color: #E7E7E7;

}
#galleries {
	margin-top: 20px;
	background-image: url(images/galleries.jpg);
	background-position: left bottom;
}
a.cta_gall {
	display: block;
	padding-top: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 65px;
}
a.cta_gall:hover {
	display: block;
	padding-top: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 65px;
}
#business {
	margin-top: 20px;
	background-image: url(images/bussiness.jpg);
	background-position: left bottom;
}
a.cta_bus {
	display: block;
	padding-top: 62px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 25px;
	text-align: right;
	padding-right: 10px;
	line-height: 14px;
}
a.cta_bus:hover {
	display: block;
	padding-top: 62px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 25px;
	text-align: right;
	padding-right: 10px;
	line-height: 14px;
}
#travel {
	margin-top: 20px;
	background-image: url(images/travel.jpg);
	background-position: left bottom;
}
a.cta_trav {
	display: block;
	padding-top: 64px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	padding-bottom: 1px;
	padding-left: 25px;
	text-align: right;
	padding-right: 10px;
	line-height: 14px;
}
a.cta_trav:hover {
	display: block;
	padding-top: 64px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 1px;
	padding-left: 25px;
	text-align: right;
	padding-right: 10px;
	line-height: 14px;
}

#accom {
	margin-top: 20px;
	background-image: url(images/accom.jpg);
	background-position: left bottom;
}

#events {
	margin-top: 20px;
	background-image: url(images/events.jpg);
	background-position: left bottom;
}

/* --------------- Middle Column------------------- */
#middle_column {
	float: left;
	width: 643px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
}
#middle_column h1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	background-color: #e0e0e0;
	font-size: 18px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #232323;
	padding-left: 5px;
	margin-bottom: 10px;
}
#middle_column h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	background-color: #f3f3f3;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #585858;
	padding-left: 5px;
	margin-bottom: 10px;
}
#middle_column h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	background-color: #e0e0e0;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #232323;
	padding-left: 5px;
	margin-bottom: 5px;
}
#middle_column h4 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #585858;
	padding-left: 5px;
	margin-bottom: 0px;
}

#middle_column h5 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF6600;
	padding-left: 0px;
	margin-bottom: 0px;
}

#middle_column p {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 7px;
}
#latest_members {height: 200px;	padding-top: 10px;}
.latest_member_item {
	width: 160px;
	float: left;
	margin-bottom: 15px;
}
.profile {
	padding: 2px;
	border: 1px solid #999999;
	margin-bottom: 4px;
}

.view_profile {margin-bottom: 5px;}

.lab {
	margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}
.detail {
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 1px;
}
.sign_up {padding-bottom: 20px;}
strong {font-weight: bold;}
.brown {color: #333333;}

#middle_column ul {
    margin-left: 25px;
    list-style-type: disc;
    padding-bottom: 10px;
}
#middle_column li {
    font-size: 12px;
    padding-bottom: 1px;
    line-height: 14px;
}

.tablehead { background-color:#333333; color:#FFFFFF; line-height:20px;
}

/* --------------- Right Column ------------------- */
#right_column {
	float: left;
	text-align: center;
	width: 153px;
	padding-top: 10px;
}
.clearing {
	clear: both;
	font-size: 1px;
	text-indent: -3000px;
	height: 15px;
}
/* --------------- Footer ------------------- */
#footer {
	clear: both;
	margin-top: 20px;
	width: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 45px;
}
#footer_mid {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer_mid ul{padding: 0;margin: 0;}
#footer_mid ul li{display: inline;padding: 0;margin: 0;}
#footer_mid ul li a{
	color: #333333;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
} 
#footer_mid ul li a.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer_mid ul li a:hover, #footer_mid ul li a:focus{
	color: #333333;
	text-decoration: underline;
}
#two_left {
	float: left;
	width: 285px;
	padding-right: 20px;
}
#two_right {
	float: left;
	width: 320px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ededed;
}

#two_leftt {
	float: left;
	width: 335px;
	padding-right: 20px;
}
#two_rightt {
	float: left;
	width: 270px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ededed;
}



  A:link { text-decoration: none;color:#0066CC}
  A:visited { text-decoration: none;color:#0066CC}
  A:hover {color:#003399;}  
  A:active { text-decoration: none;color:#0066CC}  
  
  A.white:link { text-decoration: none;color:#ffffff}
  A.white:visited { text-decoration: none;color:#ffffff}
  A.white:hover {text-decoration: none;color:#ffffff;}  
  A.white:active { text-decoration: none;color:#ffffff}   
  
.normimage { background: #FAFAFA;border: 1px solid #E5E5E5;	padding: 5px;margin:4px;}

.subhead{ background-color:#616161; color:#FFFFFF; margin-left:12px; margin-bottom:6px;}

.greytext {color:#666666}

.button { 
	margin: 0;
	cursor:pointer;
	font: 1em Arial, Sans-serif; 
	padding: 3px 5px 3px 5px ; 
	color: #333333;	
	background:url(images/formbg.gif) repeat-x left top;
	border:none;
	width:80px;
}

.button:hover { background: #FF6600; color:#FFFFFF;	}


a.button1 { 
	margin: 0;
	cursor:pointer;
	font: 1em Arial, Sans-serif; 
	padding: 4px 2px 4px 2px ;
	color: #333333;	
	background:url(images/formbg.gif) repeat-x left top;
	border:none;
	text-align:center;
	display:inline-block;
	width:70px;}

a.button1:hover { background: #FF6600; color:#FFFFFF;	}
