@import "reset.css";

body {
	background: #FFFFFF url(../images/bck.gif) repeat-x;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #111;
}

#container {
	background: transparent url(../images/container.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 952px;
}

#header {
	background: url(../images/header-bg.jpg) repeat-x;
	margin: 0 auto;
	height: 230px;
	width: 938px;
}

#logo {
	margin-left: 25px;	
}

#logo a {
	background: url(../images/logo.png) no-repeat top left;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 166px; height: 166px;
}

ul#nav {
	float: right;
	margin-top: 72px;
}

ul#nav li {
	display: inline;
	float: left;
	margin: 0;
}

a:link, a:visited {
	color: #7A1B05;
}
a:hover {
	color: #966;
}

h1, h2, h3, h4, p {
	margin-bottom: 1em;
}

h1 {
	color: #7A1B05;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #7A1B05;
	font-style: italic;
	font-weight: bold;
}

#content {
	background: transparent;
	margin-top: -20px;
	padding-bottom: 25px;
	overflow: hidden;
	width: 938px;
}

#footer {
	background: url(../images/footerbg.png) repeat-x bottom;
	clear:  both;
	color: #999;
	margin: 0 auto;
	width: 954px; height: 90px;
}

#footer-inner {
	border-top: 1px solid #ddd;
	padding: 25px 50px;
}

ul#footer-nav {
	float: right;
	margin-right: 200px;
}
ul#footer-nav li {
	display: inline;
}
span.copyright {
	float: right;
}

#sidebar {
	display: inline;
	float: left;
	margin-left: 10px;
}

#widget {
	border: 1px solid #F9D5A7;
	margin-bottom: 20px;
	width: 163px;
}

.top {
	background: #fff url(../images/left-bck.gif) repeat-x top left;
	padding: 15px 10px;
}

.downloads {
	padding: 7px 2px;
}

.downloads h3 {
	color: #333;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}


.downloads ul li a {
	background: url(../images/pdf-icon.gif) no-repeat left;
	display: block;
	line-height: 1.4em;
	padding: 2px 0 2px 25px;
	text-decoration: none;
}
.downloads ul li a.even {
	background: #FEF1DC url(../images/pdf-icon.gif) no-repeat left;
	}

ul.sidenav li {
	margin-bottom: 10px;
}
ul.sidenav li.last {
	margin: 0;
}

ul.sidenav li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font: italic bold 17px Arial, Helvetica, sans-serif;
	color: #7A1B05;
}

h4 {
	font-size: 18px;
}

#widget-top p {
	line-height: 16px;
}

#homecontent {
	background: url(../images/homecontent.png) no-repeat top left;
	display: inline;
	float: left;
/*	margin-top: -11px;*/
	padding: 25px 35px;
	width: 470px;
}

#maincontent {
	background: url(../images/maincontent.png) no-repeat top left;
	display: inline;
	float: left;
	min-height: 300px;
	padding: 25px 35px;
	width: 670px;
}

#featured {
	display: inline;
	float: left;
	padding: 10px;
	margin-top: 25px;
	width: 168px;
}

strong.open {
	color: red;
}

#content_copy {
	float: left;
	margin-right: 20px;
	width: 420px;
}

#photos {
	float: left;
	width: 230px;
}
