body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/woodBackground.jpg);
	font-size: 100%;
}
#wrapper {
	text-align: left;
	width: 896px;
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper2 {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background-color: #fff;
	margin: 0px;
	padding: 1px;
	height: 200px;
	background-image: url(images/logo.jpg);
	background-position: 14px;
	background-repeat: no-repeat;
}
#header p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 1.6em;
	padding-left: 485px;
    padding-right: 0px;
	padding-top: 50px;
}
#navbar {
	margin: 0 auto;
	padding: 0px;
	height: 36px;
	background-image: url(images/navBar.png);
}
#navigation {
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	height: 36px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	float: left;
	text-indent: -9999px;
}
#navigation a { /* or #navigation ul li a */
	text-decoration: none;
	display: block;
	background-image: url(images/navBar.png);
	height: 36px;
	width: 0px;
}
#navigation #home a {
	width: 98px;
	background-position: -34px 0px;
	margin-left: 34px;
	margin-right: 4px;
}
#navigation #about a {
	width: 120px;
	background-position: -140px 0px;
	margin-left: 4px;
	margin-right: 4px;
}
#navigation #faq a {
	width: 78px;
	background-position: -268px 0px;
	margin-left: 4px;
	margin-right: 4px;
}
#navigation #resources a {
	width: 129px;
	background-position: -354px 0px;
	margin-left: 4px;
	margin-right: 4px;
}
#navigation #help a {
	width: 153px;
	background-position: -491px 0px;
	margin-left: 4px;
	margin-right: 4px;
}
#navigation #partners a {
	width: 117px;
	background-position: -652px 0px;
	margin-left: -10px;
	margin-right: 0px;
}
#navigation #home a:hover {
	background-position: -34px -38px;
}
#navigation #about a:hover {
	background-position: -140px -38px;
}
#navigation #faq a:hover {
	background-position: -268px -38px;
}
#navigation #resources a:hover {
	background-position: -354px -38px;
}
#navigation #help a:hover {
	background-position: -491px -38px;
}
#navigation #partners a:hover {
	background-position: -652px -38px;
}
#navigation #home a:active {
	background-position: -34px -76px;
}
#navigation #about a:active {
	background-position: -140px -76px;
}
#navigation #faq a:active {
	background-position: -268px -76px;
}
#navigation #resources a:active {
	background-position: -354px -76px;
}
#navigation #help a:active {
	background-position: -491px -76px;
}
#navigation #partners a:active {
	background-position: -652px -76px;
}

body, td, th {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
#main_content td {
	font-size: 1em;
}
h1 {
	color: #999;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-transform: none;
}
h2 {
	padding-top: 15px;
	text-transform: none;
	font-style: italic;
	color: #df0023;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #df0023;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.15em;
	margin-bottom: 5px;
}
h4 {
	color: #999;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
ul {
	font-style: italic;
	list-style: circle;
}	
#main_content li {
	padding-bottom: 10px;
}
a:link {
	color: #df0023;
	text-decoration: none;
}
a:visited {
	color: #df0023;
	text-decoration: none;
}
a:hover {
	color: #df0023;
	text-decoration: underline;
}
a:active {
	color: #df0023;
	text-decoration: none;
}
.boldWord {
	font-weight: bold;
	color: #666;
}
a.headline {
	color: #333;
}

#main_content {
	background-color: #fff;
	margin-top: 34px;
	margin-left: 34px;
	margin-right: 17px;
	margin-bottom: 40px;
	height: 100%;
	width: 498px;
	float: left;
}
#sidebar {
	margin-left: 17px;
	margin-right: 34px;
	margin-top: 34px;
	margin-bottom: 40px;
	width: 200px;
	height: 100%;
	float: right;
}
#sideNav  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}
#sideNav ul li {
	margin: 0;
	padding: 0;
}
#sideNav ul a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.15em;
	text-decoration: none;
	line-height: 30px;
	margin: 0;
	border-top: 1px solid #999;
	display: block;
	width: 180px;
	padding-left: 20px;	
}
#sideNav ul a:hover {
	color: #FFF;
	background-color: #de0024;
}
#sideNav ul a.last {
	border-bottom: 1px solid #999;
}
#sideNav ul a.current {
	color: #FFF;
	font-weight: bold;
	background-color: #de0024;
}
#hours {
	width: 198px;
	margin: 0px;
	border: solid 1px #000;
	padding: 0px;
	clear: both;
}
#hours p.center {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	color: #df0023;
	margin: 0px;
	padding: 4px;
	display: block;
	background-color: #eee;
	font-size: 1.15em;
}
#hoursLeft {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px;
	width: 54px;
	float: left;
}
#hoursRight {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: left;
	margin-left: 0px;
	margin-right: 8px;
	padding: 0px;
	width: 115px;
	height: 100%;
	float: right;
}
#hours p {
	text-align: left;
	font-size: 1.1em;
	clear: both;
}
#location {
	width: 198px;
	margin-top: 34px;
	border: solid 1px #000;
	padding: 0px;
	clear: both;
}
#location p.center {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	color: #df0023;
	margin: 0px;
	padding: 4px;
	display: block;
	background-color: #eee;
	font-size: 1.15em;
}
#location p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-size: 1.1em;
	padding-left: 8px;
	padding-right: 8px;
}
.italic {
	font-style: italic;
}
.indent {
	margin-left: 20px;
}
#contact {
	width: 198px;
	margin-top: 34px;
	border: solid 1px #000;
	padding: 0px;
	clear: both;
}
#contact p.center {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	color: #df0023;
	margin: 0px;
	padding: 4px;
	display: block;
	background-color: #eee;
	font-size: 1.15em;
}
#contact p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-size: 1.1em;
	padding-left: 8px;
	padding-right: 8px;
}
#contact a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#footer {
	background-color: #362f2d;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 1px;
	height: 100%;
	clear: both;
	overflow: auto;
}
#footer p {
	color: #959595;
	font-size: .8em;
}
#footer a {
	color: #c2c2c2;
}
#footer a:hover {
	color: #c2c2c2;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0px;
	font-size: .8em;
}
#footer li {
	color: #c2c2c2;
	font-style: normal;
}
#footer .bold {
	font-weight: bold;
}
#footer #home {
	float: left;
	margin-left: 34px;
}
#footer #about {
	margin-left: 15px;
	float: left;
}

#footer #resources {
	margin-left: 15px;
	float: left;
}
#footer #help , #partners {
	margin-left: 15px;
	float: left;
}
#footer #copyright {
	margin-left: 15px;
	margin-right: 34px;
	float: right;
}
#footer #copyright a {
	color: #959595;
}
#footer #copyright p.italic {
	font-size: 9px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
