@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	font-family:Arial,Verdana;
	font-size:10pt;
	color:#fff;
	line-height:14pt;

}

a:link {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:none;
}

a:active {
	color:#3399ff;
	text-decoration:none;
}

input[type="image"] { position:relative;top:5px; }

hr {
	height:1px;
	border:0px;
	background-color:#3399ff;
	width:95%;
}

h1,h2,h3,h4,h5 {
	margin:30px 10px 0px 10px;
	font-variant:small-caps;
}
h1 {
	font-size:16pt;
	margin-top:0px;
}

h2 {
	font-size:12pt;
}

p {
	margin:10px 10px 10px 20px;
}

.post ul {
	margin-left:80px;
	margin-top:10px;
}
.post li {
	list-style:circle;
}

input {
	margin-bottom:10px;
}

select {
	margin-bottom:10px;
}

/*
 * Containers
 */

#container {
	margin:0 auto;
	width:933px;
}

#main {
	margin:0 auto;
	overflow:hidden;
	width:100%x;
	background-image:url('../images/container_bckd.png');
	background-repeat:no-repeat;
	padding:30px 40px 0px 40px;
}

#header {

}

	#leftcolumn {
		float:left;
	}
	
		#logo {
			margin-left:20px;
		}
		
	#rightcolumn {
		float:right;
	}
	
		#search {
			width:236px;
			height:24px;
			background-image:url('../images/search_bckd.jpg');
			background-repeat:no-repeat;
			padding-left:10px;
			padding-top:3px;
			margin-top:20px;
			margin-right:20px;
			float:right;
		}
		
			#search_bckd {
				width:170px;
				position:relative;
				top:-5px;
				background:url('space.jpg');
				border:none;
			}
		
		/*#search_bckd {
			background:none;
			border:none;
			position:relative;
			bottom:5px;
		}*/
		
		#nav {
			padding-top:40px;
			float:right;
			margin-right:30px;
		}
		
			#nav li {
				display:inline;
				margin-left:10px;
			}

#slideshow {
	height:400px;
	width:800px;
	overflow:hidden;
	margin:0 auto;
	margin-top:170px;
	position:relative;
	z-index:1000;
}

#buttons {
	width:800px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	z-index:2000;
	margin-bottom:30px;
}

	#buttons a {
		float:left;
		margin:10px;
	}

#welcome-content {
	background-image:url('../images/footer_repeat.png');
	background-repeat:repeat-y;
	width: 903px;
	padding:25px 60px 25px 20px;
}

	#welcome-content p, #welcome-content h1 {
		padding-left:50px;
	}

#footer {
	background-image:url('../images/footer_bckd.png');
	background-repeat:no-repeat;
	width:933px;
	height:250px;
	padding:0px 30px 10px 45px;
}

#bottom_stamp {
	width:825px;
	margin:0 auto;
	font-size:8pt;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
}

.footercolumn {
	float:left;
	width:270px;
	margin:0px 15px 0px 15px;
}

.loading {  
    margin:0 auto;  
    width:200px;   
    display:none;  
}  
.done {  
    padding-left:20px;  
    font-family:arial;  
    font-size:12px;   
    width:70%;   
    margin:20px auto;   
    display:none  
} 

.form {
	margin:20px;
}
