/* general page setup */
*, html * {
	margin:0px; padding:0px;
}
html {
	height:100.01%;	
}
body {
	min-height:100%;  
	font-size:100.01%; 
	font-family:Verdana,Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}
/* common settings */
a {
	text-decoration:none;
}
a img {
	border:0;
}
.r_align {
	text-align:right;
}
.clr {
	height:0px;
	overflow:hidden;
	clear:both;
}
.std_ul {
	margin-left:32px;
}
.noshow {
	display:none;
}
.subs {
	font-size:0.8em;
}
.bolden {
	font-weight:bold;
}
.uline {
	text-decoration:underline;
}
.ucase {
	text-transform:uppercase;
}
.lcase {
	text-transform:lowercase;
}
#reset {
	display:block;
	position:absolute;
	top:1em;
	left:1em;
	font-size:0.8em;
	background-color:#FF0000;
}
#reset a {
	color:#FFFFFF;
}
/* content wrapper */
#wrap {
	width:884px;
	text-align:left;
	border:1px solid #FFFFFF;
	border-top-width:24px;
	margin:auto;
}
/* header elements */
#header {
	height:111px;
	margin-bottom:16px;
}
#head1 {
	width:113px;
	height:105px;
	padding-top:6px;
	line-height:1.4em;
	background-color:#005595;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
}
#head1 span {
	display:block;
	margin-bottom:4px;
}
#head1 a {
	color:#005595;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	font-size:0.7em;
	display:block;
	background-image:url(images/click-here.gif);
}
#banner {
	text-align:center;
	width:621px;
	height:111px;
	background-image:url(images/banner-bg.jpg);
	float:left;
	margin-left:18px;
	font-size:1em;
	color:#FFFFFF;
}
#banner span {
	margin:6px 0 56px 0;
	line-height:1.6em;
	display:block;
	width:621px;
	text-transform:uppercase;
	font-size:1.1em;
}
#flashbanner {
	margin:16px 0 0 0;
}

#head2 {
	width:113px;
	height:111px;
	color:#FEC423;
	background-color:#005595;
	float:right;
}
#head2 img.logo {
	width:113px;
	height:45px;
	display:block;
	margin-bottom:4px;
}
#head2 span {
	display:block;
	background:transparent url(images/phone.gif) 0 2px no-repeat;
	font-size:1.15em;
	font-weight:bold;
	text-indent:30px;
	margin-left:12px;
	line-height:1.4em;
	
}
/* skyscrapers and what's in them */
#sky1 {
	height:524px;
	width:148px;
	float:left;
}
#find_more {
	background-color:#FEC423;
	height:106px;
	padding-top:17px;
	text-align:center;
	margin-top:18px;
}
#find_more a {
	display:block;
	height:22px;
	line-height:22px;
	margin-top:12px;
	color:#005595;
	font-size:0.7em;
	font-weight:bold;
	background:transparent url(images/find-more-bg.gif) center center no-repeat;	
}
#fleet_guide {
	border:1px solid #005595;
	width:146px;
	height:525px;
}
#fleet_guide img.guide {
	width:140px;
	height:161px;
}
#fleet_guide span {
	display:block;
	margin-left:14px;
	text-align:center;
}
#fleet_guide span.free {
	margin:10px 0 0 0;
	background:transparent url(images/free-bg.gif) center center no-repeat;	
	height:75px;
	line-height:75px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:2em;
}
#fleet_guide span.intro {
	font-size:1.6em;
	text-align:left;
}
#fleet_guide a.download {
	display:block;
	height:28px;
	margin-top:16px;
	line-height:28px;
	background:transparent url(images/download.gif) center center no-repeat;	
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
}
#fleet_guide span.outro {
	margin:16px 0 0 0;
	line-height:1.4em;
	padding:0 12px 0 12px;
}
#sky2 {
	height:668px;
	width:148px;
	float:right;
	background-color:#00AEEF;
	text-align:center;
}
#sky2 span.box_head1 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:1.6em;
	display:block;
	margin-top:20px;
	font-weight:bold;
}
#sky2 span.box_head2 {
	background:transparent url(images/box-head2-bg.gif) center center no-repeat;
	color:#005595;
	text-transform:uppercase;
	font-size:1.1em;
	display:block;
	height:24px;
	line-height:24px;
	margin-top:4px;
}
#sky2 ul {
	color:#FFFFFF;
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
	padding:0 8px 0 8px;
	margin-top:6px;
}
#sky2 ul li {
	padding-top:2px;
	padding-bottom:8px;
	background:transparent url(images/white-bullet.gif) bottom center no-repeat;
	float:left;
	width:132px;
}
#reginfo {
	color:#939598;
	font-size:0.7em;
	text-align:center;
	border-bottom:16px solid #FFFFFF;
}
.form_error {
	background-color:#FEC423;
	color:#FF0000;
}
