/*
---------------------------
Meredith K - styles
authors: Dave Kobrenski/Derek Sivers
http://www.bbmdesigns.com
version: 11 october 2005
---------------------------
*/

/*
background colors:
lighter:  #ffd9ac
darker: #f5bc87
*/

body, html {
	background-image: url(/images/horiz_stripes.png);
	background-repeat: repeat-y;
	color: #413931;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
	min-width: 705px;
	font-size: 12px;
	line-height: 1.6em;
}

/* Basic -------------------------------- */

div, h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul, li {
	
	list-style-type: none;
}

img {
	
}

img.right {
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
	padding: 3px;
}
img.contactphoto {
	float: right;
	margin-right: 55px;
	margin-left: 12px;
	margin-top: -45px;
	margin-bottom: 10px;
	padding: 3px;
}

/* Tables -------------------------------- */

table {
	border-collapse: collapse;
	margin: 0;
}

th, td {
	font-size: 12px;
	padding: 3px;
}

/* Links -------------------------------- */

a:link {
	color: #2D4E4C;
	text-decoration: none;
}

a:visited {
	color: #2D4E4C;
	text-decoration: none;
}

a:hover {
	color: #D38B5A;
	text-decoration: underline;
}

a:active {
	color: #2D4E4C;
}

/* Structure -------------------------------- */

#wholepage {
	margin: 25px auto;
	padding: 0 0 14px 0;
	border: 1px solid #803A29;
	background: #fff url(images/faux_col.gif) repeat-y left top;
	width: 728px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px; /* actual value */
}

html>body #wholepage {
	width: 700px; /*for Opera */
}
/* Navigation -------------------------------- */

#nav {
	float: left;
	/* width: 170px; */
	width: 143px;
	margin-bottom: 20px;
}

#nav img {
	/* width: 108px;
	height: 117px; 
	margin: 4px auto 10px auto; 
	 */
	display: block;
	width: 143px;
	height: 131px;
	margin: 0;
	padding: 0;	
	background-color: #fff;
}

ul#navul {
	border-top: 1px solid #414742;
	padding-right: 1px;
	padding-top: 12px;
}

ul#navul li {
	padding: 1px 0;
}

#nav li {
	padding: 1px 0;
}

#nav li a {
	display: block;
	padding: 8px 2px 8px 30px;
	text-decoration: none;
	height: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #9AB9A5;
}

html>body #nav li a {
	height: auto;
}

#nav li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #cc0;
}

ul#subnav li {
	margin: 0;
}

#nav ul#subnav li a {
	padding: 1px 2px 1px 34px;
	text-transform: lowercase;
	font-size:  .9em;
	background-color: #E8FFE5;
	color: #9AB9A5;
}

#nav li.navactive a {
	background-color: #fff;
	color: #970;
}

#nav ul#subnav li a:hover {
	background-color: #fff;
	color: #cc0;
}

#nav ul#subnav li.subnavactive a {
	background-color: #A9C4AE;
	color: #2D4E4C;
}

/* Header -------------------------------- */

#header {
	/* background: transparent url(images/header_text.gif) no-repeat 185px 5px; */
	background: transparent url(images/header_text.gif) no-repeat 144px 0px;
	padding-top: 1px;
}

#header h1 {
	padding-top: 135px;
	padding-left: 162px;
	margin: 15px 0;
	color: #9AB9A5;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.7em;
}

#header img {
	display: none;
}

h2 {
	margin: 16px 0;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.5em;
	text-align: center;
	border-top: 1px solid #A2A8A4;
	border-bottom: 1px solid #A2A8A4;
	padding: 6px 0;
	background-color: #E8FFE5;
	color: #413931;
}

/* Content -------------------------------- */

#content {
	padding-left: 144px;
}

#content p {
	padding-left: 17px;
	padding-right: 17px;
}

/* Gallery -------------------------------- */

table#gallerynav {
	font-weight: bold;
	width: 510px;
	margin-left: 20px;
}

table#gallerynav td {
	padding: 0;
	width: 105px;
}

table#gallerynav td a {
	color: #413931;
}

table#gallerynav td br {
	line-height: 1px;
}

table#gallerynav td.back {
	text-align: right;
	width: 33%;
}

table#gallerynav td.back a {
	color: #fff;
	font-size: 6px;
	display: block;
	float: right;
	height: 25px;
	padding-left: 24px;
	background: transparent url(images/back.gif) no-repeat left center;
}

td.back a:hover, td.next a:hover {
	color: #fff;
}

table#gallerynav td.next {
	width: 33%;
}

table#gallerynav td.next a {
	color: #fff;
	font-size: 6px;
	display: block;
	float: left;
	height: 25px;
	padding-right: 24px;
	background: transparent url(images/next.gif) no-repeat right center;
}

table#gallerynav td.center {
	width: 33%;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
}

div.gal_thumb {
	text-align: center;
	width: 510px;
	margin-left: 20px;
}

div.gal_thumb img {
	display: block;
	margin: 6px auto;
	border: none;
}

#gallerynav a img {
	border: none;
}

div.gal_thumb a:hover img, #gallerynav a:hover img {
	
}

#gallerynav a, #nav a {
	text-decoration: none;
}

#gallerynav a {
	font-size: 11px;
	font-weight: normal;
}

#gallerynav a:hover, #nav a:hover {
	text-decoration: none;
}

.small {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* Details -------------------------------- */

div.news {
	padding: 0 17px;
}

div.news_entry {
	margin-bottom: 2em;
}

div.news_date {
	color: #949A96;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 5px;
	text-align: right;
}

div.news_text {
	
}

div#contact {
	margin: 2em 0 0 2em;
	line-height: 30px;
}

div#contact a {
	font-weight: normal;
}

ul#linklist li {
	margin: 1.5em 0 0 3em;
}
