@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #88a5dc;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.header {
	width: 900px;
	height: 88px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

	.header img {
		float: left;
		border: none;
	}
	
.movie {
	float: left;
	width: 220px;
	height: 147px;
	margin-top: 210px;
	margin-left: 85px;
}

.nav {
	width: 900px;
	background-color: #c0d1b1;
	padding: 1px 0 5px 0;
	*padding: 3px 0 5px 0;
}

.ulWrap {
	margin: 0 auto;
	width: 881px;
	*width: 887px;
}

	.nav ul { 
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.nav ul li {
		margin: 0;
		padding: 0;
		color: #829672;
		font-size: 8pt;
		display: inline;
		margin: 1px;
		*margin: 2px;
	}
	
	.nav ul li a {
		color: #000;
		text-decoration: none;
	}
	
	.nav ul li a:hover {
		color: #829672;
	
	}
	
.mainIndex {
	float: right;
	height: 586px;
	background-color: #fffbf5;
	width: 900px;
	margin-bottom: 5px;
	background-image: url(images/mainIndex.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.main {
	float: right;
	min-height: 300px;
	background-color: #fff;
	width: 880px;
	margin-bottom: 5px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	padding: 0 10px 139px 10px;
}

	.main h1 {
		margin: 10px 0 0 0;
		padding: 0;
		padding-top: 5px;
		font-size: 15px;
		letter-spacing: 3px;
		font-weight: bold;
		color: #829672;
		text-transform: uppercase;
	}

	.main p {
		font-size: 12px;
		margin: 7px 0 0 0;
		text-indent: 20px;
		line-height: 1.75em;
	}
	
	.main p a, .main ul a {
		color: #985840;
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
	}
	
	.main p a:hover, .main ul a:hover {
		color: #927C8A;
	}
	
	.main ul {
		font-size: 12px;
	}
	
	.main ul li {
		list-style-type: square;
		margin: 0 0 10px 0;
	}
	
	.main ul li ul {
		font-size: 11px;
		padding: 0;
	}
	
	.main ul li ul li {
		list-style-type: none;
		margin: 0 0 5px 0;
	}
	
.subNav {
	width: 120px;
	background-color: #c0d1b1;
	float: right;
	margin: 10px 0 5px 10px;
	padding: 8px 10px 10px 25px;
}	
	.subNav ul {
		font-size: 12px;
		color: #fff;
		padding: 0;
		margin: 0;
		list-style-type: square; 
	}
	
	.subNav ul li {
		margin-top: 3px;
	}
	
	.subNav ul li a{
		color: #fff;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
	}
	
	.subNav ul li a:hover {
		color: #000;
	}

.floatLeft {
	float: left;
	margin: 10px 10px 5px 0;
}

.floatRight {
	float: right;
	margin: 10px 0 5px 10px;
}


.navIndex {
	width: 245;
	position: absolute;
	top: 442px;
	left: 670px;
	*left: 655px; /* This is to compensate for the 15px padding-left in the ".navIndex ul" class below. Oh IE! */
}
	
	.navIndex ul {
		padding: 0;
		margin: 0;
		color: #829672;
		list-style-type: square;
		*padding-left: 15px; /* This fixes IE7's silly habit of hiding the bullets in my <ul> tag. */

	}
	
	.navIndex ul li {
		margin-top: 4px;
	}
	
	.navIndex ul li a {
		text-decoration: none;
		color: #829672;
		font-weight: bold;
		letter-spacing: 1px;
		*font-weight: normal;
	}
	
	.navIndex ul li a:hover {
		color: #c0d1b1;
	}

.footer {
	width: 900px;
	text-align: center;
	margin-bottom: 5px;
}

	.footer p {
		font-size: 12px;
		color: #000;
	}

	.footer p a {
	text-decoration: none;
	color: #fff;
}

	.footer p a:hover {
	text-decoration: none;
	color: #000;
}

/*//////////////////////////////////Photo Gallery and Newsletter Styles///////////////////////////////////*/

.gallery_caption {
	font-size: 10px;
	margin-top: 5px;
}

.album_title {
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #C0D1B1;
	background-color: #C0D1B1;
}

.leftTableCol {
	font-size: 9pt;
	text-align: right;
}

.newsletter_table {
	background-color: #829672;
	font: 13px arial,helvetica;
}

.newsletter_hdr_row {
	background-color: #E8E8E6;
	color: #777777;
}

.newsletter_row {
	background-color: #FFF1DC;
	color: #333333;
}

.newsletter_button {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #829672;
	margin: 0px;
	padding: 0px;
}
