/* Top Elements */

* { margin: 0; padding: 0; }

body {

	background: #CCCCCC;

	font: 75%/1.6em Verdana, Tahoma, arial, sans-serif;

	color: #333; 

	text-align: center;

}



/* links */

a, a:visited {

	text-decoration: none;

	color: #769acd; 

	background: inherit;

}

a:hover {

	color: #769acd;
  text-decoration:underline;
	background: inherit;

}



/* headers */

h1, h2, h3 {

	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;

	font-weight: Bold; 		

}

h1 {

	font-size: 120%;	

}

h2 {

	font-size: 110%;

	text-transform: uppercase;

	color: #88ac0b;

}

h3 {

	font-size: 115%;
	color: #666666; 
}

h4 {
text-align:center;
border-bottom:1px dotted #e7e7e7;
border-top:1px dotted #e7e7e7;
margin: 5px 0 3px 0;
background:#f2f1e9;
}
#listings h3 {

 	font-size: 100%;

	color: #666; 

	border-bottom:1px dotted #ccc;

	padding-bottom:1px;

	margin-bottom:5px;

}
#descr{
margin:2px 5px 0 0;
padding:5px;
background:#e7e7e7;
}
/* images */

img {

	border: 2px solid #CCC;

}

img.float-right {

  margin: 5px 0px 10px 10px;  

}

img.float-left {

  margin: 5px 10px 10px 0px;

}



h1, h2, h3, p {

	padding: 10px;		

	margin: 0;

}



.geo h2{

	padding: 0px;		

	margin: 0;

} 



ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

	color: #88ac0b;	

}

ul span, ol span {

	color: #666666;

}



code {

  margin: 5px 0;

  padding: 10px;

  text-align: left;

  display: block;

  overflow: auto;  

  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;

  /* white-space: pre; */

  background: #FAFAFA;

  border: 1px solid #f2f2f2;  

}

acronym {

  cursor: help;

  border-bottom: 1px solid #777;

}

blockquote {

	margin: 10px;

 	padding: 0 0 0 28px;  

   border: 1px solid #f2f2f2; 

  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    

}



/* form elements */

form {

	margin:10px; padding: 0 5px;

	border: 1px solid #f2f2f2; 

	background-color: #FAFAFA; 

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}





input.button { 

	margin: 0; 

	font: bolder 12px Arial, Sans-serif; 

	border: 1px solid #CCC; 

	padding: 2px 3px; 

	background: #FFF;

	color: #88ac0b;

}



/* search */

form.search {

	position: absolute;

	top: 35px; right: 25px;

	background: transparent;

	border: none;	

}	

form.search input.textbox {

	margin: 0; padding: 1px 2px;

	width: 200px;

	background: #FFF;

	color: #333; 

}

form.search input.button {

	background: #CCC url(images/headerbg.gif) repeat-x;

	color: #333;

	border: none;	

	width: 70px; height: 21px;

}



/********************************************

   LAYOUT

********************************************/ 

#wrap {

	width: 820px;

	background: #CCC url(images/content.jpg) repeat-y center top;

	margin: 0 auto;

	text-align: left;

}

#content-wrap {

	clear: both;

	width: 760px;

	padding: 6px 0;

	margin: 0 auto;
	
  background: #fff;
}

#header {

	width: 820px;

	position: relative;

	height: 106px;

	background: #CCC url(images/header.jpg) no-repeat center top;

	padding: 0;

	font-size: 14px;

	color: #FFF;

}

#header b#logo-text {

	position: absolute;

	margin: 0; padding: 0;

	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;

	letter-spacing: -2px;

	word-spacing: -7px;

	color: #FFF;

	text-transform: none;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 28px; left: 50px;	

}

#header #slogan {

	position: absolute;

	margin: 0; padding: 0;

	font: normal .9em 'Trebuchet MS', Arial, Sans-serif;

	text-transform: none;

	color: #FFF;

		

	/* change the values of top and left to adjust the position of the slogan*/

	top: 80px; left: 58px;		

}



/* Menu */

#menu {

	clear: both;	

	margin: 0; padding: 0 40px 0 0;

	background: url(images/menu.jpg) repeat-y center top;	

	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;

	height: 26px;

}

#menu ul {

	float: right;

	list-style: none;

	margin:0; padding: 0;

}

#menu ul li {

	display: inline;

}

#menu ul li a {

	display: block;

	float: left;

	padding: 0 8px;

	color: #FFF;	

	text-decoration: none;

}

#menu ul li a:hover {

	background-color: #ECECEC;

	color: #333;	

}

#menu ul li#current a {	

	background-color: #FFF;

	color: #333;

}



/* Main Column */

#main {

	float: right;

	width: 72%;

	padding: 0; margin: 0;

}

#main h1 {

	margin-top: 10px;

	font: Bold 135% Verdana, 'Trebuchet MS', Sans-serif;

	color: #88ac0b;

	padding: 5px 0 5px 25px; 	

	border-bottom: 1px solid #EFF0F1;

	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	

}



.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 10px 0 10px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: url(images/clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: url(images/comment.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(images/page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}



/* Sidebar */	

#sidebar {

	float: left;

	width: 26.5%;

	padding: 0; margin: 0;	

}	

#sidebar h1 {

	margin-top: 10px;

	padding: 5px 0 5px 10px; 

	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;

	color: #555;

	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	

	border: 1px solid #EFF0F1;

}

#sidebar .left-box {

	border: 1px solid #EFF0F1; 

	margin: 0 0 5px 0;	

        overflow:hidden;

}

#sidebar ul.sidemenu {

	list-style: none;

	text-align: justify;

	margin: 3px 0 8px 0; padding: 0;

	text-decoration: none;		

}

#sidebar ul.sidemenu li {

	padding: 5px 15px 15px 15px;

	margin:0;	

}


#sidebar ul.sidemenu a {

	font-weight: bolder;

	text-decoration: none;	

	background-image: none;	

}

ul.navmenu {

	list-style: none;

	text-align: left;

	margin: 5px 0 8px 0; padding: 0;

	text-decoration: none;		

}



ul.navmenu li{

background: url(images/go.gif) no-repeat 5px 5px;	

	padding: 2px 0 2px 25px;

	margin: 0 2px;	

}

ul.navmenu a {

	font-weight: bolder;

	text-decoration: none;	

	background-image: none;	

}

.out {

   color:#c1be92;

   font-weight:bold;

   cursor:pointer;

   cursor:hand;

   font-size:8pt;

   line-height:9pt;

   }

.news {

   color:#999999;

   font-size:10px;

   margin:5px;

   overflow:hidden;

   line-height:12px;
border-top:1px dotted #e7e7e7;
padding:3px 0 0 0;

   } 

/* Footer */	
#footer {

	color: #666666;

	background: #CCC url(images/footer.jpg) no-repeat center top;

	clear: both;

	width: 820px;

	height: 55px;

	text-align: center;	

	font-size: 92%;

}
#foot {

	color: #666666;

	clear: both;

	padding:20px 0 0 0;

	text-align: center;	

	font-size: 92%;

}

#foot p { padding:0; }



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }

.gray { color: #CCC; }



/*phpld cats*/

.categ table {width:100%}

.categ td {width:50%}

.categ h2 {margin:0px;padding:5px}

.subcats {margin:0px 0px 0px 15px;padding:3px}



#listings{

margin-top:10px;

}

#listings b{

font-size:1.2em;
color:#696969;
}

.linkTpl {
width:100%;
padding:5px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background:#FCFCFC;
margin:10px 0 5px 0;
}
.linkTpl b{ 
font-weight:bold;
color:#B0BFAC !important;
font-size:1.2em !important;
}

.linkTpl a {

font-size:9pt;

}

.linkTpl p {

margin:0px !important;

padding:0px !important;

}

.www{
font-weight:bold;
color:#696969;
}
.mainS{
width:95%;
margin:auto;
}
#mainS h1 {
	margin-top: 10px;
	font: Bold 135% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}
.hp img{
border:none;
margin:5px 0 0 35px;
}
.hp {
font-weight:bold;
}
p.offer{
text-align:center;
margin:30px 30px 10px 30px;
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
background:#fafafa;
}
.formPage{
padding:10px;
}

.formPage td{
padding:5px;
}
td.city{
border:1px solid #e7e7e7;
}
.buttons{
text-align:right;
}
.text{
border:1px solid #ccc;
font-size:1.2em;
padding:3px;
width:400px
}

.price{
background:#e8f5fc;
border:1px solid #a3daf7;
}
.note{
font-size:.8em
}
.errForm{
color:red;
font-weight:bold;
}
.msg{
padding:5px;
font-weight:bold;
border:1px solid #7dd145;
background:#e0f9d0;
}
.err{
padding:5px;
font-weight:bold;
border:1px solid #ea2424;
background:#f88e8e;
}
.hp{
font-weight:bold;
}
.hp img{
margin:5px 0 0 30px;
}
p.offer{
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
background:#fafafa;
margin:30px;
text-align:center;
}