/* General */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../../images/style/bg.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	background-image: url('../../images/style/body_bg.jpg');
	background-repeat: repeat-y;
	background-position: center -2px;
	position: relative;
	left: 50%;
	top: 0%;
	margin-left: -350.5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 701px;
	height: auto;
}

.clearBoth { clear: both; }

.textBlueLarge {
	font-size: 18px;
	color: #0066FF;
}

.textBlackSmall {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

.textRedSmall {
	font-size: 14px;
	color: #FF3300;
}


/* Header */

.header {
	background-color: #f2f2f2;
	width: 701px;
	height: 101px;
}

.logo {
	width: 256px;
	height: auto;
}

.headerPhone {
	position: absolute;
	right: 13px;
	top: 80px;
	font-size: 18px;
	text-align: right;
	width: 350px;
	height: auto;
}


/* Sky */

.sky {
	background-image: url('../../images/style/sky_bg.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 259px;
}

.skyScroller {
	position: relative;
	top: 236px;
	padding-left: 10px;
	padding-right: 10px;
}


/* Navigation */

.navBoxPlacer {
	width: 200px;
	float: left;
}

.nav {
	margin-bottom: 25px;
	width: 200px;
	height: auto;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.navHeader, .boxHeader {
	background-image: url('../../images/style/header_bg.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	width: 190px;
	height: 23px;
}

.navHeader a {
	text-decoration: none;
	color: #FFFFFF;
}

.navHeader a:hover {
	text-decoration: underline;
}

.navLink a {
	background-image: url('../../images/style/nav_link_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 23px;
	color: #FFFFFF;
}

.navLink a:hover {
	background-position: 0% 100%;
	color: #3A3A3A;
}


/* Box1 */

.box1 {
	margin-bottom: 20px;
	width: 200px;
	height: auto;
}

.boxHeader {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxContent {
	padding: 4px;
	color: #000000;
} 


/* Content */

.main {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 470px;
	float: left;
}

.redPlane {
	background-image: url('../../images/style/red_plane.jpg');
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	padding-right: 5px;
	width: 44px;
	height: 18px;
	float: left;
}

.bodyHeader {
	font-size: 20px;
	color: #294280;
}

.bodyContent {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
}

.imgLeft {
	float: left;
	padding: 6px;
}

.imgRight {
	float: right;
	padding: 6px;
}


/* Footer */

.footer {
	background-image: url('../../images/style/body_bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: relative;
	left: 50%;
	margin-left: -350.5px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	width: 701px;
	font-size: 12px;
	clear: both;
}

.copyright {
	float: right;
	text-align: right;
	padding-right: 5px;
	width: 345px;
}

.bottomNav {
	width: 345px;
	padding-left: 5px;
}

.bottomNav a {
	color: #000000;
}