/*Copyright Sheffield AeroClub + David Trindade 2009 - www[dot]davidtrindade[dot]com
 * Authored by david.trindade[at]davidtrindade[dot]com - Jun/09
 */

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* CSS Reset (above) from Eric Meyer */


	html {
		height: 100%;
		}

	body {
		background: #7095ca url(/assets/images/sky_background.jpg) repeat-x top left;
		font: 90%/150% Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		text-align: center;
	}
	
	#outer_wrapper {
		width: 968px;
		margin: 100px auto 0 auto; 
		/*padding-top: 320px;*/
		background: transparent url(/assets/images/airfield_top_image.gif) no-repeat top left;

		}
		
	.wrapper_bottom {
		display: block;
		width: 968px;


		background: transparent url(/assets/images/main_block_bottom.gif) no-repeat bottom left;
		}
		
	#wrapper {
		background: #fff;
		width: 100%;
		text-align:left
				/*margin-top: 320px;*/
		}
		
	#header_section {
		width: 250px;
		float: left;
		display:block;
	}
	
	.header {
	display: block;
	padding-top: 8px;
	padding-left: 20px;
	}
	
	.sac_logo {
		display: block;
		text-indent: -4000px;
		width: 250px;
		height: 201px;
		background: transparent url(/assets/images/sac_logo.jpg) no-repeat top left;
	}
	
	#search {
		background: transparent url(/assets/images/search_bg.png) repeat;
		height: 108px;
	}
	
	#search form {
		width: 230px;
		margin-left: 10px;
		padding-top: 15px;
		} 
	
	#search legend {
		color: #fc3;
		font-weight: bold;
		font-size: 110%;
		padding: 0 0 10px 10px;
	}
	
	.input_wrap {
		background: transparent url(/assets/images/search_input_bg.gif) no-repeat top left;
	}
	
	.input_text {
		display: block;
		float: left;
		padding: 8px 2px 3px 5px;
		font-size: 95%;
		color: #d6d6d6;
		width: 160px;
		background:none;
		border: none;	
		}
		
	.search_button {
		/*margin-top: 10px;*/
	}
	
	.clear {
		clear:both;
		height:1px;
		background:none;
		margin: 0;
		padding: 0;
	}
	
	#left_section {
		display: block;
		width: 250px;
		float:left;
		margin-left: 20px;
	}
	
	#main_content {
		float: left;
		width: 660px;
		margin-left: 20px;
		/*border: 1px solid red;*/
		padding: 30px 0 20px 10px;
	}
	
	#menu_wrapper {
		background: transparent url(/assets/images/menu_top.jpg) no-repeat top left;
		padding-top: 5px;
		width: 250px;
	}
	
	.menu_inner {
		display: block;
		background: transparent url(/assets/images/menu_bg.jpg) repeat-y;
	}
	
	.menu_bottom {
	display: block;
	background: transparent url(/assets/images/menu_bottom.jpg) no-repeat bottom left;
	}
	
	#main_nav {
		list-style-type:none;
		padding: 0 10px;
	
	}
	
	#main_nav li {
	list-style-tupe: none;
	}
	
	.main_link a {
		display: block;
		width: 220px;
		padding: 5px;
		color: #D6D6D6;
		text-decoration:none;
		font-size: 90%;
	}
	
	.main_link a:hover {
		background: #454545;
		color: #ccc;
		text-decoration:none;
	}
		
	.underline {
		background: transparent url(/assets/images/menu_double_line.gif) repeat-x bottom left;
	}
	
	.link_on {
		background: #454545;
		color: #ccc;
		font-weight: bold;
		text-decoration:none;
	}
	
.last { background: none; }
	
	#main_content h1 {
	color: #355f75;
	font-size: 130%;
	padding: 0 0 15px 0;
	}
	
	
	#main_content h2 {
	color: #355f75;
	font-size: 110%;
	padding: 10px 0 15px 0;
	}
	
	#main_content p {
		font-size: 90%;
		line-height: 140%;
		padding: 10px 0 15px 0;
	}

	#main_content ul {
		margin-left: 15px;
		margin-bottom: 20px;
	}

	.content-image {
		border: 1px solid #000;
		margin: 10px 10px 10px 0;
		float: left;
	}

	#flying_plane {
		background: transparent url(/assets/images/rv-8.png) no-repeat 0px 0px;
		display: block;
		float: right;
		height: 337px;
		width: 670px;
		margin-top: -80px;
		z-index: 10;
	}
	
	
	.side_block {
		display: block;
		width: 250px;
		background: transparent url(/assets/images/side_block_bg.gif) no-repeat bottom left;
		padding-bottom: 10px;
		margin-top: 20px;
		}
		
	.side_header {
		display: block;
		width: 250px;
		background: transparent url(/assets/images/side_block_top.jpg) no-repeat top left;
		color: #fc3;
		font-size: 120%;
		font-weight: bold;
		height: 45px;
		padding: 10px 0 0px 10px;
		}
		
	.news_item {
		background: transparent url(/assets/images/news_item_icon.gif) no-repeat 8px 8px;
		padding: 5px 0 5px 32px;
		font-size: 90%;
		line-height: 130%;
		}
		
	.news_link {
		color: #355f75;
		font-weight: bold;
		}
		
	.news_filing_details {
		font-size: 90%;
		margin-top: 10px;
		}
		
	hr {
		display: none;
		}	
		
	.hr_doubleline {
		display: block;
		background: transparent url(/assets/images/sideblock_double_line.gif) repeat-x bottom left;
		height: 2px;
		margin: 10px 5px;
		}
	
	.footer {
		width: 948px;
		margin: 0 auto 30px auto; 	
		text-align: left;
		padding: 5px 10px 25px 10px;	
		}
		
	.left_footer {
		font-size: 80%;
		color: #fff;
		}

	.centered { text-align: center; }

	.left { text-align: left; }

	.right { text-align: right; }

	table#runwayinfo {
		width: 450px;
		margin: 20px auto;
	}

	table#runwayinfo thead tr th, table.pricetable thead tr th {
		color: #FFF;
		border-bottom: 2px solid navy;
		background-color:  #7095ca;
	}

	table#runwayinfo thead tr th.firstcol, table#runwayinfo tbody tr td.firstcol {
		padding-left: 5px;
	}

	table#runwayinfo tbody tr td {
		border-bottom: 1px dotted #333;
	}

	table.pricetable {
		width: 96%;
		margin-bottom: 20px;
	}

	table.pricetable thead tr th {
		padding: 0 3px;
	}

	table.pricetable tbody tr td {
		font-size: 80%;
		padding: 0 3px;
	}

	table.pricetable tbody tr td small {
		font-size: 75%;
	}

	div#paypallogos {
		margin: 0 0 20px 0;
		padding: 0;
		text-align: right;
		float: right;
	}

	div#paypallogos img {
		border: none;
	}

	div#bookingformcontainer {
		margin: 20px 10px 20px 0;
		padding: 15px;
		background-color: #fff;
		border: 2px solid #ccc;
	}

	div#bookingformcontainer hr {
		clear: both;
		margin: 20px 0;
	}

	div#bookingformcontainer h2 {
		width: 220px;
		margin-right: 0 15px 20px 0;
		float: left;
	}

	div#bookingformcontainer h3 {
		width: 280px;
		font-size: 85%;
		margin-right: 15px;
		float: left;
	}

	div.voucherform_left {
		width: 185px;
		float: left;
	}

	div.voucherform_right {
		float: right;
	}

        ul.ticklist {
                margin: 30px 0;
                padding: 0;
                list-style-type: none;
        }

        ul.ticklist li {
                background: transparent url(/assets/images/icon_tick.gif) no-repeat scroll left;
                line-height: 22px;
                padding: 5px 0 5px 30px;
        }
