@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	}
	
a {
	color: #00395a;
	text-decoration: none;
	}

a:visited {	color: #00395a; }
a:hover { color: #988d70; }
a:active { color: #00395a; }

h1 {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:16px;
	text-transform:lowercase;
	color: #89761a;
	}
	
h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-style:italic;
	text-align:justify;
	line-height:15px;
	color: #89761a;
	}

.txt-nav {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:14px;
	text-transform:lowercase;
	text-align:left;
	}
	
.txt-nav p {
	margin: 0px 0px 20px 0px;
	}	
	
.txt-main {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:21px;
	}
	
#container {
	width:950px;
	margin:25px auto;
	background:url(/images/dottedLine_a.jpg);
	background-repeat:repeat-y;
	}
	
#header-left {
	margin:0px 0px 20px 0px;
	padding:0px;
	} 

#footer {
	margin:0px 0px 20px 0px;
	padding:0px;
	clear:left;
	}
	
#left-container {
	float:left;
	margin:0px;
	padding:0px;
	}

#header-right {
	float:left;
	margin:0px;
	}
	
#navigation {
	width:175px;
	float:left;
	margin:20px 0px 0px 25px;
	}
	
#text {
	width:325px;
	float:left;
	margin:0px 20px 0px 35px;
	padding:0px;
	}

#photos {
	width:250px;
	float:left;
	}
	
/* CONTACT FORM FORMATTING */

.contactform input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	}

.contactform label {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
	}

.contactform input, textarea {
	background-color:#d4c9ab;
	border:0;
	font-size:12px;
	padding:2px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	}

.contactform label {
	text-align: right;
	width: 75px;
	padding-right: 8px;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-transform:lowercase;
	color: #000000;
	}

.contactform br {
	clear: left;
	}

.contactform .bullet {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:14px;
	text-transform:lowercase;
	color: #988d70;
	}

.contactform button {
	width:75px;
	background-color:#00395a;
	color:#ffffff;
	text-transform:uppercase;
	margin-left:84px;
	}

/* DROP DOWN MENU FORMATTING */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom:1px dotted #777;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 174px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	color: #00395a;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	padding: 10px;
	border-bottom: 0;
	border-top: 1px dotted #777;
	}
	
li:hover ul, li.over ul { 
	display: block;
	background: #777;
	}
	
ul li a:hover { color: #bbad88; background: #f9f9f9; } /* Hover Styles */
.selected a { color: #bbad88; background: #f9f9f9; } /* Section Select */
.sub-selected a { color: #00395a; } /* Sub-Section Select */
.selected a:hover { color: #00395a; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */