body {
	margin:0px;
	padding:0px;
	background:url(img/mainbg.jpg) top repeat-x #d9cfac;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

img {
	border:none;
}

td, th {
	text-align: left;
}

thead tr,thead th {
	background-color: #d9dfd5;
}

thead th {
	border-bottom: 1px solid black;
}

thead a {
	text-decoration: none;
}

thead img {
	vertical-align: middle;
}

tr.odd, tr.odd td, td.odd {
	background-color: #f1ffe8;
}

.spacer {
	clear:both;
}

.photo_main {
	display:block;
	height:350px;
}

.photo_main img {
	float:left;
}

.right {
	float:right;
}


.photo_right {
	float:right;
	margin:15px;
}

.footbtns {
	display:block;
	clear:both; 
	height:57px; 
	overflow:hidden;
	margin-top:-3px;
	text-align:center;
}


.join {
	font-size:14px; 
	color:#000000; 
	font-weight:bold;
	margin-top:-4px;
	margin-bottom:5px;
}

.join img {
	vertical-align:text-bottom;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear: both;
}

.field label {
	float: left;
	width: 90px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.base_form fieldset {
	float: left;
	display: block;
	border: none;
}

.base_form fieldset label {
	float: left;
	display: block;
	width: 120px;
	padding: 5px;
	text-align: right;
}

.base_form fieldset .text_input {
	width: 250px;
}

.base_form label.wide_form {
		width: 200px;
}

.base_form input.wide_form {
		width: 200px;
}

.base_form textarea.wide_form {
		width: 200px;
		height: 100px;
}

.base_form .submit {
	margin-left: 140px;
}

.floatr {
	float:right;
	margin:0px 0px 10px 10px;
	}
	
/********** container styles ***********/

#container {
	width:950px; 
	margin:0px auto;
}

/********** header style ***********/

#header {
	height:116px; 
	background:#FFFFFF; 
	margin-top:18px; 
	padding:12px;
	overflow:hidden;
}
div  > /**/ #header {
	height:106px; 
	}
#header .logo {
	height:85px;
}


#header .logo .left {
	float:left;
}

#header .logo .right {
	float:right; 
	width:225px;
}

#header .logo .right .signform {
	float:right; 
	text-align:right;
}

#header .signform .txtbox {
	width:110px; 
	margin:3px 0px;
	border:1px solid #babfc4;
	padding-left:5px;
	font-size:10px;
	height:16px;
}

#header .signform .btn {
	margin-top:5px;
}

/********** topmenu styles ************/

#topmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topmenu ul li {
	display:block;
	float:left;
	width:120px;
	border-top:10px solid #000000;
	text-align:center;
	margin:0px 1px;
}

#topmenu a {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#666666;
	padding-bottom:5px;
}

#topmenu .item1 {
	border-color:#c9c645;
}

#topmenu .item2 {
	border-color:#859c06;
}

#topmenu .item3 {
	border-color:#c2dfe7;
}

#topmenu .item4 {
	border-color:#7b9fab;
}

#topmenu .item5 {
	border-color:#b9ab7e;
}

#topmenu .item6 {
	border-color:#917243;
}

#topmenu li:hover {
	border-color:#000000;
}

#topmenu li:hover .subitems {
	display:block;
}

#topmenu li a:hover {
	 color:#000000;
}

#topmenu .sfhover {
	border-color:#000000;
}

#topmenu .subitems {
 	position:absolute;
	z-index:100;
	margin-left:-62px;
	display:none;
}

div  > /**/ #topmenu .subitems {
	margin-left:-2px;
	margin-top:0px;
}

#topmenu .subitems li {
	display:block;
	float:none;
	border:1px solid #FFFFFF;
	background:#917243;
	border-top:none;
	/*height:20px;*/
	text-align:left;
	width:120px;
	margin-bottom:-3px;
}

div > /**/ #topmenu .subitems li {
	margin-bottom:0px;
}

#topmenu .subitems a {
	color:#FFFFFF;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}

#topmenu .subitems a:hover {
	background:#b9ab7e;
}

#topmenu .sfhover .subitems {
	display:block;
}
/*********** leftnav styles ***********/

#leftnav {
	width:165px; 
	float:left;
}

#leftnav ul {
	margin:0px;
	padding:0px;
	width:165px; 
}

#leftnav li {
	display:block;
	/*height:25px;*/
	margin-top:1px;
	line-height: 25px;
}

#leftnav li a {
	display:block;
	/*height:20px;*/
	font-size:13px;
	color:#9e3b14;
	text-decoration:none;
	padding-left:20px;
}

#leftnav li a:hover {
	background:#a44722;
	color:#FFFFFF;
}

#leftnav .active a {
	background:#a44722;
	color:#FFFFFF;
}

/*********** content styles **********/

#content {
	background:#FFFFFF; 
	padding:15px 15px; 
	margin-top:18px;
}

#content .leftcol {
	width:742px; 
	float:left;

}

#content .rightcol {
	float:right;
	text-align:center;
}

/*********** content_sub styles **********/

#content_sub {
	background:url(img/border.gif) 165px repeat-y #FFFFFF;
	margin-top:18px; 
	padding:30px 0px;
}

#content_sub .main {
	width:550px; 
	float:left; 
	padding-left:40px;
}

#content_sub .main_wide {
	float:left; 
	width: 650px;
	padding-left:40px;
}

#blog .left,.leftsec {
	float: left;
	width: 475px;
}

#blog .right,.rightsec {
	float: left;
	width: 65px;
	padding-left: 10px;
}

.blog_post .blog_post_header h2, .blog_post .blog_post_header h3, .blog_post .blog_post_header h4 {
	float: left;
	font-size: 12px;
	vertical-align: middle;
	padding: 0;
	line-height: 20px;
	margin: 0;
}

.blog_post .blog_post_header h3,.blog_post .blog_post_header h4 {
	margin-left: 20px;
}

.blog_comments .comment {
	margin-left: 20px;
}

.blog_comments .comment h3 {
	font-size: 12px;
	color:#9e3b14;
}

.pager {
	text-align: right;
}

#content_sub h1 {
	font-size:16px; 
	color:#9e3b14; 
	margin-top:0px;
}

#content_sub h2 {
	font-size:13px; 
	color:#9e3b14;
}

#content_sub .ads {
	float:right; 
	padding-right:15px;
}

#content_sub a {
	color:#8f9c43;
	font-weight:bold;
}

/*********** columns styles *************/

.columns .colsleft {
	width:365px; 
	float:left;
}

.columns .colsright {
	width:365px; 
	float:right;
}

.columns a {
	color:#859c06;
}



/*********** box styles ************/

.box {
	display:block;
	background:url(img/box_outerbg.jpg) repeat-x #bdcfd5;
	overflow:hidden;
	margin:16px 0px;
	padding-left:10px;
	width:355px;
}

.box .wrap {
	background:url(img/box_innerbg.jpg) repeat-x #fef8ec; 
	border:1px solid #cccccc; 
	border-left:none;
	padding:10px;
	width:334px;
}

.box h1 {
	color:#9e3b14;
	text-decoration:underline;
	font-size:16px;
	font-family:'Arial Narrow',Arial,san-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.box .cont {
	overflow:hidden;
	float:left; 
	width:228px;
}

.box .cont img {
	margin:0px;
	padding:0px;
}

.box .cont label {
	 float:left;
	 font-weight:bold;
}

.box .cont select {
  	 width:155px; 
	 float:right;
}

.box .cont .spacer {
	padding-top:7px;
}



.box .pic {
	float:right; 
	display:block;
	margin-top:-36px;
	margin-right:-3px; 
	margin-bottom:0px; 
	height:84px; 
	overflow:hidden;
}

div > /**/ .box .pic {
	margin-top:-36px;
	margin-right:-6px; 
	margin-bottom:-6px; 
}

.h95 {
	height:95px;
}

.h95 .wrap {
	display:block;
	height:73px;
	overflow:hidden;
}

.h206 {
	height:206px;
}

.h206 .wrap {
	display:block;
	height:184px;
	overflow:hidden;
}
/********** profile styles ***********/

.profile {
	font-size:12px;  
	color:#000000;
}

.profile .photo {
	float:left;
}

.profile .info {
	float:right; 
	text-align:right;
}

/*********** footer styles *************/

#footer {
	color:#917243; 
	font-size:11px; 
	padding:10px 18px 30px 18px;
	position: relative;
}

#footer_right {
	position: absolute;
	right: 18px;
	top: 10px;
}

.prof {
	margin-bottom: 20px;
}

.odd_prof {
	background-color: #E5E5E5;
}

.prof .image {
	float: left;
}

.prof .details {
	float: left;
	margin-left: 20px;
}

.agent {
	width: 100px;
	margin: 0 0 15px 15px;
}

.category {
	float: left;
	margin-right: 10px;
	width: 170px;
	margin-bottom: 10px;
	text-align: center;
}

.category .image {
	text-align: center;
}

.category .image,.category .image img {
	width: 100px;
}

.classified {
	margin-left: 10px;
}

.btn {
	border: none;
	background-color: #917243;
	color: white;
}

.signform a {
	font-size:13px;
	color:#9e3b14;
	text-decoration:none;
}

#calendarDiv {
	position:absolute;
	width:225px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-size:12px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	text-align: center;
	cursor:pointer;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #315788;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
	font-weight: bold;
	background-color: #E2EBED;	
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:221px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

#left_month, #right_month, #calendar_close {
	cursor: pointer;
	color: white;
}

.calendar_picker {
	cursor: pointer;
	vertical-align: middle;
}


