
body {
	background: #ECE5D4 url(/images/css/pagebg.gif) repeat-y center;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* IE5 and Opera text */
body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body {
	font-size: small;
}
#wrapper {
	width: 794px;
	margin: 0px auto;
	text-align: center;
}

	/* main layout divs */

#canvas {
	background: #FFFFFF;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}
#inner {
	margin: 0px 10px;
	text-align: left;
}
#header {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background: #466A8D url(/images/css/headerbg.gif) no-repeat top right;
	font-size: 105%;
}
#header img {
	float: left;
	display: inline;
}
#content {
	background: url(/images/css/blendtop.gif) no-repeat top;
	clear: left;
}
#footer {
	background: url(/images/css/blendbott.gif) no-repeat bottom;
	text-align: center;
	clear: left;
}

	/* tabbed (main) menu */

#menu {
	clear: left;
	background: #466A8D url(/images/css/menubg.gif) repeat-x bottom;
	float: left;
	width: 100%;
}
#menu ul {
	margin: 0px 0px 0px 350px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	background: url(/images/css/left.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 9px;
	list-style: none;
}
#menu a {
	float: left;
	display: block;
	background: url(/images/css/right.gif) no-repeat right top;
	padding: 6px 15px 5px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}
/* hide from IE5-Mac \*/
#menu a {
	float: none;
}
/* End IE5-Mac hack */
#menu #here {
	background-image: url(/images/css/left_on.gif);
}
#menu #here a {
	background-image: url(/images/css/right_on.gif);
	color: #99CC99;
	padding-bottom: 6px;
}

	/* breadcrumb navs - subcat & pg# */

#subnav, #page {
	text-align: right;
}
#subnav li, #page li {
	margin: 0px;
	list-style: none;
	display: inline;
	color: #466A8D;
}

#subnav {
	margin: 0px 30px 0px 0px;
	padding-top: 10px;
}
#subnav li {
	padding: 10px;
	font-size: 95%;
}
#subnav li a, #page li a {
	color: #466A8D;
	text-decoration: none;	
}
#subnav #on a, #page #pg a {
	font-weight: bold;
}

#page {
	margin: 10px 80px 10px 0px;
	padding: 0px;
}
#page li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 85%;
}

	/* text styles */

a {
	text-decoration: none;
	color: #336699;
}
p, li {
	margin-left: 15px;
	font-size: 95%;
	color: #466A8D;
	list-style: square;
}
#content h1, #content h2 {
	margin-top: 10px;
	padding: 0px 0px 5px 15px;
	font-size: 125%;
	color: #99AC99;
	border-bottom: 1px solid #CCCCCC;
}
#content h1.nonav {
	padding-top: 15px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 15px;
	font-size: 85%;
	color: #466A8D;
}

	/* image gallery */

#thumbnails {
	float: left;
}
.nail, .gallery {
	float: left;
	display: inline;
	width: 150px;
	margin: 0px 20px 10px 20px;
	padding: 0px;
	text-align: center;
}
.gallery {
	width: 340px;
}
.nail p, .gallery p {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	padding: 0px 0px 0px 0px;
}
.nail img, .gallery img {
	background: #FFFFFF;
	padding: 10px;
	border-left: 1px solid #99AC99;
	border-top: 1px solid #99AC99;
	border-right: 1px solid #466A8D;
	border-bottom: 1px solid #466A8D;
}
.nail a:hover, .gallery a:hover {
	text-decoration: none;
	color: #99AC99;
}

	/* contact form */

form {
	margin: 15px;
}
fieldset {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
legend {
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}
span {
	font-weight: normal;
}
p#error {
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}
#errlist li {
	font-size: 100%;
	line-height: 20px;
}
table {
	margin-left: 10px;
	border: 0px;
	color: #666666;
	font-size: 95%;
}
table td {
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
}
table .label {
	padding-right: 15px;
}
#formdone {
	margin-bottom: 100px;
}