@charset "utf-8";

html {
	height:101%;

}

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#999;
	font-size:14px;
	color:#333;
}

h1, h2, h3 {
	color:#333;
	text-align:left;
}

h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:14px; }

/*TOP / CONTAINER / BOTTOM*/
#top {
	margin:0 auto;
	width:986px;
	margin-top:0px;
	background:url(images/top.png) no-repeat;	
}
#container {
	margin:0 auto;
	width:986px;
	background:url(images/mid.png) repeat-y;
}
#bot {
	margin:0 auto;
	width:986px;
	background:url(images/bot.png) no-repeat;
}

/*PAGE*/
#page {
	margin:0 auto;
	width:950px;
	background:#fff;
}

/*HEADER*/
#header {
	height:120px;
}

#home {
	margin:0; 
	padding:0;
}

#logo {
	margin:10px 0 0 35px;
}


/*NAVIGATION H*/
#nav-h {
	width:100%;
	height:36px;
	background:url(images/nav.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	border-top:1px solid #bebebe;
	border-bottom:1px solid #333;
}
#nav-h ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-left:40px;
}
#nav-h li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-right:25px;
	height:26px;
	margin-top:3px;
	float:left;
	padding-top:4px;
	margin-left:42px;
	font-weight:bold;	
}
#nav-h a {
	text-decoration:none;
	color:#333;
}	
#nav-h a:hover {
	text-decoration:none;
	color:#ED2E23;
}	
#nav-h .selected {
	color:#f00;
}
#nav-h .selected a {
	color:#f00;	
}

/*NAVIGATION V*/

#nav-v {
	float:left;
	width:150px;	
	padding:15px;
	background:#7DB0AB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:bold;
	text-align:center;
}
#nav-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-v li {
	margin-bottom:10px;
	border:2px solid #fff;
	background:#DECEC3;

}
#nav-v a {
	display:block;
	text-decoration:none;
	color:#006600;
	padding:5px;	
}	
#nav-v a:hover {
	display:block;
	text-decoration:none;
	color:#fff;
}	

/*MAIN*/
#main {
	clear:both;
	margin:25px;
	background:#ffffff;
	min-height:400px;
}

p {
	margin:15px 0;
}

/*FOOTER*/
#footer {
	position:relative;
	font-size:9px;
	padding:25px;
	color:#999;
	background-color:#4C4C4C;
}
#copy {
	font-size:12px;	
	color:#fff;					
}
#footer a {
	text-decoration:none;
	color:#999;	
}
#footer a:hover {
	text-decoration:underline;
}

#social {
	position:absolute;
	z-index:2;
	left: 43px;
	top: 24px;
}

.box {
	float:left;
	background:url(images/box-mid.png) repeat-y;
	width:295px;
	margin:5px 5px;
}

.box .title {
	height:34px;
	font-size:18px;
	text-align:center;
	padding-top:5px;
	background:url(images/box-top.png) no-repeat;
}
.box img {
	float:left;
	padding:5px;
}
.box .inner {
	font-size:10px;
	margin:5px 0 0 5px;
	height:185px;
}
.box-bot {
	background:url(images/box-bot.png) bottom no-repeat;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

.clear { clear:both; }

.pic { border:1px solid #bebebe; }

.mapit { float:right; margin-right:5px; }

.cell td { /*border:1px solid #bebebe;*/ padding-bottom:20px; }

.tabl {
	border:1px solid #666666;
	margin:15px;
}
.tabl th, .tabl td {
	background-color:#666666;
	padding:0 15px;
	height:26px;
}
.tabl td {
	background-color:#d9d9d9;
}

.vrul {
	border-right:1px solid #bebebe;
}

.col-rides1 {
	float:left;
	width:500px;
	padding:15px;
	margin-right:15px;
}

.nudge { margin-left:1px; }

.announcement, .announcement a {
	text-align:center;
	font-size:16px;
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}

