/* CSS Document */

body {
	text-align: center;
	min-width: 820px;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}
p {color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	}

h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #A3B767;
	padding-left: 10px;
	}
h2 {font-weight: bold;
	color: #CFE6FD;
	font-size: 17px;
	padding-left: 10px;
	}	
h3 {font-weight: bold;
	font-style: italic;
	color: #99C9F8;
	font-size: 14px;
	padding-left: 10px;
	}
ul {list-style: disc;
	color: #ffffff;
	line-height: 20px;
	}
li {
	padding: 10px 0px 0px 10px;
	}
hr {border-top: 1px dashed #90A9C8;
	border-left: 0px;
	border-bottom: 1px dashed #003366;
	border-right: 0px;
	}
table.photocaption {background-color: #ECF5FF;
	border: 1px solid #000000;
	text-align: left;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	}	
.caption {font-size: 10px;
	line-height:normal;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	}
	
a:link, a:visited {color: #FFCC00;
	font-weight: bold;}	
a:hover, a:active {color: #0099FF;
	font-weight: bold;}
.ext {background-image: url('newimages/external.gif');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	padding-left: 25px;
	}
	
#wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	background-color: #00162B;}
#container {
	width: 810px;  /* was 810px */
	margin: 0 auto;
	text-align: left;
	background-image: url('newimages/bg2.jpg');
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: #ffccff;
	}	
#content {
	width: 610px;  /* was 810px */
	float: right;
	padding-bottom: 15px;
	padding-top: 10px;
	}
#content img {padding-left: 8px;
	padding-right: 8px;
	}
#content table{
	}
#content tr {vertical-align: top;}
/*Main Nav Stuff*/	
#mainnav {
	/* position: absolute; added 30Apr */
	/* top: 20px; added 30Apr */
	width: 150px; /*chgd from 200 added 30Apr */
	float: left;
	padding-bottom: 1px;
	padding-top: 1px;
	}
#testim{
	/*position: absolute; /* added 30Apr */
	/* top: 20px; added 30Apr */
	/* width: 150px; chgd from 200 added 30Apr */
	margin-left: 45px;
	float: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	}	
#mainnav a{display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 40px;
	line-height: 24px;
	border-bottom: 1px solid #042340;
	}
#leftpad {padding-left: 40px;}
#leftpad a{margin-left: 0px;
	border-bottom: 0px;}

/* #mainnav a:link, #mainnav a:visited {
	color: #ffffff;
	}
#mainnav a:hover, #mainnav a:active {
	color: #FFCC00;
	}	
#mainnav img{padding-top: 5px;
	}   */

	
	
/*Footer Stuff*/	
#footer {
	width: 810px;
	clear: both;
	}
#footer p{color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding: 8px;
	}
.style1 {color: #333333;
	font-size: 11px;}
.style1 a:link, .style1 a:visited{color: #333333;}
/* Contact Form Stuff */

#contactbox {width:500px;
	margin-left: 10px;
	color: #ffffff;}

form.contact label.fixedwidth { display: block; 
	width: 180px;
	float: left;
	}

form.contact .buttonarea {text-align: left;
	padding: 4px;
	}
	
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */