@charset "UTF-8";
/* CSS Document */

/* Page properties */
html {
	overflow-y: scroll;
}


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

/* Link properties */
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:active {
	color: #CCCDDD;
	text-decoration: underline;
}

/* Layout properties */
#header {
	/*background: url(../images/bg-left.png) repeat-x top #87CDFF;*/
}

#headerLeft, #headerRight {/* multiple backgrounds */
	position: absolute;
	width: 50%;
	z-index: 1;/* move to the back */
}

#headerLeft {
	background: url(../images/bg-left.png) repeat-x top #87CDFF;
	left: 0;
}

#headerRight {
	background: url(../images/bg-right.png) repeat-x top #87CDFF;
	right: 0;
}

#header h1, #menu {
	position: relative;
	z-index: 9999;/* header on top */
}

#headerLeft, #headerRight, #header, #header img {
	height: 140px;
}

#header img {
	width: 1000px;
}

#header, #menu, #submenu {
	text-align: center;
}

#menu {
	margin-bottom: -32px;/* should correspond with ... */
	top: -32px;/* ... #menu li height */
}

#menu, #submenu, #content {
	min-width: 900px;
}

#menu li {
	height: 32px;
	line-height: 32px;
	margin: 0 1px;
}

#menu li, #submenu li {
	display: inline-block;
}

#menu li a, #submenu li a {
	color: #FFFFFF;
}

#menu li a {
	background: url(../images/tab.png) no-repeat bottom center;
	display: inline-block;
	text-decoration: none;
	width: 224px;
}

#menu li a.active {
	background: url(../images/tab-hover.png) no-repeat bottom center;
}

#menu li a:hover {
	background: url(../images/tab-hover.png) no-repeat bottom center;
}

#menu li a.active:hover {
	background: url(../images/tab.png) no-repeat bottom center;
}

#submenu {
	background-color: #2692DB;
	height: 28px;
	line-height: 28px;
}

#submenu h3 {
	font-size: 1.2em;
}

#submenu li {
	padding: 0 10px;
}

#contentWrapper {
	background-color: #493E00;
	text-align: center;
}

#content {
	background-color: #FFFFFF;
	border: 3px solid #D1ECFF;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
	text-align: left;
}

#main {
	margin: 10px 10px 10px 320px;
}

#sidebar {
	float: left;
	line-height: 125%;
	margin: 10px;
	margin-bottom: 0;
	width: 300px;
}

#sidebar h4 {
	color: #7F6A00;
	padding-bottom: 10px;
	font-size: 2em;
}

#search {
	background: url(../images/search.png) no-repeat;
}

#search fieldset {
	border: 2px groove #FFD800;
	margin-bottom: 20px;
	padding: 5px 10px;
}

#search fieldset legend {
	color: #7F6A00;
	font-weight: bold;
	padding: 0 10px;
}

#spotlight {
	background: url(../images/spotlight.png) no-repeat;
}

#top {
	background: url(../images/top.png) no-repeat;
}

#top ul {
	font-size: 1.15em;
	list-style: decimal;
}

#links {
	background: url(../images/links.png) no-repeat;
}

#search, #spotlight, #top, #links {
	height: 209px;
	margin-bottom: 10px;
	padding: 20px;
	text-align: center;
	width: 260px;
}

#tags {
	clear: both;
	margin: 10px 80px;
	text-align: center;
}

#tags li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

#tags li a {
	color: #7F6A00;
}

#tags li a:visited {
	color: #CCCCCC;
}

#footer {
	background-color: #D1ECFF;
	line-height: 20px;
	padding: 5px 0;
	text-align: center;
}

#fb-root {
	margin: 15px 0 -15px 0;
}

