body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
	background-color: #277249;
	background-position: center top;
}


em {
	color:#461F22;
	font-size:12px;
	font-weight:bold;
}

.clear {
	clear: both;
}

strong {
	color: #000000;
}



p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	margin-right: 270px;
	margin-left: 300px;
	text-transform: none;
	padding: 0px;
	clear: left;
}

p.normal {
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	margin-right: 150px;
	margin-left: 300px;
	text-transform: none;
	padding: 0px;
	clear: left;
}

h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}
h2 {
	color: #990000;
	margin-left: 290px;
	margin-right: 0px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0px dashed #000;
	margin-bottom: 0px;
	line-height: normal;
	border-top: 0px dashed #999;
	border-bottom: 0px solid #ccc;
	padding: 10px 0px 10px 0px;
	width: 400px;
	margin-top: 20px;
}




a:link, a:visited {
	color: #680931;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #690A32;
}


/* ----------------- address box ----------------- */

address {
	color: #FFFF33;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0 auto;
	width: 207px;
	padding: 0px;
	border: 0px solid #cccccc;
	position: absolute;
	left: 66px;
	top: 61px;
	height: 20px;
	line-height: 1em;
}
address a:link, address a:hover, address a:visited {
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5;
}

address strong   {
	color: #FFFF00;
	font-size: 12px;
	line-height: 1.1;
}


div#container {
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}

div#header {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 250px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 960px;
}


div#content {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/content-top.jpg);
}

/* ----------------- content div for the about us page ----------------- */

div#content2 {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/content-top2.jpg);
}

img.right  {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	clear: both;
	position: relative;
	margin-right: 60px;
	padding: 5px;
	margin-left: 5px;
}

img.right2  {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 0px solid #ccc;
	clear: both;
	position: relative;
	margin-right: 60px;
	padding: 5px;
	margin-left: 5px;
}
img.left {
	float: left;
	margin-top: 15px;
	margin-bottom: 55px;
	border: 1px solid #ccc;
	clear: both;
	position: relative;
	padding: 5px;
	margin-right: 10px;
}

img.left2 {
	float: left;
	margin-top: 15px;
	margin-bottom: 55px;
	border: 0px solid #ccc;
	clear: both;
	position: relative;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

img.center{
	float: left;
	margin-top: 15px;
	margin-left: 365px;
	border: 0px solid #ccc;
	clear: both;
	position: relative;
	padding: 5px;

}




/* ----------------- footer and links ----------------- */
div#footer {
	clear: both;
	height: 130px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 200px;
	border-top: 0px solid #000;
	background-image: url(images/footer.jpg);
}


div#utility {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;

}

div#utility a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 2px 0px 4px;
}


div#utility a:hover {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}

/* ----------------- copyright ----------------- */

div#copyright {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	width: 960px;
	height:auto;
	margin-top: 0px;
	clear: both;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	margin-right: auto;
	margin-left: auto;
}
div#copyright a {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

/* ----------------- login ----------------- */

div#login {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	width: 960px;
	margin: 0px auto;
	clear: both;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}

div#login a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- Horizontal nav ------------------- */

div#navshell {
	position:absolute;
	clear:both;
	height:41px;
	margin:0px 0px 0px 0px;
	padding: 0px 0 0 0px;
	font-family: Tahoma, Arial,Verdana,Helvitica,sans-serif;
	width: 540px;
	left: 220px;
	top: -34px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #fff;
}
ul#nav {
	margin: 0px;
	padding: 0px 0 0 0px;
}
ul#nav li {
	display: inline;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	
}
ul#nav li a {
	font-size: 12px;
	color: #FFFFFF;
	white-space:nowrap;
	float: left;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 0px 0px 0px;
	height:41px;
	border-right: 0px #333 solid;
	border-left: 0px #ccc solid;
	width: 87px;
	font-weight: normal;
	line-height: 1em;
}


ul#nav li#begin a {
	border-right: 0px #333 solid;
	border-left: 0px #ccc solid;
}

ul#nav li#end a {
	border-right: 0px #fff solid;
	border-left: 0px #fff solid;
}


ul#nav li a:hover{
	color:#FFFF00;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: center;
}
ul#nav li a.current{
	color:#FFFF00;
	font-weight:bold;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: center;

}

/*--------------web audio-------------*/

div#webaudiopopup {
	width: 100%;
	height: 100px;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url(images/webaudiobg.gif);
}

div#soundapplet {
	text-align:center;
	position:relative;
	top: 46px;
}
div#audio {
	position:absolute;
	left:66px;
	margin:0px auto;
	top: 261px;
	width: 200px;
	height: 49px;

}

/* ----------------- ie code ------------------- */

/*html #nav a {  mystery code to fix ie. you must use &nbsp for any spaces in nav text 
	width: 1%;}*/

/*-----------------list columns------------------------*/
	span {
	color:#000000;
	padding: 0px 0px 0px 0px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin-left: 200px;
}

.col1 {
	margin: 10px 0px 0px 0px;
	padding: 0 0 20px 5px;
	width: 250px;
	text-align: left;
	color: #000000;
	position: relative;
	margin-left: 290px;
}

.col2 {
	margin: 10px 0px 0px 0px;
	padding: 0 0 20px 5px;
	width: 215px;
	text-align: left;
	color: #000000;
	position: relative;
	margin-left: 0px;
}


.col3{
	margin: 10px 0px 0px 0px;
	padding: 0 0 20px 5px;
	width: 175px;
	text-align: left;
	color: #000000;
	position: relative;
	margin-left: 0px;
}

/* ----------------- iframe ------------------- */

div#iframe {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	float: right;

}

div#map iframe{
	border: 1px solid #000;
	margin-right: 110px;
	float: right;


}
div.cc/*-----------------credit cards absolute------------------------*/
 {
	padding:1px;
	position: absolute;
	left: 100px;
	top: 292px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: #000000;
	width: 132px;
	height: 36px;

}

/*-----------------div for video------------------------*/
div#video{
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 20px;
	float: right;
}

/*-----------------div for slidshow on about us page------------------------*/
div#slideshow{
	width: 400px;
	height: 300px;
	margin: 20px auto;
	padding: 2px;
	border: 1px dotted #ffffff;
}
