﻿body {
	color: #333;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	background: #42571E url('images/backgrounds/page-bg-2.jpg') no-repeat fixed bottom;
	background-size:100% auto;

	/*background-image: url('images/page-bg-1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	*/
}

#container {
	width: 924px;
	margin: auto;
    /*border:1px solid #000066;*/
}

html {height:101%;}

#header {
	width: 924px;
	background-color: #000;
	height: 226px;
}

#slideshow {
	width: 595px;
	height: 226px;
 	background: url('images/slideshow2/helicopter-01.jpg') no-repeat;
	border:1px solid #aaa;
	border-radius:7px;
	moz-border-radius:7px;
}

#navigation {
	padding:3px 0 6px 0;
	width:924px;
	margin:auto;
	overflow: hidden;
}

#content {
	width: 924px;
	
}

.table {
	width: 924px;
	margin:auto;
	border: 1px solid #e0e0e0;
	border-radius:7px;
	moz-border-radius:7px;
	background-image: url('images/backgrounds/content-bg-1.png');
}

.leftcell {
	width:580px;
	border: 1px #fff solid;
	border-radius:6px;
	moz-border-radius:6px;
	background-image: url('images/backgrounds/td-bg-2.png');
	padding:15px;
	
}

.rightcell {
	border: 1px #fff solid;
	border-radius:6px;
	moz-border-radius:6px;
	background-image: url('images/backgrounds/td-bg-2.png');
	padding:15px;
}

#leftcontent {
	text-align: justify;
	min-height: 400px;
}

#leftcontent li {
	list-style:circle;
}

#rightcontent {
	text-align:center;
}

#rightcontent img {
	border: #fff 1px solid;
	padding:0px;
	border-radius:7px;
	moz-border-radius:7px;

}

.picbox {border: #aaa 1px solid;}

.rounded{
	border: 1px #aaa solid;
	border-radius:7px;
	moz-border-radius:7px;
}

#footer {
    width: 922px;
    height:50px;
    margin:auto;
    margin-top:15px;
    border:1px solid #eee;
    border-radius:7px;
    moz-border-radius:7px;
    background-image: url('images/backgrounds/td-bg-2.png');
	padding-top: 6px;
}

/*Styles for Navigation*/
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 4px;padding-right:0px;
}
#navigation li {
	float: left;padding-left:1px;padding-right:1px;margin-right:3px;
}
#navigation a {
	color: #f0f0f0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans Serif;
	font-size: 13px;
	display: block;
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px outset #77d;
	border-radius:4px;
	moz-border-radius:4px;
	background-color: #46e;
	background-image: url('images/menu-up.gif');
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px outset #77d;
	background-color: #44b;
	background-image: url('images/menu-down.gif');
}

/* Styles for Content */
h1 {
	font-size: 15px;
	color: #333;
	margin-left:-15px;
}
h2 {
	font-size: 14px;
	color: #333;margin-left:-10px;
}
h3 {
	font-size: 13px;
	color: #333;margin-left:-10px;
}
h4 {
	font-size: 1.1em;letter-spacing:1px;
	color: #333;margin-left:-15px;
}
h5 {
	font-size: 0.75em;
	color: #333;
}
h6 {
	font-size: 0.5em;
	color: #333;
}
/* Styles for Footer */
#footer p {
	font-size: 10px;
	text-align: center;
	color: #777;
	margin: 10px;
	padding: 1px;
}
#footer a {
    font-size:11px;
	color:  #34c;
	text-decoration: none;
}
#footer a:hover {
	color: #45d;
	text-decoration: underline;
}
/* Styles for Links */

.style_bold {
	font-weight: bold;color:#ddd;
}
.style_italic {
	font-style: italic;	
}
.style_center {text-align: center;}
.center {text-align: center;}
.circle {list-style-type: circle;}
.box {
	background-color: #F3F3F3;
	border: 1px solid #FF6600;
	margin: 15px;padding-left:5px;padding-right:5px;
}
#tables table{width: 250px;border: #333 solid 1px;margin: auto;}
#tables td {border-bottom:#222 dashed 1px;padding-left: 4px;padding-right: 4px;}
.small {font-size: 10px;}
.right {text-align: right;padding-right:5px;}
#links li {padding-bottom:6px;padding-top:6px;border-bottom:1px #c0c0d0 dashed;list-style:circle;}
#wf {width:922px;text-align:right;margin:auto;}
#wf a {color: #ddd;text-decoration: none;font-size:10px;}
#wf a:hover {color: #fff; text-decoration: underline;}
.tblhdr {
	text-align: center;
	font-size: medium;
}

a:link    {color: #56e; text-decoration: none;}
a:visited {color: #45d; text-decoration: none;}
a:hover   {color: #b00;    text-decoration: underline;}

a:link    img {border:1px solid #488ccc;}
a:visited img {border:1px solid #265988;}
a:hover   img {border:1px solid #b00;}
		
#gallery img {
	border: 1px solid;
	border-radius:4px;
	moz-border-radius:4px;
	}
	
#gallery {
	text-align:center;
	}
	
#gallery a {
	color: #33d;
	}
#gallery a:hover { 
	color: #d33; 
	}


