/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Left & Right alignment */

.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
/* Global properties ======================================================== */

body {
	border:0;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#66594E;
	line-height:18px;
}
.master_frame {
	background: url(../images/bg.jpg) repeat;
}
.css3 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	behavior: url(js/PIE.htc);
	position: relative;
}
/* Global Structure ============================================================= */



/* ============================= main layout ====================== */

a {
	color:#582A04;
	text-decoration: none;
	outline:none
}
a:hover {
	text-decoration: underline
}
h1 {
	float:left;
}
h2 {
	font-size:40px;
	color:#2d1174;
	line-height:50px;
	padding: 18px 0 13px 0 /* Space around header title for all pages, right side */
}
h2 span {
	margin-top:-10px;
	display:block;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	background:#fff;
	font-size:18px;
	color:#201d1c;
	line-height:31px;
	margin-bottom:11px;
	padding:0 6px;
	text-transform:uppercase
}
p {
	padding-bottom:10px;
}
/* ============================= header ====================== */
header {
	width:100%;
	overflow:hidden;
	padding-top:44px;
	height:142px;
	border-bottom:3px solid #2d1174;
	margin-bottom:22px;
}
#logo {
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:211px;
	height:129px;
	text-indent:-5000px;
}
#menu {
	float:right;
	padding-top:29px;
}
#menu li {
	padding-left:3px;
	float:left;
}
#menu li a {
	display:block;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	background:none;
	height:39px;
	line-height:30px;
}
#menu li a span {
	display:block;
	padding:0 13px;
}
#menu li a:hover, #menu #menu_active a {
	text-decoration:none;
	color:#fff;
	background: url(../images/menu_bg.png) top repeat-x
}
#menu li a:hover span, #menu #menu_active a span {
	background:url(../images/menu_left.gif) left top no-repeat;
	height:100%
}
#audio_player {
	float:right;
	padding-top:41px;
}
.splash_menu {
	margin-left:13px;
	width:100%;
	overflow:hidden;
	position:relative;
	height:591px; /* Splash image overall height */
}
.splash_menu li {
	float:left;
	width:220px;
	height:591px;
	margin-right:20px;
	position:relative
}
.splash_menu .nav4 {
	margin-right:0
}
.splash_menu a {
	display:block;
}
.splash_menu img {
	position:absolute;
	top:-591px; /* Starting point for image drop */
	left:0
}
.splash_menu span {
	cursor:pointer
}
.splash_menu .text, .splash_menu .text_hover {
	height:158px;
	width:100%;
	overflow:hidden;
	display:block;
	position:absolute;
	font-size:30px;
	color:#201d1c;
	background:#fff;
	line-height:150px;
	top:-158px;
	left:0;
}
.splash_menu .text {
	background:url(../images/ComeOnIn.png) no-repeat;
	opacity: .70 !important;
    filter: alpha(opacity=70) !important;

}
.splash_menu .text:hover, .splash_menu .text_hover:hover {
	text-decoration:none;
}
/*.splash_menu .text_hover {
	top:-158px;
	left:0;
	color:#fff;
	background:url(../images/ComeOnIn.png) top no-repeat;
}*/
.splash_menu {
}
.splash_pic {
	width:100;
	overflow:hidden;
	position:relative;
	height:100;
}
.splash_pic li {
	float:left;
	width:400px;
	overflow:hidden;
	height:591px;
	margin-right:20px;
	position:relative
}
.splash_pic .nav1 {
	margin-right:0
}
.splash_pic a {
	display:block;
}
.splash_pic img {
	position:absolute;
	top:-591px;
	left:0
}
.splash_pic span {
	cursor:pointer
}
.splash_pic .text, .splash_pic .text_hover {
	height:158px;
	width:100%;
	overflow:hidden;
	display:block;
	position:absolute;
	font-size:30px;
	color:#201d1c;
	background:#fff;
	line-height:150px;
	top:-158px;
	left:0
}
.splash_pic .text {
	background:url(../images/logo_splash.jpg) no-repeat
}
.splash_pic .text:hover, .splash_pic .text_hover:hover {
	text-decoration:none;
}
.splash_pic .text_hover {
	top:-158px;
	left:0;
	color:#fff;
	background:url(../images/GoldLogo2.jpg) top no-repeat;
}
.splash_pic {
}
/* ============================= content ====================== */

#content {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
figure {
	padding-top:18px;
}
.marg_top1 {
	margin-top:19px;
}
.marg_topNone {
	margin-top:0px
}
.marg_right1 {
	margin-right:20px;
}
.pad_bot1 {
	padding-bottom:6px;
}
.pad_bot2 {
	padding-bottom:12px;
}
.pad_bot3 {
	padding-bottom:18px;
}
.pad_right2 {
	padding-right:40px;
}
.pad_right1 {
	padding-right:15px;
}
.pad_left1 {
	padding-left:15px;
}
.no_pad {
	padding-bottom:0
}
.pad_bot_cont {
	padding-bottom:42px;
}
.color1 {
	color:#4c423a
}
.font1 {
	font-size:20px;
	color:#332d27;
	line-height:24px;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:0
}
.font1 span {
	color:#582A04;
}
.font1 credit {
	padding-left: 250px;
	font-size:16px;
	color:#2d1174;
}
.font1 small {
	font-size:15px;
}
.hang_indent {
	color:#582A04;
	text-indent:-80px;
	padding-left:80px;
}
.no_under {
	/* Use as last element in list -- copy value from .under if images scaled identically */
	margin-top:7px;
}
.under {
	margin-top:1px;
	padding-bottom:27px !important; /* Space below text */
	border-bottom:1px solid #66594E;
	margin-bottom:10px; /* Space below dividing line */
}
.link1 {
	font-size:20px;
	color:#66594E;
	text-transform:uppercase;
	line-height:24px;
	display:inline-block;
	height:24px;
	overflow:hidden
}
.link1:hover {
	color:#582A04;
	text-decoration:none
}
.info {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	background:url(../images/info.gif) no-repeat;
	width:23px;
	height:23px;
	z-index:99;
	cursor:pointer
}
.close {
	position:absolute;
	top:0px;
	right:0px;
	display: none;
	background:url(../images/close.gif) no-repeat;
	width:23px;
	height:23px;
	z-index:99;
	cursor:pointer
}
.text_box {
	position:absolute;
	top:5px;
	right:58px;
	background:url(../images/bg_info.png) repeat;
	padding:29px 10px 35px 25px;
	height:360px;
	width:318px;
	z-index:99
}
#flexcroll_text_box {
	width: 435px; /* Not affected by scrollbar width */
	height: 510px; /* If too high, will trigger default browser scroll bars */
	padding-right: 10px; /* Between text and scrollbar */
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}
iframe {
	margin-top:-3px;
}
.cols {
	float:left;
}
#page2 .cols {
	width:265px;
}
#page4 .font1 {
	padding-top:10px;
	padding-bottom:7px;
}
#page4 .pad_right2 {
	padding-right:30px;
}
#page4 .marg_right1 {
	margin-right:13px;
}
#page5 .cols {
	width:166px;
}
#page5 .marg_right2 {
	margin-right:38px;
}
#page5 figure {
	padding-top:16px
}
/* ============================= footer ====================== */

footer {
	font-size:14px;
	color:#66594E;
	text-transform:uppercase;
	width:100%;
	overflow:hidden;
	padding-bottom:26px;
	padding-top:12px;
	border-top:3px solid #2d1174;
	text-align:center;
}
footer a {
	color:#66594E;
	text-decoration:underline
}
footer a:hover {
	text-decoration:none
}
/* ============================= forms ============================= */

.ContactForm {
	padding-top:5px;
}
.ContactForm .rows, .ContactForm .textarea_box {
	margin-bottom:5px;
}
.ContactForm a {
	margin-right:30px
}
.ContactForm .input {
	width:355px;
	height:16px;
	border:1px solid #525251;
	background: url(../images/bg_form.png) repeat;
	padding:8px;
	color:#66594E;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif
}
.ContactForm textarea {
	overflow: hidden; /* Sloppy hierarchy causing this to control container_16 -- disables auto scroll bars on all pages */
	width:355px;
	height:92px;
	border:1px solid #525251;
	background: url(../images/bg_form.png) repeat;
	padding:8px;
	color:#66594E;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif
}

/* Set Galleria (gallery) main image bottom margin (with no room for thumbnails) */
.galleria-stage {
    bottom: 10px !important;
}

/* Increase opacity of Galleria navigation arrows when not hovering or active */
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .5 !important;
    filter: alpha(opacity=50) !important;
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.galleria-image-nav-left:active,
.galleria-image-nav-right:active {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* === iPhone 3 === */
@media screen and (max-device-width: 320px){
.master_frame {
	/* width 1288 */
	-webkit-background-size: 1288px auto; 
}
}
/* === iPhone 4 === */
@media screen and (max-device-width: 640px){
.master_frame {
	/* width 1288 */
	-webkit-background-size: 1288px auto; 
}
}
/* === iPad === */
@media screen and (max-device-width: 768px){
.master_frame {
	/* width 1288 */
	-webkit-background-size: 1288px auto; 
}
}
