* {
	margin:0;
	padding:0;
	border:0;
}

body {
	min-width: 600px;
	background-image: url(bluebkg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#wrapper {
	border: 1px solid #000;
	width: 90%;
	margin: auto;
}

#header {
	padding: 60px;
	background-color: #b8c6cd;
	text-align: center;
}


#nav {
	background:url(logosm.png) no-repeat scroll top-left;  background-color: none;
	width: 90%;
	height: 86px;
	box-shadow: 0px 1px 10px #5E5E5E;
	position: fixed;
	top: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    width: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

li {
    position: relative; display: block;
	float: right;
}

li a {
    display: inline-block;
    color: white;
    text-align: right;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
	text-decoration: overline;
}

li.dropdown {
	display: inline-block;
}

li ul {
	position: absolute;
	margin: 0px;
	left: -3px;
	top: 42px;
	display: none;
	min-width: 160px;
}

li ul li {
	width: 150px;
	font-size: smaller;
	border-top: none;
}

li:hover ul{
	display: block;
}
	
.active {
    background-color: #cccccc;
}



.logo {
	float: left;
	height: 20px;
}

.banner {
	width: 100%;
	display: block;
}

.banner > .banner-image {
	width: 100%;
	display: block;
}
	
	
#content {
	background-image: url(dcbkgfaded.png);
	background-size: 100%;
	background-repeat:no-repeat;
	text-align: center;
}
.clearer {
	clear: both;
}
#footer {
	border-top: 1px solid #000;
	background-color: #66a5c4;
	padding: 10px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	font-size:small;
	font-weight:bold;
}
.font1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFF;
	text-decoration:none;
}
.font2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.font3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.font2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.font3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
