body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#6e6e6e;
	margin:0;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	font-size:42px;
	font-weight:bold;
}

br {
	clear:both
}

a {
	text-decoration:none;
	color:#00AEEF;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

ul, li{
	padding:0;
	margin:0;
	list-style:none;
}


#siteWrapper {
	width:919px;
	height:auto;
	margin-left:-459px;
	margin-right:-459px;
	left:50%;
	right:50%;
	position:absolute;
}

#clockWrapper {
	float:left;
	width:200px;
	height:41px;
	background-image:url(../_graphics/menu/rest.png);
}

.displayDate {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px; border:0; background:transparent; color:#ffffff; width:110px; text-align:right;	
}
.displayClock {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px; border:0; background:transparent; color:#ffffff; width:53px; text-align:left	
}

#topWrapper {
	margin:15px 0 0 0;
	width:919px;
}

#topWrapper a {
	color:#bfbfbf;
}

#topWrapper a:hover {
	color:#000000;
	text-decoration:none;
}

#logo {
	width:149px;
	float:left
}

#textContainer {
	margin-top:15px;
}

#contentWrapper {
	width:887px;
	margin-left:-443px;
	margin-right:-443px;
	left:50%;
	right:50%;
	position:relative;
}

#contentStart {
	padding:77px 0 0 0;
}

#content {

}

#content h1, #content h2, #content h3 {
	font-size:42px;
}

.logos {
	margin-right:40px;
}

#contact a {
	color:#00AEEF;
}

.highlightit img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
}

.highlightit:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}

.world {
	margin-top:5px;
	text-align:center;
	min-height:315px;
	background-image:url(../_graphics/world.gif);
	background-repeat:no-repeat;
}

.nc {
	margin-top:10px;
	min-height:427px;
	line-height:18px;
}

#toggleAdmin {
	float:right;
}

#addModal, #updModal {
	float:right;
	margin-right:6px;
}

ul#files{ list-style:none; padding:0; margin:0; }

.deleteFile {
	cursor:pointer;
}

.next, .prev{
	cursor:pointer;
}

#slider ul, #slider li, #noSlide {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center
}

#slider li, #noSlide li { 
	/* define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here */ 
	width:885px;
	height:390px;
	overflow:hidden; 
}

#prevBtn, #nextBtn,
#sliderNext, #sliderPrev{ 
	display:block;
	width:17px;
	height:390px;
	position:absolute;
	left:-30px;
	top:200px;
	z-index:1000;
}	
#nextBtn, #sliderNext{ 
	left:900px;
}
#prevBtn a, #nextBtn a,
#sliderNext a, #sliderPrev a{  
	display:block;
	position:relative;
	width:17px;
	height:51px;
	background:url(../_graphics/arrow-left.gif) no-repeat 0 0;	
}	
#nextBtn a, #sliderNext a{ 
	background:url(../_graphics/arrow-right.gif) no-repeat 0 0;	
}