﻿* { 
    margin:0; 
    padding:0;
    -webkit-font-smoothing: antialiased;
}



a {color: #000; text-decoration: none; outline: none;} 
a:hover {color: #888; text-decoration: none; outline: none;}
a img {border: 0;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/* Banner */
#banner {
	height: 500px;
	width: 800px;
	position: relative;
	margin-bottom: 20px;
}
	
#banner .images {
	height: 500px;
	width: 800px;
	float: left;
}

#banner .images div {
	display:none;
	position:absolute;
	top: 0;
	left: 0;
}

#banner .tabs {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 3px;
}

/* single tab */
#banner .tabs a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url("navigator.png") 0 0 no-repeat;
	display: block;
	font-size: 1px;		
}

/* mouseover state */
#banner .tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
#banner .tabs a.current {
	background-position:0 -16px;     
}

#welcome {margin: 10px 0; padding: 10px 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}

.greybar {
	border-top: 20px solid #b1b1b1;
	padding-top: 10px;
}

#content #pagecontent {
	width: 550px;
}

#content {
	margin-top: 0px;
}

#content ul, #content ol {
	margin: 0;
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.6em;
}

.ellipsis {
	 overflow:hidden;
	 text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	 white-space: nowrap;
	 width: 100%;
}





