﻿body
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background-color: #FFFFFF;
    font-size: 70%;
    line-height: 165%;
    color: #000000;
    text-decoration: none;
    margin: 0px;
}


p
{
    margin: 0px;
    padding: 10px 0px 5px 0px;
}

a
{
    color: #A3BD0B;
    font-weight: normal;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

h4
{
    font-size: 118%;
    color: #A3BD0B;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0px 5px 0px;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
}

#header
{
    width: 1000px;
    height: 160px;
    position: relative;
    border-top: solid 15px #CCCCCC;
}

#logo
{
    position: absolute;
    width: 165px;
    height: 165px;
    top: 10px;
    left: 0px;
}

#logo a
{
    display: block;
    width: 165px;
    height: 165px;
    background: url(Assets/logo.jpg) no-repeat;
}

#contactNumbers
{
    position: absolute;
    right: 0px;
    top: 20px;
}

#strapLine
{
    position: absolute;
    right: 0px;
    top: 130px;
}

#nav
{
    width: 1000px;
    height: 41px;
    padding: 0px;
}

/*----------- Edit Nav in HorizontalMenu.css -----------*/


#footer
{
    clear: both;
    width: 1000px;
    padding: 5px 0px 0px 0px;
    border-top: solid 5px #CCCCCC;
}

#footer ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer li
{
    float: left;
    margin: 0px;
    padding: 0px 8px 15px 8px;
    list-style: none;
    background: url(Assets/splitLine.gif) no-repeat 0px 5px;
    color: #999999;
}

#footer li.start
{
    float: left;
    margin: 0px;
    padding: 0px 8px 0px 0px;
    list-style: none;
    background: none;
}

#footer li.right
{
    float: right;
    margin: 0px;
    padding: 0px 8px 0px 8px;
    list-style: none;
    background: url(Assets/splitLine.gif) no-repeat right 5px;
}

#footer li.rightEnd
{
    float: right;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    list-style: none;
    background: none;
}

#footer li a
{
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

#footer li a:hover
{
    color: #999999;
    text-decoration: underline;
}

/*----------------- Page Contents ------------------*/

#pageContainer
{
    width: 1000px;
    margin: 2px 0px 20px 0px;
}

#pageHeader
{
    width: 1000px;
    height: 100px;
    padding: 0px 0px 0px 0px;
}

#pageHeaderLarge
{
    width: 1000px;
    height: 200px;
}

#homeFlash
{
    width: 1000px;
    height: 240px;
}

#lowerContent
{
    width: 1000px;
    margin: 15px 0px 0px 0px;
}

#lowerLeftColumn
{
    float: left;
    width: 235px;
    margin: 0px 15px 0px 0px;
    padding: 10px;
    background: url(Assets/greyBoxBg.png) repeat-x;
}

#lowerMiddleColumn
{
    float: left;
    width: 390px;
    margin: 0px 15px 0px 0px;
    padding: 10px 0px 0px 0px;
    line-height: 155%;
    background: none;
}

#lowerRightColumn
{
    float: left;
    width: 305px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background: url(Assets/greenBoxBg.png) repeat-x;
}

.lowerMiddleContent
{
    width: 370px;
    padding: 0px 10px 10px 10px;
}

.lowerMiddleContent p
{
    line-height: 140%;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.lowerRightContent
{
    width: 285px;
    padding: 10px;
    background: #FFFFFF;
}

.latestNewsContent
{
    width: 215px;
    min-height: 180px;
    padding: 0px 10px 0px 10px;
    background: #FFFFFF;
    line-height: 150%;
}

#content
{
    width: 1000px;
    margin: 15px 0px 0px 0px;
}

#leftColumn
{
    float: left;
    width: 185px;
    margin: 0px 15px 0px 0px;
}

#leftColumn ul
{
    list-style: none;
    margin: 10px 0px 5px 10px;
    padding: 0px;
}

#leftColumn li
{
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(Assets/arrowBullet.gif) no-repeat 0px 7px;
}

#leftColumn li a
{
    font-weight: normal;
}

#middleColumn
{
    float: left;
    width: 530px;
    margin: 0px 15px 0px 0px;
    padding: 10px 0px 0px 0px;
    background: url(Assets/middleBg.png) repeat-x;
}

#rightColumn
{
    float: left;
    width: 235px;
    height: 200px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background: url(Assets/lowerRightBg.png) repeat-x;
}

#fullColumn
{
    float: left;
    width: 730px;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(Assets/middleBg.png) repeat-x;
}

.fullColumnContent
{
    width: 730px;
    min-height: 330px;
    padding: 1px 0px 0px 0px;
}

.middleColumnContent
{
    width: 510px;
    min-height: 330px;
    padding: 5px 10px 10px 10px;
}

.middleColumnContent ul
{
    list-style: none;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.middleColumnContent li
{
    list-style: none;
    margin: 0px;
    padding: 5px 0px 5px 12px;
    background: url(Assets/liBullet.gif) no-repeat 0px 12px;
}

/*---------------- classes ---------------*/


.clear
{
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 0px;
    height: 0px;
}

a.newsLink
{
    color: #A3BD0B;
    font-weight: normal;
    text-decoration: none;
}

a.newsLink:hover
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

a.arrowLink
{
    color: #A3BD0B;
    text-decoration: none;
    background: url(Assets/arrowBullet.gif) no-repeat 0px 3px;
    padding: 0px 0px 0px 10px;
}

a.arrowLinkRight
{
    float: right;
    color: #A3BD0B;
    text-decoration: none;
    background: url(Assets/arrowBullet.gif) no-repeat 0px 2px;
    padding: 0px 0px 0px 10px;
    line-height: 100%;
}

a.arrowLink:hover, a.arrowLinkRight:hover
{
    color: #000000;
}

.title
{
    height: 18px;
    padding: 0px 0px 10px 0px;
    position: relative;
}

.middleTitle
{
    height: 18px;
    padding: 0px 10px 10px 10px;
    position: relative;
    border-bottom: solid 1px #A3BD0B;
}

.middleTitle h3
{
    font-size: 145%;
    color: #000000;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif;
}

.title h3
{
    font-size: 145%;
    color: #000000;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif;
}

.title h3.magnifyingGlass
{
    font-size: 145%;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    background: url(Assets/magnifyGlass.gif) no-repeat right;
    font-family: Helvetica, sans-serif;
}

.subNavTitle
{
    height: 18px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 10px;
    border-bottom: solid 1px #A3BD0B; 
}

.subNavTitle h3
{
    font-size: 145%;
    color: #000000;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif;
}

.newsRepeater
{
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #CCCCCC;
}

.newsRepeaterEnd
{
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-bottom: none;
}

.contactsInfo
{
    margin: 10px 0px 5px 0px;
}

img.pageThumb
{
    border: solid 4px #CCCCCC;
}

img.pageImage
{
    margin: 10px 0px 5px 0px;
    border: solid 4px #CCCCCC;
}

img.leftPageImage
{
    float: left;
    margin: 5px 17px 0px 0px;
    border: solid 4px #CCCCCC;
}

.newsTitle
{
    font-size: 118%;
    font-weight: normal;
    color: #000000;
}

p.team
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    line-height: 165%;
}

p.teamContacts
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    line-height: 155%;
}

#locationMap
{
    width: 502px;
    height: 292px;
    border: solid 4px #CCCCCC;
    margin: 15px 0px 5px 0px;
}

.titleRepeater
{
    width: 500px;
    padding: 10px 5px 9px 5px;
    border-bottom: solid 1px #CCCCCC;
}

.titleName
{
    float: left;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.titleInfoLink
{
    float: right;
    color: #A3BD0B;
    text-decoration: none;
    background: url(Assets/arrowBullet.gif) no-repeat 0px 6px;
    padding: 0px 0px 0px 10px;
    line-height: 165%;
}


/*------------ tables ---------------*/

.propertySearchTable
{
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.propertySearchTable td
{
    font-weight: bold;
    padding: 5px 0px 4px 0px;
}

.propertySearchTable td.plain
{
    font-weight: normal;
    padding: 5px 0px 4px 0px;
}

.propertySearchInput
{
    font-size: 100%;
    width: 160px;
}

.propertySearchDropList
{
    width: 160px;
    font-size: 100%;
}

.propertySearchDropListSmall
{
    width: 85px;
    font-size: 100%;
}

.propertySearchBtn
{
    background: url(Assets/searchBtn.png) repeat-x;
    width: 80px;
    height: 22px;
    font-weight: bold;
    font-size: 109%;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.teamTable
{
    width: 510px;
    margin: 10px 0px 0px 0px;
}

.teamTable td
{
    padding: 15px 0px 10px 0px;
    border-bottom: solid 1px #CCCCCC;
}

.teamTable td.page
{
    padding: 15px 0px 5px 0px;
    border-bottom: none;
}

.profileTable
{
   width: 510px;
    margin: 10px 0px 0px 0px; 
}

.profileTable td
{
    padding: 3px 0px 3px 0px;
    vertical-align: top;
}