@charset "utf-8";
/* CSS Document */
/* Pete HTML */
* {
	padding:0;
	margin:0;
}
html {
	border:0;
	height:100%;
	overflow: -moz-scrollbars-vertical;/*Forces vertical scrollbar in FF*/
}
body {
	background-color:#333;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	background-position:top left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align:center; /*For ie5.5 */
}
/*The following two declarations get rid of the dotted white lines around the swf in FF*/
object:active, div:active {
	outline: none;
}
object:focus, div:focus {
	-moz-outline-style: none;
}
div#container {
	background-color:#333;
	position: relative;
	margin:0 auto;
	width:980px;
	font-size: .9em;
	text-align:left;
}
div#main {
	padding-top: 486px;/*This is the height of the header+menu(s)+any borders.****************************************
	Also need to modify ie5 conditional comment below. A lesser value due to box model*/
	width: 100%;
	text-align:center;
}
div#topmenu {/*top menu goes here*/
	position: absolute;
	top: 0px;
	width: 100%;
	height:85px;/*Height of logo/header************************************************************************/
	left: 0px;
	background-image:url(../images/menubg.png);
	background-repeat:repeat-x;
	background-position:top left;
}
div#slideshow {
	height:401px;
	position:absolute;
	top:85px;
	left: 138px;
	border-left:0px;
	border-right:0px;
}
div#photo {
	height:401px;
	position:absolute;
	top:85px;
	left: 138px;
	border-left:0px;
	border-right:0px;
}
div#map {
	margin:1em auto;
	color:#333;
	}
.botmenu, .botmenu2 {
	margin:0 auto;
	padding-bottom:0.5em;
}
.botmenu ul, .botmenu2 ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.botmenu li, .botmenu2 li {
	border-color:#999999;
	border-width: 0 1px 0 0;
	border-style: solid;
	font-size: 1.2em;
	display: inline;
	padding: 0 .5em 0 0;
}
.botmenu2 li {
	font-size: 0.7em;

}
.botmenu li.last, .botmenu2 li.last {
	border-width: 0;
}
div#footer {
	text-align:center;
	color: #FF8213;
}
div#credits {
	text-align:center;
	font-size:0.6em;
	color: #555753;
	padding-bottom:1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {/*To re-set block-level items after getting rid of all default padding in 1st CSS rule*/
    margin:1em 5%; 
}
p {
	margin:0.9em 0.9em 0.9em 0em;
	text-align:left;
	line-height: 1em;
}
h1 {
	color:#FFA24E;
	margin:0;
	font-size: 1.3em;
	text-align:left;
	}
h1.top {
	margin-top: 1em;
}
h2 {
	margin:0.4em 0 0 0;
	font-size:1.1em;
	text-align:left;
	color:#70D6E0;
	}
h3 {
	margin:0 0.8em;
	font-size:1.3em;
	text-align:center;
	}
h4 {
	margin:0;
	padding:0;
	font-size:1em;
	color:#61452F;
}
.small {
	font-size:0.7em;
	color:#70D6E0;
}
img {
	padding:0;
	margin:0;
	border:0;
}
img.right {
	float:right;
	margin:0.5em 0.5em 0.5em 0.5em;
	}
img.left {
	float:left;
	margin:0em 0.5em 0.5em 0em;
}
b {
	font-weight:normal;
}
.inline {
	display:inline;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
.ital {
	font-style:italic;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #11b5c1;
}
#main a:visited {
	color: #CCC;
}
ul {
	text-align:left;
}
.blue {
	color: #11b5c1;
	font-weight:bolder;
}
.gold {
	color:#BE8B3E;
}
.white {
	color:#FFFFFF;
}
.offwhite {
	color:#FFFFCC;
}
.ivory {
	color:#F5FAA9;
}
.orange {
		color:#FF8213;
}
.lorange {
		color:#FFA24E;
}
p.blue {
	margin:0;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
strong {
		font-weight:normal;
}
.line {
	text-decoration:underline;
}
.largetext {
		font-size:1.3em;
}
table#contact {
	border-collapse:collapse;
	font-size:1em;
	margin:0 auto;
}
table#contact tr {

}
table#contact td {	
	border-color: #11b5c1;
	border-width:1px;
	border-style:solid;
	text-align:left;
	padding:0.3em;
}
table#contact {
	font-size: 1em;
	line-height:1em;
}
textarea {
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
}
fieldset {
	border:0px;
}
fieldset td {
	color:#333333;
}
form { 	
}
table {
	margin: 0 auto;
}
