@charset "UTF-8";

/**********************************
 * © SilenceIT Inc. 2009
 * @author     Pawel Rembisz
 **********************************/

/*

dark blue - #115B8B
light green - #55B12F
dark green - #3F8422
extra dark green - #1B4207

light baige - #F4EBD7
normal baige - #DBBC79

img green - #295616

dark blue top border - #7A9DAD
dark blue bottom border - #092D43
baige top border - #74827F

main nav bottom border - #3F8521
page container top border - #87AA78

footer nav top border - #295616
page container bottom border - #9FB58B

*/

/*
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/


* {
	margin: 0px;
	padding: 0px;
}

html {

}

body {
	background: url('../images/bg.jpg') no-repeat #000; /* #3F8522; */
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	color: #000;
	padding: 5px 0px;
}

h2 {
	font-size: 0.9em;
	color: #FFF;
	line-height: 0.9em;
}

h3 {
	font-size: 0.9em;
	color: #333;
	padding: 5px 0px;
}

p, ul, ol {
	font-size: 1.0em;
	line-height: 1.6em;

}

#global_container {
	width: 980px;
	margin: 20px auto;
}

#navbar_container {
	background-color: #55B12F;
	border-bottom: 1px solid #3F8521;
/* 	height: 55px; */
}

#page_container {
	background: url('../images/bg-white.png') repeat;
	border-top: 1px solid #87AA78;
	border-bottom: 1px solid #9FB58B;
}

#footer_container {
	background-color: #3F8422;
	padding: 10px 0px 1px 0px;
	border-top: 1px solid #295616;
}

#language {
	padding: 10px;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #55B12F;
	float: left;
	width: 150px;
}

	#language a {
		color: #1B4207;
		text-decoration: none;
	}
	#language a:hover {
		color: #000;
		text-decoration: underline;
	}

#logo {
	float: right;
	width: 150px;
	margin-top: -43px;
}

	#logo img {
		border: none;	
	}

.clear {
	clear: both;
	height: 10px;
}

.clear-more {
	clear: both;
	height: 20px;
}

/* :focus { outline: none; } */

.content {
	overflow: auto;
	position: relative;
}

#home-content, #courses-content, #events-content {
	background: url(../images/columns-triple.png) repeat-y center center;
}

/* COLUMNS */

#left-col {
	width: 200px;
/* 	height: 400px; */
	float: left;
	padding: 0px 10px;
/* 	background: url('../images/bg-baige.png') repeat; */
}

#center-col {
	width: 450px;
	float: left;
	padding: 0px 10px;
/* 	background: url('../images/bg-baige.png') repeat; */
}

#right-col {
	position: absolute;
	right: 0;

	width: 200px;
	float: left;
	padding: 0px 10px;
/* 	background: url('../images/bg-baige.png') repeat; */
}

#left-col-full {
	width: 200px;
/* 	height: 650px; */
	float: left;
	margin: 0px 10px;
	background: url('../images/bg-baige.png') repeat;
}

#center-col-full {
	width: 450px;
/* 	height: 650px; */
	float: left;
	margin: 0px 10px;
	background: url('../images/bg-baige.png') repeat;
}

#right-col-full {
	width: 200px;
/* 	height: 650px; */
	float: left;
	margin: 0px 10px;
	background: url('../images/bg-baige.png') repeat;
}

	.pane-title {
		background-color: #115B8B;
		padding: 8px 10px;
	}

	.pane-body {
		width: 100%;
/* 		padding: 5px 10px; */
/* 		height: 350px; */
		
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
		.pane-body p, .pane-body h3 {
			margin: 10px;
		}

		.pane-body ul {
			margin: 10px 30px;
		}
		

/*
	#left-col .pane-body, #right-col .pane-body { width: 179px; }
	
	#center-col .pane-body { width: 430px; }
*/

.sponsors {
	margin: 0 auto;
	width: 431px;
	overflow: auto;
}

	.sponsors img {
		float: left;
	}	
	
.signage {
	display: block;
	margin: 20px auto;
}

/* PAGES */

#home {
/* 	height: 1900px; */
}

	#home-banner {
		width: 578px;
		margin: 0px auto;
		border: 1px outset #295616;
	}
	
	#home-banner img {
		
	}
	
	#home-content {
		width: 910px;
		margin: 0px auto;
	}

	#home-content img {
		border: 1px outset #295616;
		margin: 15px 0px;
	}

/* HOME Alt. Flash Content */
#home_banner_flash {

}
	#flash_wrapper {
	
	}
	#altFlashContent {
		background-color: #000;
	}
	
		#flash_msg {
			text-align: center;
			color: #FFF;
			font-size: 0.7em;
		}
		
			#flash_msg a {
				color: #55B12F;
			}
			
			#flash_msg a:hover {
				color: #3F8422;
			}
		
		#alt_flash_content {
		
		}

#simulators {
	width: 900px;
	margin: 0px auto;
}

#simulators-content {
}

	.caption {
		text-align: right;
		font-size: 0.8em;
		color: #333;
		margin: 5px 30px 15px 0px;
	}
	
	#simulators-left-col {
		width: 430px;
		float: left;
/* 		margin: 0px auto; */
	}
	
		#simulators-left-col img {
			border: 1px outset #295616;
		}


#courses {
	width: 910px;
	margin: 0px auto;
}

	#courses #courses-banner {
		width: 910px;
		height: 250px;
		margin: 0px auto;
/* 		background-color: #FFF; */
	}
	
	.testimonials {
		font-style: italic;
	}

	.testimonials-signature {
		text-align: right;
	}
	
		#courses-banner-left {
			float: left;
			width: 200px;
			margin: 0px auto;
			padding-top: 40px;
			padding-left: 100px;
			vertical-align: middle;
		}
			
			#courses-banner-left ul {
				list-style: none;
			}
			
			#courses-banner-left ul li a {
				color: #295616;
				font-size: 0.8em;
				text-decoration: none;
			}
			
			#courses-banner-left ul li a:hover {
				color: #000;
				text-decoration: underline;
			}
			
			#courses-banner-left ul li a.current {
				color: #115B8B;
				text-decoration: underline;
			}			

		#courses-banner-right {
			float: right;
			width: 400px;
			margin: 0px auto;
			margin-right: 100px;
			margin-top: -25px;
			border: 1px outset #000;
		}
			
	#courses-content {
/* 		background-color: #FFF; */
		width: 910px;
		margin: 0px auto;
	}
	
	#courses-content #center-col-full .pane-body ul {
		list-style: decimal;
		padding-left: 40px;
	}


#events {
	width: 910px;
	margin: 0px auto;
}

	#events-content {
/* 		background-color: #FFF; */
		width: 910px;
		margin: 0px auto;
	}
	
	#events-img {
		width: 400px;
		margin: 0px auto;
		border: 1px outset #295616;
	}

	.winners {
		font-style: italic;
		font-weight: bold;
	}


#reserve {
	width: 900px;
	margin: 0px auto;
}

	#reserve-content {
/* 		height: 1000px; */
	}

	#reserve-left-col {
		width: 430px;
		float: left;
/* 		margin: 0px auto; */
	}
	
	#reserve-left-col img {
/* 		padding: 0px 0px 15px 10px; */
		border: 1px solid #295616;
	}
	
		#price-col {
			width: 400px;
		/* 	height: 400px; */
			height: 100%;
			float: left;
			margin: 20px 1px 0px 1px;
			background: url('../images/bg-baige.png') repeat;
		}
	
	p.address {
		color: #115B8B;
	}
	
	p strong {
		font-size: 0.85em;
	}


#about {
	width: 900px;
	margin: 0px auto;
}

	#about-content {
		
	}

	#about-left-col {
		width: 430px;
		float: left;
		margin: 0px auto;
	}
	
	#google-map {
		width: 400px;
		height: 400px;
/* 		background-color: #999; */
		margin-bottom: 25px;
		border: 1px outset #295616;
	}
	
	#about-address-col {
		color: #115B8B;
		font-size: 0.85em;
	}
	
		#about-address-col h2 {
			color: #115B8B;
			font-size: 1.1em;
			font-weight: bold;
			margin: 25px 0px;
		}


#privacy {
	width: 900px;
	margin: 0px auto;
}

#privacy-content {
	width: 900px;
	margin: 0px auto;
	/* 	height: 400px; */
	height: 100%;
/* 	float: left; */
/* 	margin: 20px 1px 0px 1px; */
	background: url('../images/bg-baige.png') repeat;
}


#page-not-found {
	width: 910px;
	margin: 0px auto;
}








/* NAVIGATION BAR */
#main_navbar {
	padding:20px;
	font-size: 0.9em;
}

#main_navbar ul {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0px;
}

#main_navbar li {
	list-style:none;
	display:inline;
	padding:10px 20px;
/* 	width:100px; */
	text-transform: uppercase;
}

#main_navbar li a {
	text-decoration:none;
	color:#FFF;
	text-align:center;
}

#main_navbar li a:hover {
	color:#1B4207;
}

#main_navbar li a.current {
	color: #1B4207;
	text-decoration: underline;
}


/* FOOTER */

#footer_navbar {
	width: 610px;
	margin: 0px auto;
	font-size: 0.75em;
}

	#footer_navbar ul {
		font-size: 1.0em;
		line-height: 1.2em;
		margin: 0px;
	}
	
	#footer_navbar li {
		list-style:none;
		display:inline;
		padding: 5px 15px;
		width:100px;
	}
	
	#footer_navbar li a {
		text-decoration:none;
		color:#FFF;
		text-align:center;
	}
	
	#footer_navbar li a:hover {
		color:#1B4207;
	}
	
	#footer_navbar li a.current {
		color: #1B4207;
		text-decoration: underline;
	}

#footer {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #FFF;
	margin: 15px auto;
	text-align: center;
/* 	background-color: #FFF; */
}

	#footer a {
		color: #F4EBD7;
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #DBBC79;
		text-decoration: none;	
	}
	

