/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(background-black-clean.png);
	background-repeat: repeat;
	font-size: .8em;
}

#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

#container #header {
	height: 200px;
	position: absolute;
	width: 775px;
	left: 0;
	top: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/website-header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#container #menu {
	width: 775px;
	position: absolute;
	float:left;
	left: 0;
	top: 200px;
	clear: both;
	color: #FFFFFF;
	text-align: left;
}

#container #wrapper {
	width: 775px;
	text-align: left;
	position: relative;
	top: 200px;
	float: right;
	background-color: #8c0e0e;
}

#container #wrapper #content {
	width: 510px;
	float: right;
	background-color: #FFFFFF;
	line-height: 1.6em;
	margin-top: 50px;
}
#content p {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 1em;
	margin-top: 0px;
	font-weight: bold;
}
#content blockquote {
	font-weight: bold;
}
#content li {
	font-weight: bold;
}


#container #wrapper #sidebar {
	width: 240px;
	text-align: left;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 50px;
	color: #FFFFFF;
}
#sidebarmenu {
	font-size: 12px;
	color: #333333;
	text-align: right;
	font-weight: bold;
}
#sidebar blockquote {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebarmenu ul {
}
#sidebarmenu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}
#sidebarmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebarmenu a:hover {
	color: #cccccc;
}

#content h1 {
	font-size: 1.3em;
	color: #8C0E0E;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#content h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #8C0E0E;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#container #footer {
	clear: both;
	height: 35px;
	position: relative;
	float: left;
	top: 200px;
	width: 100%;
	background-image: url(six_0.gif);
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: right;
	background-repeat: repeat-x;
}

.picture {
	width:100px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px;
	border:2px solid #162473;
	text-align:center;
	background-color: #fff;
	font-size: 12px;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}

.background1 {
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background2 {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background3 {
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background4 {
	background-image: url(images/background4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background5 {
	background-image: url(images/background5.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background6 {
	background-image: url(images/background6.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background7 {
	background-image: url(images/background7.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background8 {
	background-image: url(images/background8.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}
.plane {
	list-style-image: url(images/jet.png);
}
.teamtable {
	font-size: 10px;
}

.teamtable td {
	margin: 0px;
	padding: 0px;
}
.teamtable a {
	color: #000;
	text-decoration: underline;
}
.teamtable a:hover {
	color: #333333;
	text-decoration: none;
}