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

/* Reset browser defaults */
@import url('reset.css');
@import url('layout.css');

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3C3C3;
	border-left-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 69%;
}

#header {
	height: 90px;
	float: left;
	clear: both;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat;
}
#branding .logo a img {
	float: left;
	margin-left: 10px;
	width: 220px;
}
#branding .nav {
	float: right;
	width: 300px;
	margin-right: 10px;
}

#banner {
	clear: both;
	float: left;
	width: 960px;
}
.banner-home {
	width: 960px;
	float: left;
	clear: both;
}
#content, #bottom-bar {
	padding-top: 20px;
	float: left;
	width: 960px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;	
	clear: both;
}
#content {
	background-color: #FFF;
	background-image: url(images/bg-content1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.content p {
	font-size: 12px;
	line-height: 14px;
	color: #515151;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.content p img {
	border: 1px solid #C3C3C3;
}
.content p img.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content ul li {
	font-size: 12px;
	line-height: 14px;
	color: #515151;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: disc;
	margin-left: 30px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #515151;
	line-height: 24px;
	margin-bottom: 20px;
}


#bottom-bar {
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #BCBCBC;
}

#footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #515151;
}
#footer a, #footer a:hover {
	color: #515151;
	text-decoration: none;
}
.aligncenter {
	text-align: center;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	display: block;
}
#content p.leader {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
