@charset "utf-8";
/* CSS Document */

body {
	background-color:#333333;
	background-attachment: fixed;
	margin-top: 0px;
	color: #000000;
	}
	
hr {
	color: #333333;
	}
	
	
.index { /* use for image menus on index pages; this is the link's class; see "h4" below */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 140px;
	padding-left: 7px;
	width: 283px;
	height: 25px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	}
		
	h4 a:hover {  /* use for image menus on index pages; set all the links within one h4 tag; see "index" above */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		width: 281px;
		height: 23px;
		padding-top: 138px;
		padding-left: 5px;
		margin-left: 5px;
		margin-bottom: 10px;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		border: 2px #FFFFFF solid;
		}


/* Images */
	.image { /* image class */
		border: none;
		}
		
	#imgboxright {  /* div id; set width to img width */
		background-color: #333333;
		padding-bottom: 5px;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 20px;
		margin-right: 15px;
		margin-left: 25px;
		float: right;
		}
		
		#imgboxright ul {
			margin-right:0px;
			padding-right:5px;
			margin-left: 30px;
			}
		
			#imgboxright ul li {
				margin-right:0px;
				padding-right:0px;
				padding-bottom: 0px;
				}
		
	#imgboxleft {  /* div id; set width to img width */
		background-color: #333333;
		padding-bottom: 5px;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 20px;
		margin-left: 25px;
		margin-right: 25px;
		float: left;
		}

	#imgboxfull {  /* div id; max img width: 544px */
		background-color: #333333;
		padding-bottom: 5px;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 20px;
		margin-left: 25px;
		margin-right: 15px;
		width: 544px;
		float: none;
		}

		.caption {  /* p class; include inside imgbox */
			font-size: 12px;
			color: #FFFFFF;
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 8px;
			padding-top: 8px;
			}

	.staffpic {  /* image class */
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 10px;
		line-height: 0em;
		border: none;
		}
		
/* Div class for the images on the Logos page */
.logo {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
	.logo a img {
		border: 2px solid black;
		}
		
		.logo a:hover img {
			border: 2px solid white;
			}


