/* CSS Document */

body {
	background-color:#fff;
	background-image:url(images/backgrounds/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#777;
	margin:0;
}

* {
	padding:0;
	margin:0;
}

#container {
	width:740px;
	margin:0 auto 0 auto;
}

#header {
	height:68px;
}

#sidebar h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:225%;
	color:#333;
	letter-spacing:-1px;
	margin:0 0 20px 0;
	padding:0;
	float:left;
}

#header p {
	padding:33px 0 5px 40px;
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	margin: 0 0 0 235px; /* Adjust this value for the space between the site title and the slogan */
}

#header a {
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
	clear:both;
}

#sidebar_bottom {
	background-image:url(images/backgrounds/sidebarbottom.jpg);
	height:30px;
	margin:10px 0 0 0;
	padding:0;
}

#donation {
	margin:50px 0 0 0;
	padding:10px 0 10px 0;
	background-image:url(images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #eee;
}

#nav {
	margin:0 0 0 0 !important;
	padding:0;
	float:right;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover, .active {
	background-image:url(images/backgrounds/menu_a_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}

.clear {
	clear:both;
}

.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:0;
}

#hider {
	position:absolute;
	width:160px;
	height:140px;
	margin:-40px 500px 0 0; 
	padding:0 20px 0 20px;
	background-color:#fff;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	clear:both;
}

#sidebar {
	position:relative;
	width:200px;
	background-color:#fff;
	margin:-377px 0 0 0;
	padding:300px 20px 0 20px;
	float:left;
}

#content {
	width:420px;
	margin: 10px 0 0 0;
	padding:0 30px 20px 20px;
	float:right;
}

#banner {
	margin:0 0 0 280px;
	padding:30px 0 0 0;
}

#content h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:30px 0 10px 0;
	color:#BFEF01;
}
#content h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}
#content h3 {
	font-size:13px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:15px;
}

#content p {
	line-height:20px;
	word-spacing:1px;
	margin:10px 20px 10px 20px;
}

.code {
	font-family: Courier;
	font-size:10px;
	padding:10px 0 10px 20px;
	color:#444;
}

.center {
	text-align: center;
}

#content li {
	list-style:none;
	margin:0px 0px 4px 30px;
	padding:0 0 0 15px;
	background-image:url(images/backgrounds/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#content #sideblock {
	width:180px;
	padding:10px;
	background-color:#fff;
	float:right;
	font-size:90%;
	margin:0 0 0 20px;

}
.sidebarfooter {
	background-color:#eee;
	text-align:left;
	padding:7px 5px 7px 5px;
	font-size:80%;
}
.sidebarfooter a {
	background-color:#f6f6f6;
	padding:3px;
	text-decoration:none;
}
.sidebarfooter a:hover {
	color:#000;
	background-color:#fff;
}
#content #sideblock h1 {
	text-transform:none;
	font-size:120%;
	color:#000;
	margin:0;
	letter-spacing:0;
}
#sideblock p {
	text-indent:0;
	line-height:17px;
	padding:5px;
	margin:5px 0 5px 0;
	color:#bbb;
}
#sideblock ul {
	margin:0 0 5px 5px;
	border:none;
}
#sideblock li {
	margin: 0;
	background-image:none;
	padding:0;
	border:none;
}
#sideblock li a {
	text-decoration:none;
	display:block;
	background-color:#fff;
	padding:5px 5px 5px 10px;
	color:#888;
}
#sideblock li a:hover {
	background-color:#f9f9f9;
	color:#666;
	background-image:url(images/backgrounds/sideblock_li_a_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}
blockquote {
	background-image:url(images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:20px 0 0 0;
	padding:5px 5px 5px 5px;
	border:1px solid #eee;
}

#content a {
	color:#444;
	padding:2px;
	text-decoration:none;
}

#content a:hover {
	background-color:#EBFF99;
	color:#000;
}

#sidebar p {
	font-size:90%;
	line-height:19px;
	margin:0;
}

#footer {
	clear:both;
	padding:20px;
	border-top:2px solid #ccff00;
	color:#ccc;
	text-align:center;
}

#footer a {
	color:#999;
}

table {
	border-collapse:collapse;
	text-align:left;
	margin:0 20px 20px 20px;
}

table.wide {
	width:100%;
}

td.center {
	text-align:center;
}

td.name, th.name {
	width:85%;
}

td.number, th.number {
	width:15%;
	text-align:right;
}

td.right, th.right {
	text-align:right;
}
	
thead tr th{
	color:#333;
	padding:0.4em 0;
	border-bottom:3px solid #BFEF01;
}

tfoot th, tfoot td{
	border-top:3px solid #BFEF01;
}
tr td, tr th{
	border-bottom:1px solid #BFEF01;
	padding:0.6em 0.4em;
	line-height:1.5em;
}
tr.odd td, tr.odd th{
	background:url(images/backgrounds/bq.jpg) top left repeat-x;
}

tbody th a{
	text-transform:uppercase;
}

tbody a, tbody a:link{
	color:#BFEF01;
	font-weight:bold;	
	text-decoration:none;
}

tbody a:visited{
	color:#000;
}

div#tipDiv {
	position:absolute;
        visibility:hidden;
        left:0;
        top:0;
        z-index:10000;
	background-color:#fff;
        border:1px solid #000;
	padding:3px;
	color:#000;
        font-size:11px;
        line-height:1.3;
}

img.noborder {
	border:0;
}

li>ul {
	top:auto;
	left:auto;
}

li li {
	display:block;
	float:none;
}

li ul {
	display:none;
	position:absolute;
        border:1px solid #D5F64D;
}

li ul li a, a:hover {
	color:#000;
}

li:hover ul, li.over ul {
	display: block;
}

