/* HTML STRUCTURE */

/*
Nesting sructure for divs with special id:
  container         (outermost div)
    header          (header image and website title)
    main            (container for main part of page)
      content       (actual page content)
      sidebar       (contains stuff down right side of page)
        login       (login/registration form/links)
        rtmargin    (right margin user-editable content)
      sponsors      (sponsor images)
      nav           (top-level navigation links)
    footer          (copyright message, common links, etc)
*/

/* LAYOUT CONTROL (only required for absolute divs) */

#splash { position: relative; top: 100px; text-align: center; }
#content { margin: 0px 0px 0px 13em; }
#nav {
	position: absolute;
	top: 125px;
	left: 0;
	width: 13em;
}
#sidebar {
	position: absolute;
	top: 110px;
	right: 0em;
	width: 16em;
}




/* APPEARANCE CONTROL */

body { 	background: white;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
 }

.invisible { margin: 0; padding: 0; display: none; }

#container { background: transparent; margin: 0px; padding: 0; }

#splash div { padding: 1em; }

#header {
	margin: 0px;
	background-color: #000000;
	background-image: url(hdr_bg.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	margin:0px 0px 1px auto;
	height: 124px;
	width: 100%;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background-image: url(hdr_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#header h1 img {
	position: absolute;
}
#header h1 span {
	margin: 0;
	padding: 0;
	display: none;
}

#main { margin: 0px; padding: 0px; background: #ffffff; }

#content {
	font-size: 0.8em;
	z-index:1;
	padding: 0em;
	/* note: margin set by layout control */
}
#content p, #content table, #content ul, #content ol, #content dl {
}
#content ul ul {
	font-size: 1.0em;
}
#content table ul {
	font-size: 1.0em;
}
#content p {
	padding: 0px;
	margin: 13px;
}
#content a:link, #content a:visited {
	color: #006666;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#content a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #006666;
}
#content a:active {
	color: #eecc66;
	background-color: #000000;
}
#content dl { margin-left: 1em; width: 70%; padding: 0.5em; border: solid black 1px; font-size: 0.8em; }
#content dt { font-weight: bold; }
#content dd { font-style: italic; padding-bottom: 0.3em; }

#content h1 {
	margin: 0px;
	background-image: url(h1.bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 20px;
	color: #006666;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BED9D8;
	padding-top: 4px;
}
#content h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 8px;
	font-family: "Times New Roman", Times, serif;
	color: #7D5E2F;
}
#content h3 {
	font-size: 135%;
	font-weight: bold;
	margin: 8px;
	font-family: "Times New Roman", Times, serif;
	color: #7D5E2F;
}
#content h4 {
	font-size: 115%;
	font-weight: bold;
	margin: 8px;
	font-family: "Times New Roman", Times, serif;
	color: #7D5E2F;
}

#content p.error { color: red; }

#content table.layout { border-style: none; }
#content table.layout tr { vertical-align: top; border-style: none; }
#content table.layout td { vertical-align: top; border-style: none; }

#content table.loginform { border-style: none; border-width: 0px; border-collapse: separate; border-spacing: 0px 0px; }
#content table.loginform tr { margin: 0px; padding: 0px; }
#content table.loginform td, #content table.loginform th { border-style: none; border-width: 0px; margin: 0px; padding: 3px; }
#content table.loginform input.text { width: 10em; }

#content table input.text { width: 20em; }
#content table input.numeric { width: 5em; }
#content table textarea { width: 50em; }

table.contactform { border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #006666; border-spacing: 0px 0px; margin: 0.3em 0.8em; }
table.contactform tr { margin: 0px; padding: 0px; }
table.contactform td, table.contactform th { border-style: solid; border-width: 1px; border-color: #006666; margin: 0px; padding: 3px; background: #d0efe3;}
table.contactform form { display: inline; }
table.contactform ul { margin: 0px; padding: 0px; }
table.contactform ul li { margin: 0px; padding: 0px; }

table.searchform { border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #006666; border-spacing: 0px 0px; margin: 0.3em 0.8em; }
table.searchform tr { margin: 0px; padding: 0px; }
table.searchform td, table.searchform th { border-style: none; border-width: 0px; margin: 0px; padding: 3px; background: #d0efe3;}
table.searchform form { display: inline; }

table.searchresults { border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #006666; border-spacing: 0px 0px; margin: 0.3em 0.8em; }
table.searchresults tr { margin: 0px; padding: 0px; }
table.searchresults td, table.searchresults th { border-style: solid; border-width: 1px; border-color: #006666; margin: 0px; padding: 3px; background: #d0efe3;}
table.searchresults form { display: inline; }

table.calendar { border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #006666; border-spacing: 0px 0px; margin: 0.3em 0.8em; }
table.calendar tr { margin: 0px; padding: 0px; }
table.calendar td, table.calendar th { width: 2em; border-style: solid; border-width: 1px; border-color: #006666; margin: 0px; padding: 3px; background: #d0efe3;}
table.calendar form { display: inline; }
table.calendar a { color: red; }

table.objectview { border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #006666; border-spacing: 0px 0px; margin: 0.3em 0.8em; }
table.objectview tr { margin: 0px; padding: 0px; }
table.objectview td, table.objectview th { border-style: solid; border-width: 1px; margin: 1px; border-color: #006666; padding: 3px; background: #d0efe3;}
table.objectview form { display: inline; }
table.objectview ul { margin: 0px; padding: 0px; }
table.objectview ul li { margin: 0px; padding: 0px; }

table.objectedit { border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #006666; border-spacing: 0px 0px; margin: 0.3em 0.8em; }
table.objectedit tr { margin: 0px; padding: 0px; }
table.objectedit td, table.objectedit th { border-style: solid; border-width: 1px; margin: 1px; border-color: #006666; padding: 3px; background: #d0efe3;}
table.objectedit form { display: inline; }
table.objectedit ul { margin: 0px; padding: 0px; }
table.objectedit ul li { margin: 0px; padding: 0px; }

.notice, .error { font-size: 150%; font-weight: bold; }
.error { color: red; }
.oldevent { font-style: italic; }


table { border-style: outset; border-width: 1px; border-collapse: separate; border-spacing: 0px 0px; }
caption { font-size: 120%; font-style: italic; }
tr { margin: 0px; padding: 0px; }
td, th { border-style: inset; border-width: 1px; margin: 0px; padding: 3px; }

.quote { font-style: italic; }

#nav {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background: #006666;
	border: none;
	color: #FFFFFF;
}
#nav ul { margin: 0px; padding: 0px; }
#nav ul li { margin: 0px; padding: 0px; }
#nav ul ul { margin: 0px; padding: 0px; }
#nav ul ul li { margin: 0px; padding: 0px 0px 1px 0px; }
#nav li {
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
#nav li li {
	border-bottom: none;
	border-top: 1px solid #599;
}
#nav ul li a,span { text-align: right; padding-right: 0.5em; }
#nav ul ul li {
	list-style-type: none;
	font-weight: normal;
}
#nav ul ul li a { text-align: right; padding-right: 1.5em; }
#nav a, #nav span {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 5px;
}
#nav a:hover {
	color: #006666;
	text-decoration: none;
    background: #FFFFFF;
}

#sidebar {
	margin: 0px;
	padding: 0em;
	font-size: 80%;
	background: #006666;
	color: #FFFFFF;
}
#sidebar a {
	color: #E1D2BB;
	text-decoration: none;
	font-weight: bold;
}
#sidebar ul { margin: 0px; padding: 0px; }
#sidebar li { list-style-type: disc; margin-left: 1em;}

#sidebar table.loginform { border-style: none; border-width: 0px; border-collapse: separate; border-spacing: 0px 0px; }
#sidebar table.loginform tr { margin: 0px; padding: 0px; }
#sidebar table.loginform td, th { border-style: none; border-width: 0px; margin: 0px; padding: 3px; }
#sidebar table.loginform input.text { width: 10em; }

#valid { margin: 0px; padding: 0px; display: none; }

#footer {
	clear:left;
	float:none;
	background: #B5925A;
	padding: 3px;
	margin: 1.5em 0px 0px 0px;
	color: #FFFFFF;
	font-size: 70%;
	font-weight: normal;
	text-align: right;

}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#copyright {
	font-style: normal;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#mascot { display: none; }
