body{
		font-family: Trajan Pro;
	background-repeat: repeat;
	background-attachment: fixed;
	overflow: auto:
	font-size: 25px;
	margin: 0px auto;
}


#contactinfo{
	text-align:right;
	float:right;
	margin: 50px;
	
}



.bodyfont{
	margin: 0px 6px 0px 5px;
	text-align: left;
}
#container{
	width: 1000px;
	height: 550px;
	margin: 0px auto;
}
.leftfloat{
	float: left;
}


#floatinglink{
	position: relative;
	top: -1100px;
	right: -340px;
}

#content{
	height: auto;
	width: 981px;
	font-family: "big caslon medium";
	font-size: 15px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
}

body {font-size:100%;}
h1 {font-size:2.5em;}
h2 {font-size:1.3em;}
p {font-size:0.875em;}
#indent{text-indent:50px;
}
object{
	background: #FFF;
}
#footer{
	width: 1000px;
	margin: 0px auto;
	background-color: #0B75AF;
}

/*========================NAVBAR========================*/

ul.sdt_menu{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 14px;
	width: 1020px;
}
ul.sdt_menu a{
	text-decoration: none;
	outline: none;
}
ul.sdt_menu li{
	float: left;
	width: 170px;
	height: 85px;
	position: relative;
	cursor: pointer;
}
ul.sdt_menu li > a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 85px;
	z-index: 12;
	background: #000 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;
	background-image: -ms-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: -moz-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: -o-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #363636), color-stop(1, #000000));	
	background-image: -webkit-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: linear-gradient(to top right, #363636 0%, #000000 100%);
}
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;
	background-image: -ms-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: -moz-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: -o-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #363636), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(bottom left, #363636 0%, #000000 100%);
	background-image: linear-gradient(to top right, #363636 0%, #000000 100%);}
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;
	/*font color*/
	float: left;
	clear: both;
	width:155px; 
	font-size: 10px;
	letter-spacing: 1px;
}
ul.sdt_menu li div.sdt_box{
	display: block;
	position: absolute;
	width: 170px;
	overflow: hidden;
	height: 170px;
	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;
	/*sublink color*/
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top: 15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color: #fff;
}

