
/* CSS Document */

/* Start Standarizacion */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
}
fieldset
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 390px;
    height: 219px;
}
address, caption, cite, code, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    margin: 1em 0;
    margin-left: 40px;
    padding-left: 0;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}



/* LIST ELEMENTS */
ul
{
    list-style-type: disc;
    margin: 1em 0;
    margin-left: 40px;
    padding-left: 0;
}
ol
{
    list-style-type: decimal;
    margin: 1em 0;
    margin-left: 40px;
    padding-left: 0;
}
/* remove top  bottom margins for nested lists */
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl
{
    margin-top: 0;
    margin-bottom: 0;
}
/* use circle when ul nested 2 deep */
ol ul, ul ul
{
    list-style-type: circle;
}
/* use square when ul nested 3 deep */
ol ol ul, ol ul ul, ul ol ul, ul ul ul
{
    list-style-type: square;
}
hr
{
    width: 75%;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #CCCCCC;
}

a
{
    outline: none;
}




/* End Standarizacion */



#container
{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    border-top: 0px;
    overflow: hidden;
background-image: url(images/backblue.jpg);
background-repeat: repeat-x;
background-position: 0px 160px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #142c3e;
}

h2
{
    font-size: 16px;
}

#header
{
    height: 132px;
    background-image: url(images/header-back-green.gif);
}

#header address
{
    float: right;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    
    color: #f3f3f3;
    line-height: 16px;
}


li
{
    font-size: 14px;
    line-height: 25px;
    list-style-type: none;
}


a:link
{
    color: #333;
}
a:visited
{
    color: #333;
}
a:hover
{
    color: #333;
    text-decoration: none;
}
a:active
{
    color: #333;
}


h1
{
    font-size: 20px;
    font-weight: bold;
    color: #3d5e1e;
    padding-bottom: 18px;
    letter-spacing: 0.5px;
}

#menu
{
    background-image: url(images/menu-back-green.gif);
    background-repeat: repeat-x;
    height: 28px;
    border-bottom: solid 2px #c1c1c1;
}

ul#nav
{
    padding: 0;
    margin: 0 0 0 36px;
}
#nav li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav a
{
    float: left;
    background-position: center;
    margin: 0 0 0 1px;
    padding: 0;
    height: 28px;
}
#nav a:hover
{
    background-position: bottom;
}
#nav a.True
{
    background-position: center;
}

#home a
{
    width: 79px;
    background: url(images/menu/home.gif) top center no-repeat;
    text-indent: -9999px;
}
#property a
{
    width: 204px;
    background: url(images/menu/management.gif) top center no-repeat;
    text-indent: -9999px;
}
#company a
{
    width: 137px;
    background: url(images/menu/company.gif) top center no-repeat;
    text-indent: -9999px;
}
#owners a
{
    width: 95px;
    background: url(images/menu/owners.gif) top center no-repeat;
    text-indent: -9999px;
}
#tenants a
{
    width: 97px;
    background: url(images/menu/tenants.gif) top center no-repeat;
    text-indent: -9999px;
}
#search a
{
    width: 159px;
    background: url(images/menu/rentals.gif) top center no-repeat;
    text-indent: -9999px;
}
#contact a
{
    width: 120px;
    background: url(images/menu/contact.gif) top center no-repeat;
    text-indent: -9999px;
}

#banner
{
    background-image: url(images/welcome-property-management.gif);
    background-repeat: repeat-x;
    height: 247px;
    padding: 26px 0px 0px 60px;
}

#banner p
{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

#mediumfeature
{
    border: solid 1px #FFFFFF;
    width: 356px;
    float: left;
    margin-left: 55px;
}

#content
{
}

#mapsearch
{
    float: left;
    width: 240px;
    background-color: #ffffff;
    border: solid 1px #a1a1a1;
    margin: 11px 25px 18px 34px;
    padding: 16px 25px 12px 25px;
}
#findrent
{
    float: left;
    width: 531px;
    background-image: url(images/findRental-back.gif);
    background-repeat: no-repeat;
    margin: 9px 0px 0px 0px;
    padding: 16px 25px 0px 25px;
    height: 288px;
}
#testimonials
{
    float: left;
    width: 230px;
    background-color: #ffffff;
    border: solid 1px #a1a1a1;
    margin: 0px 30px 24px 34px;
    padding: 16px 35px 20px 25px;
    height: 260px;
}

#smallfeature
{
    float: left;
    width: 543px;
    background-color: #ffffff;
    border: solid 1px #a1a1a1;
    padding: 16px 0px 0px 25px;
    margin-bottom: 22px;
    height: 280px;
}

.picholder
{
    border: solid 1px #000000;
}

#searchtool
{
    width: 180px;
    padding-left: 10px;
    float: left;
}
#searchtool p
{
    font-size: 12px;
    line-height: 20px;
}

#homelinks
{
    float: left;
    width: 220px;
}

.featuredProperties
{
    width: 160px;
    float: left;
    padding-right: 15px;
}
.featuredProperties h1
{
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: #142c3e;
    padding-top: 15px;
    letter-spacing: normal;
}
.featuredProperties p
{
    font-size: 12px;
    color: #142c3e;
    padding-bottom: 5px;
}


#footer
{
    background-image: url(images/footer-back.jpg);
    background-repeat: repeat-x;
    clear: both;
    height: 90px;
    padding: 15px 0px;
}
#footer p
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
#footer a:link
{
    color: #FFFFFF;
}
#footer a:visited
{
    color: #FFFFFF;
}
#footer a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:active
{
    color: #FFFFFF;
}

/* Search */

#search
{
    height: 262px;
    padding-left: 30px;
    padding-top: 20px;
}
#search h1
{
    color: #FFFFFF;
    margin-bottom: 5px;
}
#search h2
{
    color: #FFFFFF;
}
#search p
{
    color: #FFFFFF;
}
#search a
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
.blockInput
{
    display: block;
    margin-bottom: 7px;
}
#searchContainer
{
    width: 220px;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
    color: White;
    margin-left: 15px;
}
#searchContainer h1
{
    color: White;
}
.priceRange
{
    display: block;
    margin-top: 6px;
    margin-bottom: 3px;
}
.searchButton
{
    font-size: 10px;
    width: 85px;
}



#leftInside
{
    float: left;
    width: 287px;
    font-size: 14px;
    margin-bottom: 30px;
}


#leftsearch
{
    background-image: url(images/search-background.jpg);
    background-repeat: repeat-x;
    width: 287;
    height: 262px;
    padding-left: 30px;
    padding-top: 20px;
}
#leftsearch h1
{
    color: #FFFFFF;
    margin-bottom: 5px;
}
*.tag
{
    margin-top: 5px;
    background-image: url(images/search-background.jpg);
    height: 30px;
    background-repeat: repeat-x;
}
*.tag h3
{
    color: #FFFFFF;
    padding-left: 42px;
    padding-top: 5px;
    font-size: 16px;
}


#rightInside
{
    float: left;
    padding-top: 20px;
    padding-bottom: 34px;
    width: 600px;
    padding-left: 30px;
    margin-bottom: 30px;
}

#rightInside p
{
    margin-bottom: 10px;
    line-height: 20px;
}
#rightInside h3
{
    margin-bottom: 5px;
    margin-top: 16px;
}


 .titleh2{ margin-top:35px; margin-bottom:15px;}


#rightInsideSearch
{
    float: left;
    padding-top: 15px;
    padding-bottom: 34px;
    width: 644px;
    padding-left: 20px;
}


#pagingBottom
{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
}
#pagingTop
{
    text-align: center;
    margin-top: 18px;
    margin-bottom: 15px;
}
a.tst
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 6px;
    border: solid 1px silver;
    margin-left: 3px;
    background-color: White;
}
a.tst:link
{
    color: #114786;
    text-decoration: none;
    background-color: #ecedf1;
    border: solid 1px silver;
}
a.tst:visited
{
    color: #114786;
    text-decoration: none;
    background-color: #ecedf1;
    border: solid 1px silver;
}
a.tst:hover
{
    color: #000000;
    text-decoration: none;
    background-color: White;
    border: solid 1px silver;
}
a.tst:active
{
    color: #000000;
    text-decoration: none;
    background-color: #ecedf1;
    border: solid 1px silver;
}
.next
{
    margin: 0px 0px 0px 6px;
}
.previous
{
    margin: 0px 6px 0px 0px;
}
.catalog
{
    width: 600px;
    padding: 5px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    border: solid 1px #cccccc;
}
.catalogImage
{
    float: left;
    border: #999999 solid 1px;
}
.catalogContent
{
    float: left;
    margin-left: 12px;
    width: 400px;
}
.catalogArea
{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.catalogAddress
{
    font-weight: bold;
    display: block;
}
.catalogSpecs
{
    display: block;
    margin-bottom: 5px;
    margin-top: 2px;
}
.catalogLinks
{
    display: block;
    margin-top: 10px;
}
.catalogDescription
{
    display: block;
    margin-top: 4px;
}
.catalogHome
{
    width: 390px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
}
.catalogContentHome
{
    float: left;
    margin-left: 8px;
    width: 230px;
}



#map
{
    margin-top: 10px;
    height: 500px;
    border: #999999 solid 1px;
    text-align: center;
    margin-bottom: 15px;
}
#mapDetails
{
    margin-top: 10px;
    height: 300px;
    border: #999999 solid 1px;
    text-align: left;
    margin-bottom: 7px;
    width: 95%;
}


#rightInsideDetails
{
    float: right;
    padding-top: 15px;
    padding-bottom: 34px;
    padding-left: 15px;
    width: 650px;
    overflow: hidden;
}

#details
{
    margin-left: 0px;
    overflow: hidden;
    margin-bottom: 15px;
}
#details p
{
    line-height: 22px;
     margin-bottom: 10px;
}



#topLeft
{
    float: left;
    width: 460px;
    padding-bottom: 15px;
}
#topRight
{
    float: left;
    width: 180px;
    line-height: normal;
}


#topRight p
{
    line-height: 20px;
}



#details h2
{
    margin-bottom: 2px;
    margin-top: 15px;
    color: #3d5e1e;
}




.cellTitle
{
    height: 27px;
    vertical-align: bottom;
}

.rowHeight
{
    height: 25px;
}


.leftmenu
{
    width: 200px;
    margin-left: 38px;
    padding-top: 20px;
    margin-top: 25px;
    padding-left: 30px;
    padding-bottom: 15px;
    min-height: 100px;
    overflow: hidden;
    background-image: url(images/search-background.jpg);
    background-repeat: repeat-x;
    background-color: #61a192;
    border: solid 1px gray;
}

.leftmenu h1
{
    color: White;
}



.leftmenu a
{
    color: White;
    text-decoration: none;
}


.leftmenu a:link
{
    color: White;
}
.leftmenu a:visited
{
    color: White;
}
.leftmenu a:hover
{
    color: White;
    text-decoration: underline;
}
.leftmenu a:active
{
    color: White;
}

.leftmenu ul
{
    margin-left: 15px;
}

.leftmenu ul li
{
    list-style-type: disc;
    color: White;
    font-size: 13px;
}




.tenants
{
    margin: 0px;
}

#onecolumn
{
    padding: 0 0 0 40px;
    margin-bottom: 30px;
    width: 830px;
}
#cuRight
{
    float: right;
    padding-right: 12px;
    margin-top: 25px;
    width: 400px;
    margin-bottom: 35px;
}
#cuLeft
{
    float: left;
    margin-top: 25px;
    width: 500px;
    padding-left: 35px;
}
#cuRight h3
{
    border-bottom: solid 1px #24364d;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 15px;
    width: 163px;
}


#cuRight p, #cuLeft p, #onecolumn p, #rightInside p
{
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 18px;
}

#onecolumn ul li, #rightInside ul li
{
    font-size: 14px;
    line-height: 27px;
    list-style-type: disc;
}

#onecolumn ul
{
    margin-bottom: 25px;
}
#onecolumn h2
{
    margin-top: 25px;
}
#onecolumn h1
{
    margin-top: 20px;
}


#citiesEmergency
{
    margin-bottom: 25px;
    margin-top: 35px;
    width: 600px;
}
#citiesEmergency td
{
    border-bottom: solid 1px black;
}

.donwloadFile
{
    width: 290px;
    float: left;
    margin-bottom: 25px;
  
}
.icon
{
    float: left;
    width: 60px;
}
.iconText
{
    float: left;
    width: 190px;
}

.pic{float:left; margin: 0px 15px 15px 0; border:solid 1px gray;}

.Equal2{margin:55px 0 30px 100px}


#terms{ font-size:12px; margin-left:35px; margin-top:35px; margin-right:5px;}
#terms p{ margin-bottom:7px;}

#terms h3{ font-size:14px; margin-bottom:10px; margin-top:15px}