body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 95%;
	max-width: 1200px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 900px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.centerPage {
	width: 95%;
	max-width: 1920px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 900px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

h1, h2, h3 {
	text-align: center;
}

/* Header styles */
#header {
	clear:both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	border: 0;
}

a:link {/*normal links in the text*/
	color: #0000FF;
}
a:visited {
  color: cyan;
}
a:hover {
	color: #60F;
}
div {
	margin: 0px;
}
hr {
    width: 50%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-align: center;
}
p {
    font-size: 12px;
    font-family: arial;
    text-align: center;
    margin: 10px;
}
li {
    list-style: none;
    font-size: 12px;
    font-family: arial;
    text-align: left;
}
input {
    width: 110px;
    margin: 2px;
}
option {
    width: 140px;
    text-align: left;
    margin: 2px;
}
select {
    width: 140px;
    text-align: left;
    margin: 2px;
}
select.YTD {
	width: 260px;
    text-align: left;
    margin: 2px;
}
img {
    border: 0px;
}
/* ------------------------------ */
/* SEARCH FOR SPECIFIC PROPERTIES */
#content1 {
    clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background:#7BB;
}
#specificsearch {
	clear: both;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 400px;
}
#specificsearch li {
	font-size: small;
}
#sortfields {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 200px;
}
#YTD-salesformat {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	width: 200px;
	
}
#YTD-salesformat li {
	text-align: center;
	font-size: 75%;	
}

#formbuttonstop {
	clear:both;
	padding-left: 275px;
}
/* ------------------ */

/* COMPARE PROPERTIES */
#content2 {
    clear: both;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background: #7BB;
}
#compsales {
	clear: both;
	float: left;
	margin: 10px;
	width: 380px;
	height: 150px;
	background: #599;	
}
#complocation {
	float: left;
	margin: 10px;
	width: 380px;
	height: 150px;
	background: #599;
}
#compdwelling1 {
	clear: both;
	float: left;
	margin: 10px;
	width: 380px;
	height: 150px;
	background: #599;
}
#compdwelling2 {
	float: left;
	margin: 10px;
	width: 380px;
	height: 150px;
	background: #599;
}
#compbuilding {
	clear: both;
	float: left;
	margin: 10px;
	width: 380px;
	height: 150px;
	background: #599;
}
#formbuttonsbottom {
	float: left;
	padding-top: 30px;
	margin: 10px;
	width: 380px;
	height: 120px;
	background: #599;
}
#footer {
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* --------------- */

/* HEADER CONTENTS */
#nameTitle {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:  75px;
	float:left;
	text-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
}
#pic {
	float:left;
	margin: 15px;
}
#contactBlock {
	float:left;
	padding: 10px;
}
#mailingAddress ul{
	font-size: large;
	list-style: none;
}
#contactInfo ul{
	font-size: medium;
	list-style: none;
}
/* ---- */

/* TABS */
#tabs {
	clear:both;
}
/* ------------------- */

/* roundedShadow class */
.roundedShadow {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
	box-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
}
/* ---------------- */

/* Sales Stats Page */
.selectionList {
	width: 300px;
}
#statsTitle {
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#statsLeft {
	clear: both;
	float:left;
	margin: 5px;
	padding-right: 40px;
	background: #7BB;
}
#statsRight {
	float:left;
	margin: 5px;
	padding-right: 40px;
	background: #7BB;
}
#statsSubmit {
	clear: both;
	width: 800px;
	padding-top: 10px;
	padding-left: 240px;
	
}
#statsFooter {
	clear: both;
	float: left;
	width: 800px;
	margin: 0 auto;
}
#deedInfoContent {
	clear: both;
	float: left;
	width: 800px;
	margin: 0 auto;
}
.mainTables {
	border 1px solid black;
	background: #FEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	border-collapse:collapse;
	width: 600px;
	margin: 0 auto;
}
.subTables {
	border: 0;
	background: #FFF;
	border-collapse:collapse;
}
.headRow {
	background: #FEC;
	text-align: right;
}
.detailRow {
	background: #FFF;
}
#deedInfoContent td {
	border: 1px solid black;
	background: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
}
#deedMapNumContent {
	clear: both;
	float: left;
	width: 800px;
	margin: 0 auto;
}

#deedMapNumContent td {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
}
#deedIndexContent {
	clear: both;
	float: left;
	width: 800px;
	margin: 0 auto;
}
#deedIndexContent table {
	border: 1px soild black;
	border-collapse:collapse;
	width: 800px;
}
#deedIndexContent td {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
}
#YTDSales {
    clear: both;
	width: 800px;
	height: 300px;
	background:#7BB;
}
#YTDLeft {
	clear: both;
	float:left;
	margin: 30px;
	padding-top: 65px;
	padding-bottom: 65px;
	padding-right: 40px;
	background: #599;
}
#YTDRight {
	float:left;
	margin: 30px;
	padding-right: 40px;
	background: #599;
}
/*cssButton*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssButton{
	background-color: #FFC;
	border: 1px #000 inset;
	padding: 1px 4px;
	margin: 5px 0px;
	color: black;
	text-decoration: none;
	text-align:center;
	font: bold 75% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
	box-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
}
.cssButton a:visited{
color: black;
}

.cssButton a:hover{
	border: 1px #FFF inset;
	color: gray;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	margin: 5px 1px;
	-moz-box-shadow: rgba(0,0,0,0.8) 0px 0px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0px 0px 0px;
	box-shadow: rgba(0,0,0,0.8) 0px 0px 0px;
}

.cssButton a:active{
color: lime;
}
/********************************************************************************/

/* Sortable tables */
table.sortable thead {
    background-color:#000000;
    color:#FFFFFF;
    font-weight: bold;
	font-size: 8pt; font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
#resultsPage {
    clear: both;
	width: 95%;
}
#resultsTable {
    clear: both;
	width: 100%;
}
#resultsTable TD, TH {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.dataRow {
	border: 1px solid #000000;
	border-collapse:collapse;
}
.multiLine {
	border: 1px solid black;
	bgcolor: #FFF;
	color: #00F;
}

.multiLine TD, TH {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.multiLine thead {
	border: 1px solid black;
	border-collapse:collapse;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

