html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
    margin: 0px;
    padding: 0px;
    background: white;
    color: #111111;
}
input, select, textarea {
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
}
table {
    border-width: 0px;
    border-style: solid;
    border-collapse: collapse;
}
h1,h2,h3,h4,h5,h6 {
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    padding: 4px 0px;
    line-height: 140%;
}
h1 {
    font-size: 1.8em;
    font-weight: bold;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
}
h1, h3 {
    color: #00734D;
}
a img {
    border: none;
}
a {
}
a:link, a:visited {
    color: #00734D;
}
a:hover, a:active {
    color: black;
}
h1 a, h2 a, h3 a {
    text-decoration: none;
}
.box h1 {
    line-height: 100%;
}
p {
    margin: 7px 0px;
    padding: 0px;
}
hr {
    border-top: 1px dotted black;
    border-bottom: none;
    height: 1px;
    margin: 8px 0px;
    padding: 0px;
}
.column {
    float: left;
}
.clearer {
    clear: both;
    height: 1px;
    overflow: hidden;
}

label {
    cursor: pointer;
}


.column {
    float: left;
}
#column_content_container .column {
    width: 350px;
}
.column {
    margin-right: 10px;
}
#left_column_image,
#right_column_image {
    margin: 10px 0px;
}
#right_column_image img,
#left_column_image img {
    width: 350px;
}

#main_container {
    height: 100%;
    font-size: 1.1em;
    font-size: 1.1em;
    margin: 0px auto;
    width: 980px;
    z-index: 1;
}

#sub_container {
    padding: 0px 0px 20px 0px;
}

#header_bar,
#logo_container,
#tagline_container,
#contact_container {
    height: 90px;
}

#logo_container,
#tagline_container,
#contact_container {
    float: left;
}

#header_bar {
    width: 100%;
    margin-top: 10px;
}

#logo_container {
    width: 260px;
}
#logo_container img {
    margin-top: 5px;
}
#tagline_container {
    width: 520px;
}
#contact_container {
    text-align: right;
    width: 200px;
}
#contact_container p {
    font-size: 1.6em;
}
#contact_container h1 {
    margin-top: 8px;
    margin-bottom: 0px;
    font-weight: normal;
}

#left_body_container ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
#left_body_container li {
    margin: 5px 0px;
}
#left_body_container, #right_body_container {
    float: left;
}
#main_nav_container,
#breadcrumb_container,
#main_content_container,
#left_body_container {
    width: 720px;
}
#left_body_container {
    overflow: hidden;
}
#side_nav_container,
#side_content_container,
#right_body_container {
    width: 260px;
}

#column_content_container,
#main_content_container,
#bottom_content_container {
    font-size: 1.1em;
    line-height: 150%;
}
#main_image_container {
    margin: 8px 0px;
}
#main_image img {
    height: 170px;
    width: 720px;
}
.large_image_template #main_image img {
    width: 720px;
    height: auto;
}
.property_template #main_image {
    margin-top: 10px;
}
.property_template #main_image img {
    width: 340px;
    height: auto;
}
.property_template #left_body_container table {
    border-bottom: 1px solid #dddddd;
    margin: 10px 0px;
}
.property_template #left_body_container table td {
    color: black;
    vertical-align: top;
    line-height: 1.3em;
    padding: 4px 8px;
    border-top: 1px solid #dddddd;
    color: #222222;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
.property_template #left_body_container table th {
    vertical-align: top;
    line-height: 1.3em;
    padding: 4px;
    color: #00734D;
    background: #E5F9F2;
    border-top: 1px solid #dddddd;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
}

#right_body_container h2 {
    color: #00734D;
}
#side_content_container {
    margin: 8px 0px;
}

#main_nav_container ul li,
#main_nav_container ul,
#main_nav_container {
    height: 26px;
}

#main_nav_container a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0px 18px;
    height: 26px;
    line-height: 25px;
    font-weight: bold;
    white-space: nowrap;
}

#main_nav_container {
    background: url('../images/nav/background-left.gif') top left no-repeat;
}
#main_nav_container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: url('../images/nav/background-right.gif') top right no-repeat;
}
#main_nav_subcontainer {
    margin-left: 16px;
    background: url('../images/nav/background.gif') top center repeat-x;
}
#main_nav_container li {
    margin: 0px;
    position: relative;
    float: left;
    width: 80px;
    background: url('../images/nav/background.gif') center left repeat-x #00734D;
}
html>body #main_nav_container li {
    width: auto;
}

#main_nav_container li:hover {
    background: url('../images/nav/background-hover.gif') center left repeat-x;
}
#main_nav_container li li {
    float: none;
    height: 24px;
}
#main_nav_container li li a {
    height: 24px;
}

#main_nav_container ul li:hover ul ul,
#main_nav_container ul ul {
    display: none;
    position: absolute;
    top: 24px;
    z-index: 200;
}
#main_nav_container ul ul li:hover ul,
#main_nav_container ul ul ul {
    top: 0px;
    left: 100%;
}
#main_nav_container ul ul li:hover ul,
#main_nav_container ul li:hover ul {
    display: block;
}



#breadcrumb_container {
    margin: 8px 0px 16px 0px;
}
.breadcrumb_separator {
    margin: 0px 5px;
}
#breadcrumb_container a {
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
#breadcrumb_container a:hover {
}


#side_nav_container {
    width: 250px;
    margin-left: 10px;
}
#side_nav_container ul {
    list-style: none;
    width: 238px;
    margin: 0px;
    padding: 0px;
}
#side_nav_container li {
    margin: 3px 0px;
    padding: 0px;
}
#side_nav_container a {
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    padding: 9px 15px;
    display: block;
    background: url('../images/nav/side-background.gif') center left no-repeat white;
    color: #00734D;
}
#side_nav_container li.selected a,
#side_nav_container a:hover {
    color: black;
}

#footer_bar {
    text-align: left;
    border-top: 1px dotted #00734D;
    padding-top: 8px;
    margin-top: 8px;
}

#login_box {
    width: 216px;
    height: 129px;
    background: url('../images/loginbox/background.png') center center no-repeat white;
    margin-left: 10px;
    margin-top: 10px;
    padding: 12px 22px 22px 12px;
}
#login_box table {
    border: none;
}
#login_box table td {
    padding: 1px 3px;
}
#login_box table p {
    margin: 3px 0px;
}





.box,
.news_story,
.download_item,
.news_item {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
    z-index: 0;
    width: auto;
    height: auto;
}

.box img {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 118px;
}


#side_content_container .box .image {
    float: left;
    margin-bottom: 10px;
    width: 210px;
    height: auto;
    overflow: hidden;
}
#side_content_container .box .image img {
    width: 210px;
    height: auto;
    float: none;
}
a.linkbutton {
    padding-left: 11px;
    padding-right: 11px;
    line-height: 19px;
    font-weight: bold;
    background: #339D80;
    color: white;
    text-decoration: none;
    height: 19px;
}
a.linkbutton span {
    line-height: 17px;
}

#side_content_container .box .image,
.news_story_list .image,
.news_story .image,
.roundedbox {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

html body .property img,
html body .profile img {
    width: 186px;
    height: auto;
    margin-bottom: 8px;    
}
html body .property,
html body .profile {
    height: auto;
}
html body .property table,
html body .profile table {
    font-size: 0.9em;
    float: right;
    width: 70%;
    margin: 0px;
}
html body .profile table {
    min-height: 220px;
}
.property td,
.profile td {
    vertical-align: top;
    padding-left: 4px;
}
html body .property a.linkbutton,
html body .profile a.linkbutton {
    margin-top: 5px;
}

.property_template #column_content_container .left_col {
    width: 340px;
}

.contact_form {
    margin-top: 20px;
}
.contact_form .caption {
    float: left;
    width: 120px;
}
.contact_form .required {
    color: #dd0000;
}
.contact_form .button input {
    margin-left: 120px;
    margin-top: 8px;
    font-weight: bold;
}
.contact_form .error input,
.contact_form .error textarea {
    background: #dd0000;
    color: white;
}


.download_list {
    padding-top: 10px;
}
.download_registration .title,
.download_category_title {
    display: block;
    padding: 0px 10px;
    margin: 10px 10px 10px 10px;
    background: url('../images/nav/background.gif') bottom center repeat-x;
}
.download_registration .title h1,
.download_category_title h1 {
    color: white;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 3px 0px;
}
.download_list img {
    width: 50px;
}
.download_list .image {
    float: left;
    margin-right: 10px;
}
.download_list p {
    padding: 0px;
    margin: 3px 0px;
}
.download_item .info {
    float: left;
}
.download_item .title {
	font-weight: bold;
}
.download_item .title a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 23px;
	background: url('../images/icons/none.gif') center left no-repeat;
}
.download_item .title a.pdf {
	background: url('../images/icons/pdf.gif') center left no-repeat;
}
.download_item .title a.doc {
	background: url('../images/icons/doc.gif') center left no-repeat;
}
.download_item .title a.xls {
	background: url('../images/icons/xls.gif') center left no-repeat;
}

.download_registration {
	margin: 20px 0px;
	width: auto;
}
.row {
	float: left;
	width: 100%;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #eeeeee;
	height: auto;
}
html>body .row {
	padding: 3px 0px;
}
.download_registration .row {
    width: 90%;
    margin: 0px 20px;
}
.caption,.input {
	float: left;
}
.download_registration .input {
	width: 260px;
}
.download_registration .caption {
	padding: 3px 5px;
	width: 130px;
}
.checkbox .caption {
	float: right;
	width: 465px;
	line-height: 23px;
}
.checkbox .input {
	width: 165px;
	padding-top: 5px;
	text-align: right;
}
.checkbox .input input, .checkbox .input select {
	margin-right: 10px;
	width: auto;
}
.required {
	color: #EF1829;
	font-weight: bold;
}
.download_registration input, .download_registration textarea {
	color: black;
	width: 190px;
	height: 1.3em;
}
.button input {
    height: auto;
}
.caption {
	height: 1.3em;
	line-height: 1.3em;
}
.checkbox .caption {
	height: auto;
}
.input textarea {
	height: 80px;
}
.download_registration .header .caption, .error_message .caption{
	height: auto;
	width: auto;
}
.error_message {
	background: url('../images/icons/error.gif') 14px center no-repeat #cc0000;
	color: white;
	font-weight: bold;
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #00734D;
}
.error_message p {
	padding: 0px 10px 0px 45px;
}
.download_registration .button .input {
	padding-left: 3px;
}
.download_registration .button input {
	background: #00734D;
	color: white;
	width: auto;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px 5px;
	height: auto;
}
.download_registration .button input:hover {
	background: #2A9475;
	color: white;
}
.download_registration .error,
.download_registration .error .required {
	background: #cc0000;/*#EF1829*/
	color: white;
	font-weight: bold;
}
.success {
	background: url('../images/icons/success.gif') 15px center no-repeat #28C22F;
	color: white;
	font-weight: bold;
	padding: 5px 25px 5px 60px;
}
.success p {
	padding: 8px 0px;
}
.download_registration .success a {
	color: white;
}

.news_year {
    clear: both;
}
#left_body_container .news_year ul {
    list-style: none;
    width: 100%;
    height: 33px;
    display: block;
    padding: 0px;
    margin: 0px;
}
#left_body_container .news_year li {
    float: left;
    height: 33px;
    display: block;
    padding: 0px 10px;
    margin: 0px;
}
#left_body_container .news_year li a {
    text-decoration: none;
    font-weight: bold;
}
.news_item {
    clear: both;
}
.news_item .image {
    width: 75px;
    float: left;
    margin-right: 10px;
}
.news_item img {
    width: 75px;
}
.news_item .subheadline {
    display: table-cell;
}
.news_item .headline a {
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}
.news_item .date {
    font-weight: bold;
    font-size: 0.9em;
    
}
.news_story .back_button a {
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 3px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 2em;
}
.news_story .image {
    float: right;
    margin: 0px 0px 10px 10px;
    width: auto;
    height: auto;
    max-width: 350px;
}
.news_story .image img {
    max-width: 350px;
}
.news_story .headline h1 {
    font-size: 1.3em;
}
.news_story .date {
    font-size: 0.9em;
    font-weight: bold;
}

.news_summary .story {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}
.news_summary .date {
    font-weight: bold;
    padding: 5px 0px;
}
.news_summary .headline {
    font-weight: bold;
}
.news_summary .news_img {
    width: 210px;
}
