ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
	-moz-box-shadow:6px 6px 2px #00000;
	z-index:12;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
	z-index:12;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
	z-index:12;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:200px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}
#tcontent{
	background-color: #FEFFFF;
	border-style: solid;
	border-color: #FEFFFF;
	margin-top: 130px;
	margin-left: 170px;
	padding: 30px 60px;
	width: 720px;
	box-shadow: 6px 6px 6px 2px black;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}
#tcontent h2{
	margin-left: 100px;
}
h1 a{
	position:fixed;
    left:10px;
	top:10px;
	
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:48px;
	color:#0B75AF;
	z-index: 200;	
}
h1 span{
	position:fixed;
    left:10px;
	top:70px;
	
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:22px;
	color:#FEFFFF;
}
.content{
	position:fixed;
    left:10px;
	top:90px;
	z-index: 100;
	
}
.ac-container{
	position: relative;
	width: 750px;
	margin: 150px auto 30px auto;
	text-align: left;
	z-index: 10;
}
.ac-container label{
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 10;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #0E1118;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #0E1118;
	background: -moz-linear-gradient(top, #ffffff 1%, #0E1118 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#0E1118));
	background: -webkit-linear-gradient(top, #ffffff 1%,#0E1118 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#0E1118 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#0E1118 100%);
	background: linear-gradient(top, #ffffff 1%,#0E1118 100%);
	background: rgba(0, 0, 0, 0.0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0E1118',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 1px 1px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #606F74;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: rgba(12, 16, 19, 0.6);
	color: #FEFFFF;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(12, 16, 19, 0.3);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 1;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #FEFFFF;
	line-height: 23px;
	font-size: 14px;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 100px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 120px;
}
.ac-container input:checked ~ article.ac-large{
	height: 250px;
}
.ac-container input:checked ~ article.ac-slarge{
	height: 480px;
}
.flex-head-top{
	height: 40px;
}
.mapbox{
	position: relative;
	top: 180px;
	
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:24px;
	color:#FEFFFF;
	text-shadow: 1px 1px 1px rgba(255,255,200,0.8);
}