@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	height:100%;
	color: #fff;
	background: url(../img/b.png) repeat-x;
}
div, img {
	margin:0; padding:0; border: none
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 11px; }
p {	font-size: 12px; }
p,h1,h2,h3,h4,h5,h6 { margin: 0 0 10px 0; font-weight: normal; line-height: 1.3em }

td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 80px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-size:12px; color: #fff200;
}
a { text-decoration: underline; outline: none; }
a:hover { text-decoration: none;  }
#webform input[type="text"], #webform select, #webform textarea { width:220px }

/* Divs IDs */
#cont { min-height: 100%; position: relative; }
#bodybox {
	width:990px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-bottom: 90px; /* Length of the footer. */
	background: url(../img/bg.png) no-repeat top center;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -400px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mast {
	height: 140px;
}
#menu {
	margin-top:30px;
	height: 40px;
}
#content {
	text-align:left;
	margin:10px 0;
	width:625px;
	min-height: 450px;
	padding-bottom:60px;
}
#footer {
	text-align:left;
	margin:0; padding:0;
	position: absolute; bottom:0; width: 100%;
	height:100px; color: #808080;
	background-color:#E6E6E6; border-top: 4px solid #FFF200;
	height: 90px;
}
#footer a { color: #808080!important;text-decoration:none }
#footer a:hover { text-decoration:underline}
#foot { width: 990px; margin: auto ;margin-top: 10px; }

/* Custom Tags */
a { color: #FFF200; text-decoration: underline}
a:hover {  text-decoration: none }
.yellow { color: #FFF200 }
.right { text-align: right; }
.left { text-align: left; }
.red { color: #f00; }
.center { text-align: center; }
.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
}
.opaque50 {	
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.nobg { background: none!important }
.nopad { padding:0px!important }
.nomargin { margin:0px!important }
#social { position:absolute; bottom:100px}
/* Menu CSS */
#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 20px;
}

#menu a.home {background:url(../img/menu/home.png); width:63px }
#menu a.rights {background:url(../img/menu/rights.png); width:262px }
#menu a.help {background:url(../img/menu/help.png); width:160px }
#menu a.other {background:url(../img/menu/other.png); width:136px }
#menu a.news {background:url(../img/menu/blog.png); width:66px }
#menu a.contact {background:url(../img/menu/contact.png); width:95px }
#menu a.donate {background:url(../img/menu/donate.png); width:78px }

#menu a:hover { background-position: 0 -20px; }
#menu a.active { background-position: 0 -20px; }
