/*
Title:          Lireo Designs styles
Author:     	D Edwards, lireo.com
Created:    	3 January 2000
Last Updated:   24 January 2007
*/
body 	{
	background: #ffffff;
	font: 12pt/1.1em times, georgia, serif;
	color: #000000;
	text-align: left;
}

img { 
	border: none;
}

/* ----- top ------ */
#top {
	background: #ffffff; /* #FCF7F4; */
	width: 760px;
	height: 85px;
	position: relative;
}
#skipnavigation {
  position: absolute;
  left: -1000px;
}
#top {
	width: 7in;
	height: 85px;
}
#top img {
	display: block;
	border: none;
}

/* ----- wrap ----- */
#wrap {
	margin: .2in 0;
	background: #ffffff;
	width: 7in;
	border: none;
}

/* ---- headings ---- */
h1	{
	font: bold 2em/1.2em "trebuchet ms", verdana, sans-serif; 
	color: 	#483561; /*#614486; */
	background-color: transparent;
	margin: 0 0 1em 0;
	padding: .8em 0 0 0;
	border-bottom: 1px solid #d4d4d2;
	text-decoration: none;
}
h2	{
	font: 1.4em/1.2em "trebuchet ms", verdana, sans-serif;;
	color: #483561; /* #404040 #B296A5;*/
	background-color: transparent;
	margin: 1.2em 0 0 0;
}
/* h2+p {
	padding-left: 1em;
} */

/* ------ main content ------ */
#content {
	width: 720px;
	margin: 5px 20px 20px 20px;
	clear: both;
}	
#maincontent {
	float: left;
}
#maincontent a:link, #maincontent a:visited, #maincontent a:hover, #sidecolumn a:link, #sidecolumn a:visited, #sidecolumn a:hover {
	color: #336699;
	border: none;
}
/* a:link[href ^="http:"], a:hover[href ^="http:"] {
   padding-right: 20px;
   background: transparent url(/images/external.gif) no-repeat right top;
} */
#maincontent ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.line {
	height: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #a4a4a2;
}
.help, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
ul	{
	list-style: square;
}
li	{
	line-height: 170%;
}
p	{
	margin: 0 0 0.8em 0;
}
#content p a:hover, #content dd a:hover { 
	border-bottom: 1px solid #8be;
	color: #000000;
	background: #9fb296;
}
p.small {
	font-size: 90%;
	line-height: 160%;
}
p.small a	{ 
	font-weight: normal; 
}
.details {
	padding-bottom: 1em;
	overflow:auto;
}
#content p.details img {
	margin: .4em 1em 0 0;
	float: left;
	border: 1px solid #d4d4d2;
}
#content p.details a:hover {
	background: none;
	border: none;
}
#nav, img, 
#skipnavigation, 
#footer, 
#sidecolumn {
	display: none;
}
dl {
	width: 450px;
}
dt {
	float: left;
	margin-top: .2in;
	font-weight: bold;
}
dd {
	margin: 0px 0px 20px 80px;
	float: left;
}
dd.image {
	display: none;
}
/* 
dt {
	float: right;
	width: 315px;
	font-weight: bold;
	clear: both;
	padding-top: 0;
}
dd {
	margin: 0 0 25px 135px;
}
dd.image {
	float: left;
	margin: 0;
}
*/
#content dd.image a:hover {
	background: none;
	border: none;
}

#linklist, .super { 
	display: none; 
}


/* -----  forms ----- */
form {
	margin: 2em 0em 3em 0em;
}
#formData {
	display: block;
}
#formData fieldset {
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	width: 25em; 
}
#fname, 
#email, 
#message {
	background: #fcf7f4;
	border: 1px solid #9FB296 ;
	display: block;
	margin-bottom: 2em;
	width: 20em; 
}
#formData legend {
	color: #000000;
}
#formData label {
	font-weight: bold;
	margin-bottom: 1em;
}
.submit {
	width: 10em;
	cursor: pointer;
}
#fname:focus, 
#email:focus,
#message:focus { 
	background: #fff;
	border: 1px solid #000;
}
.focus {
	border: 1px solid #000;
	background: #fefaec; 
}
.error {
	font-size: 85%;
	color: #c00000;
	display: block;
}

/* ----- footer ----- */
#footer {
	text-align: left;
	clear: both;
	padding: 1em 0 1em 20px;
	border-top: 1px dotted #cccccc;
}
#footer p 	{
	margin: 0;
	background: #fcf7f4; 
	font: bold .9em/2em  arial,"lucida grande", sans-serif;
	color: #404040; /*#B296A5;*/
	padding: .4em 0;
}
#footer p a, #footer p a:visited {
	color: #727f6b;
	text-decoration: none;
	border: none;
}
#footer p a:hover { 
	color: #000000; 
	text-decoration: underline;
	border: none;
	background: #9fb296; /* transparent;*/
}
