﻿*
{
	padding: 0;
	margin: 0;
}

html,body
{
	font-family: Verdana;
	font-size: small;
	height: 100%;
	min-height: 100%;
}

#main
{
	width: 100%;
	height: 100%;
	background-color: gray;
}

#middle{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.largetext {
	font-size: large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div#topbar
{
	background-image: url('images/topbar.jpg');
	width: 800px;
	height: 157px;
	
}

div#menubar
{
	background-image: url('images/menubar.jpg');
	width: 800px;
	height: 26px;
	text-align: center;
	padding-top: 5px;
}

div#footer
{
	width: 800px;
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


div#contenthome
{
	width: 786px;

	padding: 7px;
	position: relative;
}

div#homeboxes
{
	background-image: url('images/boxes.jpg');
	background-repeat: no-repeat;
	width: 786px;
	height: 376px;
}

div#homeheader
{
	position: absolute;
	top: 60px;
	left: 17px;
	width: 500px;
	font-size: medium;
	font-weight: bold;
}

li.homelist
{
	margin-top: 3px;
}

div#homebottom
{
	position: absolute;
	top: 250px;
	left: 282px;
	width: 235px;
	font-size: x-small;
}

div#mission
{
	background-image: url('images/OMS.jpg');
	background-repeat: no-repeat;
	width: 527px;
	height: 375px;
}

div#boxcontent
{
	width: 500px;
	height: 325px;
	position: absolute;
	top: 50px;
	left: 25px;
	overflow: auto;
}
div#sideimage
{
	width: 200px;
	height: 267px;
	position: absolute;
	top: 86px;
	left: 563px;
	overflow: auto;
}

div.header
{
	font-weight: bold;
	font-size: medium;
}

div#contact
{
	background-image: url('images/CU.jpg');
	background-repeat: no-repeat;
	width: 527px;
	height: 375px;
	
}

div#team
{
	background-image: url('images/OT.jpg');
	background-repeat: no-repeat;
	width: 527px;
	height: 375px;
	
}

div#photos
{
	background-image: url('images/PG.jpg');
	background-repeat: no-repeat;
	width: 527px;
	height: 375px;
	
}

img.thumbnail
{
	margin: 20px;
}

div#homeside
{
	position: absolute;
	top: 200px;
	right: 10px;
	width: 247px;
	font-size: small;
}

a.topnav
{
	color: white;
	font-family: Cambria;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}

a.topnav:hover
{
	color: white;
	font-family: Cambria;
	text-decoration: underline;
}

a.teamlink
{
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	color: #016658;
	margin-bottom: 3px;
}

a.teamlink:hover{
	text-decoration: underline;
}
