/*_________________________________________ MAIN LAYOUT ___*/

* {	margin: 0px;
	padding: 0px;}
	
/* mac hide \*/
html, body {height:100%;}
/* end hide*/

body {
	text-align: center;}
	
div#outer {
	min-height: 100%;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;}
body#home div#outer {width: 881px;}
	
div#slideshow {
  width: 881px;
  height: 455px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;;}

div#clearheader {
	height: 230px;}
	
div#clearfooter {
	clear: both;
	height: 50px;}
	
div#header {
	width: 100%;
	position: absolute;
	top: 0px;}	
	
div#footer {
	width: 100%;
	height: 50px;}
	
div#leftcol {
	width: 209px;
	float:left;
	position: relative;
  margin-left:7px;
  padding: 10px;
  text-align: left;}
	
div#content {
  padding: 10px 20px;
	margin-left: 237px;
  text-align: left;}
  
body#search div#content {
  float: left; margin: 0;
	width: 775px;
  padding: 10px 20px 20px 10px;}
  
body#search div#content, body#search div#content p {text-align: center;}
	
div#rightcol {
  float: right;
  width: 155px;
  padding: 10px 15px 10px 0;
  text-align: left;}
	
div.centered {
	width: 980px;
	margin-left: auto;
	margin-right: auto;}
body#home div.centered {width: 881px;}
	
/*_________________________________________ MAIN BACKGROUNDS ___*/

div#header div.centered, div#wbg{
	background: #fff url('../imgs/header_top.gif') repeat-x top;}
body {background: #002b45;}
	
 div#outer {
	background: #fff url('../imgs/outer_bg.gif') repeat-y;}
body#search div#outer {
	background: #fff url('../imgs/outer_s_bg.gif') repeat-y;}
	
div#footer div.centered {
	background: #002b45 url('../imgs/content_bottom.gif') no-repeat top;
	padding-top: 20px;
	height: 30px;}

body#search div#footer div.centered {
	background: #002b45 url('../imgs/content_s_bottom.gif') no-repeat top;}
	
/*_________________________________________ MAIN RULES ___*/
body {
  font-family: Georgia, "Times New Roman", serif;
  color: #555;
  font-size: 14px;}

img {border: none;}

p {text-align: justify;
margin-bottom: 20px;}

ul {list-style-type: none;}

a { font-weight: bold;
  color: #555;}

a:visited { color: #999;}

a:hover {color: #1D7CFF;}

h1 a, h2 a {
  color: #435E83;
  text-decoration: none;}

h1, h2, h3, h4 {
  color: #435E83;
  margin-bottom: 10px;
  text-align: left;}
  
h1.emptyletter {
  color: #aaa;}
  
optgroup {
 color: #435E83;
 font-style: normal;
 font-size: 14px;
 font-weight: bold;
 margin-top: 10px;}
 
optgroup option {
  color: #333;}
  
h1 { font-size: 18px;
    padding-bottom: 4px;
    background: url('../imgs/header_underline.jpg') no-repeat bottom left;}

h2 { font-size: 16px;}

h3 {font-size: 14px;}

h4 {font-size: 13px;
font-style: italic;}

h6 {font-size: 11px;
font-style: italic;}
	
acronym, abbr {
  color: #435E83;
  text-transform: uppercase;
  font-weight: bold;}
  
blockquote {
  background: #f5f5f5;
  border: solid 1px #ccc;
  padding: 15px;
  margin: 0 10px 10px 10px;
  text-align: justify;}
  
ol {margin-left: 30px;}

li {margin-bottom: 5px;}

span.warning, span.warning a {
  color: #e63;}
  
span.warning a:hover {
  color: #a22;}
/*_________________________________________ ADMIN LOGIN___*/

div#login {
  width: 250px;
  height: 190px;
  padding: 75px 9px 9px 0;
  background: url('../imgs/adminlogin_bg.gif') no-repeat;
  margin:30px auto 0 auto; }

div#login form {
  width: 200px;
  margin: 0 auto 0 auto;}
  
div#login form input {
  width: 200px;
  height: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #888;}
  
div#login form input#submit {
  width: 120px;
  height: 22px;
  font-size: 12px;
  color: #000;}

div#login form label {
  font-size: 11px;
  color: #666;
  font-family: arial, sans-serif;
  display: block;
  text-align: left;}
  
/*_________________________________________ ADMIN Tables___*/

#admin #content table {
  width: 590px;
  border-collapse: collapse;
  }
  
#admin #content table td {
  border-bottom: solid 1px #ccc;
  padding: 5px;}
  
#admin #content table th {
  border-bottom: solid 4px #ccc;
  padding: 5px;
  margin-bottom: 4px;}
  
/*_________________________________________ ADMIN FORMS___*/


#admin form label {
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  display: block;
  width: 130px;
  text-align: right;
  margin-right: 10px;
  color: #888;
  float: left;}
  
  
#admin td label,
#admin th label {
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  display: block;
  width: 80px;
  text-align: right;
  margin-right: 10px;
  color: #888;
  float: left;}
  
#admin form#agent_form label,  
#admin form#link_form label,
#admin form#slideshow_settings label,
#admin form#main_settings label {
  width: 200px;}
  
  
#admin fieldset {
  background: #f6f6fa;
  border: solid 1px #ccc;
  padding: 12px 4px 8px 4px;
  margin: 6px 0 6px 0;}
  
#admin legend {
  margin-left: 25px;
  padding: 0 10px 0 10px;
  color: #555;
  background: #fff;}
  
#admin small {
  display: block;
  margin-bottom: 10px;}
 
  
#admin form input, #admin form textarea, #admin form select {
  margin-bottom: 10px;}
  
#admin form select {
  width: 205px;}


#admin form input.radio,
#admin form input#prop_limit,
#admin form input#agent_limit,
#admin form input.short {
width: 50px;
float: left;
margin-bottom: 0px;}
  
#admin form p {
  margin: 0px;}
  
#admin form input.submit {
  padding: 0 10px 0 10px;
  margin-left: 10px;}

#admin form#agent_form input.submit,  
#admin form#link_form input.submit,
#admin form#menu_assignment_form input.submit,
#admin form#page_form input.submit,
#admin form#main_settings input.submit,
#admin form#slideshow_settings input.submit,
#admin form#property_form input.submit,
#admin form#properties_addimg input.submit {
  float: right;
  margin-right: 10px;}
  
#admin form#searchform label, #admin form#searchform select, #admin form#searchform input, #admin form#searchform input.submit  {
  float: none;
  display: inline;
  width: auto;
  margin: 0px;
  padding: 0px}
  
#admin form#searchform {
  margin-bottom: 15px;}
  
 
/*_________________________________________ HEADER SECTION___*/

#logo, #adminlogo {
  text-align: right;
  padding:15px 100px 3px 0;}
  
#topmenu {
  background: #fff;
  height: 30px;}
  
  
#informational {
  background: #fff;
  height: 25px;
  margin: 0 1px 0 6px;}
  
 
  
#content_top {
  background: #fff url('../imgs/content_top.gif') no-repeat;
  height: 16px;
  overflow: hidden;}
body#search #content_top {
  background: #fff url('../imgs/content_s_top.gif') no-repeat;}
  
/*_________________________________________ FOOTER SECTION___*/
#footer, #homepage_footer {
  font-size: 11px;
  font-family: arial, sans-serif;
  color: #49778c;}
  
/*_________________________________________ TOP MENU___*/


#topmenu ul li {
  padding: 7px 20px 0;
  overflow: hidden;
  float: left;
  padding-top: 7px;}

body#home #topmenu ul li {padding: 7px 12px 0;}
  
 
/*_________________________________________ SIDE MENU___*/

ul#sidemenu li {
margin-bottom: 20px;}

#rightcol ul#sidemenu li {
margin-bottom: 10px;}

ul#sidemenu li a, span.menulink{
  display: block;
  font-weight: bold;
  min-height: 18px;
  padding-bottom: 6px;
  width: 219px;
  color: #435E83;
  text-transform: uppercase;
  text-decoration: none;
  background: url('../imgs/underline.gif') no-repeat bottom left;}
  
#rightcol ul#sidemenu li a, #rightcol span.menulink {
width: 150px;
}

ul#sidemenu li a:hover {
 color: #1D7CFF;}
 
ul#sidemenu ul {
  margin-left: 10px;}
  
#rightcol ul#sidemenu ul {
  margin: 10px 0 0;}

ul#sidemenu li ul li {
  padding-bottom: 0px;
  margin-bottom: 2px;
  background: none;}  

ul#sidemenu ul li a, span.menusublink {
  display: inline;
  font-style: italic;
  text-transform: capitalize;
  color: #6185A5;
  font-size: 15px;
  background: none;}
  
span.menusublink {
  font-weight: bold;
  margin-left: 20px;}

ul#sidemenu ul li a:hover {
  color: #6185A5;
  text-decoration: underline;}

/*_________________________________________ PAGINATION ___*/

#informational {
  padding-top: 5px;
  overflow: hidden;
  text-align: right;
  font-size: 16px;
  color: #999;
  font-family: 'times new roman';}
  
#informational span {
  background:  #6185A5; 
  color: #fff;
  font-weight: bold;
  margin-right: 5px;}
  
#informational span.empty {
  background:  #fff; 
  color: #ccc;}
  
#informational a {
  margin-right: 5px;
  font-weight: bold;
  text-decoration: none;}
  
#fixedpagination {
  background: #fff;
  height: 23px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: right;
  width: 850px;
	margin-left: -425px;
  position: fixed; top: 200px; left: 50%;}
  
/*_________________________________________ PROPERTIES LISTING___*/

.prop_listing, .prop_detail {
  margin-bottom: 20px;}
  
.prop_detail .images {
  float: left;
  width: 160px;}

.prop_listing div.img, .prop_detail .images div.img {
  background: url('../imgs/prop_img_bg.jpg') no-repeat;
  padding: 12px 9px 15px 16px;}

#admin div.img {
  float: left;
  margin-right: 20px;
  background: url('../imgs/prop_img_bg.jpg') no-repeat;
  padding: 12px 9px 15px 16px;}
  
#admin div.img + blockquote {
  margin-left: 180px;}
  
.prop_detail div.info {
  margin-left: 180px;}
  
.prop_listing div.info {
  float: right;
  width: 405px;
  display: inline;}
  
.price {
  font-weight: bold;
  color: #885A18;}
  
.prop_listing hr, hr {
    clear: right;
    border: none;
    width: 552px;
    height: 12px;
    background: url('../imgs/hr_bg.gif') no-repeat center top;}
    
img.seedetails {
  border: solid 2px #fff;}
    
a:hover img.seedetails {
  border: solid 2px #ccc;}
  
/*_________________________________________ AGENTS LISTING___*/

.agent_listing {
  margin-bottom: 20px;}

.agent_listing div.img {
  background: url('../imgs/agent_img_bg.jpg') no-repeat;
  padding: 9px 13px 11px 14px;}

#admin div.aimg {
  float: left;
  margin-right: 20px;
  background: url('../imgs/agent_img_bg.jpg') no-repeat;
  padding: 9px 13px 11px 14px;}
  
#admin div.aimg + blockquote {
  margin-left: 130px;
  min-height: 126px;}
  
.agent_listing div.info {
  float: right;
  width: 480px;
  display: inline;}
  
.agent_listing h1 a img {
  float: right;
  margin-top: 10px;
  border: solid 2px #fff;}
  
.agent_listing h1 a:hover img {
  border: solid 2px #ccc;}
    
.agent_listing hr {
    clear: right;
    border: none;
    width: 452px;
    height: 12px;
    margin-left: 140px;
    background: url('../imgs/hr_bg.gif') no-repeat center top;}
    
.agent_detail p.smallinfo {
  font-size: 14px;
  margin-bottom: 10px;}
  
a.toplink {
  display: block;
  padding: 5px;
  margin-bottom: 15px;
  background: #e2f2ff;
  text-align: right;
  border-bottom: solid 1px #c5d5e5;}

/*_________________________________________ AGENTS DETAILED VIEW___*/

#agentphoto {
  text-align: center;
  width: 204px;
  float:left;
  background: url('../imgs/agentphoto_bg.gif') repeat-y top right;}
  
#agentphoto .img {
  width: 160px;
  height: 247px;
  margin: 10px 0 10px 0;
  padding: 11px 15px 13px 19px;
  background: url('../imgs/agentphoto_border.gif') no-repeat;}
  
#agentphoto ul {
  text-align: left;
  padding-bottom: 10px;
  background: url('../imgs/agentphoto_bot_bg.gif') no-repeat bottom right;}
  
#agentphoto ul li{
  margin-top: 8px;}
  
#agentphoto ul li a{
  color: #6185A5;
  font-style: italic;
  text-decoration: none;}
  
#agentphoto ul li a:hover {
  text-decoration: underline;}
  
#agentinfo {
  width: 385px;
  float: right;
  padding: 15px 0 15px 15px;}

#agentinfo form {
  margin: 20px 0 10px 0;}
  
#agentinfo form label {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  text-align: right;
  font-family: arial, sans-serif;
  color: #666;
  font-size: 11px;}
  
#agentinfo form input {
  width: 200px;
  margin-bottom: 10px;}
  
#agentinfo form textarea {
  margin-bottom: 10px;}
  
#agentinfo form input#submit {
  margin: 0 0 0 110px;}
  
  /*_________________________________________ CONTACT FORM___*/
  
form#contactmail {
  width: 500px;
  margin: 20px auto 10px auto;}
  
form#contactmail  label {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  text-align: right;
  font-family: arial, sans-serif;
  color: #666;
  font-size: 11px;}
  
form#contactmail  input {
  width: 200px;
  margin-bottom: 10px;}
  
form#contactmail  textarea {
  margin-bottom: 10px;}
  
form#contactmail  input#submit {
  margin: 0 0 0 110px;}
  /*_________________________________________ ERROR 404___*/
  
#ermessage{
  width: 550px;
  margin: 0 auto 0 auto;
  font-size: 18px;
  color: #6587B6;}
  
#ermessage p {
  text-align: center;
  line-height: 150%;}
  
#ermessage h1 {
  font-size: 24px;
  background: none;
  text-align: center;}
    
/*_________________________________________ AGENTS ID'S IN POPUP___*/
div.agent_id {
  width: 260px;
  height: 40px;
  float: left;
  text-align: left;}
  
div.agent_id div{
  width: 45px;
  float: left;
  text-align: left;
  font-size: 14px;
  font-weight: bold;}
