/* Main Stylesheet Formatting and Color */

body {
	background: #CD8F75;
	margin: 0;
	font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

A:link { color: #FFFFFF; text-decoration: none; }
A:hover { color: #FFFFFF; text-decoration: underline; }
A:active { color: #CD8F75; text-decoration: none; }
A:active:hover { color: #E8D3C4; text-decoration: underline; }
A:visited { color: #CD8F75; text-decoration: none; }
A:visited:hover { color: #E8D3C4; text-decoration: underline; }

#header {
	background: url(images/logo.gif) no-repeat #FFFFFF top right;
 	width: 650px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#wrap {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: #B37159 1px solid;
	background: url(images/bg.gif);
}

#container {
	width: 650px; 
}

#navcontainer {
	background: transparent;
	margin-top: -160px;
}

#navlist li {
	background: transparent;
	list-style-type: none;
	text-align: left;

	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	width: 150px;
}

#navlist li a:link { color: #000000; text-decoration: none; }
#navlist li a:visited { color: #333333; text-decoration: none; }
#navlist li a:hover { color: #CC0000; text-decoration: none; }

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #B56115;
	letter-spacing:-1px;
}

.content {
	background: #E8D3C4;
	min-height: 600px;
	_height: 600px; /*  IE6 fix */
	padding: 21px;
	text-align: left;
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666;
}

#footer-org {	
	background: #E8D3C4;
	padding: 5px;
	text-align: Left;
	font: 8pt/9pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
}

#footer {	
	background: #B56115;
	text-align: left; 
	padding: 5px;
	font: 8pt/9pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

#title {
	background: #B56115;
	text-align: right; 
	padding: 5px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 10px;
	/*text-transform: uppercase;*/ 
	color: #FFFFFF;
}

#outer {
	background: url(images/bg.gif);
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.pullquote {
	color: green;
	width: 150px;
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -3px;
	text-align: right;
	color: #DFA478;
}

.gallery {
	width: 375px;
	float: right; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px; 
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -3px;
	color: #DFA478;
}

.home-gallery {
	width: 300px;
	float: right; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px; 
	color: #DFA478;
}


#promo	{
	 width: 175px;
	 font-family: sans-serif;
	 font-size: 12pt;
	 font-weight: bold;
	 padding: 3px;
	 border: dotted 3px #996600;
}

#promo a:link { color: #CC0033; text-decoration: none; }
#promo a:visited { color: #CC0000; text-decoration: none; }
#promo a:hover { color: #FF0000; text-decoration: none; }

	

.boxout	{
	 background-color: white;
	 font-family: sans-serif;
	 font-size: 8pt;
	 padding: 0px 5px;
	 border: solid 1px #999999;
	 float: left;
}	