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


/* General Styles ------------------------------ */

body {
	color: grey;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
p {
	font-size:11px;
	line-height:16px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2.5em;
	margin-left: 0;
	}
	
a:link {
	color:#93BC66;
	text-decoration:none;
	}
	
a:visited {
	color:#030;
	}

a:hover, active {
}

hr {
	height:20px;
	background:no-repeat scroll center;
}


/* nav Styles --------------------------------- */

ul.nav { /* how you want the nav to look, like how wide would you like it to be?*/
	list-style:none;
	text-align:left;
	padding:0px 10px 20px 0px;
	width:736px;
	clear:left;
	} 
	
ul.nav a { /*how do you want the list links to look?*/
	text-decoration:none;
	padding:0px 20px 0px 0px;
	color:#999
	}


ul.nav li { /*makes nav horizontal*/
	float:left;
	}


#news .nav .news a,
#info .nav .info a,
#media .nav .media a, 
#tour .nav .tour a {
	background-position:right bottom;
	color:#red;
	cursor:default;
	}


/* Specific Parts of Site */

.welcome {
	height:202px;
	width:920px;
	overflow:hidden;
	text-align:left;
	}
	
.content {
	clear:left;
	width:920px;
	}
	
.content .primary {
	width:530px;
	padding-right:10px;
	float:left;
	text-align:left;
	overflow:hidden;
	background-color:#FFF;
	color:black;
	}

.content .secondary {
	margin:0px 20px 20px 20px;
	padding:10px 10px 10px 10px;
	width:316px;
	text-align:left;
	background-color:#DAFFD3;
	color:grey;
	float:left;
	display:inline;
	overflow:hidden;
	}
	
#media .wrapper .content .primary table tr td {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
