@charset "utf-8";
/* CSS Document */
/* common CSS file for web site */

/* clearfix - the float fix for container divs  ref:http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end of clearfix */
/* ---------------------------------------------------------- */

/* HTML element styles */
html {
	  margin:0px;
      padding:0px;
}
	
body {
	  text-align:center;		/* for IE */
      margin:0;
      padding:0;
	  /*background:#B1B097 url(gfx/bg_page.jpg);*/
	  background:#000;
}
a {
	text-decoration:none;
	color:blue;
	font-weight:normal;
}
a:visited {
	/*color:#red;*/
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
h2 {
	margin:0.75em 0;
	font-size:1.5em;
}
h3 {
	margin-bottom:2px;
}
h5 {
	margin-top:5px;
}

/* common custom classes */
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.justify {
	text-align:justify;
}
.right {
	text-align:right;
}
.block {
	display:block;
}
.none {
	display:none;
}
.float_left {
	display:block;
	float:left;
}
.float_right {
	display:block;
	float:right;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}


/* content styles */
div#wrapper {
	text-align:left;			/*reset text align for ff/op*/
	margin:10px auto 15px auto; 
	width:1010px;					/* Site is 1010px wide */
	/*border:thin #ccc solid;*/
}
div#header {
	width:1010px;
	height:150px;
	position:relative;
	/*background: url(/gfx/header.png) no-repeat;*/
}
img#header_logo {
	position:absolute;
	top:0px;
	left:0px;
}
div#header_search {
	position:absolute;
	top:5px;
	left:734px;
	z-index:10;
	display:none;
}
div#content_wrapper {
	width:1010px;
	display:block;
	/*height:800px;*/
	background: url(/gfx/bg_body_pages.jpg) repeat-y;
}
div#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.9em;
	margin-left:21px;
	width:175px;
	float:left;
	padding-top:5px;	
}
div#content_main {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.9em;
	width:760px;
	min-height:300px;
	float:left;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
div#content_main p {
	text-align:justify;
}
div#content_main UL {
	/*margin-left:-10px;*/
}
div#content_main UL LI {
	padding-bottom:0.3em;
}
div#footer {
	color:#fff;
	width:1010px;
	height:61px;
	line-height:35px;
	position:relative;
	background:url(/gfx/bg_footer.jpg) repeat-x  top left;
	z-index:0;
	
}
div#footer_left h4 {
	position:absolute;
	top:10px;
	left:65px;
	width:150px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	background: url(/gfx/contact_icon.jpg) left no-repeat;
}
div#footer A:link,
div#footer A:visited {
	color:#fff;
}
div#footer A:hover {
	color:#000;
}
div#footer_content {
	/*text-transform:uppercase;*/
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bolder;
	position:absolute;
	top:10px;
	left:150px;
	width:750px;
	
}
div#footer_right {
	position:absolute;
	top:10px;
	right:25px;
	width:110px;
	padding-left:8px;
	margin-top:0px;
	margin-bottom:0px;
	background:url(/gfx/arrow_up.jpg) no-repeat left;
	
}
/* 2nd footer - copyright */
div#footer2 {
	color:#ccc;
	font-size:90%;
}
div#copyright {
	font-style:italic;
}	
div#footer2 A,
div#footer2 A:link {
	color:#ccc;
}
div#footer2 A:hover {
	color:#fff;
	text-decoration:underline;
}

/*  Weather box styles */
div#weather_box {
	margin-top:10px;
	margin-left:10px;
	padding-left:5px;
	width:150px;
	height:125px;
	/*background:url(/gfx/weather_box.png);*/
}
div#weather_box hr {
	margin-top:0.25em;
	margin-bottom:0.25em;
}
div#weather_title {
	color:#000;
	font-size:110%;
}
div#weather_date_time {
	margin-top:10px;
	font-size:80%;
}
span.weather_label {
	font-size:90%;
	color:#444;
}
span#weather_temp_data {
	padding-left:7px;
}
span#weather_wind_data {
	padding-left:5px;
}
span#weather_gust_data {
	padding-left:5px;
}

/*  table styles */
table.lesson_table {
	width:760px;
	font-size:90%;
	border:1px solid #000;
	background:#ccc;
	border-collapse:collapse;
}
table.lesson_table td {
	border:1px solid #eee;
	padding:3px 7px 2px 7px;
}
table.lesson_table td.column_1 {
	width:90px;
	font-weight:bold;
}
table.lesson_table td.column_2 {
	width:440px;
}
table.lesson_table IMG {
	margin:7px;
	width:240px;
	height:180px;
}

/*  widget styles */
div.widget {
	/*width:175px;*/
	/*padding:2px;*/
	margin:0px 5px 0px 5px;
	/*margin:5px;*/
	/*background:url(/gfx/bg_sidebar.png);*/
	font-size:14px;
}
div.widget h3 {
	padding:0 0 0.1em 0;
	margin-top:0.5em;
	margin-bottom:0.25em;
	text-align:center;
	border-bottom:1px #666 inset;
}
div.widget hr {
	/*width:90%;*/
	/*padding:0;
	margin-top:0.25em;
	margin-bottom:0.25em;*/
}
div.widget ul {
	padding:0 0 0 1em;
	margin-top:3px;
	margin-bottom:5px;
	margin-left:5px;
	list-style:square;
}
ul.widget LI A {
	/*color:#000;*/
	display:block;
	/*font-weight:bold;*/
}
ul.widget LI A:hover {
	color:blue;
	background:#fff;
}

/*  faq styles */
ol.faq_wrapper {
	font-size:125%;
	width: 650px;
	/*height:100px;*/
	background:#fff url(/gfx/faq_question_mark.jpg) repeat-y left;
	border:1px solid #999;
	/*margin-bottom:-1px;*/
	padding-left:110px;
	padding-right:10px;
	padding-bottom:20px;
	margin-left:0;
}
div.faq_question {
	/*font-size:125%;*/
	padding-top:10px;
	padding-bottom:7px;
}
div.faq_answer {
	font-size:90%;
	color:#666;
	text-align:justify;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}

/*  launch-sites styles */
#launch {
	/*margin-left:25px;*/
}
ol.launch_box {
	background:#eee;
	border:1px solid #999;
	list-style-type:upper-alpha;
	margin-left:0;
	padding-top:1em;
	padding-left:30px;
}
ol.launch_box li {
	/*height:150px;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
}

/* Events styles */
table.events {
	border-collapse:collapse;
	border:1px solid #333;
	font-size:0.75em;
}
table.events th {
	background:#ccc;
}
table.events td {
	border:1px solid #999;
	padding:3px;
}