html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

html {
	background-color: #f4f2e5;
}
/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background:#f4f2e5 url('/liveoak/images/loh_back.png') repeat-x;
    color: #222;
    font: 11px verdana, arial, helvetica, sans-serif;
	text-align:center;
}

.innerbody {
	text-align:center;
	margin: 0 auto;
	width: 900px;
}


a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
    color: #48802c;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
	background-color: #fff;

}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background-color: #b2d1ff;

}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.topbar {
	height: 80px;
	background-color: white;
	width:100%;
	margin-top: 0px;
	top: 0;

}
#navbar {
	
}
#2logo {
	margin-top: 14px;
	margin-left: 50px;
}
#2logoname {
	margin-left: 56px;
}
#logo {
display:block;
float:left;
margin-top: 14px;
margin-left:-11px;
}
#logoname {
display:block;
margin-left:-1px;
float:left;
margin-top: 24px;
}
.clear {
	clear:both;
}
#content {
	min-height: 280px;
	height:auto;
	display:block;
}
#navbar {
	margin-left: 16%;
	font-size: 110%;

}
#navbar ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#navbar li {
	float:left;
}
#navbar a {
	display:block;
	padding: 1em;
	margin-left: 1em;
}
#navbar a:hover {
/*
	background-color: #99f;
*/
	background-color: #79BAEC;
	
}

#footer{
	margin-top: 2em;
	color: #ccc;
	font-size: .8em;
	height:3em;
}
#footernav {
	float:right;
	margin-right: 8em;
}
#footernav ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#footernav li {
	float:left;
}
#footernav a {
	color: #bbb;
	display:block;
	padding: 12px;
	margin-left: 0.6em;
}
#footernav a:hover {
	color: #79BAEC;
}

#footertext {
/*	margin-left: 8em;*/
	float:left;	
text-align:left;
}
#innercontent {
	min-height:450px;
}
#neighborhoodleft {
	text-align:left;
	float:left;
	width: 240px;
/*	height: 400px; */
	
}
#neighborhoodright {
	width:240px;
	float:left;
}
#neighborhoodcenter {
	padding-top: 2em;
	margin-left: 2em;
	float:left;
	margin-right: 15px;
	text-align:left;
	width: 340px;
/*	background-color: #deddb1; */
/*	background-color: #EEE9BF;*/
/*	background-color: #EEEed1;*/
}
.neighborhoodcentername {
	margin-top: -1em;
	padding-top: 1em;
	background-color: #336600;
	color: #EEE8cd;
}
.neighborhoodname {
	font-weight: bold;
}
.neighborhooddesc {
	font-style:italic;
	padding-bottom: 2em;
}
.neighborhoodimage {
	float:left;
	width: 100px;
	height: 80px;
	margin-right: 1em;
}
.neighborhoodview {
	margin-bottom: 3em;
	padding-left: 1em;
	padding-right:1em;
	padding-bottom: 2em;
}
#availhomelist {
	background-color: #EEEed1;
	color: black;
}
.regionview {
	border-bottom: thin solid white;	
}
.regionview h2 {
	width:100%;
	text-align:center;
	text-align:center;
	font-size:1.2em;
	color: #EEE8cd;
	padding-bottom:1em;
}
.regionview h3 {
	width:100%;
	text-align:center;
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	color: #084580;
	color: #EEE8cd;
	padding-bottom:1em;
}


.modelhomechoose {
	border-top: thin solid white;
	border-bottom: thin solid white;
	text-align:center;
}
.model{
	border-bottom: thin solid white;
	margin-bottom: 1em;
	padding-bottom: .3em;
	cursor:pointer;
}
.modelimage {
	width: 100px;
	float:left;
	padding-top: 1em;
	padding-left: 1em;
}
.modelinfo {
	float:left;
	padding-left: 2em;
	padding-top: 1em;
}
.modelcontact {
	float:left;
	
}
#nhoodTitle {
	font-size: 1.3em;
	margin-top: .5em;
	margin-bottom: .5em;
	text-align:left;
}
#nhoodText {
	text-align:left;
}
.availhome {
	border-bottom: thin solid white;
	margin-bottom: 1em;
	padding-bottom: .3em;
}
.availhomeimage {
	width: 100px;
	float:left;
	padding-right: 1em;
}
.availhomeinfo {
	float:left;
}
.availhomeinfo a:link {
	text-decoration: none;
}
.availhomeinfo a:visited{
	text-decoration: none;
}
.availhomeinfo a:hover{
	text-decoration: underline;
}

.availhomename a:link{
	text-decoration: none ;
}
.availhomename a:visited{
	text-decoration: none;
}
.availhomename a:hover{
	text-decoration: underline;
}
.availhomename {
	font-weight:bold;
}
.availhomeagent {
	border:thin solid white;
	float:left;
}
#modelwhole {
	background-color: #deddb1;
	min-height:300px;
	text-align:left;
}
#modelleft {
	text-align:left;
	float:left;
	width: 400px;
	height: 400px;
	padding-top: 1em;
	padding-left: 1em;
}

#modelright{
	padding-top: 2em;
	padding-left: 4em;
	float:right;
	padding-left: 15px;
	text-align:left;
	width: 50%;
	background-color: #deddb1;
	margin-bottom: 5em;
}
.modelname {
	font-size: 1.2em;

}
#modelotherinfo {
	float:left;
	width:75%;
}
#modelcontact {
	border: thin white solid;
	padding: 1em;
	margin-bottom: 3em;
}

#availhomewhole {
	background-color: #deddb1;
	min-height:300px;
}
#availhomeleft {
	float:left;
	width: 400px;
	height: 400px;
}
#availhomeright{
	padding-top: 2em;
	padding-left: 4em;
	float:right;
	padding-left: 15px;
	margin-right: 15px;
	text-align:left;
	width: 50%;
	background-color: #deddb1;
	margin-bottom: 5em;
}
.availhomename {
	font-size: 1.2em;

}
#availhomeotherinfo {
	float:left;
	width:50%;
	margin-left: 2em;
}
#availhomecontact {
	border: thin white solid;
	padding: 1em;
	margin-bottom: 3em;
	margin-left:2em;
	margin-top:2em;
}

.innerwhite {
	background-color:white;
}
.stateview h3 {
		text-align:center;
		font-weight:bold;
		font-size:1.3em;
		width:100%;
		background-color: #000;
		color:white;
}
.modeloptions h2 {
	font-size:1.3em;
	font-weight:bold;

}
.modeldetails h2 {
	font-size:1.3em;
	font-weight:bold;

}
#findahomeform{
text-align:center;
	width:800px; /* relative 100% doesn't work? */
	margin: 0 auto;
}
.fahform {
	padding-right: 1em;
	float:left;
}
.fahform p {
	float:left;
	padding-right: .5em;
	font-size: 1.8em;
	color: #084580;
}
.fahresult {
	width:280px;
	float:left;
}
.searchmodellabel  {
	text-align:center;
	font-size: 1.5em;
}
.searchresult {
	background-color: #deddb1;
	width: 250px;
	margin-bottom: 1em;
	padding-bottom: .3em;
	cursor:pointer;
	min-height:130px;
	padding: 1em;
}
.modelimage {
	width: 100px;
	float:left;
}
.searchmodelinfo {
	float:left;
	width:50%;
	text-align:left;
	padding-left: 1em;
}
.modelcontact {
	float:left;
	
}
.searchmodeltitle {
	font-style:italic;
	font-size: 1.2em;
	font-weight:bold;
}
.searchhomeaddress h3 {
	font-size: 1.2em;
	font-weight:bold;
}
#fahresults {
	padding-top:2em;
}
.choicehome {
	float:left;
	width:260px;
	padding:.9em;
	padding-left:0px;
}
.choicemodel {
	float:left;
	width:170px;
	padding:.9em;

	padding-right:0px;
}
.modelhomechoices {
	margin: 0 auto;
	width:450px;
	text-align:center;
}
.choicehome p {
float:left;
	padding-left: .5em;
	padding-right: .5em;
}
.choicemodel p {
float:left;
	padding-left: .5em;
	padding-right: .5em;
}
#neighborhoodPictureleft {
	text-align:left;
}
#neighborhoodleft h2 {
	margin-top: 1em;
	font-size: 1.5em;
	font-weight:bold;
	color: #084580;

}
#neighborhoodcopy {
	text-align:left;
	line-height: 1.8em;
	font-size: 1.2em;
}

#footertext p {
	color: black;
}
.frontheader a {
	color: white;

}
.selected a {
	text-decoration: underline;
}
p.neighborhoodname a:hover {

	text-decoration: underline;
}
p.neighborhooddesc a:hover {
	text-decoration: underline;
}
.content {
	text-align:left;
	line-height: 1.6em;
	width: 400px;
	

}
.modelname_ind {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
}

.modelheadings {
	font-size: 1.2em;
	font-weight: bold;
	color: #339;
	padding-bottom: .5em;
}
#neighborhoodcenter_main {
	padding-top: 2em;
	margin-left: 2em;
	float:left;
	margin-right: 15px;
	text-align:left;
	width: 540px;
/*	background-color: #deddb1; */
/*	background-color: #EEE9BF;*/
/*	background-color: #EEE8cd;*/
	background-color: #EEEed1;
}

.modelbox {
	margin-bottom: 1em;
}
.modelcontactneighborhood {
	font-size: 1.1em;
	font-weight:bold;
}

.availhomestats {
	margin-bottom: 1em;
}
.specpdf_link {
	margin-top: 3em;
}
.availhomeback {
	margin-top: 3em;
	width:390px;
	margin-left: 2em;
}
#availhomeleft h2 {
color:#084580;
font-size:1.5em;
font-weight:bold;
margin-top:1em;
}
#modelleft h2 {
color:#084580;
font-size:1.5em;
font-weight:bold;
margin-top:1em;
}
.regionname {
	float:left;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.2em;
}
#regionnames {
	width:500px;
	margin: 0 auto;
	text-align:center;
	margin-bottom: 4em;
}

.lender {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: thin solid #ccc;
}

.lender_name{
	font-weight:bold;
}
.lender_company {

}
.lender_title {
	padding-right: 2em;
}
#lenders {
	float:left;
	width:400px;
}
#financing {
	width: 40%;
	float:left;
	border-right: thin dashed #ddd;
	margin-right: 2em;
	padding-right: 1em;
}
#financing h2 {
	line-height: 1.5em;
	font-size: 1.7em;
	font-weight: bold;
	color: #396AEC;
}
#financing_content {
	text-align:left;
	line-height: 1.6em;
	content: 100%;
}
#contact_form {
	float:left;
}
#contact_form label {
	float:left;
	width:10em;
}
.loh_contact{
	width:300px;
	float:left;
}
.availhomeprice {
	font-weight:bold;
	margin-top: 1em;
}
#frontfind p {
	font-weight:bold;
	margin-top: .3em;
}
#neighborhoodcenter_main h2 {
	font-size: 1.3em;
	font-weight:bold;
	margin: 0 auto;
	text-align:center;
}
.lender_photo {
	float:left;
	height:100px;
	width:100px;
	margin-right:1em;
	margin-bottom:2em;
}
#map_large {
	height:350px;
	margin: 0 auto;
	text-align: center;
	margin-left:180px;
	background-image:url('http://liveoakhomes.com/images/large_map.png');
	background-repeat:no-repeat;

}

#map_small {
	height:150px;
	background-image:url('http://liveoakhomes.com/images/ncmap.png');
	background-repeat:no-repeat;
}
div.dot {
	height:20px;
	width: 20px;
	background-image:url('http://liveoakhomes.com/images/blue_dot.png');
	background-repeat:no-repeat;
	position: relative;
}
div.dot:hover{
	background-image:url('http://liveoakhomes.com/images/blue_dot_large.png');
	cursor:pointer;
}


#dot1 {
	top: 20px;
	left: 18px;
}
#dot1:hover {
	top: 15px;
	left: 13px;
}
#dot2 {
	top: 25px;
	left: 60px;
}
#dot2:hover {
	top: 20px;
	left: 55px;
}

#dot3 {
	top: 40px;
	left: 120px;
}
#dot3:hover {
	top: 35px;
	left: 115px;
}
#dot4 {
	top: 60px;
	left: 75px;
}
#dot4:hover {
	top: 55px;
	left: 70px;
}

#dot1 h2 { display:none; }
#dot1:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:20px;
        top:3px;
        padding-top: 0px;
	padding-bottom: 2px;
        width: 60px;
        color: #084580;
        font-size: 9px;
        font-family: Tahoma, Sans;
}
#dot2 h2 { display:none; }
#dot2:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:20px;
        top:3px;
	padding-bottom: 2px;
        padding-top: 0px;
        width: 60px;
        color: #084580;
        font-size: 9px;
        font-family: Tahoma, Sans;
}
#dot3 h2 { display:none; }
#dot3:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:-60px;
        top:3px;
        padding-top: 0px;
	padding-bottom: 2px;
        width: 60px;
        color: #084580;
        font-size: 9px;
        font-family: Tahoma, Sans;
}
#dot4 h2 { display:none; }
#dot4:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:20px;
        top:3px;
        padding-top: 0px;
	padding-bottom: 2px;
        width: 60px;
        color: #084580;
        font-size: 9px;
        font-family: Tahoma, Sans;
}
#regioncenter {
	padding-top: 2em;
	margin-left: 2em;
	float:left;
	margin-right: 15px;
	text-align:left;
	width: 500px;
/*	background-color: #deddb1; */
/*	background-color: #EEE9BF;*/
/*	background-color: #EEE8cd;*/
	background-color: #EEEed1;
}
#regionleft {
	float:left;
	width: 300px;
/*	height: 400px; */
	
}

#regionleft h2 {
	margin-top: 1em;
	font-size: 1.5em;
	font-weight:bold;
	color: #084580;

}

.regionbox {
	float:left;
	width:180px;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #EEEed1;
	min-height: 10em;
	margin-bottom: 2em;
	padding-left: .3em;
	padding-right: .3em;
}
.regionbox h2 {
	margin: 0 auto;
	margin-top: .2em;
	font-size: 1.5em;
	font-weight:bold;
	color: #084580;
	padding-left: .3em;
	padding-right: .3em;
}
#dot1large {
	top: 50px;
	left: 56px;
}
#dot1large:hover {
	top: 45px;
	left: 51px;
}
#dot2large {
	top: 60px;
	left: 150px;
}
#dot2large:hover {
	top: 55px;
	left: 145px;
}

#dot3large {
	top: 90px;
	left: 290px;
}
#dot3large:hover {
	top: 85px;
	left: 285px;
}
#dot4large {
	top: 150px;
	left: 220px;
}
#dot4large:hover {
	top: 145px;
	left: 215px;
}

#dot1large h2 { display:none; }
#dot1large:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:20px;
        top:-3px;
        padding-top: 0px;
	padding-bottom: 2px;
        width: 120px;
        color: #084580;
        font-size: 19px;
        font-family: Tahoma, Sans;
}
#dot2large h2 { display:none; }
#dot2large:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:20px;
        top:-3px;
	padding-bottom: 2px;
        padding-top: 0px;
        width: 120px;
        color: #084580;
        font-size: 19px;
        font-family: Tahoma, Sans;
}
#dot3large h2 { display:none; }
#dot3large:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:-120px;
        top:-3px;
        padding-top: 0px;
	padding-bottom: 2px;
        width: 120px;
        color: #084580;
        font-size: 19px;
        font-family: Tahoma, Sans;
}
#dot4large h2 { display:none; }
#dot4large:hover h2 {
        display: block;
        background-color: #79BAEC;
        position: relative;
        left:20px;
        top:-3px;
        padding-top: 0px;
	padding-bottom: 2px;
        width: 120px;
        color: #084580;
        font-size: 19px;
        font-family: Tahoma, Sans;
}

#contact_info {
/*
	text-align:right;
	padding-right: 4em;
	margin-top: 6em;
*/
}
#map_name{
	font-size: 1.8em;
	margin-bottom: .5em;
}
.centerbutton {
	text-align:center;
	margin: 0 auto;
	margin-top: 1em;
}
.subhead_green {
	color: #336600;
	font-weight:normal;
	font-size: 1.3em;
}
.subhead_blue {
	color: #333399;
	font-weight:bold;
	font-size: 1.6em;
}
.rightcenterlabel {
	margin-left:25%;
	margin-bottom:.5em;
}
.about_content{
	text-align:left;
}
.about_content p{
	line-height:1.5em;
	margin-top:.5em;
}
