body {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  background-color:#f0f0dc;
  font-size:12px;
  line-height:16px;
  margin:0;
  color:#333333;
}


/* HEADERS */
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:24px;
	color:#2f639d;
	margin:15px 0 10px 0;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	color:#2f639d;
	margin:15px 0 10px 0;
	text-align: center;
}
h5 {
	font-weight:bold;
	color:#f59a25;
	margin:0px;
}

/* COLORS */
.orange{
	color:#f59a25;
}
.lightblue{
	color:#699bd3;
}
.darkblue{
	color:#2f639d;
}

#SiteSponsor{
	 margin:0 auto; 
	 text-align:center; 
	 background:#84bcd5; 
	 height:90px;
}
/* LAYOUTS */
#wrap {
	clear:both;
	width:920px;
	margin:0 auto;
	padding:0;
  background-image:url(../images/t2t-background.jpg);
  background-repeat:repeat-x;
}
#wrap img {
    border:none;	
}
#ContentWrap{
	padding:10px 0 0 0;
	min-height:600px;
	margin:0 auto;
	background:#FFFFFF;
}
#SuperNav{
    height: 50px;
	font-size:10px;
}
#SuperNav a{
	color:#0000CC;
	text-decoration:none;
	padding:0 10px 0 10px;
}
#SuperNavLeft{
    float:left;
    width:300px;
	line-height:16px;
}
#SuperNavRight{
    float:right;
    width:350px;
	text-align:right;
	line-height:16px;
} 
#SuperNavRight a{
	display:block;
	float:right;
	height:38px;
	width:70px;
	background:#F90;
	border:#F60 solid 3px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	margin:1px 5px 0 0;
	padding:2px 0 0 0;
	font-weight:bold;
}
#SuperNavRight a:hover{
	background:#FFC;
	color:#F60;
}
#SuperNavCenter{
    padding: 35px 350px 0 300px;
    margin: 0px;
	font-size:12px;
}
#SuperNavCenter strong{
    padding: 0 0 0 20px;
}

#PopularSearches{
 	float:left;
	padding:8px 0 0 0;
	height:143px;
}
#SearchOptions{
	float:left;
	width:600px;
	padding:15px 0 0 20px;
}
.Travel{
	width:110px;
	float:left;
	padding:0px 2px 0px 3px;
	border-left:#333333 dotted 1px;
	height:120px;
}
.Lodging{
	width:125px;
	float:left;
	padding:0px 2px 0px 3px;
	border-left:#333333 dotted 1px;
	height:120px;
}
.Attractions{
	width:110px;
	float:left;
	padding:0px 2px 0px 3px;
	border-left:#333333 dotted 1px;
	height:120px;
}
.Events{
	width:110px;
	float:left;
	padding:0px 2px 0px 3px;
	border-left:#333333 dotted 1px;
	height:120px;
}
.Recreation{
	width:110px;
	float:left;
	padding:0px 2px 0px 3px;
	border-left:#333333 dotted 1px;
	height:120px;
}
#SearchOptions ul
	{
	margin: 0;
	padding: 10px 0 0 5px;
	line-height:16px;
	list-style-type: none;
	}

#SearchOptions ul li a
	{
		text-decoration: none;
		padding:0;
	}
#SearchOptions h2{
	font-size:18px;
	font-weight:lighter;
	margin:0;
	color:#990000;
}
#SearchOptions h3 {
	font-size:10px;
	font-weight:lighter;
	margin:0;
}
#SearchOptions ul ul li {
	display:list-item;
}

#logo {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:22px;
	padding:0 0 2px 0;
	width:295px;
	height:128px;

}
#logo .smallText{
	font-size:18px;
}	
.tagline{
	clear:both;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	height:15px;
}
#AreaLakesAndParks{
	float:right;
	width:300px;
	background:#000099 url(../images/t2t/backNavBlue.jpg) repeat-x;
	height:26px;
}
#AreaLakesAndParks h2{
	font-size:16px;
	font-weight:lighter;
	color:#FFFFFF;
	margin:5px 15px 0 5px;
	float:left;
}
#AreaLakesAndParks a{
	color:#FFFFFF;
	text-decoration:none;
}
#AreaLakesAndParks a:hover{
	color:#f59a25;
}
#TravelMenu{
	clear:both;
	height:40px;
	background:#060;
}
#Navigation{
	float:left;
	margin:4px 0 0 0;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 0 0 0;
}
#Navigation a{
	border-right:#fff solid 1px;
	padding : 12px 10px 12px 10px;
	font-size:16px;
	line-height:20px;
    font-family:Tahoma, Geneva, sans-serif;
}

#TravelMenu h2{
	font-size:16px;
	font-weight:lighter;
	color:#FFFFFF;
	margin:5px 15px 0 5px;
	float:left;
}
#TravelMenu a{
	color:#FFFFFF;
	text-decoration:none;
	height:30px;
}
#TravelMenu a:hover{
	color:#f59a25;
}
#AboveFoldContent{
	clear:both;
	width:920px;
}
#TwoColumnLeft{
	float:left;
	width:605px;
	border-bottom:#000000 solid 3px;
	padding:0 0 0 5px;
}
#WhiteBackAndBorder{
	clear:both;
	background-color:#FFFFFF;
	border:#d0d0b2 dotted 1px;
	padding:5px;
}
#RightColumn{
	float:right;
	top:0;
	width:300px;
	padding:0;
}
#LeftColumn{
	float:left;
	width:300px;
	padding:0;
}




#Container300{
	width:300px;
	margin:15px 0 5px 0;
	text-align:left;
	background-color:#FFFFFF;
}
#Container300 h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:16px;
	color:#333;
	margin:0 0 8px 0;
	background:#FFD3A8;
	padding:3px 0 5px 10px;
}
#Container300 strong{
	font-weight:bold;
	font-size:14px;
	color:#2f639d;
}
#Container300 ul{
	list-style:url(../images/general/tri_sm.gif);
	margin-left: 11px; 
	padding-left: 0;
	padding-right:5px;
	padding-left:10px;
}
#Container300 li{
	padding:0 10px 8px 0;
}
#Container300 a{
	text-decoration:none;
}
#Container300 p{
}


#categoryList {
	float:left;
	width:910px;
	padding:0 5px 20px 5px;
	border-left:#000099 dotted 1px;
	border-right:#000099 dotted 1px;
	border-bottom:#000099 dotted 1px;
	background:#ffffff;
	margin:0 0 15px 0;
}
#categoryList ul {
  float: left;
  width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;

}
#categoryList li {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
} 
#categoryList a {
	text-decoration:none;
}
#categoryList a:hover {
	text-decoration:underline;
	color:#0066FF;
}
#categoryList h1 {
	color:#2f639d;
}
#categoryList h5 a{
	font-weight:bold;
	font-size:12px;
	margin:0;
}
#categoryList h5 a{
	color:#0000CC;
	text-decoration:underline;
}
#categoryList h6{
	font-weight:bold;
	font-size:12px;
	margin:0;
}
#categoryList h6 a{
	color:#990000;
}


#categoryListSmall {
	float:left;
	width:600px;
	padding:0 5px 20px 5px;
	border-left:#000099 dotted 1px;
	border-right:#000099 dotted 1px;
	border-bottom:#000099 dotted 1px;
	background:#ffffff;
	margin:0 0 15px 0;
}
#categoryListDetail{
  float: left;
  width:606px;
	padding:10px 3px 20px 3px;
	margin:5px 0 15px 0;
  list-style: none;
}
#categoryListDetail h1{
	font-size:18px;
	line-height:20px;
	margin:0px;
}	

#categoryListSmall ul {
  float: left;
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;

}
#categoryListSmall li {
  float: left;
  width: 195px;
  margin: 0;
  padding: 0;
} 
#categoryListSmall a {
	text-decoration:none;
}
#categoryListSmall a:hover {
	text-decoration:underline;
	color:#0066FF;
}
#categoryListSmall h1 {
	color:#2f639d;
}
#categoryListSmall h3 {
	margin:10px 0 10px 0;
	border-top:#666666 dotted 1px;
	width:600px;
}
#categoryListSmall h5 a{
	font-weight:bold;
	font-size:12px;
	margin:0;
}
#categoryListSmall h5 a{
	color:#0000CC;
	text-decoration:underline;
}
#categoryListSmall h6{
	font-weight:bold;
	font-size:12px;
	margin:0;
}
#categoryListSmall h6 a{
	color:#990000;
}

#EventCategoryListSmall {
	float:left;
	width:590px;
	padding:0 5px 20px 5px;
	border-left:#000099 dotted 1px;
	border-right:#000099 dotted 1px;
	border-bottom:#000099 dotted 1px;
	background:#ffffff;
	margin:0 0 15px 0;
}
#EventCategoryListSmall ul {
  float: left;
  width: 590px;
  margin: 0;
  padding: 0;
  list-style: none;

}
#EventCategoryListSmall li {
  float: left;
  width: 580px;
  margin: 0;
  padding: 0;
} 
#EventCategoryListSmall a {
	text-decoration:none;
}
#EventCategoryListSmall a:hover {
	text-decoration:underline;
	color:#0066FF;
}
#EventCategoryListSmall h1 {
	color:#2f639d;
}


#topicList {
	float:left;
	width:910px;
	padding:0 5px 20px 5px;
	border-left:#000099 dotted 1px;
	border-right:#000099 dotted 1px;
	border-bottom:#000099 dotted 1px;
	background:#ffffff;
	margin:0 0 15px 0;
}

#topicList img {
	padding:5px 5px 10px 5px;
	margin:7px;
	border:#999 solid 1px;
}

#topicList ul {
  float: left;
  width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;

}
#topicList li {
  float: left;
  width: 280px;
  height:150px;
  overflow:hidden;
  margin: 0;
  padding: 0 10px 10px 10px;
  margin: 0 0 10px 0;
  border-bottom:#006600 dotted 1px;
} 
#topicList a {
	text-decoration:none;
}
#topicList a:hover {
	text-decoration:underline;
	color:#0066FF;
}
#topicList h1 {
	color:#2f639d;
	margin:50px 0 25px 0;
	padding: 5px 0 5px 0;
	border-bottom:#333333 solid 2px;
}
#topicList h4 {
	font-size:12px;
	margin:0 0 8px 0;	
}

#topicList2Column {
	float:left;
	width:590px;
	padding:0 5px 20px 5px;
	border-left:#000099 dotted 1px;
	border-right:#000099 dotted 1px;
	border-bottom:#000099 dotted 1px;
	background:#ffffff;
	margin:0 0 15px 0;
}

#topicList2Column img {
	padding:5px 5px 10px 5px;
	margin:7px;
	border:#999 solid 1px;
}

#topicList2Column ul {
  float: left;
  width: 590px;
  margin: 0;
  padding: 0;
  list-style: none;

}
#topicList2Column li {
  float: left;
  width: 270px;
  height:180px;
  overflow:hidden;
  margin: 0;
  padding: 0 10px 10px 10px;
  margin: 0 0 10px 0;
  border-bottom:#006600 dotted 1px;
} 
#topicList2Column a {
	text-decoration:none;
}
#topicList2Column a:hover {
	text-decoration:underline;
	color:#0066FF;
}
#topicList2Column h1 {
	color:#2f639d;
	margin:50px 0 25px 0;
	padding: 5px 0 5px 0;
	border-bottom:#333333 dotted 1px;
}
#topicList2Column h2 {
	color:#FFFFFF;
	size:14px;
	margin:0;
	padding: 5px 0 5px 0;
}
#topicList2Column h4 {
	font-size:12px;
	margin:0 0 8px 0;	
}








#SponsorList {
  	width:920px;
	padding:0 0 10px 0;
}


#Footer{
	clear:both;
	width:920px;
    min-height: 50px;
	font-size:10px;
	background-color:#FFFFFF;
	border-top:#f59a25 dotted 2px;
	padding:15px 0 0 0;
}
#Footer a{
	color:#666666;
	text-decoration:none;
	padding:0 10px 0 10px;
}
#FooterLeft{
    float:left;
    width:300px;
	line-height:16px;
}
#FooterRight{
    float:right;
    width:300px;
	text-align:right;
	line-height:16px;
}
#FooterCenter{
    padding: 0px 300px 0 300px;
	text-align:center;
    margin: 0px;
	font-size:12px;
}


/* image styles */
.downarrow {
	margin:0 0 -2px 0;
}

/* positioning */
.toppad35{
	margin:35px 0 0 0;
}

/*Search Hotels DIV */

#HotelDeals {
	background-color:#FFFFFF;
	padding:10px 10px 10px 20px;
	background-image:url(../images/divs/LeftColumn.jpg);
	background-repeat:repeat-y;
}

#HotelDeals h4 {
	margin:0px 0px 10px 0px;
	color:#FF6600;
}

/*HOTEL BOOKING STYLES */

#briefHotelDisplay {
	padding:10px;
	width:280px;
	margin:5px 0 5px 0;
	border-bottom:#999999 dashed 1px;
}
#briefhotelImage{
	padding:0 10px 0 0;
	float:left;
}
#briefHotelInfo{
right:80px;
}
#extendedHotelDisplay{
	padding:10px;
	width:590px;
	margin:5px 0 5px 0;
	border-bottom:#999999 dashed 1px;
}
#extendedHotelDisplay a{
	text-decoration:none;
}
#extendedHotelDisplay h3{
	font-size:16px;
	font-weight:lighter;
	text-decoration:none;
	margin:0 0 5px 0;
}

/*OutdoorInformation*/

#OutdoorInfo{
	padding:5px;	
}
#OutdoorInfo a{
	text-decoration:none;	
}
#OutdoorInfo h3{
	font-size:16px;
	font-weight:lighter;
	margin:15px 0 8px 0;
	padding:0 0 0 10px;
	border-bottom:#900 dotted 1px;
}

/*Cities On*/

#CitiesOn{
	padding:5px;	
}
#CitiesOn a{
	text-decoration:none;	
}
#CitiesOn h3{
	font-size:16px;
	font-weight:lighter;
	margin:15px 0 8px 0;
	padding:0 0 0 10px;
	border-bottom:#900 dotted 1px;
}
