/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
		/*---------------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;
	padding: 0px;
	margin: -10px 0 0 40px;
	display: block;
}

/*--------- right navigation menu --------------*/

#columnright {
	float: right;
	width: 138px;
	padding: 30px 0px 3000px 0px;
	margin: 0 0 -3000px 0;
	text-align: right;
	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;
	border-bottom: solid 1px #BFCFFF;
}
#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;
}
/*------------------ main content area --------*/
#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: 1em 0;
	width: 718px;
}
#content h4 {
	font: 1.3em "Trebuchet MS";
	display: block;
	border-top: 1px solid #BFCFFF;
	color: #00248f;
	padding: 0;
	margin: 20px 0 10px 0;
	width: 718px;
}
#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;
}
/*--------------------------bottom navigation----------------*/
#divFooter {
	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;
}
/*---------------------Websites page---------*/
.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;
	border: 0;
}
.webmodule p {
	margin-top: 20px;
	font-size: .9em;
}
/*------------- This n that-----------------*/
.italic {
	font-style: italic;
}
blockquote {
	margin: 2em;
	font-style: italic;
}
/*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*/

