@charset "UTF-8";
/* CSS Document */

	/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#006c64;
	background-image: url(../img/global/website_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, Times, Serif;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
#footer a {
	color: #b39759;
}
#page p {
	padding-right: 75px;
	padding-bottom: 10px;
}
#resources p {
	padding-right: 75px;
	padding-bottom: 10px;
}
a{
	color: #006C64;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
	color: #B39759;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
h6 {
	font-size: 15px;
	color: #B39759;
	font-weight: normal;
	margin-top: 10px;
}
em{color: #B39759;}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style-image: url(../img/services/bullet.gif);
	list-style-type: none;
}
li {
	margin-left: 15px;
	font-size: 10pt;
	color: #006c64;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
li.dev_cap {
	font-size: 10pt;
	color: #006c64;
	font-weight: normal;
	line-height: 15pt;
	padding-bottom: 10px;
	padding-right: 150px;
}
#resources li {
	font-size: 9pt;
	color: #006c64;
	font-weight: normal;
	line-height: 15pt;
	padding-bottom: 10px;
}
#resources ul{
	list-style-type: disc;
	list-style-image: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 100px;
}
p, dl, hr, h1, h2, h3, h4, h5, /*h6*/, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
/*----- classes --------*/
.navigation_img {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b39759;
}
.navigation p {
	margin-bottom: 0px;
}
.headers{
	margin-bottom: 10px;
}
.top{
	margin-top: 15px;
}
#form{
	padding-bottom: 5px;
}

#form p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	padding-bottom: 5px;
}
.listings_img{
	padding-right: 15px;
}
.bold{
	font-weight: bold;
}
/* ---- Table ----*/
#listings{}
#listings a.address{
	color: #B1975A;
	text-decoration: underline;
	}
#listings a:hover.address{
	text-decoration: none;
}
#listings th{
	color: #0C6057;
	text-align: left;
	padding-bottom: 10px;
}
#listings td{
	padding-top: 10px;
	padding-bottom: 10px;
}
#listings p{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.prop_listing{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
.notes{
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
 a.download{
	background-color: #B1975A;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
}
a:hover.download{
	background-color: #0E6B63;
}
 a.document{
	background-color: #f2f2f2;
	color: #006C64;
	padding: 5px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
}
a:hover.document{
	background-color: #0E6B63;
	color: #FFF;
}
p.pdf{
	padding-bottom: 10px;
	padding-left: 25px;
}
