@import url("/style/reset.css");

/* Generic Styles */
html { min-width: 960px; font-size:62.5%;}
body { font-size:1.2em; font-family:arial; background:url(/image/footer_bg.jpg) center; }

a {text-decoration:none; color:#718493;}
p {font-size:1.2em; color:#333; font-family:arial; line-height:2em; margin-bottom:20px;}

h1 {
	font-family: adelle,Georgia; color:#2c3844; font-size:2.6em;
	font-weight: 400;
	margin-bottom:10px;
	text-shadow: 0 3px 0 #ccc;
}

#banner h2 {
	font-family: adelle,Georgia; color:#666666; font-size:1.4em;
	font-weight: 400;
	line-height:1.2em;
	text-shadow: 0 1px 0 #ccc;
}

#stage h2 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size:2em;
	color:#718493;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:20px;
}

.biglist {font-family: adelle,serif; color:#666666; font-size:1.2em;}
.biglist li {line-height:1.2em; margin-bottom:20px; padding-left:30px; background: url(/image/right_arrow.png) 5px 0 no-repeat;}
.biglist h3 {color:#2c3844; font-weight: 400; margin-bottom:5px!important; font-size:1.0em!important;}


#nav {float:right; margin-top:10px;}
#nav li {display:inline;}
#nav li a {display: block; padding:30px 10px 0 10px; font-family: "proxima-nova",sans-serif; float:left; text-transform: uppercase; font-size: 1.2em; color:#999;}
#nav li a:hover {color:#718493;}
#nav li.yes a { color:#333;}

#nav_sub {
	font-family: "proxima-nova",sans-serif;  font-size: 1.6em; color:#999; margin-top:40px;
}
#nav_sub li { line-height: 1.2em;text-shadow: 0 1px 0 #fff; border-bottom:1px solid #ccc;}
#nav_sub a {display:block; padding:10px 0;}
#nav_sub li.yes a {color:#333;}

#nav_sub .sub_level_1  {margin-left:20px; font-size:.9em; font-family: arial; font-weight:800; font-size:.6em;}
#nav_sub li.yes .sub_level_1 a {color:#718493;}

/* Sections */
.container {margin:0 auto; width:960px;}
#header {float:left; width:100%; background-color:#fff;height:90px; border-bottom:1px solid #ccc; border-top:5px solid #ac9a74;}
#logo {float:left; margin-top:12px;}
#banner {float:left; width:100%; background: url(/image/banner_bg.jpg) center top repeat-x; padding:30px 0;  border-bottom:1px solid #ccc;}

#stage {float:left; width:100%; background: url(/image/stage_bg.jpg) center top; padding:20px 0; border-bottom:5px solid #718493;}
.left {float:left; width:620px;}
.right {float:right; width:310px;}

#stage h1 {border-bottom:1px solid #ccc; margin-bottom:20px; font-size: 4em;}
#stage h3 {font-size:1.4em; color:#333; margin-bottom:20px; font-weight: 800; line-height: 1.2em;}


#footer {float:left; width:100%;background: min-height:100px; padding: 10px 0 30px; text-align: right; }
#footer p {color:#666;font-family: adelle,serif;}

.btn.dark {
background:url("/image/button_dark.png") repeat-x scroll 0 0 #2c3844;
border-top:1px solid #ccc;

}


.btn {
-moz-border-radius:3px 3px 3px 3px;
-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.35);
border-radius:3px 3px 3px 3px;
box-shadow:1px 1px 4px rgba(0, 0, 0, 0.35);
-webkit-border-radius:3px 3px 3px 3px;
-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.35);


border:medium none;
color:#FFFFFF;
display:inline-block;
font-family:adelle,serif;
font-size:14px;
font-weight:900;
letter-spacing:1px;
line-height:12px;
margin:0 20px 0 0;
padding:6px 15px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
}




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
	position:relative;
	-moz-box-shadow:0 0 5px #333333;
	-webkit-box-shadow:0 0 5px #333333;
  	box-shadow: 0 0 5px #333333;

    width:620px;
    height:245px;
	margin-bottom:40px;
	background:url(/scripts/plugins/nivo/demo/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/scripts/plugins/nivo/demo/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/scripts/plugins/nivo/demo/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
    
}

.nivo-caption p {color:#fff;}

.nivo-caption a { 
    text-decoration:underline;
}