﻿/* CSS layout */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #5a5a5a;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
}
.tagline {
	margin-right: 22px;
}
a, a:visited {
	color: #014C8F;
	text-decoration: underline;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	width: 960px;
	height: 600px;
	background-color: #FFFFFF;
}
.container {
	background-color: #FFFFFF;
}
.logo {
	border-width: 0px;
	padding-bottom: 5px;
}
#masthead {
	background-color: #c4c4c7;
	height: 55px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url('masthead.jpg');
	background-repeat: repeat-x;
}
#top_nav {
	background-color: #000000;
	height: 30px;
}
#page_content {
	padding: 10px;
	font-size: 12px;
	min-height:600px;
}
.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #014c8f;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.mattblacktabs {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}
.mattblacktabs ul {
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/;
	font-weight: bold;
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
}
.mattblacktabs li {
	display: inline;
	margin: 0;
}
.mattblacktabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 40px;
/*padding inside each tab*/	border-right: 1px solid white;
/*right divider between tabs*/	color: white;
	background: #414141; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited {
	color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a {
	background: #014C8F; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.webmaster {
	text-align: right;
	width: 480px;
	float: right;
}
.webmaster_link, .webmaster_link a {
	text-decoration: none;
	color: #000000;
}
.tagline {
	margin-right: 22px;
}
.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 20px;
	text-decoration: none;
	background-color: #5a5a5a;
}
.copyright {
	text-align: left;
	width: 480px;
	float: left;
}
#slideshow {
	height: 600px;
	width: 960px;
	z-index: 1;
	margin-left: -10px;
	position: absolute;
	margin-top: -10px;
	padding-bottom:-10px;
	background-color:#5A5A5A
}
.indent20 {
	margin-left: 20px;
}
.indent40 {
	margin-left: 40px;
}
.quote {
	margin-left: 40px;
	margin-top: -15px;
}
.tight_list {
	margin-left: 20px;
	margin-bottom:10px;
}
.staff_bios {
	border: 1px #000000 solid;
	padding: 20px;
	background: #e7e7e7;
	display: none;
	width: 90%;
	font-weight: normal;
	min-height: 265px;
	margin-left: 20px;
	background-image: url('background_staff.jpg');
	background-repeat: repeat-x;
	z-index:2;
}
.staff_photo {
	float: right;
	border: 1px;
	background-color: black;
	border-style: solid;
	margin-left: 5px;
}
.portfolio {
	border: 1px #000000 solid;
	padding: 20px;
	margin-left: 20px;
	margin-right:10px;
	background: #e7e7e7;
	display: none;
	width: auto;
	font-weight: bold;
	background-image: url('background_staff.jpg');
	background-repeat: repeat-x;
}
.featured_thumbnail {
	border-width: 1px;
	border-color:black;
	border-style:solid;
	margin-right: 6px;
	float:left;
}
.project_slides {
	text-align: center;
	margin-left: 9px;
	text-align: center;
	margin-left: 9px;
	margin-right: 10px;
	margin-top: 20px;
}
