form {
	margin: 0
}
h2 {
	color: #663;
	font-size: 18pt;
	font-family: Georgia, "New York", Times, serif;
	font-weight: 500;
	margin-top: 0;
	text-shadow: 0px 0px 4px #CBCB98
}
h3 {
	color: #7e7e4b;
	font-size: 14pt;
	font-style: oblique;
	font-weight: 400
}
.ablock {
	display: block
}
.border-b {
	border-bottom: 1px solid #b3b399
}
.border-bl {
	border-bottom: 1px solid #b3b399;
	border-left: 1px solid #b3b399
}
.border-l {
	border-left: 1px solid #b3b399
}
.clear {
	clear: both
}
.floatright {
	float: right
}
body {
 	background: #fffdd9 url("../images/globe.jpg") no-repeat 35% 50px;
 	color: #000;
 	margin: 0;
 	padding: 0;
}
a {
	color: #333399
}
a:visited {
	color: #5c5cc2
}
a:active {
	color: #e47c29
}
a:hover {
	color: #933
}
.homeboxtop {
	font-size: 10px;
	background-image: url("../images/box_t.gif");
	background-repeat: repeat-x;
	background-position: 0 7px
}
.introtext {
	font-size: 10pt;
	font-family: Georgia, "New York", Times, "Times New Roman", serif;
	line-height: 1.5;
	text-align: justify;
}
.leftbottomspace {
	margin-bottom: 15px;
	margin-left: 15px
}
.leftspace {
	margin-left: 15px
}
.nomargin {
	margin: 0
}
.rightspace {
	margin-right: 15px
}
.sansserif10 {
	font-size: 8pt;
	font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif
}
.sansserif12 {
	font-size: 10pt;
	font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif
}
.serif12 {
	font-size: 10pt;
	font-family: Georgia, "New York", Times, "Times New Roman", serif
}
.serif16 {
	font-size: 16pt;
	font-family: Georgia, "New York", Times, "Times New Roman", serif
}
.subhead {
	color: #9b9b68;
	font-size: smaller;
	font-style: oblique;
	font-weight: lighter;
	margin-left: 20px
}
.newstable {
	color: #fff;
	font-size: 10pt;
	font-family: Georgia, "New York", Times, serif;
	background-color: #e47c29;
	background-image: url("../images/news-table-bg.gif");
	background-repeat: repeat-y
}
#home_photos {
	float: right;
	width: 400px;
	height: 410px;
	text-align: right;
	margin-left: 1em;
	position: relative;
}
#home_photos img {
	position: absolute;
	right: 0;
	top: 0;
}
#photo1,
#photo2,
#photo3 {
	opacity: 0;
	filter: alpha(opacity=0);
}
#home_photos img.nojs {
	opacity: 1;
	filter: alpha(opacity=100);
}
img#photo2 {
	right: 80px;
	top: 135px;
}
img#photo3 {
	right: 20px;
	top: 260px;
}

/* css menu */
#logo-header {
	background: url(../images/landseaair.jpg) no-repeat 100% 0;
	padding-left: 10px;
}
#nav {
	margin: 0;
	padding: 0;
	background: #f17c1e;
	height: 30px;
}
#nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px;
	background:  url(../images/nav-bg.png);
	overflow: visible;
}
#nav li a {
	float: left;
	text-indent: -9999px;
	background-image: url(../images/menu-sprites.gif);
	width: 80px;
	height: 30px;
}
#nav li.home a {
	width: 60px;
}
#nav li.serv a {
	background-position: -60px 0;
	width: 70px;
}
#nav li.facil a {
	background-position: -130px 0;
}
#nav li.resources a {
	background-position: -210px 0;
}
#nav li.careers a {
	background-position: -290px 0;
}
#nav li.about a {
	background-position: -370px 0;
}
#nav li.email-login {
	padding: 0;
}
#nav li.email-login a {
	background-image: url(../images/menustrip_end.gif);
	width: 20px;
}
#nav li:hover a,
#nav li.over a {
	background-position-y: -30px;	
}
#nav ul {
	display: none;
	width: 200px;
}
#nav li:hover ul,
#nav li.over ul {
	display: block;
	position: absolute;
	left: 10px;
	top: 25px;
	background: #993333;
	margin: 0;
	padding: 5px 0 ;
	list-style: none;
	z-index: 100;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
.frame #nav li:hover ul {
	display: none;
}
#nav li li {
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
#nav li li a {
	background: none;
	float: none;
	display: block;
	color: #fff;
	text-indent: 0;
	padding: 5px 12px;
	text-decoration: none;
	height: 1em;
	width: auto !important;
}
#nav li li a:hover {
	color: #22379b;
	background: #ffde24 url(../images/menu-over-bg.gif) no-repeat;
}


/* main body */
#maintext {
	padding: 20px;
}

/* contact */
#cForm {
	position: absolute;
	top: 130px;
	left: 400px;
}
.col2_l,.col2_r {
	float: left;
	width: 50%;
}
dt {
	font-weight: bold;
}