/* ------------------------------
CSS for frontpage
Created by James Chalmers on 2009-01-17.
Copyright (c) 2009 Dunhenry Solutions. All rights reserved.
Valid as of 2009-01-17
------------------------------ */

body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:georgia;
	color:white;
	background:#000;
	text-align:center;
}
.ff { display:block; clear:both; margin:0; padding:0; height:0px; }
.zero_opac {
-khtml-opacity:.0; -moz-opacity:.0; -ms-filter:”alpha(opacity=0)”; filter:alpha(opacity=0); opacity:.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hidden {
	visibility:hidden;
}
.shown {
	visibility:visible;
}
#preloader { display:none; }
/* ---------------------------------------------------------------------------------------------------- + Structure + */

#container {
	margin:0 auto 0 auto;
	text-align:center;
	width:877px;
	height:550px;
	background:url(images/plane.jpg) top no-repeat;
	padding:0;
}
/* Top */

/* Middle */
#content {
	margin:0 auto;
	width:434px;
	background:#000;
	padding:20px 25px 20px 25px;
	text-align:left;
	font-weight:lighter;
	position:relative;
	top:450px;
}

#content h1 {
	font-size:13px;
	color:#494949;
	font-weight:normal;
	text-align:center;
	margin:5px auto 25px auto;
}

#content a {
	text-decoration:underline;
	color:#72929f;
}

#content a:hover {
	text-decoration:none;
}

#content a.click {
	background:#2d2d2d url(images/but_click.jpg) 8px center no-repeat;
	padding:2px 22px 2px 26px;
	border:1px solid #000;
	height:14px;
	line-height:14px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin:0 auto;
}

#content a.click:hover {
	background:#424242 url(images/but_click1.jpg) 8px center no-repeat;
}

.highlightnotice {
	background:#205510;
	border:1px solid #333;
	padding:1px 2px 1px 2px;
}

p.statusbox {
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	margin:0;
	padding:0;
	-khtml-opacity:.65; -moz-opacity:.65; -ms-filter:”alpha(opacity=65)”; filter:alpha(opacity=65); opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	background:#000 url(images/ajax-loader.gif) center center no-repeat;
}
*html p.statusbox {
	display:none;
}

.nav_do { width:110px; background:url(images/nav_do.jpg); }
.nav_do1 { width:110px; background:url(images/nav_do1.jpg); }
.nav_done { width:136px; background:url(images/nav_done.jpg); }
.nav_done1 { width:136px; background:url(images/nav_done1.jpg); }
.nav_how { width:138px; background:url(images/nav_how.jpg); }
.nav_how1 { width:138px; background:url(images/nav_how1.jpg); }
.nav_quote { width:148px; background:url(images/nav_quote.jpg); }
.nav_quote1 { width:148px; background:url(images/nav_quote1.jpg); }
/* Footer */
