/* Colour palette

#1F497D - blue logo text
-----------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
-----------------------------------------------------------*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* Styles for general tags
-----------------------------------------------------------*/

body {
	font-family: 'PT Sans', "Trebuchet MS", Helvetica, sans-serif;
	/*width: 1280px;*/
	margin: auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	background: url("../Content/images/grey-background.png") repeat scroll center top transparent;
}

h1 {
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size: 12pt;
    padding-bottom: 8px;
    color: #376092;
}

h2 {
    text-transform: uppercase;
    font-size: 10pt;
	font-weight: bold;
	color: #000;
    padding-bottom: 8px;
}    

p {
    margin-bottom: 13px;
}

/* Styles for branding
-----------------------------------------------------------*/
#branding, #slogan {
    margin: auto;
    width: 980px;
}

#branding {
	padding-bottom: 5px;
    padding-top: 6px;
}

.logo {
	height: 40px;
	background: url("../Content/images/logo-banner.png") no-repeat scroll center center transparent;
}

/*SEO*/
.db-link span {
	display: none;
}

/* Styles for menu
-----------------------------------------------------------*/
.outermenu {
    margin: auto;
    padding-top: 4px;
    width: 980px;
	border-top: 1px solid #376092;
}

div.menubackground {
    height: 102px;
    background: url('../Content/images/menu-background.jpg') no-repeat top;
    border: 0px solid white;
    margin: auto auto;
}

div.cssmenu {
	/*float:left;
	width: 100%;
	overflow: hidden;
	position: relative;*/
}

.cssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: block;
    height: 45px;
    font-size: 8pt;
    font-weight: bold;
/*	clear: left;
	float: left;
	left: 50%;*/
	text-align: center;
}

.cssmenu ul li {
    display: block; /*for safari*/
/*    float: left;
	right: 50%;*/
    margin: 0;
    padding: 0;	
	position: relative;
}

.cssmenu li a {
    display: block; /*for safari*/
    float: left;
    color: #376092;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 8px 0;
    height: 30px;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.cssmenu li a:hover {
	xbackground: url('../Content/images/menu-hover.png') repeat;
	color: #333;
	text-decoration: underline;
}


/* Styles for promo images
-----------------------------------------------------------*/
.promo-slideshowWrapper > div {
    background: url('images/non-panoramic-background.png') repeat;
	clear: both;
    margin: auto auto;
    height: 325px;
}

.promoImages {
    display: block;
    margin: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 325px;
    text-align: center;
}

.gallery_content, .brandPage .right_column .gallery_container .gallery_content, .propertyPage .row_2 .gallery_container.offers .gallery_content {
    background: none repeat scroll 0 0 rgba(0, 30, 58, 0.8);
    border-radius: 0 0 0 0;
    min-height: 130px;
    padding: 20px 10px 0;
    position: absolute;
    right: 0;
    top: 390px;
    width: 500px;
}

.google-maps-cover-photo {
	padding: 10px;
	margin: 0;
}

/* Styles for content
-----------------------------------------------------------*/

#bodyWrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#wrapper1 {
    float: left;
    left: 50%;
    position: relative;
}

#wrapper2 {
    float: left;
    left: -50%;
    position: relative;
}

#wrapper3 {
	width:auto;
	height:auto;
	min-width: 980px;
	overflow: hidden;
}

/* handle box-shadow effects in IE7 */
#backgroundWrapper {
	background: url("../Content/images/grey-background.png") repeat scroll center top transparent;
	margin: auto auto;
	min-width: 980px;
	overflow: hidden;
}

#contentWrapper {
    font-size: 10pt;
    line-height: 1.5em;
	width: 980px;
    margin: auto auto;
}

#dummyWrapper {
    height: 20px;
}

#dummyWrapper2 {
	clear: both;
	height: 20px;
}

#contentTitle {
    padding-bottom: 9px;
}

#contentTitle, #contentBody, #footer {
    margin: auto;
}

.content-module {
    background-color: white;
    padding: 10px;
    color: #333;
}

#mainContent {
    margin-right: 13px;
    width: 570px;
    border-top: 2px solid #376092;
    padding: 15px 25px;
}

#mainContent p {
	text-align: justify;
}

#additionalContent {
    font-size: 10pt;
    width: 260px;
	
	border-top: 2px solid #376092;
    padding: 15px 25px;
}

.additionalContentHeader {
    /*font-weight: bold;*/
    font-size: 11pt;
	color: #376092;
}

#downloadItems {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 13px;
	margin-top: 15px;
	line-height: 20px;
}

a.pdf-link {
    background: url("../Content/images/pdf.gif") no-repeat scroll left top transparent;
    margin-top: 5px;
    padding: 0 0 2px 22px;
    cursor: pointer;
    text-decoration: none;
}

footer {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    border-top: 1px solid #CCC;
	background-color: #3A3A3A;
	clear: both;
    font-size: 8pt;
    padding: 12px 21px 5px;
	margin: auto;
	text-align: center;
	color: #FFF;
	font-weight: bold;
    line-height: 11px;
}

#footerShadow {
	margin: auto auto;
	width: 1300px;
	height: 12px;
	position: relative;
	top: -5px;
}

.footerLinks {
	font-weight: normal;
}

.footer-permissions {
	color: #999;
	font-size: 9px;
	line-height: 15px;
}

.footer-permissions p {
	margin-bottom: 0;
}


/* Photo Gallery styles
-----------------------------------------------------------*/
#gallery {
	padding: 15px 0 15px 0;
}

/* fix IE gallery album text padding issue */
#gallery a {
	padding-bottom: 15px;
}

#gallery .group {
	text-align: center;
	margin: auto auto;
	padding: 13px;
}

#gallery .gallery-album {
	float: left;
	width: 164px;
}

.album img, .group img {
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 6px;
}

.album img {
	margin-bottom: -6px;
}

.album-caption {
	display: inline-block;
	height: 15px;
}

/* Table styles
-----------------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 573px;
	font-size: 9pt;
}

th {
    padding: 0 0.5em;
    text-align: left;
    font-weight: bold;
    padding: 8px;
}

tr.oddRow {
    background: none repeat scroll 0 0 #E8EDFF;
}

td {
    padding: 8px;
}

td.width {
    width: 85px;
}

td.adjacent {
    text-align: left;
}

td br {
    margin-bottom: 8px;
}


/* List items
-----------------------------------------------------------*/
ul.bulletList {
    list-style-type: square;
    list-style-position: inside;
    padding-top: 13px;
    padding-bottom: 13px;
}


/* General styling toolbox
-----------------------------------------------------------*/
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.w50 {
    width: 85px;
}

.bold {
    font-weight: bold;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
    font-style: italic;
}