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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #093162;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	
	
	width: 776px;
	background-image: url('images/body-background.jpg');
	background-repeat: repeat-y;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 16px;
}
#header {
	width: 776px;
	height: 275px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

#left {
	float: left;
	width: 585px;
	padding-top:10px;

}

#right {
	float:right;
	clear:right;
	width:168px;
	padding-top:10px;
	padding-left: 10px;
	
}
#main_footer {
	float: left;
	clear: both;
	width: 776px;
	height: 96px;
	background-image: url('images/body-footer.jpg');
	background-repeat: no-repeat;
}

#footer {
	height:40px;
	width: 776px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 20px;
	margin-top: 20px;
}

#footer p {
	font-size:11px;
	padding-top: 8px;
}

#clear	{
	clear:both;
}

h1 {
	color: #093264;
	font-size:16px;
	margin-top:0;
}

#right h1 {
margin-left:50px;
}

h2 {
	color: #4a4a49;
	font-size:14px;
}

p {
	color: #4a4a49;
	font-size:11px;
}

a {
	color:#0085dc;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#story
		{
			width: 570px;
			float: left;
			margin-left:15px;
			padding-top: 10px;
		}

#story_image
		{
			width: 173px;
			height: 93px;
			float: left;
			clear: left;
			overflow: hidden;
		}
		
#story_summary
		{
			width: 355px;
			float: left;
			clear: right;
			padding-left: 10px;
		}
		
#story_body
		{
			width: 355px;
			float: left;
			clear: left;
			margin-left: 173px;
			padding-left: 10px;
		}
		
#feature
		{
			width: 154px;
			height: 72px;
			margin: 0;
			padding: 0;
			float:left;
			clear: both;
			border: #cccccc solid 1px;
			margin-bottom: 10px;
		}
		
#switcher
		{
			width: 146px;
			height: 64px;
			margin: 0;
			padding: 4px;
			float:left;
			clear: both;
			border: #cccccc solid 1px;	
			background-color:#FFFFFF;
		}
		
#feature p
		{
			margin-left:50px;
			margin-top:15px;
			margin-right:5px;
			font-size:12px;
		}
		
#switcher p
		{
			margin: 2px;
			font-size:12px;
			text-align: center;
		}


.feature1
		{
			background-image: url('images/featurebar1.jpg');
			background-repeat: no-repeat;
		}
		
.feature2
		{
			background-image: url('images/featurebar2.jpg');
			background-repeat: no-repeat;
		}
		
.feature3
		{
			background-image: url('images/featurebar3.jpg');
			background-repeat: no-repeat;
		}
		
.feature4
		{
			background-image: url('images/featurebar4.jpg');
			background-repeat: no-repeat;
		}
		
.feature5
		{
			background-image: url('images/featurebar5.jpg');
			background-repeat: no-repeat;
		}
		
.feature6
		{
			background-image: none;
			margin: 0px;
			
		}