/* The Center's magic CSS!
   (c) SiBer, 2006 */

* {
  margin: 0; padding: 0;
}

body {
  background-color: #dbc4a2;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  text-align: center;
}

p {
	font-size: .9em;
	margin-top: 10px;
	line-height: 1.3em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #345862;
	text-align: left;
}

h2 {
	font-size: .7em;
	color: #ffffff;
	text-align: justify;
	width: 550px;
}

h3{
	font-size: .9em;
	color: #345862;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	width: 450px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #345862;
}

a:visited {
	color: #345862;
	text-decoration: none;
}

div#wrap {
  width: 800px;
  margin: 0 auto;
  padding:0;
}

div#header {
  width: 800px;
  height: 88px;
  overflow: hidden;
  background-image: url("images/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

div#header h1 {
  text-indent: -9999px;
}

/* @group main menu */

div#mainmenu {
  background: #bc9b6a url("images/menu.jpg") no-repeat;
  width:800px;
  height:20px;
  font-size:.9em;
  margin: 0;
  padding:0;
}

div#mainmenu ul {
  margin:0;
  padding:0;
  border:0;
  text-align:center;
  white-space: nowrap;
}

div#mainmenu ul li {
  float: left;
  list-style-type:none;
  padding: 0;
  margin: 0;
  clear:none;
  width:98px;
}

/* commented backslash hack v2 (hides rules from IE5 Mac) \*/
div#mainmenu ul li {
  width:auto;
}
/* end hack */

div#mainmenu ul li a {
  display: block;
  padding: 0;
  margin:0 0 0 30px;
  text-decoration:none;
  color:#FFFFFF;
  letter-spacing: 1px;
  text-align:left;
}

div#mainmenu a:hover {
  color:#000000;
}

* html div#mainmenu {
  float:left;
}

div#mainmenu ul li ul {
  margin:0;
  padding:0;
  position:absolute;
  width:220px;
  text-align:left;
  z-index: 1;
}

div#mainmenu ul li ul li {
  width:100%;
  border-left:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  background-color:#c19d6d;
}

div#mainmenu ul li ul li a {
  padding: 0;
  margin:0;
}

div#mainmenu ul li ul li:first-child {
  border-top:1px solid black;
}

body div#mainmenu ul li ul {
  display:none;
}

div#mainmenu ul li:hover ul, div#mainmenu ul li ul:hover {
  display:block;
}

/* @end */

#headerphotos {
	position: relative;
	width: 100%;
	height: 115px;
}

#headerphotos img{
	border: none;
	position: relative;
	float: left;
	margin: 50px;
}

#headerphotos a:link{
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

div#maincontent {
  background-color:#b1c0c3;
  background-image: url("images/background.gif");
  background-repeat: repeat-y;
  background-position: top left;
  width: 800px;
  z-index: 2;
}

#maincontent p{
	text-align: justify;
}

#maincontent img {
	text-align: center;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 0;
	text-align: center;
}

#sidebar p{
	width: 170px;
	padding: 0 10px;
	line-height: .9;
	text-align: left;
}

.smheader {
	background: #bc9b6a url("images/smheader.jpg");
	width: 200px;
	height: 30px;
	margin: 5px auto 0 auto;
	position: relative;
}

.smheader h1 {
	line-height: 30px;
}

#iti {
	background: #345862 url("images/iti.jpg");
	width: 200px;
	margin: 0 auto 8px auto;
	position: relative;
	top: 2px;
}

#iti a{
	text-decoration: none;
	color: #bc9b6a;
}

#iti a:hover{
	color: white;
}

#iti ul {
	list-style-type: none;
}

#iti ul li {
	padding: 2px 5px;
	font-size: .9em;
}

/* @group subnav */
#memoryticker{
width: 180px;
height: 300px;
padding: 3px;
margin-top: 8px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.9);
}

#memoryticker h1{
	font-size: .9em;
	line-height: 1em;
	font-variant: small-caps;
	color: #ffffff;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	text-align: center;
}

#memoryticker p{
	font-size: .8em;
	color: #ffffff;
}

#memoryticker img {
	border: none;
}

div#subnav {
	float:left;
	position: relative;
	top: 10px;
	left: 8px;
	width: 180px;
	margin: 0 auto;
}

div#subnav p{
	font-size: .8em;
}

div#subnav h1 {
	color: white;
}

div#subnav ul {
	list-style:none;
	margin-bottom: 20px;
}

div#subnav ul li {
	padding: 5px 0;
	line-height: .9em;
	text-indent: 0px;
}

div#subnav a{
	color: #dbc4a2;
}

div#subnav a:hover {
	color: #b1c0c3;
}

div#subnav ul li.selected {
	font-style: italic;
	color: white;
}

/* @end */

/* @group frog photos */
#FrogJS{
	position: relative;
	left: 100px;
	top: 20px;
	width: 580px;
	height: 300px;
	margin: 0 auto;
}

#FrogJSCredit{
	text-align: right;
	font-size: .6em;
	color: #ffffff;
	padding: 1px;
}

#FrogJSCaption{
	text-align: right;
	line-height: 1em;
	font-size: .7em;
}

/* @end */

div#content {
	position: relative;
	float: left;
	top: 5px;
	left: 47px;
	width: 580px;
	margin: 0 auto 10px auto;
}

div#content p{
	width: 550px;
}

div#content a:link{
	color: #345862;
	text-decoration: none;
}

div#content a:hover{
	color: #ffffff;
}

div#content ul{
	list-style-type: none;
	text-align: left;
}

#content ul li{
	font-size: .9em;
}

#content ul li ul li{
	font-size: .8em;
	padding: 2px 0;
}

#rowa {
	position: relative;
	float: left;
	width: 175px;
}

#rowb {
	position: relative;
	float: left;
	width: 185px;
	margin-left: 10px;
	margin-right: 10px;
}

#rowc {
	position: relative;
	float: left;
	width: 175px;
}

div#footer {
	position: relative;
  	clear:both;
  	color:white;
 	border-top:20px solid #c19d6d;
	text-align:center;
	font-size:.8em;
	margin: 0 auto;
}

div#footer a:link{
	text-decoration: underline;
	color:white;
}

div#footer a:visited {
	text-decoration:underline;
	color:white;
}

div#w3c {
	margin-top: 10px;
}

/* W3C Certification stuff */

div#w3c a {
	display:block;
	width: 57px;
	height: 20px;
	margin: 3px 20px;
}

div#w3c img {
	border: 0;
}

#xhtml {
	float: left;
	background-image: url(images/xhtml.gif);
}

#xhtml:hover {
	background-image: url(images/xhtmlhov.gif);
}

#css {
	float: right;
	background-image: url(images/css.gif);
}

#css:hover {
	background-image: url(images/csshov.gif);
}

/* End the w3c certification stuff */

p#opentracker {
	font-size:.4em;
	margin:3px 0 0 0;
}

p#opentracker a:link {
	color:#FFFFFF;
	text-decoration:none;
}

div.clearfloats {
  clear:both;
  height: 0;
  line-height: 0;
}

