@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/backGradient.gif);
	background-repeat: repeat-x;
	background-color: #0d61ae;
	background-attachment: fixed;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:18px;
	}
	
#container {
	display: table;
	width: 100%;
	height: 100%;
	background-image: url(../images/backCurls.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

.mainWrapper {
	display: table;
	background:rgba(0,0,0,0.3);
	width:975px;
	height:100%;
	margin:0px auto;
	}

#content {
	border: none;
	width:730px;
	margin-left:225px;
	}
	
.contentDivider {
	display:block;
	background:url(../images/divider.png);
	background-repeat:repeat-x;
	width:730px;
	height:1px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
/* header */
.header {
	padding-top:20px;
	}

a.homeIcon {
	position:absolute;
	display: inherit;
	width:16px;
	height:15px;
	background-image:url(../images/homeIcon.png);
	margin-top:-5px;
	margin-left:0px;
	}
	
a.homeIcon span {
	display:none;
	}
	
a:hover.homeIcon {
	background-image:url(../images/homeIconOver.png);
	}
	
a.twitterBug {
	position:absolute;
	display: inherit;
	width:17px;
	height:17px;
	background-image:url(../images/headerTwitterBug1.png);
	margin-top:-7px;
	margin-left:595px;
	}
	
a.twitterBug span {
	display:none;
	}
	
a:hover.twitterBug {
	background-image:url(../images/headerTwitterBug2.png);
	}
	
a.fbBug {
	position:absolute;
	display: inherit;
	width:17px;
	height:17px;
	background-image:url(../images/headerFBBug1.png);
	margin-top:-7px;
	margin-left:595px;
	}
	
a.fbBug span {
	display:none;
	}
	
a:hover.fbBug {
	background-image:url(../images/headerFBBug2.png);
	}
	
a.updates {
	position:absolute;
	display: inherit;
	width:127px;
	height:11px;
	background-image:url(../images/updates.png);
	margin-top:-3px;
	margin-left:450px;
	}
	
a.updates span {
	display:none;
	}
	
a:hover.updates {
	background-image:url(../images/updatesOver.png);
	}
	
.phone {
	position:absolute;
	display: inherit;
	width:101px;
	height:18px;
	background-image:url(../images/tel.png);
	margin-top:-7px;
	margin-left:629px;
	}
	
.phone span {
	display:none;
	}
	
	
/* Main Navigation */
#mainNav {
	position:fixed;
	display:block;
	z-index:11;
	font-size:11px;
	line-height: 18px;
	color:#FFFFFF;
	text-align:left;
	margin-top:25px;
	margin-left: 20px;
	width:185px;
	}
	
.logo {
	display:block;
	width:229px;
	height:95px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top:-30px;
	margin-left:-40px;
	margin-bottom:10px;
	}
	
.logo span {
	display:none;
	}

.navDivider1{
	display:block;
	background:url(../images/divider.png);
	width:185px;
	height:4px;
	margin-top: -5px;
	margin-bottom: -5px;
	background-repeat:repeat;
	}
	
.navDivider1 span {
	display:none;
	}

.navDivider2{
	display:block;
	background:url(../images/divider.png);
	background-repeat:repeat-x;
	width:185px;
	height:1px;
	margin-top: -5px;
	margin-bottom: -5px;
	}
	
.navDivider2 span {
	display:none;
	}
	
.home {
	display:block;
	width:35px;
	height:12px;
	background-image:url(../images/navHomeOver.png);
	background-repeat:no-repeat;
	margin-left:27px;
	}
	
.home:link {background: url(../images/navHome.png);}
	
.home:hover, .home:focus {
	background-image:url(../images/navHomeOver.png);
	}
	
.home span {
	display:none;
	}
	
.menu {
	display:block;
	width:128px;
	height:12px;
	background-image:url(../images/navMenu.png);
	background-repeat:no-repeat;
	margin-left:27px;
	}
	
.menu:hover {
	background-image:url(../images/navMenuOver.png);
	}
	
.menu span {
	display:none;
	}
	
.events {
	display:block;
	width:46px;
	height:12px;
	background-image:url(../images/navEvents.png);
	background-repeat:no-repeat;
	margin-left:27px;
	}
	
.events:hover {
	background-image:url(../images/navEventsOver.png);
	}
		
.events span {
	display:none;
	}
	
.gallery {
	display:block;
	width:99px;
	height:12px;
	background-image:url(../images/navGallery.png);
	background-repeat:no-repeat;
	margin-left:27px;
	}
	
.gallery:hover {
	background-image:url(../images/navGalleryOver.png);
	}
		
.gallery span {
	display:none;
	}
	
.about {
	display:block;
	width:123px;
	height:12px;
	background-image:url(../images/navAbout.png);
	background-repeat:no-repeat;
	margin-left:27px;
	}
	
.about:hover {
	background-image:url(../images/navAboutOver.png);
	}
	
.about span {
	display:none;
	}
	
.contact {
	display:block;
	width:120px;
	height:12px;
	background-image:url(../images/navContact.png);
	background-repeat:no-repeat;
	margin-left:27px;
	}
	
.contact:hover {
	background-image:url(../images/navContactOver.png);
	}
	
.contact span {
	display:none;
	}
	
.bestOfDT {
	display:block;
	width:194px;
	height:184px;
	background-image:url(../images/bestofDT.png);
	background-repeat:no-repeat;
	margin-top:25px;
	}
	
.bestOfDT span {
	display:none;
	}
	
.valPark {
	display:block;
	width:81px;
	height:66px;
	background-image:url(../images/valPark1.png);
	background-repeat:no-repeat;
	margin-left:56px;
	}
	
.valPark:hover {
	background-image:url(../images/valPark2.png);
	}
	
.valPark span {
	display:none;
	}
	
/* SUBNAV */

.subNav {
	position:relative;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin-top:10px;
	}
	
.subNav a {
	color:#fff;
	text-decoration:none;
	}
	
.subNav a:hover {
	color: #000;
	text-decoration:none;
	}
	
	
	

/* FOOTER */
.footer {
	padding-top:20px;
	padding-bottom:20px;
	height:40px;
	}
	
.pageBottom {
	position:absolute;
	height:40px;
	bottom:0;
	}
	
.footerDivider span {
	display:none;
	}

.footerDivider{
	display:block;
	background:url(../images/divider.png);
	background-repeat:repeat;
	width:730px;
	height:4px;
	}
	
#copyright {
	display:block;
	width:730px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#cceeff;
	font-size:11px;
	}
	
/* HOME */	
.mainPromo {
	display:block;
	border: none;
	background: url(../images/homePromo/1.jpg);
	width:730px;
	height:375px;
	margin-top:30px;
	margin-bottom:20px;
	}

.mainPromo span {
	display:none;
	}

.subPromo1 {
	border: none;
	background:rgba(255,255,255,0.7);
	width:230px;
	padding-top:5px;
	padding-bottom: 5px;
	vertical-align:top;
	color:#666;
	}
	
.subPromo2 {
	position:absolute;
	border: none;
	background: rgba(0,0,0,0.3);
	width:230px;
	margin-left:250px;
	color:#fff;
	}
	
.subPromo3 {
	position:absolute;
	border: none;
	background: url(../images/homePromo/sub3.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:305px;
	vertical-align:top;
	margin-left:500px;
	}
	
.subPromo3 span {display:none;}

.welcome {
	display:block;
	background-image:url(../images/homePromo/welcome.png);
	width:211px;
	height:40px;
	margin: 10px 0px 0px 10px;
	}
	
.welcome span {display: none;}

.welcomeMessage {
	width:210px;
	margin: 5px 10px 15px;
	}

.welcomeMessage p {margin: 0 0 5px 0;}

.welcomeMessage strong {color:#990000;}

.sub2 {
	background-image:url(../images/homePromo/sub2.jpg);
	width:230px;
	height:230px;
	}
	
.sub2 span {display:none;}

.sub2Title {
	background:url(../images/homePromo/sub2Title.png);
	background-repeat:no-repeat;
	width:213px;
	height:36px;
	margin:13px 10px 0px;;
	}
	
.sub2Title span {display:none;}

.sub2Text {
	margin: 10px 10px 15px 10px;
	}
	
/* Typography */
h1 {
	font-size:22px;
	text-transform:uppercase;
	font-weight:100;
	color:#FFCC00;
	margin-bottom:-12px;
	letter-spacing: .1em;
	}
	
h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:100;
	color:#FFFF66;
	margin-bottom:-15px;
	letter-spacing: .08em;
	}
	
h3 {
	font-size: 13px;
	font-style:italic;
	font-weight:100;
	color:#ffcc00;
	margin-bottom:-15px;
	}
	
a {
	color:#cceeff;
	text-decoration:none;}
	
a:hover {
	color:#000;}
