/* CSS Document */
/*----- NORMALIZE -----*/
html {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

body, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul dl, li, dt, dd {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

a:link, a:visited {
	color:#e2e2e2;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	color:#e2e2e2;
	font-weight:bold;
	}
/*----- MAIN DIVS -----*/
#bg {
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	}

#container	{
	padding: 0px;
	width:722px;
	margin: 0px auto;
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#header 	{
	padding: 0px;
	margin: 0px;
	width:722px;
	height:100px;
	}

#content {
	width:722px;
	margin:0px;
	background-image:url(../images/right_shadow.png);
	behavior: url(css/iepngfix.htc);
	}

#footer {
	text-align:center;
	width:722px;
	padding:0px;
	margin:0px;
	}
	
#footer p {
	text-align:center;
	font-size:.9em;
	color:#e2e2e2;
	}
	
/*----- INTERNAL DIVS -----*/
	
#leftborder {
	width:11px;
	height:1px;
	float:left;
	}

#homecontent {
	width:700px;
	float:left;
	}
	


#homeflash {
	width:700px;
	height:294px;
	margin:0px;
	padding:0px;
	}

	
#maincontent {
	width:500px;
	float:left;
	
	}
	
#maincontent_bg {
	padding:0px;
	margin:0px;
	width:700px;
	float:left;
	background-image:url(../images/mainpage_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	}
	
#mainpic {
	width:500px;
	height:150px;
	margin:0px;
	padding:0px;
	}

#inner_content {
	width:500px;
	background-image:url(../images/mainpages_content_bg.jpg);
	background-repeat: no-repeat;
	background-color: #5c6174;
	background-position: left top;
}

#sidebar {
	width:200px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/mainpages_rightcol_bg.jpg);
	}
	
#hometop {
	width:700px;
	background-image:url(../images/homepage_plane.jpg);
	background-position: left top;
	margin:0px;
	padding:0px;
	}

#homebot {
	width:700px;
	background-image:url(../images/homepage_botcolumn.jpg);
	background-position: left top;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	}

#rightborder {
	width:11px;
	float:left;
	height:1px;
	}

#clearer {
	clear:both;
	width:722px;
	height:13px;
	}

#botborder {
	width:722px;
	height:9px;
	background-image:url(../images/bottom_shadow.png);
	behavior: url(css/iepngfix.htc);
	background-position: left top;
	}
	
/*----- TEXT FORMATTING -----*/
p {
	padding: 8px 40px 2px 35px;
	}
h1 {
	font-size:1.4em;
	font-weight:bold;
	padding: 15px 40px 2px 35px;
	}
	
.callouts {
	width:162px;
	height:117px;
	display:inline;
	font-size:.9em;
	float:left;
	padding: 10px 0px 10px 10px;
	}
	
.sidebar_content {
	width:150px;
	font-size:.9em;
	line-height: 1.2em;
	padding: 15px 0px 0px 10px;
	margin: 10px 0px 0px 15px;
	
	}
	
.callout_header {
	
	}
	
/* FORMS */
.input {
	width:250px;
	height:19px;
	border:1px solid #999999;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:4px;
	}

textarea {
	width:350px;
	height:100px;
	border:1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px;
	color:#333333;
	}
	
.submit {
	width:150px;
	height:30px;
	}





