/******************************************************************************************
**************************************** MENU STYLES **************************************
******************************************************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	font: bold 14px arial, helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 34px;
	height: 34px;
}

/* to stretch the container div to contain floated list */
#nav:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

ul#navlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#navlist li {
	display: block;
	float: left;
	margin: 0px;
	padding-right: 4px;
}

ul#navlist li.lastMenuItem {
	padding: 0px;
}

ul#navlist li#selected a {
	background-position: 0px 0px;
}

ul#navlist li a {
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
	text-align: center;
	background: #aeaeae;
	background-image:url("images/buttonOver.jpg");
	background-position: 0px 50px;
	background-repeat: no-repeat;
}

#nav>ul#navlist li a { width: auto; }

ul#navlist li a:hover, ul#navlist li#active a:hover {
	background-position: 0px 0px;
}

#dropmenudiv {
	position:absolute;
	font: normal 14px arial, helvetica, sans-serif;
	line-height:34px;
	z-index:100;
	width: 186px;
	margin: 0px;
	padding: 0px;
}

ul#submenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#submenu li {
	margin-top:3px;
	background-color: #FFFFFF;
	display: block;
	width: 186px;
}

ul#submenu li a {
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

ul#submenu li a:hover{ /*hover background color*/
	background-color: #e6e6e6;
}

/******************************************************************************************
**************************************** PAGE STYLES **************************************
******************************************************************************************/
body {
	background-image: url(images/background.jpg);
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	background: white;
}

#wrapperPadding {
	margin: 0px 15px;
}

#logo {
	width: 759px;
	height: 105px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.left {
	background: #5a5b56;
	width: 225px;
	height: 177px;
	margin: 4px 4px 0px 0px;
	padding: 0px;
	text-align: center;
}

#main { 
	margin: 0px 0px 0px 4px;
	float: left;
	width: 508px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	color: #c5c5c5;
	font: bold 11px arial, helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#footer {
	color: #c5c5c5;
	font: bold 11px arial, helvetica, sans-serif;
	padding-bottom: 9px;
}

.footerList a {
	color: #c5c5c5;
	text-decoration: none;
}

.leftMain {
	font: bold 18px arial, helvetica, sans-serif;
	width: 100%;
	text-align:center;
	vertical-align: bottom;
	color: white;
}

.mainHeadings {
	color: #d62e2b;
	font: bold 25px arial, helvetica, sans-serif;
	text-decoration: none;
}

.formfield {
	border: 2px solid #d8d8d8;
	font: normal 12px arial, helvetica, sans-serif;
	width: 200px;
}

.formDesc {
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	vertical-align: top;
	font-size: 11px;
}

.leftMainText {
	font-size: 11px;
	color: white;
}

#img_fader {
	background-color: #bababa;
	background-image:url(images/placeholder.jpg);
	background-repeat:no-repeat;	
	margin: 0;
	padding: 0;
	width:517px;
	border: 0px;
}

.infoArea {
	height:500px;
}

.echolink a:link {
	color: #FF9525;
	font-weight: normal;
	text-decoration: none;
}

.echolink a:hover {
	font-weight: bold;
	text-decoration: none;
}

.subPageLink a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.subPageLink a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.newsLink a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.newsLink a:hover {
	color: black;
	text-decoration: underline;
}

.galleryTable {
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #A3071C;
	font-weight: bold;
	font-size: 10px;
}

.galleryFooter {
	color: #555555;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	text-align: right;
}

.galleryPageLinks a:link
{
	color: #555555;
	text-decoration:underline;
}

.galleryPageLinks a:visited
{
	color: #555555;
	text-decoration:underline;
}