html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,del,em,img,small,strong,sub,sup,b,u,i,center,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; vertical-align:baseline; background:transparent;
	}
h1,h2,h3,h4,h5,h6,pre,code,input,textarea {font-size:1em;font-weight: normal;}
a img,:link img,:visited img {border:none;}
:link,:visited {text-decoration:none;}
ul,ol {list-style:none;}
address {font-style: normal;}

.screenreader {
	position: absolute;
	left: -9000px;
	top: -9000px;
	}

.imageReplace {text-indent: -9000px;}

.clearfix:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

a:active {outline: none;}
:focus {-moz-outline-style: none;}

body {
	font: 75% Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; /* reset font size to 12px; */
	color: black;
	background: white;
	text-rendering: optimizeLegibility;	/* Enable kerning pairs and ligatures in Webkit, force them in Gecko. */
	}

#global {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	}


/***************************  structure   ***************************/

#header {
	height: 21px;
	/* border-bottom: 1px dotted black; */
	background: url(../img/dotted-rule.png) repeat-x bottom left;
	}
	
#content {
	background: url(../img/dotted-rule.png) repeat-x top left;
	overflow: hidden;
	clear: both;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 900px;
	margin-top: 72px;
	padding-top: 1em;
	font-size: .833333em; /* 10px */
	background: url(../img/dotted-rule.png) repeat-x top left;
}

#footer .email {
	float: left;
	width: 600px;
	margin-right: 20px;
	color: red;/*DMiller--2feb2011*/
}

#footer .copyright {
	float: right;
	width: 280px;
	color: #ff3300;
}

#mainContent {
	padding: 30px;
}
	
#mainImage {
	float: left;
	width: 600px;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}
	
#mainImage img {
	width: 600px;
	height: auto;
}

#thumbnails {
	float: right;
	width: 300px;
	background: white;
}

div.imageDiv {
	margin: 0 0 18px 0;
}
	
#thumbnails .imageDiv {
	float: left;
	width: 130px;
	height: 86px;
	margin-left: 20px;
	overflow: hidden;
}
	
#thumbnails .imageDiv img {
	width: 100%;
	height: auto;
}

#thumbnails .imageDiv img:hover {
	cursor: pointer;
}

.description {
	width: 900px;
	clear: both;
	background: url(../img/dotted-rule.png) repeat-x top left;
	padding-top: 2em;
}

/*Dave Miller 12 jan 2011*/
.description .mainText .videoDiv{
	float: left;
	width: 600px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: -20px;
	border: solid blue 0;
}

/*Dave Miller 12 jan 2011*/
.description .mainText .videoDiv a, p.caption{
	/*border: solid red 1px;*/
	clear:both;
	padding-bottom: 0;
}

.description h1,
.description h2,
.description h3,
.description h4 {
	color: black;
}

/*DMiller --2feb2010*/
.description .mainText {
	float: left;
	width: 600px;
	/*border: solid red 1px;*/
}

.description .aside {
	float: right;
	width: 280px;
	/*border: solid red 1px;*/
}

#thumbContainer {
	width: 230px;
	height: 230px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	border: solid red 0;
}

#thumbContainer img.pageThumbs {
	width: auto;
	height: auto;
	min-width: 230px;
	min-height: 230px;
}

/*Dave Miller 12 jan 2011*/
ul.sectionList {
	float: right;
	clear: right;
	width: 330px;
	border: solid blue 0;
	margin-right: 300px;
}

/***********************   main navigation   ***********************/

#mainNav {
	margin-top: .45em;
	height: 90px;
	float: left;
}

/* First level menu */
#mainNav ul li {
	float: left;
	padding-right: .8333em; /* 10px */
	font-size: 1.0833em; /* 13px */
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
}

#mainNav ul li a {
	color: black;
}

#mainNav ul li a:hover {
	color: #ff3300;
}

/* Second-level menu */
#mainNav ul ul {
	position: absolute;
	width: 900px;
	top: 1.5em;
	left: 0;
}

#mainNav ul ul li {
	float: left;
	font-size: .84615em; /* 11px */
	line-height: 1.636363;
	text-transform: none;
	letter-spacing: normal;
}

#mainNav ul li.on a {
	color: #ff3300;
	}
#mainNav ul li.on ul li a {
	color: #666;
	}
#mainNav ul li.on ul li a:hover {
	color: #ff3300;
	text-decoration: underline;
	}
#mainNav ul li.on ul li.on a {
	color: #ff3300;
	}

	
/*
#section1.subsection1 #mainNav a#subnav1,
#section1 #mainNav a#nav1,
#contact #mainNav a#nav6 {color: #CCCC99;}
*/
	
/* A simple way to ensure the second-level list items don't extend beyond
/* the right edge of the layout is to guestimate the max width of each. */
#mainNav .nav22 ul {	width: 745px; }
#mainNav .nav23 ul {	width: 682px; }
#mainNav .nav26 ul {	width: 618px; }
#mainNav .nav27 ul {	width: 541px; }
#mainNav .nav29 ul {	width: 481px; }
#mainNav .nav28 ul,
#mainNav .navContact ul {	width: 342px; }



/***********************   page navigation   ***********************/

#pageNav {
	float: right;
	margin: 0;
	}
#pageNav li {
	float: left;
	padding-left: 20px;
	}
#pageNav li,
#pageNav li a { color: black;}
#pageNav li a:hover {color: #ff3300;}


/*****************************  type   *****************************/

#title,
#header h1, 
#header h2 {
	float: left;
	font-size: 1.1666666em; /* 14px */ 
	line-height: 1em; /* 14px */
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
#header h1, #header h2, #header h3 { display: none; } /* depends whether or not the design calls for breadcrumbs */

#title, 
#title a {
	color: black;
	padding-right: 15px;
	}

h1 span {
	padding-right: 10px;
	}

h1 span.h1-level1 {color: #646464;}
h1 span.h1-level2 {color: #646464;}
h1 span.h1-level3 {color: #646464;}

h3 {
	float: left;
	clear: left;
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* 18px */
	margin-top: 1.2857em;
	color: black;
	}

p, ul, ol {	
	font-size: 1em; /* 12px */
	line-height: 1.25em; /* 15px */
	margin: 0 0 1.5em 0;
	}

p.caption {
	font-size: 0.8333em; /* 10px */
	color: #999;
	padding: .5em 0;
}

.description {
	color: #646464;
}

.description .aside,
.description .aside p,
.description .aside ol,
.description .aside ul {
	font-size: 10px;
	line-height: 15px;
}

.description ul {
	list-style: disc inside;
}

.imageDiv p.phptotitle {
	margin: 1.5em 0 0 0;
	color: black;
}

.imageDiv, .albumText {
	color: #646464;
}
	
.imageDiv p {margin: 0;}

.sectionList li {
	margin-bottom: 1em;
	border: red solid 0;
}

/* ------ Link styles ------- */

a, a:link, a:visited {
	color: #ff3300;
	text-decoration: none !important;
}

a:hover, a:active {
	color: #ff3300;
	/* border-bottom: 1px solid #ff3300; */
}

p a:link, p a:visited {
	color: black;
	/* border-bottom: 1px solid #ccc; */
}
	
p a:hover, p a:active {
	color: #ff3300;
	/* border-bottom: 1px solid #ff3300; */
}

#title a, 
#title a:link, 
#title a:visited {
	border-bottom: none;
}

#title a:hover, #title a:active {
	color: #ff3300;
}

.imageDiv a,
.imageDiv a:link,
.imageDiv a:hover,
.imageDiv a:visited,
.imageDiv a:active {
	text-decoration: none;
	border: none;
	outline: none;
}
	
sup a:link, sup a:visited {text-decoration: none;}

/*  end link styles */


/*****************************  forms   *****************************/

form div {padding-bottom: 1em;}

fieldset {
	margin-top: 1em;
}

label {
	display: block;
	width: 200px;
	float: left;
	margin-right: 15px;
	text-align: right;
	padding-top: 4px;
	color: black;
	line-height: 1.4em;
	vertical-align: middle;
	}

input,
textarea {
	border: 0;
	width: 300px;
	padding: 4px;
	margin: 1px;
	background: #fafafa;
	font-size: 1em;
	line-height: 1.25em;
	}
	
input:hover, textarea:hover {
	background: #f7f7f7;
}

input:focus, textarea:focus {
	background: #f6f6f6;
	margin: 0;
	border: 1px solid #e1e1e1;
	outline: none;
}

img#captcha {
	margin-left: 215px;
	margin-right: .5em;
	border: 1px solid #e1e1e1;
	}

form a, form a:link, form a:visited {/* reset captcha link */
	color: black;
	text-decoration: underline !important;
	font-size: .8em;
}
form a:hover, form a:active {
	color: #f30;
}

.submit input {
	width: auto;
	margin-left: 215px;
	padding: .5em 1em;
	background: #ccc;
	color: black;
	}
.submit input:hover,
.submit input:active {
	background: #eee;
	color: #f30;
	cursor: pointer;
	}

div#photodiv {
	background-repeat: no-repeat;
	margin: 0 0 0 15px;
}

#ContactAddForm {
	margin-top: 2em;
}

/*****************************  alternate theme   *****************************/

body.darktheme {
	background-color: black;
}

body.darktheme h1, 
body.darktheme h2, 
body.darktheme h3,
body.darktheme h4,
body.darktheme h5,
body.darktheme h6,
body.darktheme #title a:link, body.darktheme #title a:visited,
body.darktheme #pageNav a, body.darktheme #pageNav a:link, body.darktheme #pageNav a:active,
body.darktheme #mainNav a, body.darktheme #mainNav a:link, body.darktheme #mainNav a:active {
	color: #ddd;
}

body.darktheme a:hover,
body.darktheme a:active,
body.darktheme #title a:hover,
body.darktheme #title a:active,
body.darktheme #pageNav a:hover,
body.darktheme #pageNav a:active,
body.darktheme #mainNav a:hover,
body.darktheme #mainNav a:active {
	color: #ff3300;
}

body.darktheme li.on {
	color: #444;
}

body.darktheme p,
body.darktheme ol,
body.darktheme ul,
body.darktheme dl,
body.darktheme label {
	color: #bbb;
}

/*Dave Miller 6 jan 2011*/
#content ul.sectionList li p
{
border: solid red 0;
margin-top: 10px;
}



