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

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.container {
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
}

.header_container {
	width:900px;
	height:232px;
	background-image:url(images/bg_header.png);
	background-repeat:repeat-x;
}

.header_cap {
	background-image:url(images/header_top.png);
	background-repeat:no-repeat;
	width:900px;
	height:10px;
}

.header_title {
	width:308px;
	height:77px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}

.menu_container {
	width:700px;
	height:51px;
	float:left;
	margin-top:20px;
	padding-left:10px;
}

a.menu_element {
	font-size:22px;
	color:#000000;
	text-decoration:none;
	padding-right:20px;
}

a.menu_element:visited {
}

a.menu_element:hover {
	color:#222;
}

.header_dog {
	width:143px;
	height:192px;
	float:right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='header_dog.png', sizingMethod='scale');
}

.header_slogan {
	width:368px;
	height:14px;
	float:right;
	margin-top:10px;
	margin-left:500px;
	padding-right:10px;
}

.content_container {
	width:880px;
	background-image:url(images/bg_content_grad.png);
	background-repeat:repeat-x;
	background-color:#E8E9EA;
	padding: 10px 10px 10px 10px;
	line-height:125%;
}

.content_headline {
	font-size:36px;
	line-height:110%;
}

.content_sub_head {
	font-size:24px;
	line-height:110%;	
}

.content_intro {
	font-size:18px;
	line-height:110%;	
}

.content_body {
}

.content_welcome {
	width:100%;
	padding-top:10px;
	margin-left:0px;
}

.content_general {
	width:880px;
	float:left;
	padding-top:10px;
	margin-left:0px;
}

#content_slides {
	width:500px;
	height:200px;
	padding-top:10px;
	margin-left:350px;
}

.content_recent {
	width:50%;
	float:left;
	padding-top:10px;
}

.content_recent_full {
	width:100%;
	padding-top:10px;
}

.footer_container {
	width:900px;
	background-image:url(images/bg_grey.png);
	background-repeat:repeat;
	border-top:#EB2228 solid medium;
	font-size:14px;
}

.footer_headline{
	font-weight:bold;
}

.footer_contact {
	width:280px;
	padding: 10px 10px 10px 10px;
	float:left;
}

.footer_connect {
	width:280px;
	padding: 10px 10px 10px 10px;
	float:left;
}

.footer_copyright {
	width:280px;
	padding: 10px 10px 10px 10px;
	float:left;
}

.clear {
	clear:both;
}
