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

.tour
{
	line-height:18px;
	font-size:13px;
}

.tour h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#26bcc2;
	margin-bottom:10px;
}

.tour h2
{
	color:#000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	border:none;
	margin-bottom:10px;
}

.sideImages img
{
	float:right;
	padding:0px 20px 20px 0px;
}

#startButton
{
	background-image:url(/tour/img/startTour.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:350px;
	text-decoration:none;
}

#startButton:hover
{
	background-position:0px -23px;
}

#nextButton
{
	background-image:url(/tour/img/next.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:130px;
	text-decoration:none;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}

#nextButton:hover
{
	background-position:0px -23px;
}


#backButton
{
	background-image:url(/tour/img/back.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:130px;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
}

#backButton:hover
{
	background-position:0px -23px;
}



.featureTable tr td
{
	border-bottom:2px #000 solid;
	border-right:2px #000 solid;
}
.featureTable tr td:first-child
{
}
.featureTable tr:first-child th
{
	border-bottom:2px solid #000;
}
.featureTable tr th:first-child
{
	border-bottom:none !important;
}
.featureTable tr:last-child td
{
	text-align:center;
}
.featureTable tr td:first-child
{
	font-size:11px;
}
.featureTable tr:last-child td:first-child
{
	text-align:left !important;
}

.siteNav
{
	width:130px; 
	background-color:#aadadc;
	padding:10px; 
	float:left; 
	margin:0px 20px 20px 0px;
  position: relative;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.siteNav a
{
	color:#000 !important;
	display:block;
	padding-bottom:4px;
	padding-left:30px;
	background-image:url(/layouts/img/arrow.png);
	background-repeat:no-repeat;
	background-position:8px 4px;
}
.siteNav a:hover
{
	background-image:url(/site/img/miniCrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.siteContent
{
	padding-left:170px;
	line-height:19px;
}
.startTour
{
	background-image:url(/site/img/startTour.gif);
	background-repeat:no-repeat;
	height:23px;
	display:block;
	width:432px;
	text-decoration:none;
}
.startTour:hover
{
	background-position:0px -23px;
	text-decoration:none;
}