/* CSS Document */

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c1bbab;
	
}

h1 {font-size: 1.8em;}

#banner {
margin: 2px;
position: absolute;
}

#container {
width: 770px; margin: 2px; position: absolute; left: 8px; top: 114px; border-top: 1px #d21034 solid; background: #fff; height: 1500px;
}
#container h1 {position: absolute; left: 150px;}


#left {width: 130px; position: absolute; left: 3px; top: 21px; }

#center {
	width: 615px;
	position: absolute;
	left: 141px;
	top: 10px;
	height: 467px;
}


#right {width: 130px; position: absolute; left: 630px; top: 21px; text-align: right; z-index: 100;}

#explanation {position: absolute; top: 20px;}

/* left and right nav container style begins here */


 #linktitleone {font: 1.2em Verdana, Arial, Helvetica, sans-serif; color: #fff; text-align: center; background: #9ea900; padding: 2px; line-height: 1.8em;}



#navlist
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 1.3em;

}

#navlist li {list-style-type: none;} 

#navlist a
{
display: block;
padding: 3px;
width: 125px;
background-color: #fff;
border-bottom: 2px solid #d21034;
}

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

#left #navlist a:hover
{
background-color: #9ea900;
color: #fff;
border: 1px #9ea900 solid;
}

#right #navlist a:hover
{
background-color: #e76f00;
color: #fff;
border: 1px #e76f00 solid;
z-index: 100;
}


/* top nav container style begins here */

.hidden {display: none;}

#topnav {
 font: 1em Verdana, Arial, Helvetica, sans-serif; color: #848589; text-align: center; width: 200px; position: absolute; left: 325px; top: 70px; z-index: 100;
}


ul#navlisttwo
{

margin-left: 0;
padding-left: 0;
white-space: nowrap;

}

#navlisttwo li
{
display: inline;
list-style-type: none;
}

#navlisttwo a { padding: 3px 10px; }

#navlisttwo a #searchbox {display: none;}

#navlisttwo a:link, #navlisttwo a:visited
{
color: #fff;
background-color: #d21034;
text-decoration: none;
}


#navlisttwo a:hover
{
color: #d21034;
background-color: #fff;
text-decoration: none;
border: 1px #d21034 solid;
}

#navlisttwo a:hover #searchbox
{display: inline; border: 0;
}


 #linktitletwo {font: 1.2em Verdana, Arial, Helvetica, sans-serif; color: #fff; text-align: center; background: #e76f00; padding: 2px;}
/* login, magnifier, searchbox styled here */

#login {position: absolute; top: 435px; left: 140px;
}

#magnifier {position: absolute; top: 75px; left: 20px; z-index:100;}

#iris { position: absolute; left: 75px; top: 45px;}

#searchlight {position: absolute; left: 75px; top: 225px;}


#searchbox {position: absolute; top: 30px; left: 230px; margin: 0; padding: 0;}

#rocks {position: absolute; background: #ebb600; color: #fff; left: 105px; text-decoration: none; padding: 2px;}
#rocks:hover {background: #fff; color: #ebb600;}

#text {padding: 2px; Margin: 2px; width: 550px; margin-left: 20%; margin-right: 20%;}

/* Internal navigation for sub-pages */

#internalnav {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #848589;
	text-align: left;
	width:600px;
	position: absolute;
	left: 100px;
	top: 42px;
	
	
}

#internalnav li {display: inline; list-style-type: none;}

#internalnav a {background: #ebb600; color: #000; text-decoration: none; padding: 2px;}

#internalnav a:hover {background: #fff; color: #000; border: 1px #ebb600 solid;}

/* subpage main area */

#contentright {
	position: absolute;
	
	left: 456px;
	top: 71px;
	width: 306px;
	margin: 10px;

}

#contentleft{
	position: absolute;
	left: 141px;
	top: 71px;
	width: 305px;
	margin: 10px;
		border-right: 1px #848589 solid;
	
}

#contentleft li a, #contentright li a {text-decoration: none; color: #000;}

#contentleft li a:hover, #contentright li a:hover {color: #848589; text-decoration: underline;}
#contentleft li a:visited, #contentright li a:visited  {color: #848589;}

