@charset 'UTF-8';
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b7778;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#wrapper {
	box-shadow: 10px 0px 10px -7px rgba(0,0,0,0.5), -10px 0px 10px -7px rgba(0,0,0,0.5);
}
#index {
}
#wrapper #directions {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #D1E6E7;
	background-color: #5B7778;
}
#wrapper #navigation {
	text-align: center;
	background-color: #FFF;
}
#wrapper #navigation .space {
	margin-right: 20px;
}
#banner h1 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font: 2.5em 'Seymour One', sans-serif;
}
h2, h3{
	margin: 0px;
	padding: 0px;
	color: #405353;
	font-size:30px;
}
h3 {
	color:;
	color: #EDBD3E;
}
	
#wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #edbd3e;
}
a#spin img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
a#spin img:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
#wrapper #navigation a img {
	-moz-box-shadow: 2px 2px 5px 1px #ccc;
	-webkit-box-shadow: 2px 2px 5px 1px #ccc;
	box-shadow: 2px 2px 5px 1px #ccc;
}
#wrapper #navigation {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#directions a:link {
	color: #EDBD3E;
	text-decoration: none;
}
#directions a:visited {
	color: #EDBD3E;
	text-decoration: none;
}
#directions a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#directions a:active {
	color: #EDBD3E;
	text-decoration: underline;
}
a:link#top {
	color: white;
	text-decoration: underline;
	font-size: .75em;
}
a:visited#top {
	color: #5B7778;
	text-decoration: underline;
	font-size: .75em;
}
a:hover#top {
	color: #CC0000;
	text-decoration: none;
	font-size: .75em;
}
a:active#top {
	color: #5B7778;
	text-decoration: underline;
	font-size: .75em;
}
a:link {
	color: white;
	text-decoration: underline;

}
.highlight {
	background-color: #FF0;
}

a:visited {
	color: white;
	text-decoration: none;

}
a:hover{
	color: #CC0000;
	text-decoration: underline;

}
a:active {
	color: #5B7778;
	text-decoration: none;

}
#index, #arc_index, #tech_1, #tech_2, #tech_3, #tech_4, #design_1, #design_2, #design_3, #design_4, #final {
	border-bottom: medium solid #D1E6E7;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
