/**************************
 ***** Document Style *****
 **************************/

	body {
		text-align: center;
		margin: 0px 0px 0px 0px;
		background: url(../images/css/bg.gif) repeat-x;
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
	img {
		border: 0px;
	}
	
	img.imageLink {
		margin-bottom: -2px;
	}
	
	a:hover img.imageLink {
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
	}
	
	ul {
		list-style-image: url(../images/bullet.png);
	}

/***********************
 ***** Font Styles *****
 ***********************/

	.title {
		font-size: 14px;
		font-weight: bold;
	}
	
	a, a:active, a:visited {
		text-decoration: none;
		color: #000000;
	}
	
	a:hover {
		text-decoration: underline;
	}

/************************
 ***** Table Styles *****
 ************************/

	table {
		padding: 10px;
	}
	
	table td.heading {
		font-weight: bold;
		vertical-align: top;
		padding-right: 30px;
		padding-bottom: 20px;
	}

/**********************
 ****** Main Divs *****
 **********************/

	div {
		text-align: left;
	}

	div.wrapper { 
		width: 800px;
		height: 100%;
		float: center;
		margin: 0px auto;
	}

	/**********
	 * Header *
	 **********/
	
	div.header {
		height: 80px;
		width: 760px;
		position: fixed;
		top: 0px;
		margin: 0px 20px 0px 20px;
	}

		div.header div.border_left {
			background: url(../images/css/header_border_left.png) no-repeat;
			width: 20px;
			height: 100%;
			margin-left: -20px;
			float: left;
		}
	
		div.header div.content {
			background: transparent url(../images/css/header_bg.png) repeat-x;
			height: 100%;
			width: 100%;
			float: left;
		}
	
		div.header div.border_right {
			background: url(../images/css/header_border_right.png) no-repeat;
			width: 20px;
			height: 100%;
			float: right;
			margin-right: -20px;
		}
		
		div.header div.logo {
			background: url(../images/css/logo.png) no-repeat;
			width: 318px;
			height: 50px;
			cursor: pointer;
		}
	
	/**********
	 * "Body" *
	 **********/
	
	div.body {
		margin-bottom: 50px;
		width: 760px;
		padding: 20px;
		padding-top: 110px;
	}

		div.body div.content {
			background: #476bb3 url(../images/css/helicopter_bg.png) no-repeat fixed center center;
			margin: 0px -20px 0px -20px;
			padding-left: 20px;
			padding-right: 20px;
			border-left: 2px solid #122a5a;
			border-right: 2px solid #122a5a;
			overflow: auto;
			height: 80%;
			line-height: 18px;
			text-align: justify;
		}

		div.body div.top_left {
			background: url(../images/css/corner_top_left.png) no-repeat;
			width: 20px;
			height: 20px;
			margin-left: -20px;
			margin-top: -20px;
			float: left;
		}
	
		div.body div.top_right {
			background: url(../images/css/corner_top_right.png) no-repeat;
			width: 20px;
			height: 20px;
			margin-right: -20px;
			margin-top: -20px;
			float: right;
		}

		div.body div.bottom_left {
			background: url(../images/css/corner_bottom_left.png) no-repeat;
			width: 20px;
			height: 20px;
			margin-left: -20px;
			float: left;
		}

		div.body div.bottom_right {
			background: url(../images/css/corner_bottom_right.png) no-repeat;
			width: 20px;
			height: 20px;
			margin-right: -20px;
			float: right;
		}
	
		div.body div.span_top {
			background: url(../images/css/span_top.png) repeat-x;
			float: left;
			width: 760px;
			height: 20px;
			margin-top: -20px;
		}
	
		div.body div.span_bottom {
			background: url(../images/css/span_bottom.png) repeat-x;
			float: left;
			width: 760px;
			height: 20px;
			margin-bottom: -20px;
		}
	
	/**********
	 * Footer *
	 **********/
	
	div.footer {
		position: fixed;
		width: 760px;
		height: 20px;
		bottom: 0px;
		margin: 0px 20px 0px 20px;
	}
	
		div.footer div.border_left {
			background: url(../images/css/corner_top_left.png) no-repeat;
			width: 20px;
			height: 100%;
			margin-left: -20px;
			float: left;
		}
	
		div.footer div.content {
			background: transparent url(../images/css/span_top.png) repeat-x;
			height: 100%;
			width: 100%;
			float: left;
			text-align: center;
			font-size: 8pt;
			padding-top: 3px;
		}
	
		div.footer div.border_right {
			background: url(../images/css/corner_top_right.png) no-repeat;
			width: 20px;
			height: 100%;
			float: right;
			margin-right: -20px;
		}
		
/**********************
 ***** Nav Styles *****
 **********************/

	/* The entire menu */
	div.nav {
		width: 100%;
		position: relative;
		top: 6px;
		display: table;
		text-align: center;
	}
	
	/* The Items */
	div.nav span {
		display: table-cell;
		padding: 2px 6px 2px 6px;
		background: url(../images/css/nav.png) repeat-x;
		border: 1px solid #6a6a6a;
		cursor: default;
	}
	
	div.nav span:hover {
		background: url(../images/css/nav_hover.png);
	}
	
	/* The Sub-Items */
	div.nav span div {
		background: #f6f6f6;
		display: none;
		position: absolute;
		margin-left: -6px;
		margin-top: 0px;
		min-width: 170px;
		border: 1px solid #6a6a6a;
	}
	
	/* The Clickables */
	div.nav span div li {
		position: relative;
		padding: 2px 6px;
		list-style: none;
		border-top:1px solid #bcbcbc;
	}
	
	div.nav span div li a {
		display: block;
		text-decoration: none;
		color: #000000;
	}
	
	/* The header links */
	div.nav span a {
		display: block;
		text-decoration: none;
		color: #000000;
	}
	
	div.nav span div li:hover {
		background: #c1e0ff;
	}

/********************************
 ***** For the Floating Div *****
 ********************************/
.floatingDivBG {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%; 
	background: #cccccc; 
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.floatingDiv {
	display: none;
	position: absolute;
	top: 37.5%;
	left: 37.5%;

	background: #ffffff url(../images/css/popup_body.png) repeat-x;
}

.floatingDivTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:17px;
	color: #000000;
	font-weight: bold;
	background: silver url(../images/css/popup_title.png);
	font-size: 14px;
}

.floatingDivContentLoading {
	height: 100px;
	background: url(../images/css/loader.gif) no-repeat scroll center center;
}
