		@charset "utf-8";
		/* CSS Document */
		
		/* CSS reset my Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
		
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, 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: "" "";
		}
		/*---------------end reset -------------------*/

body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFFFFF url(images/back.gif);
}
#wrapper {
	background-color: #EFEFEF;
	margin: 5px auto;
	width: 960px;
	overflow: hidden;
	text-align: left;
	border-right: solid 3px #3c3c3c;
}
#header {
	width: 960px;
	height: 72px;
	background: #3C3C3C;
	float: left;
}
.smaller {
	font-size: 75%;
	font-style: italic;
}
#header h1 {
	font: bold 48px "Trebuchet MS";
	margin: -5px 0px 0px -5px;
	display: block;
	padding: 0;
}
#header h1 a{
	text-decoration: none;
	color: #000;
	padding: 0;
}
#header p {
	font: bold 18px "Trebuchet MS";
	color: #BFCFFF;
	/*letter-spacing: 0.2em;*/
	padding: 0px;
	margin: -10px 0 0 40px;
	display: block;
}

/*----------main navigation menu--------------*/

#columnright {
	float: right;
	width: 138px;
	padding: 30px 0px 3000px 0px;
	margin: 0 0 -3000px 0;
	text-align: center;
	font: 1.1em "Trebuchet MS";
	border-left: dotted 2px #603;

}
#columnright ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
}
#columnright ul li a{
	padding: 2px 10px 2px 5px;
	display: block;
	width: 123px;
	text-decoration: none;
	color: #3C3C3C;
}
#columnright ul li a:hover{
	text-decoration: none;
	color: #000;
	background: #BFCFFF;
}
.phone {
	font-weight: bold;
	padding: 5px 10px 5px 5px;
	display: block;
	width: 123px;
	text-decoration: none;
	color: #000;
}
.phone:hover {
	text-decoration: none;
	color: #000;
	background: #BFCFFF;
}
#contentwrapper {
	float: left;
	width: 818px;
	padding-bottom: 20px;
}
#content {
	line-height: 1.5em;
	float: left;
	width: 718px;
	margin: 0px;
	padding: 10px 40px 10px 60px;
}
#content img {
	float: left;
	padding: 0px 10px 10px 0px;
}
#content h3 {
	font: 1.5em "Trebuchet MS";
	color: #3C3C3C;
	padding: 0;
	margin: 0;
}
#content h4 {
	font: 1.3em "Trebuchet MS";
	display: block;
	border-top: 1px solid #BFCFFF;
	color: #00248f;
	padding: 0;
	margin: 20px 0 10px 0;
}
#content p {
	margin-bottom: 1em;
}
#content table {/*table containing picture strip*/
	padding: 10px 10px 10px 0px;
	float: left;
}

/*tabbed navigation menu for gallery and di pages*/

#topnav {
	text-align: center;
	font-size: 11px;
	float: left;
	width: 820px;
	background-color: #EFEFEF;
}
#topnav ul {
	margin: 0px;
	padding: 10px 0px 21px 5px;
	list-style: none;
	border-bottom: solid 1px #000000;
}
#topnav li {
	display: inline;
}
#topnav li a {
	color: #3C3C3C;
	float: left;
	display: block;
	width: 80px;
	padding: 3px 2px 4px 2px;
	margin-left: 5px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 2px solid #000;
	border-left: 1px solid #ccc;
	background-color: #bfcfff;
	white-space: nowrap;
}
#topnav li a:hover {
	background-color: #BFCFFF;
	color: #000;
}
.caption {/*captions for pictures in picture strip*/
	font-size: .7em;
	line-height: normal;
}
.bicaption {/*bold italic caption*/
	font-size: .7em;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
	font-size: .8em;
}
.current {/*for current tab on gallery navigation*/
	color: #000;
	font-size: 11px;
	float: left;
	display: block;
	width: 80px;
	padding: 3px 2px 4px 2px;
	margin-left: 2px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 2px solid #000;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background-color: #FFf;
	white-space: nowrap;
}
#divFooter {/*bottom navigation*/
	float: left;
	clear: both;
	width: 960px;
	font-size: .9em;
	font-family: "Trebuchet MS";
	background-color: #BFCFFF;
	border-bottom: solid 3px #3c3c3c;
}
#divFooter ul {
		margin: 10px 0 0 20px;
}
#divFooter ul li{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#divFooter ul li a {
	color: #3C3C3C;
	text-decoration: none;
}
#divFooter ul li a:hover {
	color:#000;
	text-decoration: underline;
}
.tagline {/*contains copyright tagline*/
	text-align: right;
	display: block;
	width: 940px;
	font-size: .7em;
	font-style: italic;
	margin: -10px 5px 10px 0;
}
.webmodule {
	float: left;
	padding-top: 10px;
	height: 175px;
	width: 750px;
	text-align: left;
	vertical-align: top;
	border-top: 2px dotted #0033cc;
	margin-top: 20px;
	line-height: 1.4;
	font-size: .9em;
}
.webmodule img {
	margin-right: 20px;}
.webmodule a {
	color: #0033CC;
	font-weight: bold;
}
.webmodule p {
	margin-top: 20px;
	font-size: .9em;
}

/*this stuff on Gallery pages

<style type="text/css">

#content {/*main content
	float: left;
	width: 620px;
	height: 470px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#content table {/*table containing picture strip
	padding: 0px;
	float: left;
}
#content table img {
	padding-right: 2px;
}

end gallery stuff*/
