a:link { color: red; }
a:visited { color: red; } 
a:hover { color: blue; } 

body
{
	margin: 0px;
	padding: 0px;
}

#tourContent
{
	margin:20px;
	float:none;
}

#tourBanner
{ 
	width:805px;
}

#tourTitle
{
	text-align:center;
	font-family: Verdana, sans-serif; 
	color: #E88400;
	height: 40px;
}

#tourTitle h3
{
	font-size: 20px;
}


#tourImage
{
	float: left;
}

#tourImage a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#tourImage img
{
	border-style:solid;
	border-width: 0px;
	border-color: #A9A9A9;
}

#tourDesc
{
	float: left;
	width: 350px;
	height: 320px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

#tourDesc p
{
	margin-left:8px;
	margin-right:8px;
	margin-top:0px;
	margin-bottom:8px;
	padding:0px;
}

#tourPanel
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 800px;
	text-align:right;
	background-color: #FF0000;
	height: 50px;
}

#tourPanel img
{
	border: solid 0px;
	padding-right:10px;
	padding-top: 8px;
}

.position
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
}

.dropshadow2{
	float:left;
	clear:left;
	background: url(/Content/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/Content/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 400px;
	padding: 0px;
}

.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}

.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.innerbox p{		
	font-size:14px;
	margin: 3px;
}


li {

	padding-left: 5px;
	padding-bottom: 5px;
	list-style-image: url("/Content/images/check.png") 

}
