@charset "utf-8";
body {
	font-family: "Myriad Web Pro", Arial, sans-serif;
	font-size: 100%;
	background-color: #000;
	text-align: center;
	color: #FFF;
}
* {
	margin:0;
	padding:0;
}
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#index-container {
	background:url(images/bridge-theme.jpg) no-repeat;
	height: 610px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-color: #000;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 330px 10px;
	height: 110px;
}
#head-right ul {
	list-style-type: none;
}
#head-right ul li a {
	display: block;
	text-decoration:none;
}
#head-left {
	padding-top: 8px;
}
#head-left a{
	text-decoration:none;
}
#head-left a:hover {
	background-color:#000;
	color:#CCC;
}
#head-right {
	float:right;
	padding-top: 10px;
	padding-left: 10px;
}
#main-body {
	margin-top: 20px;
	background-color: #666;
	min-height: 400px;
}
#main-body table {
	margin-bottom: 1em;
}
#image-container {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
#footer {
	text-align: center;
	font-size: 0.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #CCC;
}
#index-footer {
	text-align: center;
	font-size: 0.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #CCC;
}
#index-footer a {
	color:#CCC;
	text-decoration: none;
}
#index-footer a:hover {
	color:#FFF;
	text-decoration: underline;
	background-color: #000;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #000;
}
#main-body h3, #main-body h2  {
	text-align: center;
	font-weight: normal;
}
#main-body h2 {
	margin-top: 1em;
	background-color:#666;
	padding-top: 0.5em;
	margin-bottom: 5px;
}
#dale {
	text-align: center;
	padding-top: 1em;
}

#main-body p {
	font-size: 1.1em;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-left: 1em;
	padding-bottom: 0.5em;
}
#main-body p.special  {
	text-indent:0;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 3em;
}
#main-body h3 span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	padding-right: 0.15em;
	padding-left: 0.15em;
}
#image-pageNav ul {
	list-style-type: none;
	background-color: #666;
}
#image-pageNav ul li {
	display:inline;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #666;
	border-bottom:none;
}
#image-pageNav ul li a {
	padding:2px 10px;
}
#image-pageNav {
	text-align: center;
	margin: 1em 0;
	background-color: #666;
}
#image-pageNav ul li a:hover {
	background-color:#000;
}
table {
	width: 100%;
}
td {
	width: 33%;
	text-align: center;
	padding-top: 30px;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
}
ul li {
	font-size: 1em;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	padding: 1px 5px 0 5px;
}
ul li:hover {
	background-color:#CCC;
}
a {
	color:#CCC;
}
#main-body a {
	color:#fff;
}
#main-body a:hover {
	color:#000;
	background-color:#666;
}
a:hover {
	color:#000;
	background-color: #CCC;
}
a img, a img:hover {
	border:none;
}
td a:hover {
	background-color:#000;
}
.active a, ul li.active {
	background-color:#CCC;
	color:#000;
}
.small { 
	font-size: .8em;
}
.clearfloat {
	clear: both;
}
