﻿body {background:#FFF}

#wrapper,
#header,
#mainMenu ul,
#regionsMenu,
#footerLinks,
#footer
{
    margin:0 auto;
    width:960px;
}

/* Header */
#header
{
    height:108px;
    position:relative;
}

#header img.phoneNumber
{
    position:absolute;
    right:5px;
    top:55px;
    height:26px;
    width:270px;
}

#header #contact-us-header #phone
{
	position:absolute;
    right:330px;
    top:30px;
}

#contact-us-header #phone
{
    height:53px;
    width:190px;
    color:#999;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
    text-align:center;
}

#contact-us-header #phone span
{
    color:#666666 ;
    font-size:27px;
}

#contact-us-header #phone span.call-us-now
{
	margin-left: auto;
	margin-right: auto;
    color:#999;
    font-size:14px;
    display: block;
}


#header a#headerLogo
{
    position:absolute;
    top:15px;
    left:15px;
}

/* Header Menu */
#headerMenu
{
    position:absolute;
    right:0;
    width:300px;
    height:60px;    
    font-size:0.9em;
    padding:0;
}

#headerMenu li
{
    display:block;
    padding:0 7px;
    border-right:1px solid #CCC;
    float:right;
    margin-top:6px;
}

#headerMenu li#contactus
{
    border-right:none;
    padding-right:0px;
}

#headerMenu li#topMenu
{
	margin-top:10px;  
	display:block;
    float :right;
    border-right:none;
    padding: 0 0 6px 0;
}

#headerMenu li#topMenu li
{ 
	display:block;
    float :left;
}


#headerMenu li#quickSearch
{
    border-right:none;
    margin-top:10px;    
    display:block;
    float:right;
    padding-right:0;
}

#headerMenu li#quickSearch #searchBox
{
    float:left;
    padding-right: 8px;
}

#headerMenu li#quickSearch #searchBox input
{
    border: 1px solid #ccc;
    background:none;
    width:170px;
    margin:0 0 0 24px;
    color:#666;
    font-size:1em;
    padding: 0 0 0 5px;
    height: 27px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#headerMenu a
{
    color:#666;  
    text-decoration:none;  
}

/* Main Menu */
#mainMenu
{
    list-style:none;        
    font-size:0.9em;
    height:34px;
}

#mainMenu li
{
    float:left;
    border: 1px solid #CCC;
    border-bottom: none;
    border-right: none;
	background-color: #FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#mainMenu li.last
{
	border-right: 1px solid #CCC;
}

#mainMenu li.on
{
    border: 1px solid #666;
    border-bottom : none;
    border-right: none;
	background-color: #666;
	color: #FFF;
}

#mainMenu li a
{
    display:block;
    font-weight:bold;
    text-decoration:none;
    padding:9px 20px;
    color:#666;
}

#mainMenu li a:hover
{
    text-decoration:underline;
}

#mainMenu li.on a
{
	background-color: #666;
    color:#FFF;
}

#mainMenu li.small a
{
    background:url(ws/icons/arrow.gif) no-repeat 5px 10px; padding-left:20px; color:#FFF; font-size:0.9em;padding-top:8px;
}

.darkgreybottomborder
{
	    width: 960px;
    margin-left: auto;
    margin-right: auto; 
    clear: both;
    height:5px;
    background:#666;
    font-size:0;
    line-height:0;
}

/* Body */
#wrapper
{
    margin-bottom:20px;
}

.homeBanner,
.banner215
{
    margin:0;
    height:215px;
    padding:0;
}

.propertyBanner
{
    margin:10px 0 0 0;
    height:191px;
    padding:0;
}

.promotionsBanner
{
    height:95px;
    margin:10px 0 0 0;    
}

.bannerPadTop
{
    height:191px;
    margin:10px 0 0 0;
    padding:0;
}

#body
{
    background:#FFF;
    margin:5px 0 5px 0;
}

/* Regions menu */

#regionsMenuBg
{
    clear:left;
    padding:10px 10px 30px 10px;
    background:#D3DBE2;
}

#regionsMenuBg a
{
    text-decoration:none;
    color:#656565;
    font-size: 11px;
}

#regionsMenuBg a:hover
{
    text-decoration:underline;
}

#regionsMenu
{
	height: 120px;
}

#regionsMenu #footer-links
{
	float:left;
	width: 75%;
}
#regionsMenu #contact-us-header
{
	float: right;
	padding-top: 10px;
}

div.center-div
{
	margin-left: auto;
	margin-right: auto;
}


#regionsMenu ul li
{
    float:left;
    margin-bottom:5px;
    padding: 5px 0px 5px 0px;
}

#regionsMenu ul li a.noborder
{
	border-right:none;
}

#regionsMenu ul li a, #footerLinksBg ul li a
{
	display: block;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #999;
}

#regionsMenu ul li ul
{
    padding-right:5px;
    width:100%;
}

#regionsMenu ul li li
{
    display:inline;
    font-weight:normal;
    font-size:0.8em;
    line-height:1.5em;
    float:none;
    width:auto;
}

#footerLinks
{
    margin:0 auto;    
    margin-top:15px;
    position:relative;
}

#footerLinks li
{
   display:inline;
   padding:0 10px;
   border-right:1px solid #CCC;
}

#footerLinks li.first
{
   padding-left:0;
}

#footerLinks li.last
{
   border-right:none;
}

div.backtotop
{
	margin: 0 auto;
	width: 960px;
}

div.backtotop a#backToTop
{
    display:block;
    height:14px;
    width:68px;
    background-color: #666;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    -webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 10px;
	margin-top: -34px;
	float: right;
}

/* Main Footer (Logos & Copyright) */
#footer
{
    padding:0 0 10px 0;
}

div.darkgrey
{
	background-color: #666;
}

#footer a
{
    text-decoration:none;
}

#footer img.logoWorkspace
{
    float:left;
}

#footer img.logoCrafted
{
    float:right;
    margin:10px 20px 0 0;
}

#footer span
{
    float:left;
    margin:13px 0 0 10px;
    color:#A9A9A9;
    font-size:11px;
}
