/* CSS Document */

body {
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
}

a { 
	color: #000;
	
}

table {
	border: 0;
}

div {
	margin: 0;
	padding: 0;
}

.header {
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	font-weight: regular;
	color: #ffffff;
	
	
}

.menu {
	background-color: #2750AF;
	width: 100%;
	/*margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0; */
	font-size: 13px;
	vertical-align:bottom;
	height: 10px;
}

.menu ul {
/*	border-right: 1px solid #000000;*/
	margin: 4px 0 0 0;
}

.menu ul li {
	display: inline;
	list-style: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: regular;
	padding: 0 10px 0 10px;
}

.menu a:hover {
	text-decoration: underline;
}

.imageSplash {
	height: 260px;
	width: 100%;
	background-color: #bb8811;
	overflow:hidden;
}

.infoText {
	background-color: #FFFFFF;
	padding: 8px;
	border: 2px solid #bb8800;
}

.text {
	margin-top: 0;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 14px;
}

.text ul {
	margin: 4px 0 0 0;
}

.text ul li {
	display: inline;
	list-style: none;
/*	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	padding: 0;
}
/*
.text a {
	text-decoration: none;
	color: #0000ff;
	font-weight: normal;
	padding: 0 4px 0 4px;
}

.text a:hover {
	text-decoration: none;
	
}
*/

.googleSearch {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	background-color: #DAD9E7;
	margin-bottom: 1px;
	color: #000;
	text-align: center;
}


a.actionCall {
	background-color: #003366;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 2px;
}

a.actionCall:hover {
	background-color: #0066CC;
	border: 2px solid #ffffff;
}
/* slide show section */
.slideShow {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.slideShow img {
	cursor: pointer;	
}

.slideShow .viewer {
	overflow: hidden;
	width: 300px;
	height: 75px;
}

.slideShow .viewer .scoll {
	height: 75px;
	position: relative;
	overflow: hidden;
}

.slideShow .viewer a img {
	height: 75px;
	border: 2px solid #6699FF;
}

.slideShow .viewer a:hover img {
	border: 2px solid #3366CC;
}


/* end slide show */

.footer {
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 11px;
}
.footer a {
	color: #000000;
	font-style:normal
}

/* gallery section*/
.gallery {
	border-collapse: collapse;
	padding: 0;
}

.gallery td {
	padding: 0;
}

.gallery td.photoWrap {
	padding: 4px;
	background-color: #444444;
}

.gallery td.photoWrap img{
	margin: 0;
	
}

.galleryMenuItem {
	background-color: #000066;
	color: #ffffff;
	padding: 6px;
}

.gallerySelectedItem {
	background-color: #444444;
	color: #ffffff;
	padding: 6px;
}

.galleryHover { 
	background-color: #000088;
	padding: 6px;
}

.gallerySelectedItem a,
.galleryMenuItem a,
.galleryHover a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

#galleryInfo {
	height: 24px;
	color: #ffffff;
}