/* Link styles
------------------------------------------------ */

a:link    {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover   {color: #00BEF2; text-decoration: underline;}
a:active  {color: #000000; text-decoration: underline;}

a.feature {color: #113259; text-decoration: none;}
a.feature:link {color: #113259; text-decoration: none;}
a.feature:visited {color: #113259; text-decoration: none;}
a.feature:hover {color: #000000; text-decoration: none;}
a.feature:active {color: #113259; text-decoration: none;}

a.footer {color: white; text-decoration: underline;}
a.footer:link {color: white; text-decoration: underline;}
a.footer:visited {color: white; text-decoration: underline;}
a.footer:hover {color: white; text-decoration: underline;}
a.footer:active {color: white; text-decoration: underline;}



div#leftcol a:link, div#leftcol a:visited, div#leftcol a:hover {
	color: #dd5908;
	text-decoration: underline;
}

div#leftcol a:hover {
	color: #4e4002;
	text-decoration: none;
}

/* Layout
------------------------------------------------ */

body{
	background-color: #f0ecdd;
	height:100%; 
}

#introverlay {
	position:absolute;
	left:0px;
	top:0px;
	width:767px;
	height:600px;
	z-index:1;
}

#overlay {
	position:absolute;
	left:-29px;
	top:0px;
	width:796px;
	height:340px;
	z-index:1;
}

.outer{
	position: absolute;
	left: 50%;
	width: 767px;
	height: 95%;
	margin-left: -383px;
	top: 0;
}


.footer{
	position: relative;
	left: 50%;
	width: 767px;
	margin-left: -383px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4002;
	text-align: right;
}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #4e4002;
	text-decoration: none;
}

div#footer a:hover {
	color: #dd5908;
	text-decoration: underline;
}



/* Content formatting
------------------------------------------------ */

.content {
	padding-top: 341px;
	border-bottom: #978e65 solid 1px;
	background: url(_images/web_bkg.jpg);

}
.contentintro {
	padding-top: 601px;
	border-bottom: #978e65 solid 1px;
}
.leftcol {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 350px;
}
.rightcol {
	padding-left: 10px;
	width: 350px;
}



/* Headers and Paragraphs:
---------------------------------------------------------------- */

textarea {
	background-color: #EEE9D7;
	color: #dd5908;
}


input {
	background-color: #EEE9D7;
	color: #dd5908;
}
