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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, /*ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	quotes: "" "";
}
/*
#main_menu, #main_text, #countdown {
	
	border: 5px solid #000;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
/**/
body {
	background-color:#c6f;
	color:#60C;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	font-family: 'Domestic Manners';
	font-size: 95%;
	margin:0 auto;
	text-align:center;
	width: 850px;
	left: 0px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: 'Domestic Manners';
	font-size:2.3em;
	letter-spacing:0.2em;
	margin-bottom: 05px;
	display:inline;
	
	
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: 'Domestic Manners';
	font-size:1.6em;
	letter-spacing:0.2em;
	margin-bottom: 10px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: 'Domestic Manners';
	font-size:1.6em;
	letter-spacing:0.2em;
	margin-bottom: 15px;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:1.2em;
	letter-spacing:0.1em;
	margin-bottom: 15px;
}

tr{ margin-bottom: 20px;
}

.leftfloat {
	float:left;
}

.rightfloat {
	float:right;
}

.floatclear {
	clear:both;
}
ul, li {
	margin:6px; padding:0px;
}

.grow {
	font-size:1.3em;
	font-weight:bold;
}

.shrink {
	font-size: 0.8em;
}

.error {
	color:#666;
}

.aright {

}

.active, .inactive {
	margin-bottom: 8px;
}
.clapper {
	
}

.text {
	margin-top:5px;
}

#wrapper {
	position:relative;
	text-align:left;
	width:790px;
	height:925px;
	left: 0px;
	top: 10px;
	background-color:#F9F;
	border: 3px solid #60c;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin-bottom:10px;
}

#header {
	position:absolute;
	top:30px;
	left:20px;
	padding: 0px;
	width:624px;
	height:103px;
	
}
#main_menu {
	position:absolute;
	left:20px;
	top: 150px;
	width:120px;
	height:420px;
	line-height:220%;
}

#main_text {
	position:absolute;
	text-align:left;
	overflow:auto;
	top:149px;
	left:160px;
	width :610px;
	height: 767px;
	padding: 0px;
	
}

#map {
	position:absolute;
	text-align:left;
	overflow:auto;
	top:500px;
	left:163px;
	width :361px;
	height: 410px;
	padding: 4px 0 0 3px;
	background-color:#FFF;
}

#tfl {
	position:absolute;
	text-align:left;
	overflow:auto;
	top:501px;
	left: 560px;
	width: 189px;
	height: 150px;
	background-color:#FFF;
	padding:5px  ;
}

#route {
	position:absolute;
	text-align:left;
	overflow:auto;
	top:708px;
	left: 562px;
	width: 210px;
	height: 250px;
}

#main_text p {
	 padding: 3px 3px 4px 0;
	 
	font-weight:bold;
	word-spacing:.2em;
	font-size:1.2em;
 }
 
#countdown {
	top:30px;
	left: 645px;
	width : 100px;
	height:100px;
	position:absolute;
	text-align:center;
	overflow:auto;
	font-size:0.9em;
	padding: 0px;
	border: 3px solid #60c;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#c6f;
}



a, a.active{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.active a {
	color:#60C;
	display:block;
	padding: 1px 5px;
	background-color:#C9F;
	border: 1px solid #60C;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

active a.hover {
	text-decoration:none;
}

.inactive a {
	color:#60C;
	display:block;
	padding: 1px 5px;
	border: 1px solid #60C;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.inactive a:hover {
	color:#60C;
	display:block;
	padding: 1px 5px;
	background-color:#c6f;
	border: 1px solid #60C;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
