* { margin:0; padding:0; }

/* Typography and Colors */
body {
	font:80% Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#393985;
	text-align:center;
	}

h1 {
	font-size:1.0em;
	color:#ff9933;
	font-weight:normal;
	}

h2 {
	font-size:1.0em;
	color:#04adff;
	font-weight:normal;
	}

a {
	color:#393985;
	}

ul, ol {
	margin-left:20px;
	}

#container {
	text-align:left;
	background-color:#ffffff;
	}

#header {
	background-color:#ccccff;
	}

#menu {
	list-style:none;
	line-height:20px;
	margin:0;
	}

#menu a {
	text-decoration:none;
}

#sub_menu {
	margin:0;
	}

#sub_menu li {
	display:inline;
	line-height:30px;
	padding:0 5px 0 10px;
	border-right:1px solid #8f8fc2;
	font-size:1.2em;
	font-weight:bold;
	}

#sub_menu li a {
	text-decoration:none;
	}

#extra {
	background-color:#ff9933;
	color:#ffffff;
	}

#tagline {
	color:#393985;
	}

#footer {
	text-align:center;
	color:#ffffff;
	font-size:0.85em;
	}

#footer a {
	color:#ffffff;
	}




/* Structure */
body {
	margin:0;
	padding:0;
	}

#container {
	margin:0 auto;
	width:780px;
	}

#header {
	height:86px;
	}

#logo {
	float:left;
	width:200px;
	padding:10px 0 0 19px;
	}

#logo img {
	border:0;
	}

#tagline {
	float:right;
	width:480px;
	padding-top:20px;
	}

#side_bar {
	float:left;
	width:180px;
	}

#menu {
	margin-top:10px;
	margin-left:20px;
	}

#sub_menu {
	float:right;
	width:580px;
	background-color:#e6e6ff;
	}

#content {
	float:right;
	width:560px;
	padding-top:20px;
	padding-right:20px;
	}

#extra {
	clear:both;
	padding:10px;
	margin-top:20px;
	height: 25px;
	}

#sub_extra1 {
	float:left;
	width:180px;
	}

#sub_extra2 {
	float:right;
	width:580px;
	}

#footer {
	width:780px;
	margin:0 auto;
	padding:30px;
	}



#schedule { width:100%; border:1px solid #cccccc; }
#schedule th, #schedule th { width:33%; padding:2px; }
#schedule th { background-color:#ff9933; color:#ffffff; }
#schedule td.day { background-color:#e6e6ff; }
#schedule td { vertical-align:top; }


#rates { border:1px solid #cccccc; }
#rates th, #rates th { width:33%; padding:2px; }
#rates th { background-color:#e6e6ff; }
#rates td { vertical-align:top; }

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.textrow { margin-bottom:10px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */