/*	
 *	Style sheet by Jeff Burrows of Cynapse Systems Inc.  
 *	cynapse@cadvision.com.  Thanks to many people!
 */


.navigation
{
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	text-align: left;
}
.navigation ul
{
	height: 110%;
	float: left;
}

.navigation li
{
	float: left;
	border-left: solid 1px Silver;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
	padding: 3px;
	list-style: none;
}

.navigation .info li 
{
	border-left: solid 1px White;
	border-top: solid 1px White;
	border-bottom: solid 1px White;
	color: Maroon;
}

.navigation a
{
	border: 0px;
	margin: 0px;
	padding: 2px 7px;
	color: #222; /*Dark Grey*/
	background-color: White;
	text-decoration: none;
}

.navigation .child1
{
	border-left: solid 1px White;
}

.navigation a:hover
{
	background-color: Gray;
	color: White;
}
.navigation a.off { color: White }
.navigation a.off:hover { color: White; background-color: White; text-decoration: line-through;}

.navigation .current a { background-color: #373737; color: #fff; }

.navigation .current a.off { background-color: #373737; color: #fff; text-decoration: none;}

.autogallery .navigation { float: right; }
.autogallery h2 { float: left; margin: 2px 2px; padding: 0px;}
.autogallery p { float:none; clear:both; margin: 8px 2px; padding: 0px;}
.autogallery td { border: solid 1px Silver;}
.autogallery p.instruction { text-align: center; color: #bba500; font-style: italic}

.autogallerypicture { text-align: center; border-top: 1px outset gray}
.autogalleryform { text-align: center;}


/*this style stops inline links from appearing in a smaller font 
  and eliminates left and right margins and padding*/


a:hover
{
	color: teal;
	background-color: #e8e8e8;
}


.galleryimage
{
	border: 2px;
	border-top: solid black;
	border-left: solid black;
	border-right: solid #DDD;
	border-bottom: solid #DDD;
	padding: 1px;
}

.thumbnailimg
{
	border: 2px;
	border-top: solid black;
	border-left: solid black;
	border-right: solid #DDD;
	border-bottom: solid #DDD;
	padding: 1px;
}
a.thumbnaillink
{
	border: 0;
	padding: 0;
	margin: 10px;
	text-align: center;
}

a.thumbnaillink:hover
{
	background-color: #FCFCFC;
	border: 0;
}

.error
{
	color: Red;
	font-style: italic;
}

/* Forms related styles*/

/* div within field set is used to 'contain' 
	an input field, its label and messages 
	associated with it*/


form, fieldset
{
	border: 0px;
	margin: 0px;
	font-size: 1em;
	text-align:center;
}

fieldset div
{
	border: solid 1px #ceb;
	padding: 2px;
	margin: 3px;
	background-color: #efd; /*ceb;*/
}

textarea, input, label
{
	font-family: verdana, lucida, arial, sans-serif;
	margin: 0px;
	margin-top: 4px;
	font-size: 0.8em;
	float: left;
}

input, textarea
{
	color: Blue;
}

label
{
	width: 6em;
	padding: 3px 0px 0px 0px;
	font-size: 0.7em;
}


fieldset div p
{
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-size: .7em;
	color: Maroon;
	margin-left: 6em; /*margin related to label width*/
	clear: both;
}

/* For the Guestbook */

.guestbookentry
{
	color: #888;
	font-size: 0.75em;
}
.standards
{
	padding-top: 20px;
	text-align: left;
}
.standards img
{
	border: none;
}
.standards a:hover
{
	background-color: #fff;
}

@media print
{
	.navigation, .leftcontent, .rightcontent
	{
		display: none;
	}
}
@media print
{
	.middlecontent
	{
		border: none;
	}
}