/* * Skeleton V1.2 * Copyright 2011, Dave Gamache * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php * 6/20/2012 */   /* Table of Content ================================================== #Reset & Basics #Basic Styles #Site Styles #Typography #Links #Lists #Images #Buttons #Forms #Misc */   /* #Reset & Basics (Inspired by E. Meyers) ================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;
    */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;

}
body
{
    line-height: 1;

}
ol, ul
{
    /*list-style: none;
    */
}
blockquote, q
{
    quotes: none;

}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;

}
table
{
    border-collapse: collapse;
    border-spacing: 0;

}
/* #Basic Styles ================================================== */ body
{
    background: #fff;
	background-repeat: repeat-x;
    background-image:url(../images/BodyBackground.png);
    font: 14px/21px Arial, "HelveticaNeue", "Helvetica Neue", Helvetica,  sans-serif;
    color: #465863;
    line-height:180%;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%;
    margin-bottom:50px;

}
/* #Typography ================================================== */ h1, h2, h3, h4, h5, h6
{
    color: #181818;
    font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica,  sans-serif;
    font-weight: normal;

}
#homeh1
{
    margin:0;
    padding:0;
    color:#465863;
    border:0;
    border-bottom:0;
    font-size:1em;
    display:inline
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: inherit;

}
h1
{
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top:15px;
    color:#7fba00;
    border-bottom:#7fba00 1px solid;
    padding:0 0 5px 0
}
h1 em
{
    font-style:normal;
    color:#999
}
h2
{
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px dotted #7fba00;
    margin-bottom: 10px;
    color:#7fba00;

}
h3
{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;

}
h4
{
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;

}
h5
{
    font-size: 17px;
    line-height: 24px;

}
h6
{
    font-size: 14px;
    line-height: 21px;

}
.subheader
{
    color: #777;

}
p
{
    margin: 0 0 20px 0;

}
p img
{
    margin: 0;

}
p.lead
{
    font-size: 21px;
    line-height: 27px;
    color: #777;

}
em
{
    font-style: italic;

}
strong
{
    font-weight: bold;
    color: #333;

}
small
{
    font-size: 80%;

}
/*	Blockquotes  */ blockquote, blockquote p
{
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;

}
blockquote
{
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;

}
blockquote cite
{
    display: block;
    font-size: 12px;
    color: #555;

}
blockquote cite:before
{
    content: "\2014 \0020";

}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited
{
    color: #555;

}
hr
{
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;

}
/* #Links ================================================== */ a, a:visited
{
    color: #7FBA00;
    text-decoration: underline;
    outline: 0;

}
a:hover, a:focus
{
    color: #360;

}
p a, p a:visited
{
    line-height: inherit;

}
/* #Lists ================================================== */ ul, ol
{
    margin-bottom: 20px;

}
ul
{
    list-style:inside;

}
ol
{
    list-style: decimal;

}
ol, ul.square, ul.circle, ul.disc
{
    margin-left: 30px;

}
ul.square
{
    list-style: square outside;

}
ul.circle
{
    list-style: circle outside;

}
ul.disc
{
    list-style: disc outside;

}
ul ul, ul ol, ol ol, ol ul
{
    margin: 4px 0 5px 30px;
    font-size: 90%;

}
ul ul li, ul ol li, ol ol li, ol ul li
{
    margin-bottom: 6px;

}
li
{
    line-height: 18px;
    margin-bottom: 12px;

}
ul.large li
{
    line-height: 21px;

}
li p
{
    line-height: 21px;

}
/* #Images ================================================== */  img.scale-with-grid
{
    max-width: 100%;
    height: auto;

}
#HeaderAnimation img
{
    position: absolute;
    top: 0px;

}
/* #Buttons ================================================== */  .button, button, input[type="submit"], input[type="reset"], input[type="button"]
{
    background: #eee;
    /* Old browsers */ background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    /* FF3.6+ */ background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
    /* Chrome,Safari4+ */ background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    /* Chrome10+,Safari5.1+ */ background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    /* Opera11.10+ */ background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    /* IE10+ */ background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    /* W3C */ border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
{
    color: #222;
    background: #ddd;
    /* Old browsers */ background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    /* FF3.6+ */ background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
    /* Chrome,Safari4+ */ background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    /* Chrome10+,Safari5.1+ */ background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    /* Opera11.10+ */ background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    /* IE10+ */ background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    /* W3C */ border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;

}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active
{
    border: 1px solid #666;
    background: #ccc;
    /* Old browsers */ background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
    /* FF3.6+ */ background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4)));
    /* Chrome,Safari4+ */ background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
    /* Chrome10+,Safari5.1+ */ background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
    /* Opera11.10+ */ background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
    /* IE10+ */ background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
    /* W3C */
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width
{
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;

}
/* Fix for odd Mozilla border & padding issues */ button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;

}
/* #Forms ================================================== */  form
{
    margin-bottom: 20px;
    /*background-image:url(../images/FormBackground.png);
    */ border:1px solid #CCCCCC;
    border-radius:5px;
    padding:20px;
    width:90%;
    background-color:#ededed
}
fieldset
{
    margin-bottom: 20px;

}
input[type="text"], input[type="password"], input[type="email"], textarea, select
{
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;

}
select
{
    padding: 0;

}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus
{
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2);

}
textarea
{
    min-height: 60px;

}
label, legend
{
    display: block;
    font-weight: bold;
    font-size: 13px;

}
select
{
    width: 220px;

}
input[type="checkbox"]
{
    display: inline;

}
label span, legend span
{
    font-weight: normal;
    font-size: 13px;
    color: #444;

}
/* MainWrapper ================================================== */ #MainWrapper
{
    background-color:#FFF;
    box-shadow:0 5px 5px rgba(50, 50, 50, 0.66);
    padding:15px 0 20px 0;

}
/* Header ================================================== */  #HeaderContainer
{
    background-color:#485863;
    min-height:130px;

}
#HeaderRight
{
    text-align:right;
    color:#fff;
    padding:30px 0 5px 0;
    float:right
}
#HeaderRight img
{
    border:0
}
#HeaderRight p
{
    font-size:130%;
    margin:15px 0 0 0;

}
#HeaderAnimation
{
    width:435px;
    height:130px
}
#HeaderAnimation ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:435px;
    height:130px
}
#HeaderAnimation li
{
    float:left;
    width:100px;
    margin:0;
    padding:0;
    text-align:center
}
#HeaderAnimation li a
{
    display:block;
    padding:5px 10px;
    height:130px;
    width:435px;
    color:#FFF;
    text-decoration:none;
    border-right:1px solid #FFF
}
#HeaderAnimation li a
{
    background:url(/images/HeaderAnimation.jpg)
}
/*#HeaderAnimation li a:hover, li a:focus, li a:active
{
background-position:-150px 0
}
*/ #c a
{
    background:url(/images/HeaderAnimation.jpg)
}
/*position relative as a base for non-static elements*/ #outerDiv
{
    position:relative;

}
/*every direct child positioned absolute*/ #outerDiv > div
{
    position:absolute;

}
#HeaderLogo
{
    margin:12px 0 0 0;
    z-index: 10;

}
#HeaderLogo img
{
    box-shadow:0 5px 5px rgba(50, 50, 50, 0.90);

}
/* Nav ================================================== */  #NavContainer
{
    background-color:#7fba00;
    min-height:50px;

}
nav
{
    /*font-family: "Arial Rounded MT Bold", Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    */ font-size:130%;
    font-weight:lighter;

}
nav ul
{
    list-style: none;
    padding: 0 0 0 0;
    margin:0;
    display:block;

}
nav ul li
{
    float:left;
    list-style-position:outside;
    margin:0 40px 0 0;
    letter-spacing:.015em;
    width:auto;
    color:#fff;

}
nav a
{
    color:#fff;
    display:block;
    height:35px;
    text-decoration:none;
    padding:15px 0 0 0;

}
nav a:hover
{
    text-decoration:none;
    color:rgba(255,255,255,0.75);

}
nav a:visited
{
    color:#fff;

}
/* MainContent ================================================== */  #MainContent ul
{

}
#MainContent
{
    min-height:100%;
    margin-bottom:-100px;
    padding-bottom:100px;

}
#CategoryNavigation
{
    background-image:url(../images/FormBackground.png);
    margin:2px 0 10px 0;
    padding:10px 0 2px 10px
}
#CategoryNavigation select
{
    margin-bottom:5px;

}
.PropertyActions
{
    color:#465863;
    font-size:1.2em;

}
.PropertyActions p
{
    margin:0
}
.PropertyActions strong
{
    color:#465863;

}
.PropertyActions button
{
    border:0;
    padding:8px 18px 8px 18px;
    margin-top:12px
}
.PropertyActions button:hover
{
    border:0
}
.PropertyDetails
{
    color:#767676;
    margin:20px 0 20px 0;
	clear: both;

}
.PropertyDetails p
{
    margin:0
}
.PropertyDetails strong
{
    color:#465863;

}
/* LeftBar ================================================== */  #LeftBar
{
    background-image:url(/images/LeftBarBackground.png);
    padding:0 0 15px 0;
    line-height:140%;

}
#LeftBar ul
{
    background-image:url(/images/LeftBar_ULBackground.png);
    list-style:none
}
#LeftBar .leftSubmenu
{
    display:none
}
#LeftBar .leftSubmenu.active
{
    display:block
}
#LeftBar .leftSubmenu.active
{
    background-color:rgba(127,186,0,0.65);
    background-image:url(/images/LeftBarSubmenuBackground.png);
    list-style:none;
    margin:0 0 0 0;
    /*font-size:.70em;
    */ color:#fff;
    padding:4px 0 4px 0;
    font-size:.8em
}
#LeftBar .leftSubmenu.active li
{
    background-image:none;
    list-style:none;
    border-bottom:1px solid #95C62B;
    /*height:28px;
    */ padding:4px 5px 0 0;

}
#LeftBar .leftSubmenu.active li a
{
    color:#fff;
    padding:5px 0 5px 37px;

}
#LeftBar .leftSubmenu.active li a:hover
{
    background-image:none;
    color:#CAE396;

}
#LeftBar ul>li
{
    font-size:120%;
    color:#465863;
    margin:0;
    padding:0;
    background: url(../images/LeftBar_BulletGrey.png);
    background-repeat:no-repeat;
    /*height:44px;
    */
}
#LeftBar a
{
    text-decoration:none;
    color:#465863;
    padding:15px 0 12px 36px;
    display:block;
    font-weight:bold;

}
#LeftBar a:active
{
    background-position:0 0
}
#LeftBar .active
{
    background-image:url(../images/LeftBar_BulletGreen.png);
    color:#7FBA00;

}
#LeftBar a:hover
{
    background-image:url(../images/LeftBar_BulletGreen.png);
    /*height:14px;
    */
}
#SideContact
{
    padding:0 0 0 16px;
    font-size:90%;
    color:#465863;
    margin: 0 0 10px 0;

}
#SideContact em
{
    color:#7FBA00;
    font-style:normal;
    font-size:145%;
    margin:10px 0 0 0;
    display:inline-block
}
#SideContact strong
{
    font-size:145%;
    color:#465863
}
#sectionsList a
{
    font-size:1.3em;
    color:#4a5760;
    text-decoration:none;
    font-weight:bold;

}
#sectionsList a:hover
{
    text-decoration:underline;

}
#sectionsList li
{
    border-bottom:1px dotted #4a5760;
    padding: 5px 0 5px 0;
    list-style:none
}
#SideAlerts
{
    background-color:rgba(255,255,255,0.5);
    padding:0 0 10px 16px;
    font-size:90%;
    margin: 0 0 10px 0;

}
#SideAlerts #textfield
{
    width:90px;
    float:left;
    margin-right:10px
}
#SideAlerts h2
{
    border-bottom:0;
    margin:0
}
#SideAlerts form
{
    margin:0 0 2px 0
}
#SideAlerts .button, button, input[type="submit"], input[type="reset"], input[type="button"]
{
    background: #7FBA00;
    /* Old browsers */ background: #7FBA00 -moz-linear-gradient(top, rgba(129,189,0,.9) 0%, rgba(127,186,0,.9) 100%);
    /* FF3.6+ */ background: #7FBA00 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,189,0,.9)), color-stop(100%,rgba(127,186,0,.9)));
    /* Chrome,Safari4+ */ background: #7FBA00 -webkit-linear-gradient(top, rgba(129,189,0,.9) 0%,rgba(127,186,0,.9) 100%);
    /* Chrome10+,Safari5.1+ */ background: #7FBA00 -o-linear-gradient(top, rgba(129,189,0,.9) 0%,rgba(127,186,0,.9) 100%);
    /* Opera11.10+ */ background: #7FBA00 -ms-linear-gradient(top, rgba(129,189,0,.9) 0%,rgba(127,186,0,.9) 100%);
    /* IE10+ */ background: #7FBA00 linear-gradient(top, rgba(129,189,0,.9) 0%,rgba(127,186,0,.9) 100%);
    /* W3C */  -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 1px rgba(70, 88, 99, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 18px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
#SideAlerts .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
{
    color: #fff;
    background: #7FBA00;
    /* Old browsers */ background: #7FBA00 -moz-linear-gradient(top, rgba(121,184,0,.9) 0%, rgba(74,130,0,.9) 100%);
    /* FF3.6+ */ background: #7FBA00 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,184,0,.9)), color-stop(100%,rgba(74,130,0,.9)));
    /* Chrome,Safari4+ */ background: #7FBA00 -webkit-linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* Chrome10+,Safari5.1+ */ background: #7FBA00 -o-linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* Opera11.10+ */ background: #7FBA00 -ms-linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* IE10+ */ background: #7FBA00 linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* W3C */ border: 1px solid #465863;

}
#SideAlerts .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active
{
    border: 1px solid #465863;
    background: #7FBA00;
    /* Old browsers */ background: #7FBA00 -moz-linear-gradient(top, rgba(121,184,0,.9) 0%, rgba(74,130,0,.9) 100%);
    /* FF3.6+ */ background: #7FBA00 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,184,0,.9)), color-stop(100%,rgba(74,130,0,.9)));
    /* Chrome,Safari4+ */ background: #7FBA00 -webkit-linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* Chrome10+,Safari5.1+ */ background: #7FBA00 -o-linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* Opera11.10+ */ background: #7FBA00 -ms-linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* IE10+ */ background: #7FBA00 linear-gradient(top, rgba(121,184,0,.9) 0%,rgba(74,130,0,.9) 100%);
    /* W3C */
}
#SideAddress
{
    padding:0 0 0 16px;
    font-size:90%;
    color:#465863;

}
#SideAddress h2
{
    border-bottom:0
}
#SideAddress a
{
    padding:0;
    margin:0;
    color:#7fba00;
    font-size:110%
}
#SideAddress a:hover
{
    background:none;
    color:#360
}
#SideContactArea
{
    padding:0 0 0 16px;
    font-size:90%;
    color:#465863
}
/* RightBar ================================================== */  #RightBar
{
    background-color:#485863;
    padding:10px 0 0 10px;
    margin: 0
}
#RightBar ul
{
    list-style-type:none
}
#RightBar li
{
    color:#fff;
    margin:20px 0 0 0
}
#RightBar a
{
    color:#fff;
    text-decoration:none
}
#RightBar a:hover
{
    color:rgba(255,255,255,0.75);
    text-decoration:underline
}
/* ListingArea ================================================== */
#ListingArea ul
{
    list-style-type:none;
    display:block;
    float:none;

}
#ListingArea li
{
    float:left;
    padding-bottom: 25px;
	padding-top: 15px;
	border-bottom: 1px dotted #888C8D;
}
#ListingArea h2
{
    border-bottom:none;
	margin-bottom: 5px;
    color:#485863;
    padding:0;
    font-size:1.2em;
    font-weight:bold;
    line-height:100%;
}
#ListingArea img
{
    border:1px solid #ccc;
}
#ListingArea a
{
    color: #485863;
	text-decoration: none;
}

/* Center listing image if it's not landscape */
#ListingArea .ImageLink {
    display: block;
    width: 240px;
    text-align: center;
}

#ListingArea p {
line-height: 20px;
margin-bottom: 5px;
}

#ListingArea .ListingPrice, .ListingRef {
color: #7FBA00;
font-weight: bold;
font-size: 120%;
}

#ListingArea .ListingPrice{
float: left;
}

#ListingArea .ListingPrice span{
padding-left: 5px;
padding-right: 5px;
color: #888C8E;
font-size: 16px;
}

#ListingArea .ListingDetails{
margin-left: 20px;
}

#ListingArea .fullDetailsLink {
float: left;
clear: both;
color: #7FBA00;
font-weight: bold;
text-decoration: underline;
line-height: 2em;
}

#ListingArea .ListingStatus, .DetailsStatus {
text-transform: uppercase;
text-align: center;
font-weight: bold;
background-color: #475764;
color: #FFF;
width: 242px;
font-size: 120%;
padding-top: 3px;
padding-bottom: 2px;
}

/* Footer ================================================== */ #Footer
{
    border-top:#ccc 1px solid;
    padding:15px 0 0 0;
    font-size:90%;
    color:#999;
    margin:10px 0 0 0;

}
#Footer img
{
    position: absolute;
    float: right
}
/* Welcome ================================================== */ #Welcome img
{
    border:1px #ccc solid
}
#Welcome em
{
    color:#999;
    font-style:normal
}
/* #Misc ================================================== */ .remove-bottom
{
    margin-bottom: 0 !important;

}
.half-bottom
{
    margin-bottom: 10px !important;

}
.add-bottom
{
    margin-bottom: 20px !important;

}
#Breadcrumb
{
    font-size:80%;
    color:#999;
    letter-spacing:.05em;
    text-transform:uppercase
}
ul.B_crumbBox li
{
    list-style: none;
    display: inline;
    color:#999
}
ul.B_crumbBox li a:visited
{
    color:#999
}
.contactForm label
{
    vertical-align: top
}
#FooterLogos
{
    position: relative;
    float: right;
    width: 175px;
    height: 123px;
    margin-bottom:5px
}
#propertyDetails
{
    width: 50%;
    float:left
}
h1.details-title {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
h2.details-address {
    line-height: 26px;
    margin-top: 0;
    color: #767676;
    border-bottom: 0;
}

.DetailsStatus{
clear: both;
width: 60% !important;
}

#propertyImages img
{
    border:1px solid #ccc
}
#propertyImages #mainImage a {
    display: block;
    text-align: center;
    width: 360px;
}
#otherImages ul
{
    list-style: none;
    margin:0
}
#otherImages ul li
{
    float:left;
    margin: 5px 11px 4px 0
}
.BERLogo
{
    padding-right: 5px;
    padding-top: 5px
}
iframe
{
    border:1px solid #ccc
}
/* #Holding ================================================== */
#holding
{
    width:600px;
    margin:0 auto;
    padding:25px 0 0 0;
    text-align:center;
    background-color:#fff
}

