/*The tour CSS*/

body
{
	font-family:  "Lucida Grande", "Trebuchet MS", "Verdana", "Helvetica", sans-serif;
	font-size: 14px;
	line-height:19px;
	color: #ffffff;
	background-color:#cccccc;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	/*background-image: url(tour_background.jpg);
	background-repeat: repeat;*/
	width: 800px;
}

p
{
	font-family:  "Lucida Grande", "Trebuchet MS", "Verdana", "Helvetica", sans-serif;
	font-size: 1em;
	line-height:20px;
	padding-left: 8px;
	color: #000;

}

h1 {
	font-size:14px;
	font-weight: bold;
}

h2 {
	font-size:19px;
	font-weight: normal;
	font-family:  "Georgia", "Trebuchet MS", "Verdana", "Helvetica", sans-serif;
	color: #333333;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	}

hr {
	color: #ffffff;
	border: 1px dotted #cccccc;
	font-style: normal;
	font-size: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img{
	3margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*links*/
a:link {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-family:  "Lucida Grande", "Trebuchet MS", "Verdana", "Helvetica", sans-serif;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
	background-color: #ccc;
}
a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
}



/* DIV IDs */
#container	{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	position: relative;
	height: 100%;
	}
	

#content {
	padding: 5px 10px 10px;
	/*background-color:#FFFFFF;*/
	float: left;
	/*border: 1px dotted #999999;*/
	width: 800px;
	margin: 0px;
}

#contenttext {
	/*background-image:url(img/textarea.jpg);*/
	background-repeat:no-repeat;
	background-color:#ccc;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 12px;
	color: #000000;
}


#contentfooter {
	padding: 5px;
	margin: 10px 5px 0px 5px;
	float: left;
	width: 700px;
	border-top: 1px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #999999;
}


/* ***************** */

/* NAVIGATION STYLES :: ROLLOVER ACTION */

#nav{
	width:800px;
	float: left;
	/*min-height:24px;*/
	background-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	*/
}

#nav ul {padding:8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
#nav ul li {
  list-style: none;
  display: inline;
  padding: 13px;
}
#nav a:link {
	color: #3333CC;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #3333CC;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
#nav a:active {
	color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
}
#nav a:hover {
	color: #3333CC
	font-size: 1em;
	padding: 0px;
	/*text-decoration: underline;*/
	background-color: #ECECEC;
}
#nav .inactive {
	font-size: 18px;
	color: #666666;
}
#nav .active {
	font-size: 18px;
	font-weight: bold;
}


/* ***************** */
