html
{
     margin: 0px;
     padding: 0px;
     height: 100%;
     
}
body {
   /*background:#E1D4C0 url("../images/layout/sides_body.gif") repeat-y center top;*/
    background:#E1D4C0 url("../images/layout/sides.jpg") repeat-y center top;
    color: #000;
    margin: 0px;
    padding: 0px;    
}
#wrapper {
	margin: 0px auto;
	width: 750px;
	padding: 0 20px 0 20px;
}
#header {
    width: 100%;
	text-align: center;
	background:#03467a url("../images/layout/sides_header.jpg") repeat-y center top;
}
#menu {
    border-bottom: 2px orange solid;
}
#footer {
    display: block;
    clear: both;
    padding: 10px;
}
#tab_menu {
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	width: 750px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
}
#tab_menu li {
    float: left;
    margin: 0;
    padding: 0;
}
#tab_menu a {
    width: 125px;
    display: block;
    text-decoration: none;
    color: black;
    /*background-color: #f1f6fc;*/
}
#tab_menu a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff9900;
}
#selected a {
    color: #fff;
    background-color: #ff9900;
}

#sub_tab_menu {
    font-size: medium;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub_tab_menu ul {
    
}

#sub_tab_menu li {
    float:left;
    margin:0;
    padding:0;
    width: 150px;
    
    /*border-top: 3px solid orange;*/
}

#sub_tab_menu a {
    width: 100%;
    display:block;
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted #fff;
}


#sub_tab_menu a:hover {
    border-bottom: 1px solid orange;
}

#sub_selected a {
    border-bottom: 1px solid orange;
}
#sub_menu {
    width: 480px;
    float: left;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.sub_menu_item {
     /*background-image: url('../images/layout/linkback-blue-selected.gif');*/
     /* background-repeat: repeat-x;*/
     background: #E1D4C0;
     float: left;
     margin-right: 1px;
     padding: 5px;
      width: 140px;
     text-align: center;
}
.sub_menu_item a {
    display: block;
    width: 140px;
    color: #000;
}
.sub_menu_item_selected {
      background: #03467a;
     /*background-image: url('../images/layout/linkback-blue-selected.gif');*/
     /*background-repeat: repeat-x;     */
     float: left;
     margin-right: 1px;
     padding: 5px;
      width: 140px;
     text-align: center;
}
.sub_menu_item_selected a {
    display: block;
    width: 140px;
    color: #fff;
}
#content {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
	width: 500px;
	float: left;
    padding: 10px;
    background-color: #fef5ed;
}
#sidebar {
	width: 200px;
	float: left;
    padding: 5px 0px 0px 10px;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 10px;
}
#content_cell {
    text-align: center;
}

#sell a {
    display: block;
    height: 130px;
    background-image: url('../images/submenu_house.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#rent_out a {
    display: block;
    height: 130px;
    background-image: url('../images/submenu_rent.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#caretaker a {
    display: block;
    height: 130px;
    background-image: url('../images/submenu_groundskeeperwillie.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.flash_notice {
    border: 1px solid blue;
    background-color: #EEF;
}

.flash_warning {
    border: 1px solid red;
    background-color: #FEE;
}


.listing_small {
    border-bottom: 1px solid #ff9900;
    width: 100%;
}

.listing_full {
     font-size: 12px;
}

a:hover {
    /*color: green;*/
    /*text-decoration: underline;*/
}
a.banana {
   display: block;
   color: #fff;
   background: #ff9900; /* url('../images/layout/banana.gif');*/
   background-repeat: no-repeat;
  /* height: 75px;*/
   /*width: 200px;*/
   width: 50%;
   margin: 0 auto;
   padding: 5px 5px 5px 5px;
   text-align: center;
   font-size: 20px;
   text-decoration: underline;
} 
a.banana:hover {
   text-decoration: none;
}
h1 {
    color: #470002;
    margin: 0pt;
    margin-bottom: 4pt;
    font-size: 1.4em;
}
h2 {
    color: #470002;
    font-size: 1.2em;
    margin: 0pt;
    margin-bottom: 3pt;
}
h3 {
    color: #470002;
    font-size: 1em;
    margin: 0pt;
    margin-bottom: 2pt;
}
.comment {
    background-color: #99ff00;
    }
.float {
    float: left;
    margin-right: 2px;
}

.highlighted {
    font-size: 1.1em;
}

.strongmarker {
    background-color: #fffd5a;	
}

.marker {
    background-color: #fffeaf;	
}

.redmarker {
    background-color: #ffcccc;	
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

.errorExplanation {
    border: solid 1px red;
    background-color: #FEE;
}

.important {
    color: red;
}
.notice {
    font-size: 0.8em;
    font-style: italic;
    color: #333;
}
.pricetable td {
    padding: 5px;
}

.example {
    font-size: 70%;
    background-color: #ccccff;
    /*border: 1px solid blue;*/
    padding: 5px;
}

.largeexample {
    background-color: #0cf;
    /*border: 1px solid #BBF;*/
   padding: 10px;
}

.floatleft {
    float: left;
}
.clear {
    clear: both;
}

.demo_notice {
	background-color: #fee; 
	width: 100%; 
	position: absolute; 
	text-align: center;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*order*/
/*.order-now a {
    display: block;
    height: 75px;
    width: 200px;
    color: #fff;
    font-size: 22px;
    line-height: 350%;
    background-image: url('../images/layout/order-now-back.gif');
    background-repeat: no-repeat;
    text-align: center;
}*/
.bestillinger {
    float: left;
    font-size: 14px;
    background: #ff9900;
    margin: 0 10px 20px 0;
    padding: 10px;
    text-align: center;
}
bestillinger a {
    display: block;
}
bestillinger a:hover {
    color: white;
}
.bestill {
    height: 100px;
    width: 500px;
}
.external_link {
  padding-right: 15px;
  background: url('../images/layout/extlink.gif') no-repeat right center;
}

.listing_info_bar
{
    font-size: 12px;
}

.image_box img
{
    vertical-align: middle;
    border: 1px solid #000;
}

.image_box a {
    border: none;
}

/*login*/
.login_form {
    padding: 10px;
    float: left;
    width: 480px;
    background: #E1D4C0;
}
.login_menu a {
    width: 155px;
    display: block;
    height: 25px;
    padding: 0 0 0 5px;
}
.login_type {
    float: left;
    background: #ccc;
    margin: 0 1px 0 0;
}    
.login_type_selected {
    float: left;
    background: #E1D4C0;
    margin: 0 1px 0 0;
}
.login_field {
    margin: 0 0 10px 0;
}

hr {
    color: #ff9900;
    background-color: #ff9900;
    height: 1px;
    border: 0px;
 }
 
 .tooltip {
    padding: 5px; 
    background-color: #FFF;
    border: 1px solid #E1D4C0;
    width: 100%;
    font-size: 90%;
 }
 
 .frontpage_link {
    font-weight: bold;
    font-size: 18px;
}

.listing_sold {
	display: block;
	font-size: 24px;
	background-color: #E1D4C0;
	border: 1px solid #E1D4C0;
}