@CHARSET "UTF-8";

/* HEADER */

#head
{
	clear: both;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 960px;
	line-height: 140%;
}

	#head .leftBlock
	{
		float: left;
		width: 160px;
	}
	
	#head .rightBlock
	{
		float: right;
		width: 790px;
	}

	#head img
	{
		padding-left: 10px;
		padding-top: 10px;
	}

#headerText h1
{
	font-size: 40px;
}

#languageSelector
{
	float: right;
	width: 200px;
}

#languageSelector ul
{
	list-style: none;
}

#languageSelector a:link {color: #502222; text-decoration: none;}
#languageSelector a:visited {color: #502222; text-decoration: none;}
#languageSelector a:hover {color: #FF0000; text-decoration: none;}
#languageSelector a:active {color: #502222; text-decoration: none;}

/* PRIMARY MENU */

#nav
{
	line-height: 100%;
	list-style: none;
	margin-left: -40px;
}

	#nav a
	{
		color: #000000;
		text-decoration: none;
		display: block;
		background: #D3D3D3 none repeat scroll 0 0;
		padding: 6px 10px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
		
		#nav a:hover
		{
			background: #808080 none repeat scroll 0 0;
		}
		
		#nav a.selected
		{
			background: #9A9999 none repeat scroll 0 0;
		}
		
		#nav a.disabled
		{
			color: #FFFFFF;
		}
		
		#nav a.disabled:hover
		{
			background: #D3D3D3 none repeat scroll 0 0;
		}
		
	#nav li
	{
		list-style-type: none;
		float: left;
	}
	
/* SECONDARY MENU */

#secondaryMenu
{
	line-height: 100%;
	list-style: none;
	margin-left: -30px;
	padding-bottom: 5px;
}

	#secondaryMenu a.sub
	{
		margin-left: 20px;
		margin-right: 30px;
		color: #502222;
	}
	
	#secondaryMenu a
	{
		color: #000000;
		text-decoration: none;
		display: block;
		background: #D3D3D3 none repeat scroll 0 0;
		padding: 6px 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
		
		#secondaryMenu a:hover
		{
			background: #808080 none repeat scroll 0 0;
		}
		
		#secondaryMenu a.selected
		{
			background: #9A9999 none repeat scroll 0 0;
		}
		
	#secondaryMenu li
	{
		list-style-type: none;
	}

/* CONTENT */

h2
{
	font-size: 16px;
}

h3
{
	font-size: 15px;
	font-style: italic;
	margin-left: 20px;
}

p
{
	text-align: justify;
}

a:link {color: #696969;}
a:visited {color: #808080;}
a:hover {color: #333333;}
a:active {color: #696969;}
	
body
{
	font-family: Verdana,sans-serif;
	font-size: 13px;
	margin: 0px;
}

#content
{
	clear: both;
	margin: 0 auto;
	padding: 20px 10px;
	width: 960px;
	line-height: 160%;
}

	#content .leftBlock
	{
		float: left;
		width: 470px;
		margin-top: 20px;
	}
	
	#content .rightBlock
	{
		float: right;
		width: 470px;
		margin-top: 20px;
	}
	
	#content .leftBlockLarge
	{
		float: left;
		width: 700px;
	}
	
	#content .rightBlockSmall
	{
		float: right;
		width: 240px;
	}
	
	#content .leftBlock740
	{
		float: left;
		border: solid 1px #9A9999;
		width: 740px;
		padding-left: 20px;
		color: black;
		line-height: 140%;
	}

	#content .rightBlock180
	{
		float: right;
		width: 180px;
	}

.contentBlock
{
	background-color: #E4EAE7;
	padding-top: 1px;
	margin-bottom: 20px;
}

.info
{
	background-color: #E4EAE7;
	padding: 10px 20px;
	height: 140px;
	color: #502222;
	text-align: justify;
}

	.infoLeftBlock
	{
		float: left;
		width: 780px;
	}
	
	.infoRightBlock
	{
		float: right;
		width: 120px;
	}
	
#donateButton
{
	float: right;
	width: 470px;
	height: 200px;
	margin-bottom: 20px;
	background-image: url(../images/flightcase.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

	#donateButton:hover
	{
		color: #C0C0C0;
	}
	
#donateButtonText
{
	position: relative;
    left: 100px;
    top: 70px;
	font-size: 20px;
	line-height: 160%;
}

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

.musicPlayer
{
	padding-left: 20px;
}

.videoPlayer
{
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

.leftImage
{
	float: left;
	margin-right: 10px;
}

.rightImage
{
	float: right;
	margin-left: 10px;
}

span.required
{
	color: #FF0000;
}

.justify
{
	width: 100%;
}

/* NEWS */

.newsDate
{
	color: #696969;
	margin-left: 10px;
	line-height: 250%;
}

a.newsTitle:link,
a.newsTitle:visited
{
	text-decoration: none;
	color: #000000;
}

a.newsTitle:hover,
a.newsTitle:active
{
	color: #696969;
	text-decoration: underline;
}

/* PAGER */

.pager
{
	list-style: none;
	margin-top: 20px;
	margin-left: -20px;
	color: #FFFFFF;
}

.pager li
{
	float: left;
	margin-right: 5px;
}

	.pager li.current
	{
		background-color: #9A9999;
		padding: 2px 6px;
		display: block;
		font-weight: bolder;
	}
	
.pager a
{
	padding: 2px 6px;
	text-decoration: none;
	background: #D3D3D3 none repeat scroll 0 0;
	display: block;
	color: #FFFFFF;
}

	.pager a:hover
	{
		background: #808080 none repeat scroll 0 0;
	}

	
/* PRESS */

.press
{
	margin-bottom: 20px;
}

.press img
{
	height: 100px;
	border: 1px solid gray;
}

.pressLink
{
	float: left;
	text-decoration: none;
	margin-right: 20px;
}

.press ul
{
	padding: 15px;
	list-style: none;
}

/* MENU HINT */

#menuHintContainer
{
	clear: both;
	height: 420px;
	margin-top: 30px;
}

img.menuHint
{
	background-color: #E4EAE7;
	padding-top: 20px;
	padding-bottom: 10px;
}

a.menuHint
{
	color: #502222;
	background: #E4EAE7 none repeat scroll 0 0;
	text-decoration: none;
	padding: 0 20px 20px 20px;
	display: block;
}

/* LINKS */

.links
{
	list-style: none;
}

.links li
{
	margin-left: -40px;
}

/* SEARCH */

.searchBox
{
	padding: 20px;
}

.searchResults iframe
{
	width: 700px;
	height: 1000px;
}

/* PHOTO LIST */

.photoThumbs
{
	list-style: none;
	margin-left: -40px;
}

.photoThumbs li
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.photoThumbs img
{
	height: 140px;
}

.photoThumbs a, .photoThumbsVertical a
{
	text-decoration: none;
}

.photoThumbsVertical
{
	list-style: none;
	margin: 20px auto;
}

.photoThumbsVertical li
{
	margin-left: -20px;
	margin-bottom: 20px;
}

.photoThumbsVertical img
{
	width: 200px;
}

/* SPONSORS */

#sponsors
{
	list-style: none;
	margin-left: -50px;
}

#sponsors li
{
	float: left;
	background-color: white;
	margin: 10px;
	padding: 10px;
	border: 1px solid gray;
}

#sponsors img
{
	height: 100px;
}

#sponsors a
{
	border: none;
	text-decoration: none;
}

/* FAQ */

.question
{
	font-weight: bold;
	margin-bottom: 10px;
}

.answer
{
	margin-left: 10px;
	margin-bottom: 30px;
}

/* FOOTER */

#footer
{
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	color: #808080;
	height: 70px;
	border-top: 1px solid #D3D3D3;
	font-size: 11px;
	line-height: 180%;
}

	#footer .leftBlock
	{
		margin-left: 40px;
		float: left;
		width: 300px;
	}
	
	#footer .middleBlock
	{
		float: left;
		width: 300px;
	}
	
	#footer .rightBlock
	{
		margin-right: 20px;
		float: right;
		width: 300px;
	}

#footerSites img
{
	margin-top: -4px;
	padding: 0px;
}

#footerSites a
{	
	text-decoration: none;
}
	
/* INFO MESSAGES */

.success
{
	background-color: #B8F4B8;
	padding: 8px;
	padding-left: 40px;
	margin-bottom: 10px;
	background-image: url(../images/icons/success.gif);
	background-position: 10pt;
	background-repeat: no-repeat;
	font-size: 12px;
}

.error
{
	background-color: #FC8C88;
	padding: 8px;
	padding-left: 40px;
	margin-bottom: 10px;
	background-image: url(../images/icons/error.gif);
	background-position: 10pt;
	background-repeat: no-repeat;
	font-size: 12px;
}

/* TABLES */ 

table.data
{
	margin-top: 10px;
	border: solid 1px #E4EAE7;
	border-spacing: 1px;
	border-collapse: collapse;
	font-size: 11px;
	background-color: #E7E7E7;
	color: maroon;
}

table.data td, th
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

table.data thead th
{
	text-align: center;
	background: #F5F5F5;
	color: maroon;
	border: 1px solid #E4EAE7;
	text-transform: uppercase;
}

table.data tbody th
{
	font-weight: bold;
}

table.data tbody tr td
{ 
	height: 30px;
	background: #FFF;
	border: 1px solid #E4EAE7;
}

table.form, table.form tr td
{
	color: #000000;
	border: 0px;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 0px;
}

table.form td.button
{
	text-align: left;
}