/*  Style sheet for Woods Group web site */

@media screen {
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8FFF0;
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: teal;
}
a.small {
	text-decoration: none;
	font-size: .7em;
	color: Blue;
}
a.small:hover {
	text-decoration: underline;
}
a.small:visited {
	text-decoration: none;
	background-color: white;
	color: Teal;
}
ul#navlist a {
	text-decoration: none;
	font-weight: bold;
	color: green;
}
ul#navlist a:hover {
	display: block;
	width: 100%;
	background-color: green;
	color: yellow;
}
input, textarea {
	background-color: #F0F8FF;
	border-style: outset;
}
#header {
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
}
#container {
	width: 798px;
	margin-top: 0px;
	margin-left: 40px;
	background-color: #fff;
	color: black;
	border: 1px solid green;
	border-bottom: 0px;
}
#navleft {
	float: left;
	width: 140px;
}
#skipnav {
	display: none;
	visibility: hidden;
}
#navlist {
	border: 1px solid green;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px;
	list-style: none;
	font-size: .9em;
	line-height: 150%;
}
#content {
	margin-left: 160px;
	border-left: 1px solid green;
	padding: 1em;
	max-width: 36em;
}
#content a {
	color: blue;
}
#content a:visited {
	color: teal;
}
#content h2 { 
	margin: 0 0 .5em 0; 
	color: green;
}
ul#content a {
	text-decoration: none;
}
#translate {
	width: 131px;
	margin-top: 30px;
	margin-left: 15px;
}
#footer {
	clear: both;
	margin: 0;
	padding: .3em;
	color: #333;
	background-color: #9ACD32;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	text-align: center;
	font-size: .9em;
}
#footer2 {
	background-color: Green;
	padding: 3px;
	font-size: .8em;
	color: yellow;
}
#footer2 a {
	text-decoration: none;
	color: yellow;
}
#leftnav p { 
	margin: 0 0 1em 0; 
}
#content p {
	text-align: justify;	 
}
.dropcap {
	float: left;
	font-size: 1.5em;
	line-height: 90%;
	font-weight: bold;
}
.clearall {
	clear: both;
}
.floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
}
#w3c {
	width: 88px;
	margin-top: 30px;
	margin-left: 30px;
}
.reduced {
	font-size: .8em;
}
.contacts {
	border: 1px solid green;
	padding: 3px;
	width: 300px;
}
#pics1 {
	float: left;
	width: 200px;
}
#text1 {
	margin-left: 220px;
}
#hostedby {
	font-size: .9em;
	margin-left: 210px;
	color: yellow;
}
#printheader h2 {
	display: none;
}
.picleft {
	margin-right: 20px;
}
.picright {
	margin-left: 20px;
}
.listhead {
	font-weight: bold;
}
.listdata {
	margin-left: 30px;
	font-weight: normal;
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.rssfeed {
	float: right;
	font-size: .8em;
	color: black;
}
}
/* end screen media */

@media print {
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#header {
	display: none;
}
#content p {
		text-align: justify;
}
#navleft {
	display: none;
}
#skipnav {
	display: none;
}
#w3c {
	display: none;
}
#footer {
	font-size: 9pt;
	border-top: 1px solid black;
	text-align: center;
}
#footer2 {
	display: none;
}
#translate {
	display: none;
}
#printheader h2 {
	border-bottom: 1px solid black;
}
.listhead {
	font-weight: bold;
}
.listdata {
	margin-left: 30px;
	font-weight: normal;
	text-align: justify;
}
.rssfeed {
	display: none;
}
}
/* end print media */
