@import url(shared.css);

/* Standard element */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.87em 'Trebuchet MS', Tahoma, verdana, arial, sans-serif;
	color: Rgb(231,229,231);
	background: ActiveBorder url(greyWhite_bg.jpg) repeat-y 15px;
	background-color: ThreedLightShadow;
	background-image: url(greyWhite_bg.jpg);
	padding-left: 25px;
	font-size: 0.87em;
	font-family: 'Trebuchet MS', Tahoma, verdana, arial, sans-serif;
}

/* Top, Header, Titles, and Footers */
.top {
	background: url(top.jpg) no-repeat;
	color: #FFF;
	height: 107px;
	width: 939px;
}

/* h1 font should be invisible because image shows visual representation of text, but readers can read the page. */
.top h1 {
	padding: 8px 16px 0 400px;
	font-size: 0px;
	color: Black;
}

.top h1 span {
	font: normal 60% Verdana,sans-serif;
	font-size: 60%;
	font-family: Verdana,sans-serif;
}

.header {
	background: url(headerGrayWhite.jpg);
	height: 101px;
	width: 939px;
}

/* Menu Items */
div.menu ul {
	float: left;
	margin: 2px 2px 2px 2px;
}

div.menu ul#leftmost {
		margin: 2px 2px 2px 6px;
}

div.menu li {
	list-style-image: none;
}

div.menu a {
	background: #4B4B4B url(tb.gif) repeat-x;
	color: #FFF;
	display: block;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 180px;
	font-size: 80%;
	font: 80% sans-serif;
	font-family: sans=serif;
	background-image: url(tb.gif);
	background-repeat: repeat-x;
}

div.menu a#current {
	background: #666 url(tb_prs.gif) repeat-x;
	color: Gray;
	background-image: url(tb_prs.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

div.menu a:hover {
	background: rgb(46,48,51);
	color: #D355AD;
	text-decoration: none;
}

div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}

/* Left Page  */
div.contentLeft {
	position: absolute;
	left: 43px;
	top: 203px;
	width: 569px;
}

/* Right side */
div.contentRight {
	width: 326px;
	position: absolute;
	top: 116px;
	left: 622px;
	height: 100%;
}

div.contentRight iframe{
	width: 100%;
	overflow: auto;
}

div.contentRight iframe#events{
	height: 400px;
}

div.contentRight iframe#newsletter{
	height: 95px;
}

div.contentRight iframe#externalLinks{
	height: 	100%;
}

div.contentRight iframe#thumbGallery{
}

div.contentRight iframe#galleryDestination{
}

/* Footer Items */
div.footer {
	background: #0070CD url(title_bg.gif) repeat-x;
	color: #FFF;
	padding: 2px;
	border: 2px ridge Gray;
	text-align: center;
	text-decoration: none;
	font: 75%;
	font-size: 75%;
}

div.footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font: bold;
}

div.footer a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font: bold;	
}

div.footer a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font: bold;	
}

div.footer .copyright {
	padding: 6px 6px;
}

/* Misc */
.clearer {
	clear: both;
}
