/* @override http://jrgould.com/css/master.css */

@charset "UTF-8";

/* RESET CSS! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}


body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
.clearing {
	display: block;
	float: none;
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0px;
	background: transparent;
	padding: 0;
	margin: 0;
}

/* END RESET CSS*/


body{
	background:#e6e6df url(../layout_images/bg_shead2.png) 0 0 repeat-x;
	font-family: "Lucida Grande", helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#main{
	width: 950px;
	margin: 0 auto;
}
#head{
	height:50px;
	margin: 0 0 0 0;
	float: left;
}
#logo{
	display: block;
	width:224px;
	float:left;
	margin:8px 0 0 0 ;
}

#nav{
	float: left;
	width: 726px;
	text-align:right;	
}
#nav ul{
	padding: 0;
	margin: 14px 0 0 0;
}
#nav ul li{
	margin:  0 0 0 10px;
	display:inline;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited{
	font-size: 24px;
	font-weight: thin;
	font-family: "Georgia", "Times New Roman", times, serif;
	color: #828991;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #cfcfc8;
}

#content h1{
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 3em;
	color: #356180;
	margin:  0;
	font-weight: normal;
}
#content h1 span{
	color: #fff;
}
#content h2{
	font-family: Georgia, "Times New Roman", times, serif;
	color:  #333;
	margin: 0 0 5px 0;
	font-size: .9em;
	font-weight: normal;
}
#content p{
	margin: 10px 0 0 0 ;
	line-height: 1.4em;
	font-family: Frutiger, Geneva, Arial, Helvetica, Sans-Serif;
}
#content p span{
	color: #456180;
}

#content .left{
	width: 170px;
	margin: 0 10px 0 0;
	float: left;
}

#footer{
	position: static;
	bottom: 0px;
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	color: #666;
}
div.about-left{
	float: left;
	width: 540px;
	margin-right: 50px;
}
div.about-right{
	width: 350px;
	float: left;
	border: 5px solid #356180;
}
#thumbs{
	width: 166px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#thumbs li{
	float: left;
	margin: 0;
	padding: 0;
}
#thumbs li a{
	display: block;
	width: 75px;
	height: 49px;
	float: left;
	padding: 3px;
	background: #fff url(../layout_images/thumbBG.jpg);
	margin: 0 0 3px 0;
}
#thumbs li a.first{
	margin-right: 4px;
}
#thumbs li a.activeSlide{
	padding: 0;
	border: 3px solid #356180;
}
#nav_back, #nav_forward{
	width: 30px;
	float: left;
	height: 494px;
}
#nav_back a, #nav_forward a{
	display: block;
	height: 100%;
}
#nav_back a img, #nav_forward a img{
	margin: 202px 0 0 0 ;
	background-color: #356180;
}
#nav_back a:hover img, #nav_forward a:hover img{
	background-color: #fff;
}
#nav_back a:active img, #nav_forward a:active img{
	background-color: #ccc;
}
#gal_container{
	width: 719px;
	float: left;
}
#gal_wrap{
	background: #fff url(/layout_images/pframe.jpg) top left no-repeat;
	height: 494px;
	width: 622px;
	padding: 0px 0px 0px 22px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	display: block;

}
#gal_wrap2{
	background: #fff url(/layout_images/pframe.jpg) top right no-repeat;
	padding: 22px 22px 22px 0px;
	overflow: hidden;
}
ul#gallery{
	height:450px;
	width: 300px;
	margin: 0;
	padding: 0;
}
ul#gallery li{
	text-align:center;
}
ul#gallery li span{
	display:  block;
}
ul#gallery li img{
}
#subnav a{
	color: #333;
	text-decoration: none;
	font-family:  "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
#subnav a.active{
	color: #356190;
}
#subnav a:hover{
	color: #356180;
}





