/* CSS Document */

/* Web site template */

* { padding:0; margin:0; border:0; }

body { 
	margin: 20px;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#9ea7af;
	text-align:center;

	}
#banner { 
	background: #ffffff; 
	border:1px solid #005f70;
	padding: 10px 0px 4px 0px;
	width:602px;
	text-align:center;
	}
	
#wrapper { 

	width: 770px;
	margin: 0 auto;
	overflow:inherit;
	text-align: left;
	line-height: 130%;
	}

#container {
	width:100%;
	margin-top:15px;
	}
	
#content { 
	background: #ffffff; 
	margin-right: 165px; 
	border:1px solid #005f70; 
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;

	}
	
#sidebar { 
	width: 150px; 
	float: right;
	border-bottom: 10px solid 000000;
	background-color: #000000;
	}
	
#corner {
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	}


/* Web site content */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#005f70;
	font-weight:bold;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#bd3c00;
	font-weight:bold;
	line-height:100%;
	}
	
/* Images */
	
.right-images {
	float:right;
	border: 1px solid #005f70;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 4px 4px;
	}
	
.left-images {
	float:left;
	border: 1px solid #005f70;
	padding: 0px 0px 0px 0px;
	margin: 8px 10px 5px 0px;
	}

.equiptment-images {

	border: 1px solid #005f70;
	padding: 0px 0px 0px 0px;
	margin: 11px 0px 0px 0px;
	}
	
.team {

	border: 1px solid #005f70;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	}
/* End Images */

a.map
	{
	display:block;
	width:560px;
	height:446px;
	border: 1px solid #005f70;
	}

a.map:hover
	{
	border: 2px solid #005f70;
	}

img.location
	{
	border:0;
	width:560px;
	height:446px;
	}

a.team-pic
	{
	display:block;
	width:200px;
	height:200px;
	border: 1px solid #005f70;
	}

a.team-pic:hover
	{
	border: 1px solid #990000;
	}

img.team-pic
	{
	border:0;
	width:200px;
	height:200px;
	}

ul.circle {
	 list-style: disc;
	 list-style-position: inside;
	 line-height: 160%;
	 }
li.circle {

	 list-style-position: inside;
	 line-height: 160%;
	 
	 }
hr {
	border: 1px dotted #999999;
 	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	}
td.text
	{
	padding: 8px;
	}

table
	{
	margin: 0px;
	}
/* Navigation */

a	{
	color:#000066;
	text-decoration:underline;
		
	}
	
a:hover	{
	color:#990000;
	text-decoration:underline;
	}
	
#nav
	{
	display:block;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	background:#000000;
	line-height:normal;
	}

#nav ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#nav li { margin: 0; }

#nav a 
	{
	display:block;
	color:#ffffff;
	background-color:#703100;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-indent: 10px;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #ababab;
	}

#nav a:hover 
	{

	color:#000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	background-color: #bd7d01;
	text-indent: 10px;
	background-position:left;
	}

#nav li li a
	{
	display:block;
	color:#ffffff;
	background-color:#5F4E38;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-indent: 15px;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #ababab;
	}

#nav li li a:hover

	{
	display:block;
	color:#000000;
	background-color:#bd7d01;
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-indent: 15px;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #ababab;
	}

/* Footer */

#footer { 
	background: #ffffff; 
	border:1px solid #005f70; 
	width: 588px;
	margin-top: 15px;
	padding: 8px;
	height:110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	
	}
	
#footer-left {
	margin-top: 5px;
	margin-left: 20px;
	padding-right: 35px;
	float:left;
	width: 300px;
	border-right: 1px dotted black;
	
	}
#footer-right {
	margin-top: 30px;
	float:right;
	width: 200px;
	padding-left: 10px;
	padding-right: -20px;
	margin-right: 20px;
	}

.clearing { clear:both; height:0; }