html, body 
{
	font-family: arial, helvetica, verdana;
	margin: 0px; 
	padding:0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	height: 100%;
	
	background-color: #FFFFFF;
	background-image: url(../mainpears4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

p
{
	font-size: 1.2em;
	line-height: 1.4em;
}


/***************** LINK STYLES*/

a:link, a:visited
{
	text-decoration: none; 
	color:#456745; 
}

a:active
{	
	text-decoration: none; 
	color:#456745; 
}

a:hover
{	text-decoration: underline;
	color: #336633;
}

/***************** HEADLINE STYLES*/

h1
{
	font-family: Tahoma, Arial;
	font-size: 1.8em;
	color: #999966;
}

h1#subheading
{
	position: relative;
	top: -14px;
	font-size: 1.4em;
}

h1 span
{
	font-size: 1.4em;
}

h2
{
	font-family: Tahoma, Arial;
	font-size: 1.5em;
	color: #999966;
}

/***************** MAIN CONTAINER STYLES*/

div#wrapper
{
	width: 860px;
	margin-top: 75px;
	margin-left: 20px;
}


div#footerContainer
{
	bottom: 0;
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	font-weight: 100;
	
}


/***************** NAVIGATION BAR*/

.navbar{
	position: absolute;
	width: 100%;
	top: 155px;
	height:1.3em;
	z-index:10;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #003300;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 7em;
	margin-left: 5px;
}

#nav span a {
	display: block;
	width: 18em;
}

#nav li {
	float: left;
	width: 7em;
}

#nav li:hover{
	background-color: #006f00;
}

#nav li#long {
	float: left;
	width: 18em;
}

#nav li ul {
	position: absolute;
	background-color:#003300;
	width: 7em;
	left: -999em;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nav li span ul {
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	LETTER-SPACING: 0pt;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/***************** INDEX PAGE STRUCTURE*/

div#mainLeft
{
	background: transparent url(../images/headline_latest.png) no-repeat top left;
	float: left;
	width: 370px;
	height: 580px;
}

div#mainLeft p
{
	width: 275px;
	margin-left: 10px;
}

div#mainRight
{
	margin-left: 25px;
	/*margin-left: 370px;*/
}

br.clear
{
	clear: both;
}

h1#LatestNews
{
	text-indent: -999px;
}


/***************** AS YET UNCATAGORIZED*/

table#types a
{
	font-size: 1.3em;
}

img.pearImage
{
	margin-left: 200px;
	margin-top: 100px;
}

br.largeSpace
{
	margin-bottom: 200px;
}

img#titleImage
{
	margin-left: 200px;
	margin-top: 15px;
}


input, textarea
{ 	
	border-style: double;
	border-color: #000000;
	border-width: 3; 
}

table#styleTbl
{
	font-family: "Lucida sans", Tahoma, Arial;
	font-size: 1.3em;
}

a#vidlink
{
	text-decoration: underline;
}
