@charset "UTF-8";
body {
	font:100%/1.5 Helvetica, Arial, sans-serif;
	background:#FFF;
	color:#42413C;
}
/* ~~ Element/tag selectors ~~ */
*, body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, dl, label {
	padding:0;
	margin:0;
}
ul, li { list-style-type:none; }
h1, h2, h3, h4, h5, h6, p { margin-top:0; }
a img { border:none; }
a:link {
	color:#42413C;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#42413C;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#CCC;
}
h1 {
	font-size:2em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#CCC;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#fd4239;
}
h3 {
	font-size:1.2em;
	line-height:1.8em;
	font-weight:bold;
}
h4 {
	font-size:.8em;
	font-weight:bold;
	border-top:#CCC 1px dotted;
	padding-top:15px;
	text-transform:uppercase;
	color:#fd4239;
}
p {
	font-size:.9em;
	padding-bottom:1.4em;
}
.quote {
	color:#CCC;
	text-align:right;
	font-style:italic;
}
strong { border-bottom:#CCC 1px dotted; }
.redtext {
	font-weight:bold;
	letter-spacing:-1px;
	color:#fd4239;
}
.greytext {
	font-weight:bold;
	letter-spacing:-1px;
	color:#CCC;
}
.greytext a:link {
	color:#CCC;
	border-bottom:none;
}
.greytext a:hover {
	color:#fd4239;
	border-bottom:none;
}
.container {
	width:960px;
	margin:0 auto;
}
.header {
	height:90px;
	background:#fd4239;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}
.header ul {
	float:right;
	color:#FFF;
	padding:5px 35px 0 0;
	margin-top:45px;
	display:inline-block;
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
}
.header li {
	float:left;
	padding-left:15px;
}
.header ul a, .header ul a:visited {
	padding-left:15px;
	text-decoration:none;
	letter-spacing:-1px;
	border-left:#FFF 1px dotted;
}
.header ul a:hover, .header ul a:active, .header ul a:focus { color:#FFF; }
#logo {
	float:left;
	background:#FFF;
	display:block;
}
/* ~~ These are the columns for the layout. ~~ */
.sidebar1 {
	float:left;
	width:179px;
	padding-bottom:10px;
	margin:30px 0;
	border-right:#CCC 1px solid;
}
.sidebar2 {
	font-size:.8em;
	float:right;
	width:185px;
	padding-right: 15px;
	padding-bottom:10px;
	margin:30px 0;
}
.sidebar2 a, .sidebar2 a:visited {
	color:#fd4239;
	border-bottom:#fd4239 1px dotted;
}
.sidebar2 a:hover, .sidebar2 a:active, .sidebar2 a:focus {
	color:#CCC;
	border-bottom:#CCC 1px dotted;
}
.content {
	padding:30px;
	width:520px;
	float:left;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { font-size:.8em; }
.bulleted li {
	list-style:outside;
	padding-bottom:15px;
}
.content dl { padding-bottom:15px; }
.content dt {
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
}
.content a, .content a:visited {
	color:#fd4239;
	border-bottom:#fd4239 1px dotted;
}
.content a:hover, .content a:active, .content a:focus {
	color:#CCC;
	border-bottom:#CCC 1px dotted;
}
/* ~~ The navigation list styles ~~ */
.nav ul { margin-bottom:15px; }
.nav .rednavtext a {
	color:#fd4239;
	padding-top:30px;
}
.nav ul a, .nav ul a:visited {
	padding:5px 4px 5px 15px;
	display:block;
	width:159px;
	border-bottom:#FFF 1px dotted;
	font-size:1.4em;
	letter-spacing:-1px;
}
.nav ul a:hover, .nav ul a:active, .nav ul a:focus {
	color:#CCC;
	border-bottom:#CCC 1px dotted;
}
/* ~~ The footer ~~ */
.footer {
	padding:15px 0;
	background:#fd4239;
	position:relative;/* this gives IE6 hasLayout to properly clear */
	clear:both;
	color:#FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}
.footer a:link, .footer a:visited { color:#FFF; }
.footer a:hover, .footer a:active, .footer a:focus { color:#42413C; }
.footernav {
	float:left;
	display:block;
	padding-top:15px;
}
.footernav a, .footernav a:visited {
	padding-left:15px;
	display:block;
	width:159px;
	text-decoration:none;
	font-size:.8em;
	border-right:#fd4239 1px dotted;
}
.footernav a:hover, .footernav a:active, .footernav a:focus { border-right:#FFF 1px dotted; }
.aside {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:#CCC 1px dotted;
}
.address {
	clear:both;
	padding:15px;
	font-style:normal;
	font-size:.8em;
	text-align:center;
}
#underlinedlink { border-bottom:#FFF 1px dotted; }
.bannerimage { padding-bottom:15px; }
.copyright {
	text-align:center;
	color:#CCC;
	margin-top:15px;
	font-size:.8em;
}
.footerlogos {
	float:left;
	height:30px;
	clear:both;
	margin:20px 15px;
}
.sponsorcontent {
	padding:30px;
	width:720px;
	float:left;
}

