/* CSS Document */

body {
position:relative;
margin:0 auto;
width:900px;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}

.clearall{
clear:both;
}

.clearall_span{
display:block;
clear:both;
}

#Topbanner {                  /*Whole thing*/
position:relative;
width:900px;
}

#Topbanner_top {
position:relative;
width:895px;
background-color:#792020;
padding-top:38px;
padding-left:5px;
padding-bottom:3px;
color:#FFFFFF;
}

#Topbanner_top a:link{
color:#FFFFFF;
}

#Topbanner_top a:visited{
color:#FFFFFF;
}

#Topbanner_top a:hover{
color:#FFFFFF;
}

#Title_AlgnR {
position:absolute;
top:5px;
right:0px;
}

#HomeLink {
font-size:0.8em;
font-weight:bold;
} 

#HomeLink a:link {
color:#FFFFFF;
text-decoration:none;
}

#HomeLink a:visited {
color:#FFFFFF;
text-decoration:none;
}

#HomeLink a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#Topbanner_bottom {
width:895px;
background-color:#F79433;
padding-top:3px;
padding-left:5px;
padding-bottom:3px;
font-size:0.8em;
font-weight:bold;
}

#Topbanner_bottom a:link {
color:#FFFFFF;
text-decoration:none;
}

#Topbanner_bottom a:visited {
color:#FFFFFF;
text-decoration:none;
}

#Topbanner_bottom a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#Topbanner_Plym {
position:absolute;
bottom:10px;
right:10px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:bold;
color:#FFFFFF;
}

#Main_body_home {
width:900px;
background: url(../Images/Hoe.gif) no-repeat bottom;
}

#Main_body {
width:900px;
}

#LeftCol {
float:left;
width:246px;
border-right:14px solid white;
}
/*---------------------------------------------------------------------------------------------- NAV -----*/
div#nav {
position:relative;
width:246px;
border-top:2px solid white;
border-bottom:2px solid white;
}

div#nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
}
	
div#nav li a { /* all lists */
background-color:#9d9d9c;
width:234px;
display: block;
padding:4px 4px 6px 8px;
border-top:2px solid white;
border-bottom:2px solid white;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color:#ffffff;
}

div#nav li a:link {
text-decoration:none;
}

div#nav li a:visited {
background-color:#9d9d9c;
text-decoration:none;
}

div#nav li a:hover {
background-color:#f79433;
text-decoration:none;
}

#selected {
background-color:#f79433;
width:234px;
display: block;
padding:4px 4px 6px 8px;
border-top:2px solid white;
border-bottom:2px solid white;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color:#ffffff;
}
/* -----------------------------------------------------------------------------------------------END OF NAV -----------------*/

#Addrs {
font-size:0.75em;
padding-left:4px;
}

#Addrs a:link {
color:#792020;
}

#Addrs a:visited {
color:#792020;
}

#Addrs a:hover {
color:#792020;
}

/* ---------------------------------------------------------------------------------------- RIGHT COLUMN -----------------*/
#RightCol {
float:right;
width:640px;
}

#ImageSection {
position:relative;
width:640px;
height:266px;
background-color:#FFFFFF;
}

#ImageSection_txt {
position:absolute;
bottom:10px;
right:10px;
/*Set Font*/
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size:1.25em;
font-weight:bold;
color:#FFFFFF;
text-align:right;
}

#BigTxt{
font-size:1.4em;
vertical-align:text-top;
}

#MainTxt {
margin-top:11px;
margin-bottom:0px;
font-size:0.8em;
color:#333333;
}
/*------------------------------------------------------------------------------- QUOTE --------------------------------*/

#Quote_body {
clear:both;
width:895px;
padding-top:4.6em;
padding-right:5px;
padding-bottom:5px;
margin:0px;
text-align:right;
color:#FFFFFF;
}

.QuoteMark {
padding:0px;
margin:0px;
font-family:"Times New Roman", Times, serif;
font-size:28px;
background-color:#606060;
}

#Quote_txt {
padding:0px;
margin:0px;
vertical-align:bottom;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:0.9em;
background-color:#606060;
}

#Quoter {
padding:0px;
margin:0px 25px 0px 0px;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
background-color:#606060;
}
/*-----------------------------------------------------------------------------------------BOTTOM BAR------------------*/
#BottomBar {
clear:both;
background-color:#792020;
color:#FFFFFF;
font-size:0.76em;
padding: 5px 5px 5px 5px;
}

#BottomBar a:link {
color:#FFFFFF;
text-decoration:none;
}

#BottomBar a:visited {
color:#FFFFFF;
text-decoration:none;
}

#BottomBar a:hover {
color:#FFFFFF;
text-decoration:underline;
}

/*-----------------------------------------------------------------------------------------CONTENT PAGES------------------*/
/* cp=content pages*/
.textbody {
border-left:20px solid white;
border-top:5px solid white;
border-bottom:20px solid white;
}

.cp_title {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
color:#792020;
font-weight:bold;
font-size:1.25em;
border-bottom:3px solid white;
}

.cp_subtitle {
color:#792020;
font-weight:bold;
font-size:0.84em;
}

.cp_text {
color:#4b4b4b;
font-size:0.84em;
}

.cp_text a:link {
color:#792020;
}
.cp_text a:visited {
color:#792020;
}
.cp_text a:hover {
color:#792020;
}

.LHM_Image {
padding-top:10px;
width:246px;
}
/* ----------------------------------------------------------------------------------------------- about us --------------*/
#textbody_aboutus {
padding-left:20px;
padding-top:32px;
padding-bottom:20px;
padding-right:0px;
margin:0px;
position:relative;
background-color:#FFFFFF;
}

#logopos_aboutus {
position:absolute;
right:-8px;
top:5px;
}

#aboutus_address {
font-size:0.75em;
color:#000000;
}

#aboutus_address a:link {
color:#792020;
}

#aboutus_address a:visited {
color:#792020;
}

#aboutus_address a:hover {
color:#792020;
}

/* --------------------------------------------------------------------------------------------- our properties -----------*/
#buttonwrapper {
width:356px;
margin:0 auto;
padding:36px 0px 10px 0px;
background-color:#FFFFFF;
}

#buttons_left {
float:left;
width:174px;
background-color:#FFFFFF;
}

#buttons_right {
float:right;
width:174px;
background-color:#FFFFFF;
}

.button_container a {
display:block;
width:172px; /*plus 2 for border = 174px*/
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:1em;
color:#FFFFFF;
font-weight:bold;
text-align:center;
border:1px solid #9d9d9c;
margin-bottom:6px;
}

.button_container a img {
float:left;
}

.button_container a:link {
background-color:#9d9d9c;
text-decoration:none;
}

.button_container a:visited {
background-color:#9d9d9c;
text-decoration:none;
}

.button_container a:hover {
background-color:#f79433;
text-decoration:none;
}

.button_text {
display:block;
padding-top:5px;
padding-bottom:5px;
}

#textandpadding_ourproperties {
clear:both;
width:356px;
margin:0 auto;
padding-bottom:140px;
text-align:center;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-size:1em;
color:#792020;
font-weight:bold;
}

#LHM_Image_ourproperties {
margin-top:25px;
width:246px;
position:relative;
}

#LHM_SymbolSmoke {
position:absolute;
left:14px;
top:140px;
}

#LHM_Symbol21 {
position:absolute;
left:8px;
top:10px;
}

#LHM_SymbolContract {
position:absolute;
left:140px;
top:55px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FAQ's and What tenants say ~~~*/

.burgandytext {
font-size:0.84em;
color:#792020;
}

.burgandytext a:link {
color:#792020;
}

.burgandytext a:visited {
color:#792020;
}

.burgandytext a:hover {
color:#792020;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ property details ~~~~~~~~~*/
.detailsbox {
width:620px;/*640-20*/
margin:0px 0px 20px 0px;
padding:0;
border:0;
}

.db_image {
width:136px;   /*img136+2pxborder+15=467*/
float:left;
border:solid 1px #9d9d9c;
margin-right:15px;
padding:0;
}

.db_rightcol {
width:467px;
float:right;
}

.db_title {
margin:0px 0px 5px 0px;
padding:0;
border:0;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-size:0.95em;
color:#f79433;
font-weight:bold;
}

.db_rightcol img  {
margin:0;
padding:0;
border:0;
display:block;
}

.detailsbox p {
font-size:0.75em;
margin-top: 8px;
margin-bottom: 8px;
padding:0;
line-height:13px;
}

.detailsbox p a:link {
font-weight:bold;
color:#792020;
}

.detailsbox p a:visited {
font-weight:bold;
color:#792020;
}

.detailsbox p a:hover {
font-weight:bold;
color:#ffffff;
background-color:#792020;
text-decoration:none;
}

.db_txtnewwin {
font-size:0.9em;
}

.db_solidline {
clear:both;
margin:0;
padding-bottom:6px;
border-top:0px;
border-bottom:solid 1px #9d9d9c;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Long Descriptions ~~~~~~~ */
h1 {
font-weight:bold;
font-size:1.25em;
margin-top:20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#padding_sourcecredits {
padding-bottom:292px;
}

#padding_copyright {
padding-bottom:153px;
}

#fontsize_proplocation {
color:#4b4b4b;
font-size:0.71em;
}

#fontsize_proplocation a:link {
color:#792020;
}
#fontsize_proplocation a:visited {
color:#792020;
}
#fontsize_proplocation a:hover {
color:#792020;
}