﻿/*---Site Colors---
	Green:#026f90
	Black:#000
	Gray:#e3e3e3
*/

body {
	background:url(../siteart/sitebg.jpg) repeat-x top center #e3e3e3;
	margin:20px auto;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#026f90;
}

a:hover {
	color:#000;
}

img {
	border:0;
}


h1 {
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#000;
	padding:10px;
	border-bottom:3px solid #026f90;
	margin:0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:capitalize;
	color:#000;
	display:block;
	margin:0 0 5px;
}


/*-------------Left Side--------------*/

#left {
	width:261px;
	vertical-align:top;
	background:#005169;
}

#nav {
	padding:10px;
	vertical-align:top;
	background:url(../siteart/leftbg.jpg) no-repeat top;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none
}

#nav li {
	display:block;
	float:left;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	text-decoration:none;
	text-transform:capitalize;
	color:#fff;
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #fff;
	width:241px;
}

#nav li a:hover {
	color:#000
}

#logos {
	display:block;
	text-align:center;
	margin-top:100px;
}


/*-------------Right Side------------*/

#right {
	vertical-align:top;
	width:729px;
	padding-left:4px;
}

#gallery {
	border-bottom:4px solid #fff;
}

#main {
	vertical-align:top;
	padding:20px;
}

.weather {
	float:right;
	width:271px;
	margin-left:20px;
}

.emp-bio {
	display:block;
	padding:15px 0;
	border-bottom:1px dotted #000;
}

.emp-bio img {
	border:2px solid #e3e3e3;
	margin-left:15px;
	margin-bottom:15px;
}