﻿/* by Justin Scheetz					*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
} :focus { outline: 0 }

img.left
{
    float: left;
    margin: 5px 10px 0px 0;
}
img.right { float:right; margin:5px 0 10px 20px }

/* --------------------------------------- */
/* General Styles
/* --------------------------------------- */

html { background:#222222 url('images/body_bg.gif') repeat-x 0 7px }

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:url('images/body_bg.jpg') no-repeat top center;
	border-top:5px solid #f8db3a }
ul {
    list-style-type:none;
}
strong
{
    font-weight: bold;
}
.clear{
    clear:both;
    height:0px;
}
.hidden
{
    display: none;
}
.offPage{
    position: absolute;
    left: -9999em;
}
.flLeft{
    float:left;
}
.yellowbar {
	width:50%;
	height:54px;
	position:absolute;
	top:125px;
	left:0;
	background:#f8db3a }
.medSubLink {
    background-attachment:scroll;
    background-color:transparent;
    background-position:left top;
    background-repeat:no-repeat;
    border-width:0;
    cursor:pointer;
    display:block;
    font-size:0;
    height:28px;
    letter-spacing:200px;
    margin:0;
    overflow:hidden;
    padding:0;
}
/* --------------------------------------- */
/* Header, Eyebrow Nav & Search
/* --------------------------------------- */

#header {
	height:120px;
	position:relative }
	
	#header h1 {
		width:277px;
		height:100px;
		position:absolute;
		top:10px;
		left:50px }
		
		#header h1 a, #header h1 a:hover {
			display:block;
			width:277px;
			height:100px;
			background:url('images/logo.jpg') no-repeat;
			text-indent:-5000px }
	
	#header #eyebrowNav {
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		top:-5px; left:640px;
		height:25px;
		padding:5px 0 0 0;
		background:url('images/eyebrownav_bg.gif') no-repeat }
		
		#eyebrowNav a {
			border-left:1px solid #1f1f1f;
			border-right:1px solid #626262;
			color:#FCE772;
			display:block;
			float:left;
			margin:0;
			padding:2px 15px 2px 29px;
			text-decoration:none;
			background:url('images/eyebrow_arrow.gif') no-repeat 19px 6px;
			text-transform:uppercase }
			
			#eyebrowNav a.alpha { border-left:none }
			#eyebrowNav a.omega { border-right:none }
			
		#eyebrowNav a:hover { color:#fff; text-decoration:none }
		
	#header #search {
		position:absolute;
		bottom:0; left:640px;
		padding:10px 10px 0;
		width:280px !important;
		height:40px;
		background:#f8db3a url('images/search_top.gif') no-repeat top left }
		
		#header #search p {
			margin:0; padding:0; display:inline }
		
		#search .textbox {
			width:186px;
			padding:7px 8px;
			height:14px;
			border:1px solid #FFEE8F;
			border-right:none;
			float:left;
			color:#5d4f06;
			font-weight:bold;
			font-size:11px;
			background:url('images/search_box.gif') no-repeat top left }
			
		#search .button {
			width:77px;
			height:30px;
			padding:0;
			float:right;
			margin:0 }
			

/* --------------------------------------- */
/* Navigation Bar
/* --------------------------------------- */

#navigation
{
    background: url('images/navigation_bg.gif') repeat-x right top;
    height: 41px;
    padding: 13px 0 0 8px;
    margin-bottom: 20px;
    position: relative;
    width: 932px;
}

#navigation .grid_11 {
	height:41px }

#navigation ul
{
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}
	
#navigation ul li {
	font-size:20px;
	text-transform:uppercase;
	margin:0 15px 0 0;
	float:left }
	
#navigation ul li.current {
	display:block;
	color:#474747;
	background:url('images/nav_active_left.gif') no-repeat top left }
		
#navigation ul li.current span {
	padding:2px 15px;
	display:block;
	background:url('images/nav_active_right.gif') no-repeat top right }
	
#navigation ul li a {
	text-decoration:none;
	display:block;
	color:#fce772;
	padding:1px 15px } #navigation ul li a:hover { color:#fff }
	
#navigation ul li.active {
	display:block;
	background:url('images/nav_active_left.gif') no-repeat top left }
		
#navigation ul li.active a {
	padding:2px 15px;
	display:block;
	background:url('images/nav_active_right.gif') no-repeat top right ;
    color:#474747;}
/* --------------------------------------- */
/* Marquis Area
/* --------------------------------------- */
#divMarquisWrapper {
    position:relative;
}
#divMarquis
{
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
#divMarquisItems
{
    position:absolute;
    left:0;
    top:0;
    height: 300px;
    width: 20000em;
}
#divMarquisItems .marquisItem
{
    background-position: left top;
    border: 5px solid #000000;
    height: 290px;
    width: 290px;
    background: #000 url('images/portfolio_hover_bg.gif') repeat-x top;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
#divMarquisItems .marquisImage { 
    position:absolute; 
    top:0; 
    left:0; 
    display:block;  }
#divMarquisItems .marquisItem h3
{
    font-size: 14px;
    margin: 12px 0px 1px 15px;
    padding: 0;
    color: #fce772;
    text-transform: uppercase;
}
	
#divMarquisItems .marquisItem small
{
    font-size: 11px;
    color: #a7a7a7;
    display: block;
    margin: 0px 0px 10px 15px;
    padding: 0;
}
	
#divMarquisItems .marquisItem p
{
    font-size: 14px;
    line-height: 17px;
    margin: 0px 15px 22px 15px;
    color: #e4e4e4;
}
	
#divMarquisItems .marquisItem .button {
	float:left }
	
#divMarquisItems .marquisItem .button.left
{
    margin: 0px 25px 0px 30px;
}
#divMarquisWrapper #previous,
#divMarquisWrapper #next {
	font-size:75px;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:128px }
#divMarquisWrapper #next.pagination { background:url('images/right_arrow_on.gif') no-repeat }
#divMarquisWrapper #previous.pagination { background:url('images/left_arrow_on.gif') no-repeat }
#divMarquisWrapper #next.pagination.inactive { background:url('images/right_arrow_off.gif') no-repeat }
#divMarquisWrapper #previous.pagination.inactive { background:url('images/left_arrow_off.gif') no-repeat }
.pagination.inactive { cursor:default !important }
#divMarquisWrapper #previous { left:-55px }
#divMarquisWrapper #next { right:-55px }

#divMarquisItems .marquisItem table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 5px;
}
#divMarquisItems .marquisItem table td {
white-space:nowrap;
}
#divMarquisItems .marquisItem table td.right
{
    padding: 3px 0px 3px 0px;
    text-align: right;
}
#divMarquisItems .marquisItem table td.left
{
    padding: 3px 0px 3px 0px;
    text-align: left;
    white-space: nowrap;
}
#divMarquisItems .marquisItem table td.head {
font-weight:bold;
}
#divMarquisItems .marquisItem .divide {
background-attachment:scroll;
background-image:url(images/ltGrayDot.gif);
background-position:50% top;
background-repeat:repeat-y;
width:11px;
}
/* --------------------------------------- */
/* Dialog Pop up
/* --------------------------------------- */
.messageText
{
    color: #666666;
}
.dialogForm
{
    background-color: #7E7E7E;
}
.dialogForm .news-block
{
    border-bottom: 1px solid #575757;
    border-top: 1px solid #AAAAAA;
    padding: 10px 0;
}	
.dialogForm .news-block.last {
border-bottom:medium none !important;
padding-bottom:0 !important;
width:100%;
}
.dialogForm h2
{
    border-bottom: 1px solid #575757;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
/* --------------------------------------- */
/* Main Content Block
/* --------------------------------------- */

.main-content-block {
	background-color:#555555;
	border:1px solid #6b6b6b;
	padding:20px;
	margin:0 0 20px 0; }
	
	.main-content-block a {
		color:#f8db3a;
		text-decoration:underline }
		
	.main-content-block a:hover {
		color:#fff;
		text-decoration:none }
	
	.main-content-block h2, .sidebar-block h2 {
		text-transform:uppercase;
		font-size:20px;
		margin:0; padding:0 0 10px 0;
		border-bottom:1px solid #404040 }
		
	.main-content-block p {
		margin:0;
		font-size:14px;
		line-height:23px;
		padding:10px 0 0 0 }
		
	.main-content-block p.with-border { border-top:1px solid #6c6c6c }
	
.main-content-block .news-block {
	padding:10px 0;
	border-top:1px solid #6c6c6c;
	border-bottom:1px solid #404040 }
	
.main-content-block .news-block.last
{
    padding-bottom: 0 !important;
    border-bottom: none !important;
    width: 100%;
}
	
.main-content-block .news-block img.thumb { margin-top:0 !important; border:1px solid #fff }

.main-content-block .news-block h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold }
		
.main-content-block .news-block p {
	padding:0; margin:0;
	font-size:12px;
	line-height:16px }
	
	
/* --------------------------------------- */
/* Sidebar Block
/* --------------------------------------- */
.sidebar-block
{
    background: #f8db3a;
    border: 1px solid #c7aa04;
    padding: 20px;
    margin: 0 0 20px 0;
    color: #3F3F3F;
}
	
.sidebar-block a { color:#776503; text-decoration:underline }
.sidebar-block a:hover { color:#3f3f3f; text-decoration:none }
	
.sidebar-block h2 { border-bottom:1px solid #e3c208 }
.sidebar-block h2.services {
	padding-left:30px;
	background:url('images/icon_services.gif') no-repeat }
	
.sidebar-block h3 {
	font-weight:bold;
	padding:0;
	margin:0 0 3px 0 }
	
.sidebar-block p {
		margin:0;
		font-size:14px;
		line-height:23px;
		padding:10px 0 0 0 }
		
.sidebar-block p.with-border { border-top:1px solid #fbeb8f }
	
.sidebar-block .hover-block, .sidebar-block .border-top-bottom {
	border-top:1px solid #fbeb8f;
	border-bottom:1px solid #e3c208;
	padding:10px 14px }
	
.sidebar-block .hover-block:hover {
	border-bottom:1px solid #fbeb8f;
	background:#fbe676 }

.sidebar-block .hover-block p { font-size:12px; line-height:17px }

.sidebar-block .hover-block.last { border-bottom:none !important }


/* --------------------------------------- */
/* All-Around Content Styling
/* --------------------------------------- */

.main-content-block h3 {
	font-size:16px;
	font-weight:bold;
	padding:20px 0 0 0;
	margin:0 }
	
.sidebar-block h3 {
	font-weight:bold;
	margin:0 }
	
.main-content-block h4,
.sidebar-block h4 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#E2C10B;
	padding:0;
	margin:0 }
	
	
/* --------------------------------------- */
/* Footer
/* --------------------------------------- */

#footer {
	background:#222 url('images/footer_bg.gif') no-repeat;
	color:#a5a5a5;
	position:relative;
	line-height:19px;
	font-size:12px;
	height: 80px;
	width:940px !important }

		
#footer span a { text-transform:none !important }
	
#footer a {			
	color:#FCE772;
	text-decoration:none;
	text-transform:uppercase }
			
#footer a:hover { color:#fff; text-decoration:none }
#footer span.right
{
    position: absolute;
    text-align: right;
    right: 20px;
    top: 20px;
    font-size: 18px;
}

#footer span.left {
	position:absolute;
	text-align:right;
	padding-left:20px;
	padding-top:20px }	
#footer span.right a
{
    display: block;
    background: transparent url('images/105.jpg') no-repeat left top;
    height: 16px;
    width: 110px;
    margin-top: 5px;
}
#footer span.right a:hover
{
    background-position: left -16px;
}	
	
/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

p.field { margin:0 }
form .field, form .buttons {clear: both; margin: 0 0 5px}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select { background:#ddd; color:#555; height:15px; padding:7px 8px 5px 8px; margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea { border: 1px solid #444; }
textarea { width:200px; height:100px }
input.text:focus, input.password:focus, textarea:focus { border:1px solid #000; background:#fff; color:#000 }

/*--SendYourMessage--*/
#divSendYourMessage {
    width: 100%;
}
#divSendYourMessage div.field
{
    padding-top: 5px;
    padding-bottom: 5px;
}
#divSendYourMessage div.label
{
    float: left;
    width: 200px;
    text-align: right;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 5px;
}
#divSendYourMessage div.input {
    float: left;
    width: 330px;
}
#divSendYourMessage div.input input {
    float: left;
    width: 265px;
}
#divSendYourMessage div.input textarea { 
    width:265px; 
    height:100px }

#subSendYourMessage
{
    width: 144px;
    background-image: url(images/btn_sendyourmessage.jpg);
}
#subEmailFriend
{
    width: 144px;
    background-image: url(images/btn_emailFriend.jpg);
    margin-left: 20px;
}
#contactLabel_Thanks{
    height: 89px;
    width: 264px;
    background-image: url('images/contactLabelThanks.png');
    top:265px;
    left:180px;
}
span.required
{
    color: #FF0000;
    font-size: 14px;
    font-style: italic;
}

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}

/*Details*/
#divDetails
{
   
}
#aDetailsTerms
{
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 11px;
    text-align: center;
}
.detailsMenu{
    background:#F8DB3A none repeat scroll 0 0;
    border:1px solid #C7AA04;
    color:#3F3F3F;
    margin:0 0 20px;
    padding:20px;
    min-height:450px;
}
.detailsMenu h2
{
    border-bottom: 1px solid #E3C208;
    font-size: 18px;
    padding:0 0 10px;
    text-transform:uppercase;
}
.detailsMenu ul li
{
    border-top: 1px solid #FBEB8F;
    border-bottom: 1px solid #E3C208;
    padding: 5px 14px;
    display: block;
    font-size: 16px;
}
.detailsMenu ul li a
{
    color: #776503;
    text-decoration: none;
}
.detailsMenu ul li a:hover
{
    text-decoration: underline;
}
.detailsMenu ul li.active a
{
    color: #000000;
    text-decoration: underline;
}
.detailsMenu ul li.active
{
    background: #FBE676 none repeat scroll 0 0;
    border-bottom: 1px solid #FBEB8F;
}

.detailsMenu ul li ul
{
    display: none;
}
.detailsMenu ul li ul.active
{
    display: block;
}
.detailsMenu ul li ul li
{
    border: 0 none;
    padding-top: 1px;
    padding-left: 5px;
    font-size: 14px;
}
.detailsMenu ul li.active ul li a
{
    text-decoration: none;
    color:#776503;
}
.detailsMenu ul li.active ul li a:hover
{
    color: #000000;
}
.details
{ 
    position: relative;
    min-height: 450px;
}
.details #divMap
{
    width: 100%;
    height: 400px;
}
.details table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.details table td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #6E6E6E;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}
.details table td.right
{
    padding: 5px;
    text-align: right;
    white-space: nowrap;
}
.details table td.left
{
    padding: 5px;
    text-align: left;
    white-space: nowrap;
}
.details table.columns td
{
    border-top: solid 1px #6E6E6E;
    border-bottom-style: none;
    text-align: center;
}
.details table.columns th
{
    color: #F8DB3A;
    vertical-align: bottom;
}
.vpFloorPlan
{
    width: 900px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.cFloorPlan
{
    width: 2100px;
    height: 2150px;
    left: -600px;
    top: -850px;
    position: absolute;
}
#divFloorPlanContainer
{
    border: 1px solid #FFCC00;
    height: 547px;
    margin-bottom: 10px;
    position: relative;
}
.minizoompan 
{
background: #fff;
position: relative;
border: 1px solid lightgray;
padding: 0;
margin: 0;
}

.minizoompan span.loader
{
    /* the loader label*/
    background-position: #fff;
    position: absolute;
    left: 0;
    top: 20;
    z-index: 1;
    display: none;
    color: #666666;
    background: #fff;
    font: italic 9px Arial, Verdana;
    padding: 3px;
}
#aFirstFloor
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
#aSecondFloor
{
    position: absolute;
    top: 5px;
    left: 110px;
    z-index: 1;
}



#divTermsContainer
{
    background-color: #555555;
    border: 1px solid #6b6b6b;
    padding: 20px;
    margin-bottom: 20px;
    width: 900px;
}
#divTermsContainer p
{
    font-size: 14px;
    line-height: 23px;
    text-indent: 20px;
    margin-bottom: 10px;
}
#divTermsContainer h1
{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#divTermsContainer h2
{
    font-size: 16px;
    font-weight: bold;
}