/* =======================Layout================= */
body {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#super{
	background: White url(Figures/back.jpg)  50% repeat-y;
}
#wrapper{
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	padding: 4px 0px 4px 0px;
	text-align: left;
	width: 919px;
}
#footer {
	background-color: #363636;
	clear: left;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
#topdiv{
	background: #FFFFFF url(Figures/back3.jpg)  50% 100% no-repeat;
	height: 30px;
}
#closer{
	background: #FFFFFF url(Figures/back2.jpg)  50% 0 no-repeat;
	height: 30px;
}
/* =======================Top Menu================= */
#menubar {
	height: 30px;
	padding-bottom: 4px;
	text-align: left;
}
#menubar  a:hover{
	border-bottom: 5px solid #363636;
}
#menubar  li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 3px;
}
#menubar a {
	background-color: #FFFFFF;
	/*border-bottom: 5px solid #58A9C4;*/
	color: #000000;
	display: block;
	font-family: "Arial Narrow", verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
#menubar img {
	float: right;
	margin: 0px;
	padding: 0px;
}
#menubar ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
/* =======================Banner=======================*/
a.title{
	background: url(Figures/photo5.jpg) no-repeat center center; /*0px -340px no-repeat;*/
	clear: both;
	display: block;
	height: 170px;
	width: 100%; /*was 100%*/
	cursor: default;
	/*text-align: center;*/
}
/*a.title:hover{
	background: url(Figures/photo5.jpg) no-repeat 0px 0px;
}*/
div.title{
	background: url(Figures/photo5.jpg) no-repeat center center; /*0px 0px no-repeat;*/
	height: 170px;
	/*width: 696px;*/
	margin: 0px 0px 3px 0px;
	text-align: center;
}
#barra{
	font-family: georgia, times, serif;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	vertical-align: middle;
}
/* =======================Content =======================*/
div.col1{
	background-color:white;
	border-right: 1px dotted #808080;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 9px 0 0px;
	width:650px
	/*width: auto - fills page but col2 ends up at bottom*/
}
#content{
	border: Gray solid 0px;
	margin: 3px 0 3px 0;
	padding: 0px 0px 5px 0px;
	min-height: 320px;
}
/* hack for min-height for IE */
/*\*/
* html #content {
	height: 320px;
}
/**/
#content h2 {
	color: #76C2C1;
	font-family: georgia, times, serif;
	font-size: 1.2em;
	font-weight:normal;
	margin: 0 0 0.6em 0;
	padding: 0px;
	text-decoration: none;
}
#content h3,h4{
	color: #808080;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content h4{
	font-size: 0.6em;
	font-style: italic;
}
#content h1{
	border-bottom:1px dashed gray;
	display:block;
	background-color:#ffffff;
	color: #E4263E/*#E4263E;*/;
	font-family: Georgia, times, serif;
	font-size: 2em;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
#content p{
	color: #242424;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px 0px 0.9em 0px;
	padding: 0px;
}
#content ul, ol{
	color: #242424;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;}

a.linkcontent{color: #E4263E; text-decoration:none;
}
a.linkcontent:hover{
	text-decoration:underline;
}
a.post{
	display: block;
	text-decoration: none;
	color: #76C2C1;
	font-family: georgia, times, serif;
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	padding: 0px;
}
a.post:hover{
	text-decoration: underline;
}
p.post{	border-bottom:1px dashed gray;
}
a.corporate, a.corporate:visited{
	display: block;
	margin-bottom:0px;
	padding: 0px 5px;
	text-decoration: none;
	float: none; /*was right*/
	border: 1px solid white;
	height:110px;
}
a.corporate:hover{
	border: 1px solid gray;
}
a.corporate img{
	border: 0px solid gray;
}
div.col2{
	
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}

#sidesquaresNews, #sidesquaresContact, #sidesquaresHistory{
	border: 1px solid #808080;
	background-color: white;
	color: #242424;
	margin: 0px 0px 10px 0;
	padding: 5px;
	min-height: 80px;
}
/* hack for min-height for IE */
/*\*/
* html #sidesquaresNews{
height: 80px;
}
/**/
/* hack for min-height for IE */
/*\*/
* html #sidesquaresContact{
height: 80px;
}
/**/
/* hack for min-height for IE */
/*\*/
* html #sidesquaresHistory{
height: 80px;
}

#sidesquaresNews h1, #sidesquaresContact h1, #sidesquaresHistory h1{
	border:none;
	background-color: #363636;
	color: white;
	display: block;
	font-family: "Arial Narrow", verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#sidesquaresNews p, #sidesquaresContact p, #sidesquaresHistory p{
	color: #242424;
	display: block;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
}
#sidesquaresNews a, #sidesquaresContact a, #sidesquaresHistory a{
	color:#76C2C1;
	display:inline;
	text-decoration:none;	
}
#sidesquaresNews a:hover, #sidesquaresContact a:hover, #sidesquaresHistory a:hover{
	text-decoration:underline;
}
#sidesquaresNews ul, #sidesquaresContact ul, #sidesquaresHistory ul{
	font-size:0.9em;
	font-family:georgia, times, serif;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidesquaresHistory ul{
	font-size:0.7em;
	font-family:georgia, times, serif;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidesquaresNews ul li, #sidesquaresContact ul li, #sidesquaresHistory ul li{
	background: url(Figures/arrowGray.png) 0 0.3em no-repeat;
	padding:0 0 5px 1em;
	border:0px solid white;	
}

div.bottom{
	clear: both;
	text-align: center;
}
div.survey{
	clear:both;
	text-align: center;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
}
/*===================Tables================*/

table {
	width:100%;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	border-collapse: collapse;
}
caption {
	padding: 5px 2px;
	color: #242424;
	font-family:georgia, times, serif;
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
}

thead tr th{
	background-color:#76C2C1;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 5px 0px;
	color: #242424;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
}
tbody tr th{
	color: #242424;	
}

tbody td, tbody tr th {
	vertical-align: top;
	padding: 5px 2px;
	color: #42525A;
	background-color: inherit;
	font-size: .8em;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
tbody th a {
	color: #242424;
	background-color: inherit;
	font-size: 110%;
	text-decoration: none;
}
tbody th a:hover, td a:hover {
	color: #CC3300;
	background-color: inherit;
}
tbody th a:visited {
	color: Gray;
	background-color: inherit;
}
tbody td a {
	color: #E4263E;
	background-color: inherit;
	text-decoration: none;
}
tbody td a:hover {
	color: #242424;
	background-color: inherit;
	border-bottom: 1px solid Gray;
}
/*tbody tr:hover {
	color: inherit;
	background-color: #E4263E;
}*/
	
/*===================Album Styles================*/

#album {
	height:500px;
	position:relative;
	margin:0;
	border:0px solid white;
}
.firstphoto{
	border:1px solid black;
	position: absolute;
	top: 94px;
	left: 0px;
}
#album a, #album a:visited {
	display:block;
	padding:0;
	width:53px;
	height:40px;
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:0.8em;
	
	border:1px solid black;
	z-index:50;
}
#album a span {
	display:block;
	position:absolute;
	width:1px;
	height:1px; 
	top:0px;
	left:0px; 
	overflow:hidden; 
	z-index:100;
}
#album a:hover, #album a:active, #album a:focus{
	border:1px solid #fff;
	white-space:normal;
}
#album a:hover img {
	border:1px solid #000;
	position:relative;
	z-index:100;
}
#album a:hover span {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 1px;
	height: 1px;
	cursor: default;
	z-index: 100;
}
#album a:active img, #album a:focus img {
	border:1px solid #000;
	position:relative;
	z-index:50;
}
#album a:active span, #album a:focus span {
	display:block; 
	position:absolute; 
	top:94px;
	left:0px; 
	width:475px; 
	height:400px; 
	cursor:default;
	z-index: 50;
}
#album p{
	clear:both;
	color:#242424;
}