/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#6d8d1c;
}

a:hover {
	color:#9dbe33;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1 {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-top:0.75em;
	margin-bottom:0em;
	font-size:24px;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
	border-bottom:solid 1px #467311;
}

h2 {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-top:0.75em;
	margin-bottom:-0.5em;
	font-size:18px;
	line-height:1em;
	font-weight:bold;
	color:#333;
}

h3 {
	margin-top:0.75em;
	margin-bottom:-0.5em;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	color:#467311;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #ccc;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #333;
	background-color: #333;
	border:0;
}

#quickLinks {
	background:#fff;
	border:solid 1px #ccc;
}

.tableHeader {
	background:url(../images/site/table_header.jpg) top repeat-x;
	height:30px;
}
.tableheader, .tableHeader h2 {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin:0.25em 0;
	font-size:18px;
	line-height:1em;
	font-weight:bold;
	color:#fff;
}

.boxedItem {
	border:solid 1px #ccc;
	padding:5px;
}

.notes {
	background:#FFFF99;
}

.property_info {
	border:solid 1px #ccc;
	max-width:840px; !important
}
.property_info td{
	border-bottom:solid 1px #ccc;
}

.photo_border {
	padding:3px;
	border:solid 1px #ccc;
}
.photos img {
	padding:3px;
	border:solid 1px #ccc;
}
.photos td {
	border-bottom:none;
}

fieldset {
	border:solid 1px #ccc;
	background:#fff;
	padding:10px;
}

.required {
	color:#050;
}
.error {
	color:#f00;
	font-weight:bold;
}

.large_text, a.large_text {
	font-size:16px;
}
