@charset "utf-8";
/* CSS Document */
body {
background: url(images/bg.jpg) repeat-x #ffffff;
margin: 0;
font-family: "Myriad Pro", "Trebuchet MS", Verdana;
font-size: 12px;
color: #515151;
}
#container {
width: 972px;
margin: 0px auto;
}
	#container #navigation {
	float: left;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: lighter;
	padding: 45px 0 0 130px;
	}
		a {
		color: #FFFFFF;
		text-decoration: none;
		}
	#container #search {
	float: left;
	padding: 60px 0 0 15px;
	}
		.search {
		width: 217px;
		height: 20px;
		background: url(images/search.jpg) no-repeat;
		border: none;
		font-family: "Myriad Pro", "Trebuchet MS", Verdana;
		font-size: 12px;
		color: #b7b7b7;
		font-weight: bold;
		font-style: italic;
		padding: 2px 0 0 5px;
		}
		.clear {
		clear: both;
		}
	#container #left {
	width: 470px;
	float: left;
	margin-top: 15px;
	}
		#container #left #logo {
		width: 470px;
		height: 363px;
		background: url(images/logo.png) no-repeat;
		margin: 0;
		padding: 0;
		}
		#container #left #news {
		float: left;
		width: 195px;
		}
			#container #left #news h1 {
			padding: 0;
			margin: 0 0 8px 0;
			background: url(images/news.jpg) no-repeat right;
			font-size: 32px;
			font-weight: normal;
			width: 120px;
			}
		#container #left #blog {
		float: left;
		width: 195px;
		}
			#container #left #blog h1 {
			padding: 0;
			margin: 0 0 8px 0;
			background: url(images/blog.jpg) no-repeat right;
			font-size: 32px;
			width: 100px;
			font-weight: normal;
			}
			#container #left .date {
			padding-left: 10px;
			}
			#container #left .blue {
			color: #086cc1;
			}
			#container #left a {
			color: #086cc1;
			text-decoration: none;
			}
			#container #left a:hover {
			color: #086cc1;
			text-decoration: underline;
			}
	#container #right {
	float: left;
	width: 460px;
	font-size: 14px;
	}
		#container #right h1 {
		font-size: 31px;
		font-weight: bold;
		margin: 15px 0 0 0;
		}
		#container #right .box {
		float: left;
		width: 170px;
		font-size: 12px;
		margin-right: 55px;
		}
			#container #right .box img {
			float: left;
			}
			#container #right .box .text {
			float: right;
			padding-top: 30px;
			}
		#container #right .blue {
		font-size: 18px;
		color: #086cc1;
		font-weight: bold;
		}
		#container #right .media {
		width: 450px;
		background: url(images/media.jpg) no-repeat left top;
		padding: 20px 0 0 120px;
		}
			#container #right .media .bigblue {
			font-size: 34px;
			color: #086cc1;
			}
			#container #right .media a {
			color: #086cc1;
			text-decoration: none;
			}
		#container #right .newsletter {
		margin: 10px 0 10px 0;
		}
		.footerclear {
		clear: both;
		height: 50px;
		}


#footer {
width: 100%;
height: 139px;
background: url(images/footer.jpg) repeat-x;
padding: 0;
}
	#footer #tent {
	width: 972px;
	margin: 0px auto;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 0 0 0;
	}
		#footer #links {
		padding: 30px 0 0 20px;
		font-size: 14px;
		color: #FFFFFF;
		width: 972px;
		margin: 0px auto;
		line-height: 24px;
		}
			#footer #links a {
			color: #b7b7b7;
			text-decoration: none;
			}