@charset "UTF-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}

body {
	background: #000000 url(images/bgfiller.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#container {
	margin: 0px auto;
	width: 955px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: justify;
	position: relative;
}

#header {
	height: 141px;
	width: 955px;
}

#logo {
	float: left;
	height: 141px;
	width: 159px;
}

#homeCopy {
	float: right;
	width: 765px;
	margin-top: 37px;
}

.clearboth {clear: both; height: 2px;}

#navContainer {
	width: 950px;
	height: 562px;
	margin-top: 24px;
}
.navItem {
	float: left;
	display: inline;
}

#about {
	width:185px;
	height:562px;
	overflow:hidden;
	border:0;
	background:url(images/about-panel.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	text-indent: -9999px;
	margin-right: 6px;
}
#services {
	width:185px;
	height:562px;
	overflow:hidden;
	border:0;
	background:url(images/services-panel.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	text-indent: -9999px;
	margin-right: 6px;
}
#events {
	width:185px;
	height:562px;
	overflow:hidden;
	border:0;
	background:url(images/events-panel.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	text-indent: -9999px;
	margin-right: 6px;
}
#media {
	width:185px;
	height:562px;
	overflow:hidden;
	border:0;
	background:url(images/media-panel.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	text-indent: -9999px;
	margin-right: 6px;
}
#contact {
	width:185px;
	height:562px;
	overflow:hidden;
	border:0;
	background:url(images/contact-panel.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	text-indent: -9999px;
}

#about:hover, #services:hover, #events:hover,
#media:hover, #contact:hover {
	background-position: 0px -562px;
}

#footer {
	color: #666666;
	text-align: right;
	font-size: 10px;
	letter-spacing: 0px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#footer a:link {color: #666666; text-decoration: underline}
#footer a:visited {color: #666666; text-decoration: underline}
#footer a:hover {color: #666666; text-decoration: none}
#footer a:active {color: #666666; text-decoration: underline}