html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ececec;
}

img  { 
	behavior: url(/js/pngfix.js);
	border: none;
}

div {
	behavior: url(/js/pngfix.js);
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333399;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

a {
	color: #333399;
}

a:hover {
	color: #000066;
}


.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.imgBorder {
	padding: 3px;
	border: 1px solid  #333399;
}

#container {
	height: 100%;
   	position:relative;

}

#header {
	background: #333399 url(../img/navBG.jpg) repeat-x;
	width: 100%;
	height: 110px;
}

#header #headerContainer {
	width: 770px;
	margin: auto;
}

#header #headerContainer #nav {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(../img/leatherBG.jpg) no-repeat;
	width: 440px;
	height: 110px;
	margin-left: 58px;

}

#header #headerContainer #nav a {
	color: #ffffff;
	text-decoration: none;
}

#header #headerContainer #nav ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#header #headerContainer #nav li {
	list-style: none;
	color: #ffffff;
	float: left;
	margin: 5px 6px 0px 6px;
	height: 110px;
}

#header #headerContainer #nav li a {
	display: block;
	height: 105px;
}

#header #headerContainer #nav li a:hover {
	display: block;
	height: 75px;
	padding-bottom: 5px;
}


#header #headerContainer #nav .navTitle {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 25px;
	font-size: 15px;
}

#header #headerContainer #nav .navInfo {
	font-size: 11px;
	color: #cccc99;
	padding-top: 5px;
}

#header #headerContainer #nav .current {
	border-bottom: 2px dotted white;
}

#header #headerContainer #nav #home {
	width: 75px;
}

#header #headerContainer #nav #about {
	width: 100px;
}


#header #headerContainer #nav #schedule {
	width: 105px;
}

#header #headerContainer #nav #contact {
	width: 95px;
}

#banner {
	background: #955724 url(../img/woodBG.jpg) repeat-x;
	width: 100%;
	height: 217px;
	padding-top: 10px;
}

#banner #bannerArea {
	width: 760px;
	height: 198px;
	background: url(../img/bannerBG.png) no-repeat;
	margin: auto;
}

#banner #bannerArea #slideshow {
	padding-top: 9px;
	padding-left: 6px;
}

#marble {
	background: #ececec url(../img/marbleBG.png) repeat-x;
	width: 100%;
	height: 64px;
	border-top: 1px solid #fff;

}

#content {
	background-color: #ececec;
	width: 740px;
	margin: auto;
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
	position: relative; 
	padding-bottom: 20px;	
}

html>/**/body #content {min-height: 100%;}


#content #leftCol {
	width: 400px;
	float: left;
}

#content #leftCol label {
	display: block;
	width: 197px;
	*width: 188px;
	float: left;
}

#content #leftCol input {
	margin-bottom: 5px;
}

#content #rightCol {
	width: 308px;
	float: left;
	padding-left: 30px;
}

#content #ribbonCol {
	width: 40px;
	float: right;
	margin-top: -75px;
}

* html #content .indexPage #rightCol {
	width: 308px;
	float: left;
	padding-left: 30px;
	padding-bottom: 10px;
	position: relative;
	padding-top: 200px;
	top: 205px;
	left: 250px;
	z-index: 100;
}


* html #content #ribbonCol { /*remove later*/
	visibility: hidden;
}

#content #photoGal {
	float: left;
	width: 300px;
	margin-right: 30px;
	padding-top: -120px;
}


#content #recentphotos {
	border: 1px solid #003300;
	width: 259px; 
	height: 172px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#content li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: -30px;
}

#content #newsContainer {
	width: 250px;
}

#content #newsContainer ul li {
	list-style: disc !important;
	margin: 0 !important;
	padding: 0 0 0 2px !important;
}

#content .newsDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7d7dae;
	font-weight: bold;
}

#content .newsHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	padding-bottom: 5px;
}

#content .newsStory {
	text-align: justify;
}

#content .thumb {
	float: left;
	padding: 2px;
	margin: 4px;
}

#content .features {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}

* html #content .features {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}

#content .photoBreak {
	clear: both;
	padding-bottom: 40px;
	*padding-bottom: 45px;
}

#preview{
	position:absolute;
	border:1px solid #333333;
	background:#333399;
	padding:5px;
	display:none;
	color:#fff;
}



#footer {
	width: 100%;
	height: 40px;
	background-color: #333399;
	color: #FFF;
	line-height: 15px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	clear: left;
}



#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #009900;
}

/*Begin table content*/
#table  {
	background-color:#ececec;
	color: #333;
	width:740px;
}

#table th {
	background-color:#333399;
	color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	padding:1px 2px;
	height: 30px;
}

#table tr {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 2px;
	height: 30px;
	border: 1px solid #ccc;
}

#table td {
	border-bottom: 1px solid black;
}
.message{text-align: center; font-family:Georgia, 'Times New Roman', Times, serif; font-size: 16px; font-weight: bold; font-style: italic; color: #333399;}

.closeWindow {
	margin-left: 15px;
}

.submitForm {
	margin-left: 0px;
}

#socialmedia {
	width: 100px;
	height: 25px;
	float: left;
	margin: -60px 0px 0px 605px;
}

#socialmedia-inside {
	width: 95px;
	height: 25px;
	float: left;
	margin: -60px 0px 0px 655px;
}


#likebutton {
	float: left;
	clear: none;
	margin: 0px 0px 0px 0px;
	height: 25px;
	width: 50px;
}

#twitter {
	width: 12px;
	float: left;
	clear: none;
	margin: 3px 0px 0px 10px;

}

#twittera {
	width: 12px;
	height: 17px;
	display: block;
	background-position: 0 0;
	background: url(../img/twittericon.jpg);
	margin: 0 auto;
}

#twittera:hover {
	background-position: -12px 0;
}

.social {
	display: none;
}

#facebook {
	width: 10px;
	float: left;
	clear: none;
	margin: 2px 0px 0px 10px;
}

#facebooka {
	width: 10px;
	height: 18px;
	display: block;
	background-position: 0 0;
	background: url(../img/fbicon.jpg);
	margin: 0 auto;
}

#facebooka:hover {
	background-position: -10px 0;
}

#rightcol-h3 {
	clear: none;
}

#archivebutton {
	width: 170px;
	height: 32px;
	float: left;
	margin: 0px 0px 10px 45px;
}

#archive-pages {
	width: 100%;
	float: left;
	margin: 10px 0 0 55px;
	list-style: none; 
}

#archive-pages li a {
	float: left;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: inline;
}

#outer-content {
	background-color: #ffffff;
	width: 740px;
	height: inherit;
	margin: auto;
	font-size: 12px;
	line-height: 17px;
	position: relative; 
	padding-bottom: 20px;	
}

/*.initial { 
 	background-color: #DBDBDB; 
	color:#000000; 
}

.normal { 
 	background-color: #ffffff; 
	color:inherit;
}

.highlight { 
	background-color: #ABA28F;
	color:inherit;
	cursor:default; 
}
*/
/*End table content*/

