@charset "utf-8";

body { /* outside area on page and master font for the site */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006633;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.container0 { /* to create shadows on sides and to hold content */
	width: 95%; 
	margin: 0 auto;
	background: url(images/shadowLeft.gif) repeat-y left;
	padding-left: 8px;
}
.container1 { /* to create shadows on sides and to hold content */
	width: 100%;
	background:  url(images/shadowRight.gif) repeat-y right;
	color: #003300;
	padding-right: 8px;
}
/* for banner area */
#pghead { 
	width: 100%;
	background: #336699 url(images/trees-tile.jpg) repeat-x top;
}
/* if you replace any of these photos it is very important to use a photo with the same dimensions */
#pghead #photo1 { 
	border-right: 6px solid #003300;
	background-image: url(images/timberton-view.jpg);
	width: 280px;
	height: 330px;
}
#pghead #photo2 {
	border-right: 6px solid #003300;
	background-image: url(images/houses-2.jpg);
	width: 245px;
	height: 184px;
}
#pghead #photo3 {
	border-left: 6px solid #003300;
	background-image: url(images/timberton-sign.jpg);
	width: 104px;
	height: 184px;
}
.bodyphoto {
	border: 6px solid #fff;
	margin: 10px;
}
#sitetitle {
	border-top: 6px solid #003300;
	background: #336699;
	color: #ffff99;
	display: block;
}
h1 { 
	font-family: Garamond "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-variant: small-caps;
	padding-top: 6px;
	padding-bottom: 12px;
}
	
/* basic style for links, other styles build on this  */
a:link {
	color: #006633;
}
a:visited {
	color: #006699;
}
a:active, a:focus {
	color: #990000;
}
a:link:hover, a:visited:hover {
	color: #990000;
	text-decoration: none;
}
/* main site navigation */
#nav1 {
	text-align: left;
	width: 92%;
	margin: 0 auto;
}
#nav1 ul {
  font: bold .9em Veranda, sans-serif;
  text-align: left;
  padding: 3px 0 1px 0;
  margin: 0;
}
#nav1 li {
	list-style: none;
	margin: 0 1px 0 1px;
	padding: 0;
	display: inline;
}
#nav1 a {
	padding: 3px 15px 5px 15px;
	margin: 0;
	display:inline-block;
	background: url(images/cornerLeft.gif) no-repeat;
	background-position: left top;
	text-decoration: none;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	color: #333;
}
#nav1 a:focus, #nav1 a:active {
	background: url(images/cornerLeft-focus.gif) no-repeat;
	background-position: left top;
	color: #000
}
#nav1 a:hover {
	background: url(images/cornerLeft-hover.gif) no-repeat;
	background-position: left top;
	color: #fff
}
#nav1 ul li.navcurr a, #nav1 ul li a:hover.navcurr, #nav1 ul li a:focus.navcurr, #nav1 ul li a:active.navcurr {
	background-color: #336699;
	background: url(images/cornerLeft-curr.gif) no-repeat;
	background-position: left top;
	color: #fff;
}
.nav1link { 
	margin: 0;
	padding: 0;
}
/* rest of nav (2nd level links like in the about section, and those on the bottom of the page */
#nav2 {
	background-color: #cae1ff;
	width: 100%;
	border-bottom: 3px solid #003300;
  	padding: 0;
  	margin: 0;
	text-align: left;
}
#nav2 ul {
  font: bold .9em Veranda, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
}
#nav2 li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav2 a {
	margin: 0;
	padding: 5px 12px 5px 12px;
	display: inline-block;
	text-decoration: none;
	color: #333;
}
#nav2 a:hover {
	background: #666600 url(images/nav2-hover.gif);
	color: #fff;
}
#nav2 ul li.navcurr a, #nav2 ul li a:hover.navcurr {
	background: #336699 url(images/nav2-curr.gif);
	color: #fff;
}

#nav3 {
	text-align: center;
	margin: 0;
}
#nav4 {
	float: left;
	padding-right: 10px;
}
#nav3 ul {
  margin: 0;
  padding: 20px 0 20px 0;
  font: bold .8em Veranda, sans-serif;
}
#nav4 ul {
  margin: 0;
  padding: 3px 0 2px 0;
  font: bold .8em Veranda, sans-serif;
}
#nav3 li, #nav4 li {
	list-style: none;
	margin: 0;
	display: inline;
}
#nav3 ul li a, #nav4 ul li a {
	color: #8fbc8f;
	padding: 3px 3px;
	margin-left: 3px;
	border-bottom: none;
	text-decoration: none;
}
#nav3 ul li a {
	color: #ffffcc;
}
#nav3 ul li a:hover, #nav4 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* hide header for link lists for accessibility */
#nav1 h5, #nav2 h5, #nav3 h5, #nav4 h5 {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
}
/* for keyboard access for link */
.akey {
	text-decoration: underline;
}
.grndot {
	vertical-align: text-bottom;
}
.grndottablst {
	padding-top: 10px;
}
ul.grndotlist {
	list-style:none;
}
.grndotlist li {
	background-image:url(images/green-dot-3.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 25px;
}
#footer {
	width: 95%; 
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#footer p {
	font-size: .8em;
	margin: 0;
	padding-left: 6px;
	padding-bottom: 3px;
}
#footer p.ds {
	font-size: .7em;
	color: #7ccd7c;
}
#webmaster {
	text-align:right;
	float: right;
	width: 250px;
	padding: 3px 6px 3px 3px;
}
#webmaster a {
	color: #8fbc8f;
	font: bold .8em Veranda, sans-serif;
	text-decoration: none;
	margin: 3px 3px;
}
#webmaster a:hover {
	color: #fff;
	text-decoration: underline;
}
#artemisLogo {
	float: right;
	padding: 20px 6px 3px 3px;
}


/* for the body of the page */
.mainContent1, .mainContent2Wrapper {
	background: #f5f5dc;
	padding: 12px 6px 3px 16px;
	line-height: 200%;
	text-align: left;
	color: #000;
}

/* title for page */
#pgtitle { 
	background: #f5f5dc;
}
h2 {
	text-align: left;
	padding: 12px 6px 3px 16px;
	margin: 0px;
	color: #003366;
	border-bottom: 1px dashed #999900;
}
.mainContent h2, .mainContent2Wrapper h2 {
	padding: 12px 6px 3px 0px;
}

/* for the optional sidebars, one is fixed width and the other is proportional */
.rs-fixedWidth, .rs-proportionWidth { /* right sidebar fixed width, proportional width */
	float: right;
	width: 200px;
	margin: 0px 16px 20px 10px;
	border-left: 1px dashed #999900;
	text-align: center;
	font-size: .9em;
	line-height: 150%;
}
.rs-proportionWidth { /* make the proportional one, proportional */
	width: 30%;
}
.rs-fixedWidth p, .rs-proportionWidth p {
	padding-left: 10px;
	text-align: left;
}
.mainContent2Left {
	float:left;
	display: inline;
	width: 45%;
}
.mainContent2Right {
	float:right;
	display: inline;
	width: 45%;
}

/* list styles (other than where lists are used to format for navigation, the info that uses these styles looks like lists  */
.listTable TD { /* since IE doesn't render standard lists right, they're inside tables in some cases */
	vertical-align:top;
}
/* use this for lists where there is only one line of text */
ul.listbullet {
	margin: 0;
	padding: 0 0 0 2em;
	list-style-image: url(images/green-dot-2.gif);
}
ul.listbullet li {
	vertical-align: top;
}

/* use this for lists where some items may have multiple lines of text, and insert the bullet manually - yes this is a pain, but it is to avoid IE bugs in the way the list is displayed, if you are testing only on Firefox, you won't see the buggy behavior */
ul.listbullet2 {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	line-height: 100%;
}
ul.listbullet2 li {
	text-indent: -30px;
	margin: 0 0 1em 30px;
}

/* font and misc. formatting codes */
.sm9 {
	font-size: .9em;
}
.sm7 {
	font-size: .7em;
}
.smCap {
	font-variant: small-caps;
}
.smCap9 {
	font-variant: small-caps;
	font-size: .9em;
}

.clearfloat {
  	margin: 0;
   	clear: both;
   	height: 0;
   	font-size: 1px;
   	line-height: 0px;
}

/* styles to make the optional announcements look 'fancy' */
.announce-blue1, .announce-blue2, .announce-green1, announce-yellow1 {
	background-color:#336699;
	color: #FFF;
	font-weight:900;
	padding-top:10px;
	padding-bottom:10px;
}
.announce-blue1-top {
	background-image:url(images/announce-blue1-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.announce-blue1-bot {
	background-color:#336699;
	background-image:url(images/announce-blue1-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.announce-blue2 {
	background-color:#cae1ff;
	color: #000;
	font-weight:500;
	border: 1px solid #cccccc;
}
.announce-bottom-shadow {
	background-image:url(images/announce-bottom-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.announce-top-shadow {
	background-image:url(images/announce-top-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.announce-green1 {
	background-color:#006633;
	color: #fff;
}
.announce-green1-top {
	background-image:url(images/announce-green1-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.announce-green1-bottom {
	background-image:url(images/announce-green1-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.announce-yellow1 {
	background-color:#ffffc0;
	color: #000;
	font-weight:500;
	border: 1px solid #cccccc;
}
.announce-yellow1-top {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffc0;
	background-image: url(images/announce-yellow1-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.announce-yellow1 p {
	margin: 0 10px 0 10px;
	text-align: center;
}
/* appearance of links inside the fancy notes */
.announce-blue1 a, .announce-blue2 a, .announce-green1 a, announce-yellow1 a {
	text-decoration: underline;
}
.announce-blue1 a, .announce-green1 a, .announce-blue1 a:visited, .announce-green1 a:visited, .announce-blue1 a:active, .announce-green1 a:active {
	color:#FFFFFF;
}
.announce-blue1 a:hover, .announce-green1 a:hover {
	background-color: #fff;
	text-decoration: none;
}

