@charset "utf-8";
/* CSS Document */
body {
	margin: 10px auto;
	width: 756px;
	font-family: Arial, Helvetica, sans-serif;
}
#top {
	background-image: url(images/bar-top.gif);
	background-repeat: no-repeat;
	width: 756px;
	height: 36px;
}

#middle-bg {
	background-image: url(images/bar-side-repeat.gif);
	width: 724px;
	padding: 0 16px 0 16px;
}
#middle-content {
	background-color: #FFFFFF;
	width: 724px;
}
#bottom {
	background-image: url(images/bar-bottom.gif);
	background-repeat: no-repeat;
	width: 756px;
	height: 36px;
}


/* ---------- Link Styles ---------- */

a {
	color: #ED4522;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------- */



#logo {
	float: left;
	width: 242px;
	margin: 0 34px 0 0;
	padding: 0 0 20px 30px;
}

/* ---------- Nav Styles ---------- */
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0 0 0 28px;
	font-size: 80%;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-transform: uppercase;
}
#nav li#first {
	margin: 0;
}
#nav li.on {
	background-color: #ED4522;
	color: #FFFFFF;
}



/* ---------- Content Styles ---------- */

.content-row {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	width: 669px;
	margin: 0 20px 0 35px;
	padding: 0;
}
.content-left {
	float: left;
	width: 250px;
	padding: 15px 0 0 0;
}
.content-right {
	float: left;
	width: 398px;
	margin: 0 0 0 21px;
	padding: 0;
}
.left-feature {
	float: left;
	padding: 0 25px 15px 0;
	font-size: 70%;
}
.left-feature img {
	margin: 0 0 4px 0;
}
.content-right h1 {
	color: #ED4522;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
.content-right h2 {
	color: #ED4522;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
.content-right h3 {
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
.content-right p {
	color: #000000;
	font-size: 75%;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.content-right p.leader {
	color: #000000;
	font-size: 80%;
	line-height: 1.5em;
	margin: 0 0 25px 0;
}

img {
	border: 0;
}
.clear-float {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/*
	border: 1px solid #FF0000;
*/

