body {
	background: #2A3039;
	text-align: center;
	color: #fff;
}
h1,h2,h3,h4,h5,h6 	{ font-weight: bold; }
h1              	{ font-size: 2em; }
h2              	{ font-size: 1.5em; }
h3              	{ font-size: 1.17em; }
h4					{ font-size: 1em; }
h5              	{ font-size: .83em; }
h6              	{ font-size: .75em; }
@font-face {
    font-family: 'MuseoSans500';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
	line-height: 1em;
	outline: none;
	font-family: "MuseoSans500","Lucida Grande","Lucida Sans Unicode","Trebuchet MS","Century Gothic", "Helvetica Neue", helvetica, Arial, sans-serif;
	letter-spacing: .02em;
	font-size: 11px;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
ul{
	list-style-type: disc;
}
a {
	text-decoration: none;
}
/*h4 {
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
}*/
p {
	font-size: 12px;
	line-height: 1.25em;
	margin: 10px 0;
}
#heading_two{
	position:  absolute;
	left: 0;
	bottom: 30px;
	font-size: 16px;
	font-weight: normal;
}

#heading_three{
	position:  absolute;
	left: 0;
	bottom: 5px;
	font-size: 20px;
	font-weight: normal;
}
#heading_three span{
	color: #CC9900;
	font-size: 14px;
}
div#intro {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	background-color: #2A3039;
	text-align: center;
	z-index: 201;
}
div#intro h2{
	margin: 280px 0 0 0; 
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CC9900;
	display: none;
}
div#intro h3{
	margin: 5px 0 0 0; 
	text-transform: uppercase;
	font-size: 36px;
	font-weight: normal;
	color: #ccc;
	display: none;
}


div#top {
	height: 80px;
}

div#main_row {
	background: transparent;
	height: 600px;
	overflow: visible;
	text-align: left;
	margin-bottom: 80px;
	clear: both;
}

div#header {
	position: relative;
	height: 110px;
	overflow: visible;
	display: none;
}

div#content {
	height: 530px;
	overflow: hidden;
	display: none;
	position: relative;
}

div.page {
	height: 530px;
	clear: both;
	display: none;
	background: #252a32 right 0;
}



div#contact div.sub_page {
	width: 749px;
	left: -700px;
	margin-left: -89px;
}
div#contact div.scroll_this {
	width: 430px;
}

div.scroll_this li{
	margin-left:1.3em;
}

div.sub_page {
	background: transparent url(../img/white_transparent.png) 0 0;
	position: absolute;
	top: 0;
	left: -345px;
	width: 345px;
	height: 530px;
	color: #636363;
	/*	left: 101px;*/
}
div.sub_page .close {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 9px;
	cursor: pointer;
}
div.sub_page .scroll_this {
	width: 305px;
	height: 470px;
	margin: 40px 0 0 20px;
	padding-right: 10px;
}
div#footer {
	display: none;
	position: relative;
	height: 50px;
	margin-bottom: 50px;
}
a#site_credit {
	float: left;
	cursor: pointer;
	margin-top: 12px;
	color: #888;
}
a#site_credit span{
	color: #888;
	padding: 3px 0;
	display: block;
	float: left;
}
a#site_credit span.site_by {
	float: left;
	/*background: transparent url(../img/OHP_Logo.png) right center no-repeat;*/
	padding-right: 0;
}
a#site_credit span.abbr {
	margin-left: 5px;
}
a#site_credit span.url {
	display: none;
}
a#site_credit:hover span.url{
	display: block;
	margin-left: 5px;
}
a#site_credit:hover span.abbr{
	display: none;
}
#agent_login{
	float: right;
	margin-top: 12px;
	margin-right: 30px;	
	color: #888;
}
#agent_login a:hover {
	color: #fff;
}
#agent_login a{
/*	float: right;*/
/*	margin-top: 12px;*/
	color: #888;
	margin-right: 8px;
}

div#home{
	display: block;
}

div.center {
	width: 850px;
	margin: 0 auto;
}


ul.fading_images, ul.gallery_images {
	list-style: none;
	float: right;
	width: 800px;
	position: relative;
	height: 530px;
	background: #666 url(../img/gray_bar_loader.gif) center center no-repeat;
}

ul.fading_images li, ul.gallery_images li {
	width: 800px;
	height: 530px;
	background: transparent url() 0 0 no-repeat;
	display: none;
	float:left;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	overflow: hidden;
	text-indent: -9999px;
}
div.gallery_toolbar {
	width: 790px;
	padding: 10px 0 10px 10px;
	text-transform: uppercase;
	z-index: 100;
	position: absolute;
	bottom: 0;
	background: transparent url(../img/black_overlay.png) 0 0 repeat;
	color: #fff !important;
}
div.gallery_toolbar .active{
	color: #CC9900;
}
div.gallery_toolbar p {
	float: left;
	margin: 0;
	line-height: 1em;
}
div.gallery_toolbar ul {
	float: right;
	list-style: none;
}
div.gallery_toolbar ul li {
	float: left;
	-border-left: 1px solid #9C9C9C;
	padding: 0 10px;
	cursor: pointer;
}
div.wrap_gallery_images {
	position: relative;
	-top: -105px;
	width: 800px;
	float: right;
	z-index: 99;
	overflow: hidden;
	height: 530px;
}

#start_slide_show, #pause_slide_show {
	cursor: pointer;
	color: #CC9900;
	padding-left: 15px;
	background: transparent url(../img/square.gif) 0 center no-repeat;
}
span#start_slide_show {
	background: transparent url(../img/arrow.png) 0 center no-repeat;
}



#start_slide_show {
	display: none;
}


#gallery {
	position: relative;
}


/*//////////////  GALLERY ARROWS   */
a#gallery_arrow_left, a#gallery_arrow_right {
	position: absolute;
	top: 0; 
	width: 400px;
	height: 505px;
	cursor: pointer;
	display: block;
	text-align: left; overflow: hidden; text-indent: -9999px;
	z-index: 200;
}
a#gallery_arrow_left {
	left: 0;
}
a#gallery_arrow_left:hover {
	background: transparent url(../img/gallery_arrow_left.png) 20px 235px no-repeat;
}
a#gallery_arrow_right {
	right: 0;
}
a#gallery_arrow_right:hover {
	background: transparent url(../img/gallery_arrow_right.png) 317px 235px no-repeat;
}





/*//////////////  GALLERY CAPTIONS   */
div#gallery_captions {
	background: transparent url(../img/white_transparent.png);
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 780px;
	color: #444;
	padding: 0 10px;
	overflow: auto;
	display: block;
	float: left;
}
div#gallery_captions p{
	margin: 5px 0 !important;
	display: block;
	float: left;
	line-height: 1.2em;
}


.column_one {
	background: red;
	float: left;
	width: 200px;
}
.column_two{
	background: gray;
	float: left;
	width: 440px;
}
.column_three {
	background: blue;
	float: right;
	width: 358px;
	height: 425px;
}
.column_alpha {
	width: 320px;
	background: red;
	float: left;
}


/* MAIN NAV */
ul#main_nav { 
	list-style: none;
	position: absolute;
	top:0;
	left: 0;
	background: #777;
	height: 530px;
	z-index: 101;
	width: 50px;
}

ul#main_nav li a:hover{
	background-color: #CC9900;
}

ul#main_nav li a span{	/*  alternate css exist in assets/css/ie.css AND assets/css/ie8.css  */
	display: block;
	height: 1em;
	position: relative;
	left: 0;
	top: 50px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 	
	text-align: center;
	color: white;
	opacity: 0.6;
	background: inherit;
	text-shadow: rgba(0,0,0,.8) 0 0 3px;
	cursor: pointer;
	font-size: 12px;
}


ul#main_nav li{
	height: 106px;
	float: right;
}
ul#main_nav li a{
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	width: 50px;
	height: 105px;
	color: #bbb;
	text-align: center;
	background: #979585;
	position: relative;
}
ul#main_nav li a.current{
	color: white;
	background-color: #CC9900;
}
ul#main_nav li a.current span{
	opacity: 1.0 !important;
}


/* SUB NAV */
ul.sub_nav {
	background: #A89F87;
	width: 140px;
	position: absolute;
	left: 50px;
	text-align: left;
	list-style: none;
	padding: 20px 0;
	top: 211px;
	z-index: 250;
}
div#schedule ul.sub_nav {
	top: 105px;
}
ul.sub_nav li {
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}
ul.sub_nav li a{
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	display: block;
}


/* PLAYER */

a#player_controls {
	float: right;
	position: absolute;
	right: 0;
	top: 10px;
	border-width: 0px;
	border-style: dotted;
	cursor: pointer;
	display: block;
	width: 16px;
	height: 16px;
	text-align: left; overflow: hidden;
	text-indent: -9999px;
}
a.jp-play {
	border-color: green;
	background: transparent url(../img/play-audio.png) center center;
}
a.jp-pause {
	border-color: red;
	background: transparent url(../img/eq.gif) 0 -1px no-repeat;
}
a.jp-pause:hover {
	background: transparent url(../img/pause-audio.png) 0 0 no-repeat;
}

/* /PLAYER */


/* FORM */
form p.security-header{
	color: #f00;
	margin: 3px 0px -5px;
}
form#contact_form {
	float: right;
	position: absolute;
	right: 40px;
	top: 90px;
	color: #fff;
	width: 225px;
}

form#contact_form input.text {
	border: none;
	width: 225px;
	margin: 5px 0;
	padding: 5px;
	background: #666;
	color: #fff;
}
form#contact_form .button {
	background: #808080;
	float: left;
	width: 100px;
	margin: 5px 10px 10px 0;
	padding: 5px 10px;
	color: white;
	border: none;
	text-transform: capitalize;
}
form#contact_form .button:hover {
	background: #909090;
	cursor: pointer;
}
form#contact_form fieldset {
	border: none;
	position: relative;
	width: 225px;	
}
form#contact_form textarea {
	border: none;
	width: 225px;
	padding: 5px;
	margin: 5px 0;
	height: 145px;
	background: #666;
	color: #fff;
}
form .input-error {
	color: #FF3 !important;
}
label.error {
	position: absolute;
	right: 250px;
	top: 5px;
	background: #666;
	color: white;
	padding: 5px 10px;
	white-space: nowrap;
	height: 14px;
	line-height: 14px;
	display: block;
	z-index: 900;
}
label.error span{
	border: solid;
	border-color: transparent transparent transparent #666;
	border-width: 12px 0 12px 12px;
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -12px;
}

div.contact_column {
	float: left;
	width: 202px;
	margin: 55px 0 0 0;
}
div.contact-column-text{
	float: left;
/*	width: 202px;*/
}

img.agent-photo{
	float: left;
}

/*  /FORM  */




/* SCHEDULE BUTTONS */
a.schedule_walking_score, a.schedule_map {
	display: block;
	float: left;
	width: 120px;
	height: 52px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #626262;
	margin: 0 20px 20px 0;
	background: transparent url(../img/walking_score.png) 0 0 no-repeat;
	cursor: pointer;
}
a.schedule_map {
	background-image: url(../img/map.png);
}

.schedule-icons-container{
	margin-top:20px;
}






/* REOPEN */
div.reopen {
	background: transparent url(../img/white_transparent.png);
	width: 30px;
	height: 530px;
	position: absolute;
	top: 0;
	left: 50px;
	display: none;
}
div.reopen a{
	background: #777 url(../img/open-arrow.png) center center no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}


/* adjust for line-height in CMS top bar*/
.nc_button_push_right span
{
    line-height: 2.2em;
	letter-spacing: 0em;
}




