/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	background: #FEFED6;
}

a img{border:none;}
a{color:#FEFED6;}
#wrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#masthead{
	background: url(../site-images/masthead_bg.jpg) no-repeat;
	height: 106px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#masthead h1{
	margin-top: 48px;
	margin-left: 184px;
	background: url(../site-images/video_itinerary.jpg);
	float: left;
	height: 58px;
	width: 221px;
}
#masthead h1 a{
	background: url(../site-images/video_itinerary.jpg) no-repeat;
	text-indent: -9999px;
	height: 58px;
	width: 221px;
	display: block;
}
#masthead h1 a:hover{
	background: url(../site-images/video_itinerary.hover.jpg);
}
#masthead h2{
	background: url(../site-images/tn_logo.jpg) no-repeat;
	height: 87px;
	width: 230px;
	margin-top: 8px;
	margin-left: 28px;
	float: left;
}
#masthead h2 a{
	background: url(../site-images/tn_logo.jpg) no-repeat;
	text-indent: -9999px;
	height: 87px;
	width: 230px;
	display: block;
}
#masthead h2 a:hover{
	background: url(../site-images/tn_logo.hover.jpg);
	height: 87px;
	width: 230px;
}

#mainContent{
	background: url(../site-images/main_content_bg.jpg) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentTop{
	background: url(../site-images/main_content_bgTop.jpg) no-repeat top;
	width: 800px;
}
#mainContentBottom{
	background: url(../site-images/main_content_bgBottom.jpg) no-repeat bottom;
	width: 800px;
}
#video{
	background: url(../site-images/tdtdVideoBg.gif) no-repeat;
	height: 230px;
	width: 373px;
	margin-top: 10px;
	float: left;
	padding-top:5px;
        padding-left:25px;
        padding-right:5px;
        padding-bottom:5px;
}
#sidebar{
	width: 360px;
	float: left;
	margin-top: 15px;
	padding-left: 15px;
}
#data{}
#data h1{
	font: normal 28px/28px "Century Gothic", sans-serif;
	color: #FFFED6;
}
#data h2{
	font: italic normal 13px/19px Verdana, Arial, Helvetica, sans-serif;
padding-top:4px;
padding-bottom:4px;
	color: #FFFED6;
	border-bottom: 1px solid #FFFED6;
}
#data p{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 5px;
	height: 140px;
	overflow: auto;
}
#sidebar h4{
	background: url(../site-images/add.jpg) no-repeat;
	height: 42px;
	width: 203px;
	display: block;
	float: right;
}
#sidebar h4 a{
	background: url(../site-images/add.jpg);
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 203px;
}
#sidebar h4 a:hover{
	background: url(../site-images/add.hover.jpg);
	height: 42px;
	width: 203px;
}
#tnMap{
	background: url(../site-images/tnmapbg.jpg);
	height: 264px;
	width: 900px;
}
#itineraryListHolder{
width:431px;
padding-left:65px;
	display: block;
	float: left;
}
#itineraryList{
	background: url(../site-images/TabRepeat.jpg) repeat-y;
	width: 431px;
	display: block;
	float: left;
}
#itineraryListBottom{
	background: url(../site-images/baseTab.jpg) no-repeat bottom;
	width: 281px;
	padding: 10px 60px 75px 90px;
}
#itineraryList h1{
	font: normal 20px "Century Gothic", sans-serif;
	color: #333333;
	border-top: 1px solid #FEF9D2;
	margin-top: 6px;
}
#itineraryList h2{
	color: #CA572A;
	font: normal 14px/22px Verdana, Arial, Helvetica, sans-serif;
}
#itineraryList p{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#itineraryList a{
	font: bolder 12px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}
#buttons{
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}
#help{
width:280px;
font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
padding:10px;
color: #333333;
margin-bottom:10px;
	background: #EEEFCA;
	border: 2px solid #DD5D2C;
}
#help h1{
	color: #CA572A;
	font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
}
#help h2{
	color: #000000;
	font: normal 14px/18px Verdana, Arial, Helvetica, sans-serif;
margin-bottom:5px;
margin-top:5px;
}
#help p{margin-bottom:10px;}
#help a{color: #333333;}
#formative{
width:300px;
font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
#formative h6{
	font: 14px/20px "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
}
#formative table{
	background: #FEFED6;
	border: 2px solid #DD5D2C;
}
#formative td{
	font: normal 12px/20px "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
#formative a{color:#333333;}
#formative tr.darker{
	background: #EEEFCA;
}
#formative .req_field{
	width: 30px;
	text-align: center;
}
#formative .answer{
	width: 180px;
	text-align: center;
}

#clear{
	clear: both;
	width: 900px;
}
#footer{
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer h3{
	background: url(../site-images/footer.jpg) no-repeat;
	height: 80px;
	width: 316px;
	margin-right: auto;
	margin-left: auto;
}
#footer h3 a{
	background: url(../site-images/footer.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 80px;
	width: 316px;
}
#footer h3 a:hover{
	background: url(../site-images/footer.hover.jpg) no-repeat;
	height: 80px;
	width: 316px;
	display: block;
}
#dolly{float:right;}

