/* ------------------- Redefine standard defs ------------------ */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F7F7F7;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	vertical-align: text-top;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #068329;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	
}

h2 {
	font-size: 1.3em;
	background-position: left;
	line-height: normal;
	margin: 10px 5px 5px;
	text-align: left;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #068329;
	font-variant: small-caps;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #068329;
}
h3 {
	text-align: left;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

table {
	border: thin ridge #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}

table th{
	text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
}


li {
	list-style-type: square;
	padding-bottom: 5px;
}
th {
	font-weight: bold;
	background-color: #D1E9F3;
	text-align: left;
}

th, td, caption {padding:4px 10px 4px 5px;}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ------------------- Header ------------------ */

.header {
	padding: 0px;
	margin: 0px auto;
	width: 780px;
	border: 1px solid #CCCCCC;
}

.header-back {
	background-image: url(../Images/headerwithtext.jpg);
	height: 140px;
	width: 780px;
}


/* ------------------- Nav Bar in Header ------------------ */

.navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006633;
	line-height: 30px;
	text-align: center;
}
.navcontainer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

.navcontainer a:hover {
	color: #CC9933;
}

/* ------------------- Footer ------------------ */

.footer {
	text-align: center;
	margin-top: 10px;
	width: 500px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

/* ------------------- Adds the main padding for main content area ------------------ */

.main-table {
	width: 780px;
	margin: auto;
}

.main-padding {
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 3px 5px 3px 13px;
}

/* ------------------- Divides the content into columns  ------------------ */

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:8px;}
.last, div.last {
	margin-right:0;
}

/* ------------------- Span allows you to span across x numbers of columns  ------------------ */

.span-1 {width:30px;}
.span-2 {width:68px;}
.span-3 {width:106px;}
.span-4 {width:144px;}
.span-5 {width:182px;}
.span-6 {width:220px;}
.span-7 {width:258px;}
.span-8 {width:296px;}
.span-9 {width:334px;}
.span-10 {width:372px;}
.span-11 {width:410px;}
.span-12 {width:448px;}
.span-13 {width:486px;}
.span-14 {width:524px;}
.span-15 {width:562px;}
.span-16 {width:600px;}
.span-17 {width:638px;}
.span-18 {width:676px;}
.span-19 {width:714px;}
.span-20, div.span-20 {width:752px;}

/* ------------------- Width is the same as span except no left float. Used to center things, cannot center if float is used  ------------------ */

.width-1 {width:30px;}
.width-2 {width:68px;}
.width-3 {width:106px;}
.width-4 {width:144px;}
.width-5 {width:182px;}
.width-6 {width:220px;}
.width-7 {width:258px;}
.width-8 {width:296px;}
.width-9 {width:334px;}
.width-10 {width:372px;}
.width-11 {width:410px;}
.width-12 {width:448px;}
.width-13 {width:486px;}
.width-14 {width:524px;}
.width-15 {width:562px;}
.width-16 {width:600px;}
.width-17 {width:638px;}
.width-18 {width:676px;}
.width-19 {width:714px;}
.width-20, div.width-20 {width:752px;}

/* ------------------- Prepend allows you to add x number of cols to left  ------------------ */

.prepend-1 {padding-left:38px;}
.prepend-2 {padding-left:76px;}
.prepend-3 {padding-left:114px;}
.prepend-4 {padding-left:152px;}
.prepend-5 {padding-left:190px;}
.prepend-6 {padding-left:228px;}
.prepend-7 {padding-left:266px;}
.prepend-8 {padding-left:304px;}
.prepend-9 {padding-left:342px;}
.prepend-10 {padding-left:380px;}
.prepend-11 {padding-left:418px;}
.prepend-12 {padding-left:456px;}
.prepend-13 {padding-left:494px;}
.prepend-14 {padding-left:532px;}
.prepend-15 {padding-left:570px;}
.prepend-16 {padding-left:608px;}
.prepend-17 {padding-left:646px;}
.prepend-18 {padding-left:684px;}
.prepend-19 {padding-left:722px;}
.prepend-20 {padding-left:760px;}

/* ------------------- pushes content x cols from left  ------------------ */

.push-1 {margin-left:38px;}
.push-2 {margin-left:76px;}
.push-3 {margin-left:114px;}
.push-4 {margin-left:152px;}
.push-5 {margin-left:190px;}
.push-6 {margin-left:228px;}
.push-7 {margin-left:266px;}
.push-8 {margin-left:304px;}
.push-9 {margin-left:342px;}
.push-10 {margin-left:380px;}
.push-11 {margin-left:418px;}
.push-12 {margin-left:456px;}
.push-13 {margin-left:494px;}
.push-14 {margin-left:532px;}
.push-15 {margin-left:570px;}
.push-16 {margin-left:608px;}
.push-17 {margin-left:646px;}
.push-18 {margin-left:684px;}
.push-19 {margin-left:722px;}
.push-20 {margin-left:760px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20 {}

/* ------------------- Misc positiioning left right center etc  ------------------ */

.float-left {
	float: left;
}

.float-right {
	float: right;
	margin: 5px;
}

.clear-float {
	clear: both;
}

.clear-right {
	clear: right;
}

.vert-center {
	vertical-align: middle;
}

.center-new {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.rightjust {
	text-align: right;
}

.center-text {
	text-align: center;
	margin: auto;
}

/* ------------------- different borders  ------------------ */

.picture-right {
	border: thin outset;
	float: right;
	padding: 4px;
	margin-left: 5px;
	background-color: #FFFFFF;
}

.picture-left {
	border: thin outset;
	float: left;
	padding: 4px;
	margin-right: 5px;
	background-color: #FFFFFF;
	position: relative;
}

.pictureframe {
	border: thin outset;
	float: none;
	padding: 5px;
	margin-left: 5px;
}

.border {
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #666666;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #666666;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #666666;
	padding-right: 5px;
}

.border-top {
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #666666;
	padding-top: 5px;
}

.border-btm {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}

.border-left {
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #666666;
	padding-left: 5px;
}

.border-right {
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #666666;
	padding-right: 5px;
}

.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.line-right {
	padding-right:18px;
	margin-right:19px;
	border-right:1px 
	solid #999999;
}

.line-top {
	border-top:1px solid #999999;
	margin-top: 5px;
}


/* -------------- Misc formatting --------------------- */

.loud {
	font-weight: bold;
}  

.paranospaceabove {
	padding-top: 0px;
	margin: 0px 0px 0px 5px;
}

.highlight-title {
	background-color: #7F9F55;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.upcolor {
	color: #009900;
	text-align: right;
}
.downcolor {
	color: #FF0000;
	text-align: right;
}

.largetext {
	font-size: 18px;
	text-align: center;
}

.smallmaintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.boldtitle {
	font-weight: bold;
	font-variant: small-caps;
}

/* -------------- different sized content tables and containers --------------------- */

.map {
	height: 310px;
	width: 425px;
	float: right;
}

.mapnavcontainer {
	height: 600px;
	width: 550px;
}

.mapleft {
	height: 310px;
	width: 410px;
	float: left;
	padding: 5px 2px;
}

.street-view {
	float: right;
	height: 260px;
	width: 330px;
	padding: 5px 2px;
}

.adtab {
	background-color: #DEDFED;
	border: thin outset #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 5px auto;
	width: 90%;
	padding: 5px;
}

.popout-right {
	background-color: #DEEFDE;
	padding: 5px;
	margin-left: 5px;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #00CC99;
	border-right-color: #00CC99;
	border-bottom-color: #00CC99;
	border-left-color: #00CC99;
	float: right;
	width: 150px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
}

.prop-listing-table {
	float: left;
	border: none;
	background-image: url(../Images/tablebg.png);
	height: 130px;
	width: 330px;
}

.large-table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #E1E1E1;
	margin-top: 10px;
}

.large-table-title {
	background-image: url(../Images/large-title-gr.png);
	height: 45px;
	text-indent: 20px;
	background-position: top;
}

.large-table-title h2 {
	vertical-align: middle;
	line-height: 45px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.table-content {
	padding: 5px;
}

/* Small table */

.small-table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.small-table-title {
	background-image: url(../Images/small-title-gr.jpg);
	height: 30px;
	text-indent: 10px;
}

.small-table-title h3 {
	vertical-align: middle;
	line-height: 30px;
	color: #FFFFFF;
}

.small-table-content {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #F0F0F0;
	padding: 5px;
}

/* Flex table */

.flex-table {
	margin: 5px;
	padding: 5px;	
	background-color: #E2F0D5;	
}

.flex-table-title {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: ridge;
	border-top-color: #068329;
	border-right-color: #068329;
	border-bottom-color: #068329;
	border-left-color: #068329;
}

.flex-table-title h2 {
	vertical-align: middle;
}

.flex-table-content {
}

/* ------------------- See also table  ------------------ */

.see-also-top {
	background-image: url(../Images/see-also-top.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 75px;
}

.see-also-mid {
	background-image: url(../Images/see-also-mid.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

.see-also-mid h3{
	text-align: center;
}

.see-also-btm {
	background-image: url(../Images/see-also-btm.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;	
}

/* --------------- medium table ------------------------ */

.med-tab-top {
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/small-rect-top.png);
	height: 40px;
}

.med-tab-top a {
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	line-height: 40px;
}

.med-tab-mid ul li {
	list-style-type: square;
	padding: 0px;
	margin-right: 25px;
	font-size: 12px;
	margin-left: 25px;
}

.med-tab-mid ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

.med-tab-mid {
	background-image: url(../Images/small-rect-mid.png);
	background-repeat: repeat-y;
}

.med-tab-btm {
	background-image: url(../Images/small-rect-btm.png);
}

/* ------------ large table --------------- */

.lar-tab-top {
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/large-rect-top.png);
	height: 40px;
}

.lar-tab-top a {
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	line-height: 40px;
}

.lar-tab-mid ul li {
	list-style-type: square;
	padding: 0px;
	margin-right: 25px;
	font-size: 12px;
	margin-left: 25px;
}

.lar-tab-mid ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

.lar-tab-mid {
	background-image: url(../Images/large-rect-mid.png);
	background-repeat: repeat-y;
}

.lar-tab-btm {
	background-image: url(../Images/large-rect-btm.png);
	height: 25px;
}


/****************************** 
New Homes details table 
In order to get pic of home inside tab-1 DIV and not have IE7 mess up the left margin, I had to set a width on the class and float it. That way the pic which is floated stays inside the tab-1 class (a float will not break out of a float) and I don't need to use the clear both.
****************************/

.tab-1 {
	margin-bottom: 10px;
	margin-top: 20px;
	border: 1px solid #333333;
	float: right;
	width: 100%;
}

.tab-1 h3
  {
	position: relative;
	top: -10px;
	display: inline;
	background: #99CC66;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 22px;
  }

/* --------------------- Formats all forms --------------------------------- */

.form-disclaimer {
	font-size: 12px;
	color: #990000;
	text-align: center;
	width: 500px;
	margin: auto;
}

.new-form {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	width: 550px;
	margin: 20px auto 10px;
}
.new-form label {
	width: 160px;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	text-align: right;
}
.new-form .button {
	background-color: #99CC66;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-weight: bold;
	border-top-color: #CCFF66;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #CCFF66;
	padding: 0px;
}

.new-form fieldset
{
	position: relative;
    padding-top:1.5em;
	border: 1px solid #781351;
	background-color: #DBEADB;
}

.new-form legend
{
    position:absolute;
    top: -.7em;
    left: .5em;
	color: #fff;
	background: #006600;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-weight: bold;
} 

.new-form .form-heading {
	font-weight: bold;
}

.new-form .form-grouping {
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #E6F0E6;
}
.new-form .form-grouping label {
	margin-left: 0px;
}

.new-form .form-grouping .form-heading {
	margin-left: 50px;
}
 

/* --------------------- Formats property tables --------------------------------- */ 
 
.titletext {
	font-weight: bold;
	background-color: #DDDDDD;
}
.cellbackground {
	background-color: #DDDDDD;
}
.propertytitle {
	font-size: 18px;
	font-weight: bold;
	background-color: #DDDDDD;
	vertical-align: middle;
}
.address {
	font-size: 18px;
	background-color: #7F9F55;
	background-position: center;
	text-align: center;
}
.iconline {
	background-position: center center;
	text-align: left;
	vertical-align: middle;
}
.icon {
	text-align: right;
	background-position: right;
}
.propertytitlestatus {
	font-size: 36px;
	font-weight: bold;
	vertical-align: middle;
	color: #D40000;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
}

.sold {

	background-image: url(../Images/sold.gif);
	background-repeat: no-repeat;
}
.soldout {
	background-image: url(../Images/sold-out.jpg);
	background-repeat: no-repeat;
}
.itemtitle {
	font-weight: bold;
}

.lgWarning {
	font-size:2em;
	color:#C00;
}

