body
{
	color: black;
	margin: 0;
	background-color: #656a6c;
}
a {
	color: #036;
	background: transparent;
font-weight: 600;
}
a:link, a:visited, a:active {
	color: #1b5d9f;
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #036;
	text-decoration: underline;
	background: transparent;
}
h1, h2, h3, h4, h5 {
	color: #f8f8f8;
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent: 0;
	background: #6a7592;
	display: inline-block;
	padding: 2px 5px;
	font-family: "Courier New", Courier, mono;
}
.copy {
	color: black;
	font: 14px/120% Times New Roman, Times, serif;
}

.teensy
{
	background: transparent;
	color: #9fa691;
	margin-top: 10px;
	width: 90%;
	margin-right: 30px;
	margin-left: 30px;
	font: 7pt Verdana, Helvetica, Sans-serif;
}

#intro {
	width: 500px;
	background-color: #bec4d5;
	margin-bottom: 5px;
	padding: 10px 30px;
	border: 5px outset #bbb;
	margin-left: 50px;
}

img {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

img.inline {
	margin-bottom: 0;
	padding: 10px;
}

.smallcopy {
	font: 10px Times New Roman, Times, serif;
}

.tinyitalic {
	font-style: oblique;
	font-size: 9px;
	letter-spacing: 1px;
}

#content
{
	width: 700px;
	position: relative;
	background-color: #373a40;
	height: auto;
	padding: 10px 0 20px 50px;
	left: 30px;
	border-bottom: 2px inset #dedede;
	border-right: 2px inset #a2a2a2;
	border-left-style: inset;
	border-left-color: #858585;
	border-top: 1px solid #51555f;
	margin-top: 1px;
}

#banner
{
	margin: 0;
	padding: 0;
	background-color: black;
	border-bottom: 2px solid #828690;
}

#bannerShad
{
	margin: 0;
	padding: 0;
	background-color: #4b4b4b;
	display: block;
	top: 102px;
	width: 100%;
	height: 10px;
	position: absolute;
}

#bottom
{
	width: 755px;
	font-size: 9px;
	color: #9cb9cb;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #8a8a8a;
	border-top: 1px solid #333;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 0;
	margin-left: 30px;
}

#pictures table
{
	background-color: white;
	padding: 10px;
	width:440px;
	position: relative;
	left: 50px;
	border: 2px solid #336c92;
}

#pictures tr {
margin: 0px;
position: relative;
vertical-align: baseline;
display: block;
white-space: nowrap;
padding: 0px;
}

#pictures img {
border: 3px dotted rgba(255,255,255,0);
}

#pictures a:hover img {
border: 3px dotted #f2ba00;
}

.contact{
	width: 500px;
	background-color: #e5f5ff;
	border: 2px outset #a0b4d1;
	margin: 0 0 20px;
	padding: 20px;
}

table.contact td{
	background-color: #fff;
	display: table-cell;
	border: 2px solid #adc8ef;
	padding: 0 10px 0 20px;
	margin: 0 0 0 20px;
}
.contactSub{
	font: bold 1.2em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
.number{
	margin: 0;
	padding: 0;
	color: #1b5d9f;
	font: bold 2.5em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav {
	z-index: 1;
	position: absolute;
	background-color: #28495c;
	width: 130px;
	height: 80px;
	color: white;
	margin: 0;
	padding: 0;
}

#nav ul {
	
	list-style-type: none;
	position: relative;
	margin: 0;
	top: 2px;
	padding-left: 30px;
}

#nav li {
	background-color: #334849;
	padding: 2px 10px;
	display: block;
	border: 1px solid #90cdcf;
}

#nav a{
	color: #90cdcf;
	font: .70em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#nav a:hover{
	color: #acf6f8;
	font-weight: bold;
	font-style: normal;
		text-decoration: none;

}
