﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

#logo {
	position: relative;
	left: 20px;
	top: 20px;
}

#logo-main {
	padding: 20px 0px 0px 20px;
	float:left;
}


#nav {
	border: 0;
	position: relative;
	left: 40px;
	top: 90px;
	}

#nav a {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	color: white;
	text-decoration:none;
	line-height: 29px;
	border-bottom: 1px solid #363f50;
	width:200px;
	}	
	
#nav a:hover {
	color: #feffd8;
}	

#nav-main {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:68px;
}

#nav-main a {
	text-decoration:none;
	color: white;
	padding-right: 18px;
}

#nav-main a:hover {
	color: #feffd8;
}

#plane-alt {
	float:right;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #474d59;
	margin: 0px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#container {
	width:970px;
}	
	
#maintable {
	border: 0;
	width: 770px;
	background: #dadacf;
}	

#maincell {
	width: 770px;
	padding-left: 100px;
}

#content-cell {
	padding:0px 40px 40px 40px;
	font-size: 12px;
	line-height: 18px;
}

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#header {
	background: url('../siteart/header.jpg') no-repeat top left;
	width: 770px;
	height: 440px;
	vertical-align:top;
}

#header-b {
	background: url('../siteart/header-b.jpg') no-repeat top left;
	width: 770px;
	height: 150px;
	vertical-align:top;
}


#right {
	vertical-align: top;
}


.title {
	display:block;
	font-size: 18px;
	color: #133867;
	text-transform: uppercase;
	background: url('../siteart/arrow.gif') no-repeat 0px 0px;
	border-bottom: 3px #6a7f95 dashed;
	padding: 0px 0px 6px 21px;
	margin-bottom: 6px;
	line-height: 22px;
}

.title-sm {
	color: #133867;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
}

#contact {
	float: right;
	background: #d0d0c9;
	padding: 16px 14px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 15px;
}

.big {
	font-size: 15px;
	font-weight: bold;
}

ul {
	padding:0;
	margin: 0px 0px 0px 20px;
}

li {
	list-style-type: square;
	padding-bottom: 4px;
	
}