/* CSS Document */

body {
	background-image: url(../images/pg-bgd.gif);
	background-repeat: repeat;
	font-size: small;
	font-family:Lucida Grande, Tahoma, Arial, sans-serif;
}

#header {
	height: 170px;
	width: auto;
	padding: 0;
	margin: 0;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-align: right;
	}
#header form {
	margin: 6px;
}

#container {
	width: 750px;
	background-color: #fff;
	border: 0px solid #000;
	}
	
#content {
	padding: 8px;
	margin: 0;
	text-align: left;
	clear:both;
}

#footer {
	padding: 6px 8px;
	margin: 0;
	background-color: #e26d00;
	text-align: left;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul {
	list-style: none;
	margin: 0;
	} 
	
#footer li {
	display: inline;
}

#footer a {	
	color:#FFF;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
}

#footer a:hover {	
	color:#FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;}

/* TEXT STYLES */

h1 {  
	font-size: x-large; 
	color: #0092aa;
	margin-top: 5px;
}
h2 {  
	font-size: large; 
	font-weight: bold;
	color: #0092aa; 
}
h3 {  
	font-weight: bold; 
	font-size: medium; 
	color: #0092aa; 
}
h4 {  
	font-weight: bold; 
	font-size: small;
	color: #0092aa; 
}
	
a { 
	color: #e26d00; 
	text-decoration: none;
	border-bottom: 1px dashed #e26d00;
}
a:hover { 
	text-decoration: none;	
	border-bottom: 1px solid #e26d00;
}

.button {
	color: #000;
	background-color: #d5a93e;
	border: 1px solid #000;
	white-space: normal;
	line-height: normal;
	font-weight: bold;
}

/* FOR IMAGES */
.thumbs img{
	margin: 0 20px 20px 0;
	padding: 3px;
	border: 1px solid #ccc;
	}

/* TABLE STUFF */
th{
	font-weight: bold;
	color: white;
	background: #E26D00;
	}
.zebra{
	background-color: #f2f2f2;
	}
.news-table h2 {
	margin-top:0;
	
}
.thumbnail {
	padding:5px;
	border:1px solid #ccc;
	background:#f2f2f2;
}
.float-left {
	float:left;
	margin-right:15px;
}
.float-right {
	float:right;
	margin-left:15px;
}
.staff-table {
	border-collapse:collapse;	
}
.staff-table th {
	border-bottom:1px solid #000;
	text-align:left;
	font-weight:bold;
	background:#fff;
	color:#000;
}
.staff-table td {
	padding:5px 5px 5px 0;
	border-bottom:1px dotted #ccc;
}