@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-color: #e0e0e0;
	text-align:center;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#545454;
	line-height:18px;
}
body a {
	color:#545454;
	text-decoration:underline;
}
body a:hover {
	color:#8e1318;
	text-decoration:underline;
}
img {
	border: 0;
}
#container {
	width:740px;
	margin: auto;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width:740px;
	height:309px;
	position:relative;
}
#header2 {
	background-image: url(../images/header-noPhoto.jpg);
	background-repeat: no-repeat;
	width:740px;
	height:309px;
	position:relative;
}
#logo {
	position:absolute;
	top:70px;
	left:119px;
	width:184px;
	height:48px;
	background-image: url(../images/logo.gif);
}
#logo h1, #logo h2 {
	position:absolute;
	left:-9000px;
}
#contact {
	position:absolute;
	top:76px;
	left:336px;
	width:150px;
	height:42px;
}
#nav {
	position:absolute;
	top:183px;
	left:123px;
	font-size:12px;
	width:500px;
}
#nav a {
	text-decoration:none;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style: none;
	display:inline;
}
#nav a.active {
	color:#8e1318;
}
#nav span {
	padding:0 6px 0 6px;
	color:#cccccc;
}
#title {
	position:absolute;
	top:264px;
	left:135px;
	font-size:16px;
	color:#8e1318;
	width:400px;
}
#content {
	width:500px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:10px 0 0 123px;
}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content a {
	text-decoration:none; 
}
#content a:hover {
	text-decoration: underline; 
}
#content ul {
	padding:0;
	margin:0 0 15px 0;
}
#content li {
	padding:0 0 5px 13px;
	margin:0;
	list-style:none;
	background-image: url(../images/newsBullet2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#content li.articles {
	padding:0 0 10px 13px;
	margin:0;
	list-style:none;
	background-image: url(../images/newsBullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#contactInfo a{
	text-decoration:underline;
}
.homeIntro {
	font-size:14px;
}
#footer {
	background-image: url(../images/bottomBg.jpg);
	background-repeat: no-repeat;
	width:740px;
	height:117px;
	position:relative;
}
#copyright {
	position:absolute;
	bottom:0;
	left:70px;
	font-size:11px;
	color:#AAAAAA;
}
#copyright a {
	color:#AAAAAA;
	text-decoration:underline;
}
#copyright a:hover {
	text-decoration:underline;
}
	
