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

body {
	text-align:center;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}

/*CONTAINERS**********************************
**********************************************/
#wrapper {
	width: 800px;
	height:100%;
	min-height:830px;
	margin:0px auto;
	text-align:left;
	}
#header {
	width:800px;
	height:100px;
	border:5px #FFFFFF solid;
	position:relative;
	}
#header a {
	padding-left:3px;
	padding-right:3px;
	background-color:#FFFFFF;
	color:#5C4652;
	text-decoration:none;
	}
/*#nav_orig {
	width:790px;
	height:22px;
	padding:5px;
	position:relative;
	border-left:5px #FFFFFF solid;
	border-right:5px #FFFFFF solid;
	background-color:#5C4652;
	}
#nav_orig a {
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	text-decoration:none;
	border:1px #FFFFFF solid;
	}
#nav_orig a:hover {
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	color:#7d6b75;
	text-decoration:none;
	border:1px #FFFFFF solid;
	}
#mail {
	width:790px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	position:relative;
	text-align:right;
	display:inline-block;
	}
#mailinglist.email {
	width:160px;
	text-align:center;
	background-color:#BBA402;
	color:#FFFFFF;
	font-size:1em;
	border:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
#mailinglist.button {
	background-color:#BBA402;
	color:#FFFFFF;
	font-size:1em;
	border:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}*/
/***********************************NEW NAV*********************/
#nav {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom-color: #333333;
	border-top-color: #666666;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 3px;
	background-color: #f5f5f5;
	position: relative;
	width: 100%;
	float: left;
	height: 30px;
}
#nav ul {
	line-height: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style-type: none;
	clear: left;
	float: left;
	height: 30px;
}
#nav ul#mail {
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style-type: none;
	clear: right;
	float: right;
	height: 30px;
}
#nav li {
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
	position: relative;
	float: left;
	display: block;
	line-height: 30px;
	width: auto;
	height: 30px;
}
#nav a {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color: #ff081d;
	display: block;
}
#nav a:hover {
	background-color: #ff081d;
	text-decoration: none;
	color: white;
	display: block;
}
/*****************************************END NEW NAV*******/
#content {
	width: 800px;
	height:100%;
	min-height:830px;
	padding: 0px;
	height:100%;
	background-color:#FFFFFF;
	border:5px #FFFFFF solid;
	display:inline-block;
	}
#column_one {
	float:left;
	display:inline-block;
	}
#column_two {
	float:right;
	display:inline-block;
	}

#twitter {
	width:245px;
	float: right;
	}
#twitter #updates_table {
	width: 230px;	
}
#twitter ul, li {
	list-style-type: none;
}
#twitter li {
	margin: 5px 0px;
}
#twitter h1 {
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align:left;
	color: #7d6b75;
}
#frontpage_releases {
	width: 245px;
	float: right;
	position:relative;
	background-color:#FFFFFF;
	display:inline-block;
	}
#frontpage_releases img {
	margin:5px;
	border:1px #7d6b75 solid;
	}
#frontpage_releases a {
	color:#BBA402;
	text-decoration:none;
	}
#frontpage_releases a:hover {
	color:#BBA402;
	text-decoration:underline;
	}
#featrel_cont {
	width: 233px;
	margin-right: auto;
	margin-left: auto;
	padding:6px;
	float:left;
	display:inline-block;
	text-align:center;
	}
#featrel_cont img {
	margin:5px;
	border:3px #7d6b75 solid;;
	}
#frontpage_tours {
	width: 540px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	display:inline-block;
	}
#frontpage_updates {
	text-align: center;
	width: 540px;
	height: 100%;
	padding:3px;
	position:relative;
	background-color:#FFFFFF;
	display:inline-block;
	}
#footer {
	margin-left:auto;
	margin-right:auto;	
	width:800px;
	height:15px;
	text-align:center;
	color:#999999;
	}
#footer a {
	text-decoration:none;
	color:#BBA402;
	}
#footer a:hover {
	text-decoration:underline;
	color:#BBA402;
	}
/*******RANDOM CLASSES*********
******************************/
.clearfloats {
	clear:both;
	}
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*******TABLES*****************
******************************/
#content_table {
	height:100%;
	margin-left:auto;
	margin-right:auto;	
	}
#twitter_table {
	}
#twitter_table a {
	color:#BBA402;
	text-decoration:none;
	}
#twitter_table th {
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	background-color:#7d6b75;
	color:#FFFFFF;
	}
#twitter_table td {
	text-align:center;
	background-color: #7d6b75;
	color: white;
	}
#twitter_table td li {
	list-style-type:none;
	}
#navigation_table {
	}
#navigation_table td {
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	font-size:1.1em;
	}
#updates_table {
	width:100%;
	background-color:#FFFFFF;
	}
#updates_table th {
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align:left;
	color: #7d6b75;
	}
#updates_table a {
	color:#BBA402;
	text-decoration:none;
	}
#updates_table a:hover {
	color:#BBA402;
	text-decoration:underline;
	}
#tour_table {
	width:100%;
	font-size:1.1em;
	color:#5C4652;
	}
#tour_table th {
	font-weight:bold;
	color:#BBA402;
	}
#tour_table td {
	}
#tour_table a {
	color:#BBA402;
	text-decoration:none;
	}
#tour_table a:hover {
	color:#BBA402;
	text-decoration:underline;
	}
