@charset "utf-8";
/*-------------basic styling---------------*/
* {
	margin: 0px;
	padding: 0px;
}
	body{
	background-color:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color: #49493f;
	height: 900px;
	}
	#clear {
	clear: both;
	}
		/*-------------------------------- header styling -----------------------------------------------------*/
	#header{
	position:relative;
	background-image: url(../images/flagbanner800.jpg);
	background-repeat:no-repeat;
	height:215px;
	width: 800px;
}
	#header ul{
		margin:0;
		padding:0;
		position:absolute;
		left:0;
		bottom:0;
		width:800px;
		list-style:none;
		background:url(../images/navgraphic.gif) repeat-x top left;
		}
	#header ul li{
		float:left;
		}
	#header ul a{
		padding:0 1em;
		line-height:2em;
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}
	#header ul a.first{
		background:none;
		}
	#header ul a:hover{
		color:#669900;
		}
	#header li.down{
		padding:0 15px;
		line-height:2em;
		text-decoration:none;
		font-size:14px;
		color:#669900;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}

    /*--------------------------------------------------------- banner styling ---------------------------------------------------------*/
	
	#banner{
		width:800px;
		height:195px;
		background: url(../images/rooftop.jpg) no-repeat top left;
		}
	/*--------------------------------------------------------- content styling --------------------------------------------------------*/
	#titanreport{
		width:800px;
		height:30px;
		float:left;
		color:#FFFFFF;
		text-align:center;
		}
	
	#mission{
		height:100px;
		width:300px;
		margin-top:.5em;
		margin-left:10px;
		padding: 0 5px;
		float:left;
		border:thin #FFFFFF inset;
		}
	
	#mission h2{
		text-align:center;
		color:#FFFFFF;
		}
	
	#mission p{
		color:#FFFFFF;
		font-size:12px;
		padding:2px;
		text-align:justify;
		}
		
	#missionpic{
		float:right;
		width:400px;
		height:100px;
		margin-right:10px;
		margin-top:0.5em;
		text-align:center;
		color:#FFFFFF;
		}
		
	#headline{
		width:800px;
		float:left;
		margin-top:0.5em;
		height:30px;
		text-align:center;
		color:#FFFFFF;
		}
	#headline1{
		width:253px;
		margin-left:10px;
		height:15px;
		float:left;
		text-align:center;
		color:#FFFFFF;
		margin-top:1em;
		}
	#headline2{
		width:253px;
		margin-left:10px;
		height:15px;
		float:left;
		text-align:center;
		color:#FFFFFF;
		margin-top:1em;
		}
	#headline3{
		width:253px;
		margin-left:10px;
		height:15px;
		float:left;
		text-align:center;
		color:#FFFFFF;
		margin-top:1em;
		}

   
/*------------------------------------------------------------------ column styling ----------------------------------------------------------*/

	#column1{
		width:253px;
		float:left;
		margin-left:10px;
		margin-top:10px;
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		color:#FFFFFF;
		}
	#column1 h1{
		font-size:12px;
		color:#FFFFFF;
		}
	#column1 h2{
		font-size:10px;
		color:#FFFFFF;
		}
	#column1 a{
		text-decoration:none;
		color:#FFFFFF;
		}
	#column1 a:hover{
		color:#669900;
		}
	#column2{
		width:253px;
		float:left;
		margin-left:10px;
		margin-top:10px;
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		color:#FFFFFF;
		}
	#column2 h1{
		font-size:12px;
		color:#FFFFFF;
		}
	#column2 h2{
		font-size:10px;
		color:#FFFFFF;
		}
	#column2 a{
		text-decoration:none;
		color:#FFFFFF;
		}
	#column2 a:hover{
		color:#669900;
		}
	#column3{
		width:253px;
		height:20px;
		float:left;
		margin-left:10px;
		margin-top:10px;
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		color:#FFFFFF;
		}
	#column3 h1{
		font-size:12px;
		color:#FFFFFF;
		}
	#column3 h2{
		font-size:10px;
		color:#FFFFFF;
		}
	#column3 a{
		text-decoration:none;
		color:#FFFFFF;
		}
	#column3 a:hover{
		color:#669900;
		}
		
		/*--------------------------------------------------------- footer styling ------------------------------------------------------------*/	
		
	#footer{
		width:800px;
		height:40px;
		float:left;
		text-align:center;
		background:#000000;
		margin-top:10px;
		}