/* CSS Document */

body{
	background:url(img/camo_pattern.jpg) top repeat-x #FFFFFF;	
	padding-top:85px;
	margin:0;
	
}

img{border:none;}



#container{
	width:800px;
	margin:auto;


}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#103167;
	font-weight:normal;
	font-size:x-large;
	
}

#social_media_box{
	background:url(img/connect_bkg.jpg) top no-repeat #ededed;
	width:174px;
	height:88px;
	float:right;
	margin-top:30px;
	padding-top:30px;
}

#social_media_box ul{
	display:block;
	list-style:none;
	float:left;
	width:122px;
	height:88px;
	background:url(img/connect_buttons.jpg) no-repeat 0 0;
	margin:0 0 0 25px;
	padding:0;
}

#social_media_box ul li{
	width:122px;
	display:block;
	float:left;
	text-indent:-10000px;

}

#facebook{
	height:26px;
}

#twitter{
	height:31px;
}

#wikispaces{
	height:33px;
}

#social_media_box ul li a{
    display:block;
    width:100%;
    height:100%;
}

#facebook a:hover{background:url(img/connect_buttons.jpg) no-repeat -122px 0;}
#twitter a:hover{background:url(img/connect_buttons.jpg) no-repeat -122px -26px;}
#wikispaces a:hover{background:url(img/connect_buttons.jpg) no-repeat -122px -57px;}


#announcement{
	background:#163b77;
}

#announcement h1{
	color:#FFFFFF;
	font:Helvetica, Arial, sans-serif 24px bold;
	padding-left:32px;
	padding-top:6px;
	margin-left:8px;
	background:url(img/announcement_h1.png) left no-repeat;
}

#announcement p{
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding-left:10px;
}

#announcement a:link{color:#CCCCCC; text-decoration:none;}
#announcement a:hover{color:#FFFFFF; text-decoration:underline;}
#announcement a:visited{color:#CCCCCC; text-decoration:none;}
#announcement a:visited:hover{color:#FFFFFF; text-decoration:underline;}

#footer{
	width:100%;
	background:url(img/fade.png) repeat-x top;
}

#footer_container{
	width:900px;
	margin:auto;
	padding-top:15px;
}

#footer_container p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#5f5f55;
	font-weight:bold;
}

.footer_text{
	width:250px;
	float:left;
}

.clear{clear:both;}