@import url(reset.css);


/*div {
	margin: -1px;
	border: 1px dashed red;
	}*/

/* ====================================
   global rules
=======================================*/

* {
	margin: 0;
	padding: 0;
	}
	


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* fonts: 1em = 10px, padding 1em = 1:1 ratio of font */
	background-color: #f3f3f3;
	}
	
 a { outline:none;}
 
 
 p { color: #4f4f4f;}
	
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	

/* ====================================
   total site container/wrapper
=======================================*/

#wrapper {
	width: 100%;
	}
	
/* ====================================
   hidden contact area
=======================================*/

#contactOut {
	
	width: 100%;
	background-color: #4d8c43;
	}
	
#contactIn {
	
	margin: 0 auto;
	width: 980px;
	height: 500px
	}
	
#contactIn h1{
	font-size: 2em;
	color: #fff;
	padding-bottom: 1em;
	}
		
	
#contactIn p {
	font-size: 1.3em;
	color: #fff
	}
	
#contactIn a:link, #contactIn a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
#contactIn a:active, #contactIn a:hover {
	color: #CCC;
	text-decoration: underline;
	}
	
#contactIn #contactInfo {
	padding: 40px;
	float: left;
	width: 410px; 
	}
	
	
#contactIn #contactInfo div {
	padding: 25px;
	background-color: #3f7337;
	border: 1px solid #6ba14a;
	}		
	
#contactIn #contactForm {
	padding: 40px;
	float: left;
	width: 410px;
	}

#contactForm input, #contactForm textarea, #contactForm p {
	margin-bottom: 10px;
	}
	
#contactForm input:hover, #contactForm textarea:hover {
	background-color: #FFFF99;
	}

#contactForm span {
	color: red;
	}
	
	
/* ====================================
   main site container
=======================================*/

#containerOut {
	width: 100%;
	background: url('../img/bg/containerOut.gif') repeat-x;

	}
	
#containerIn {
	margin: 0 auto;
	width: 980px;	
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}

/* ====================================
   header
=======================================*/

#slider {
	height: 25px;
	background: url('../img/bg/slider.gif') no-repeat;
	}	
	
	
#slider a {
	margin-right: 25px;
	display: block;
	float: right;
	width: 100px;
	height: 20px;
	text-indent: -9000px;
	}
	
#header {
	height: 140px;
	}
	
/* ====================================
   navigation
=======================================*/

#navigation {
	float:left;
	width: 980px;
	height: 49px;
	line-height:normal;
	background: url('../img/bg/nav.gif') no-repeat;
}

#navigation ul {
	padding-left: 20px;
	margin:0;
	list-style:none;
	}

#navigation li {
	float: left;
	margin:0 6px 0 0;
	padding:0;
	
}

#navigation a {
	float:left;
	background:url("../img/nav/nav_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

#navigation a span {
	float:left;
	display:block;
	background:url("../img/nav/nav_right.gif") no-repeat right top;
	padding:19px 15px 14px 6px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span { float:none; }

/* End IE5-Mac hack */
    #navigation a:hover span { color:#333; }

#navigation a:hover { background-position:0% -49px; }

#navigation a:hover span { background-position:100% -49px; color:#333 }

#navigation #current a { background-position:0% -49px; }

#navigation #current a span { background-position:100% -49px; color:#333}

			 			
/* ====================================
   upper content area
=======================================*/

#main {
	padding-left: 10px;
	background: url('../img/bg/main.png') repeat-y;
		}
		
	#main #promobox {
		background: url('../img/bg/promobox.gif') left bottom no-repeat;
		height: 255px;
		float: left;
		}
		
	#main #promobox #audioPlayer {
	float: left;
	width: 279px;
	height: 180px;
	background: url('../img/bg/audio.gif') no-repeat;
	padding: 75px 0 0 30px;
	
		}

	#main #promobox #flash {
	float: left;
	width: 650px;
	height: 247px;
	padding-top: 8px;
		}

/* ====================================
   lower/main content area
=======================================*/

#main #content {
	clear: both;
	}
	
/* - leftcol-  */		
	
	
#main #content #leftcol {
	margin-top: 10px;
	padding: 15px 15px 0 30px;
	float:left;
	width: 264px;
	min-height: 535px;
	height: auto !important;
	height: 535px;	
	background: url('../img/bg/leftcol.gif') no-repeat;
	}

#main #content #leftcol h1 {
	padding-bottom: .8em;
	font: bold 1.9em Arial, Helvetica, sans-serif;
	color: #333;
	}

#main #content #leftcol h2 {
	padding-top: .5em;
	padding-bottom: .25em;
	font: bold 1.7em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
#main #content #leftcol p {
	font-size: 1.3em;
	color: #4f4f4f;
	}

#main #content #leftcol p.date {
	padding-bottom: 1em;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #9f9f7d;
	}


#main #content #leftcol p.entry {
	padding-bottom: 1em;
	border-bottom: 1px solid #d7d7d7;
	}
	
#main #content #leftcol img {
	margin-left: -5px;
	}
	
	
/* - rightcol-  */	
	
	
#main #content #rightcol {
	margin-top: 10px;
	float:left;
	width: 650px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	padding-bottom: 130px;
	}
	
#main #content #rightcol h1 {
	padding-bottom: .5em;
	font: bold 1.9em Arial, Helvetica, sans-serif;
	color: #333;
    }	
	
#main #content #rightcol h2 {
	padding-top: .5em;
	padding-bottom: .25em;
	font: bold 1.7em Arial, Helvetica, sans-serif;
	color: #333;
    }

/* - donate -  */	


#donate {
	margin-bottom: 10px;
	padding: 14px 9px 10px 10px;
	height: 90px;
	background: url('../img/bg/donate.gif') 0 0 no-repeat;
	}


#donate p {
	font-size: 1.2em;
	}

#donate p.furtherinfo {
	padding-bottom: 1em;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #9f9f7d;
	}

#donate cite { font-weight: bold; }

#donate blockquote {
	padding: 10px;
	width: 320px;
	height: 57px;
	float: right;
	border: 1px solid #d7d7d7;
	font-weight: normal;
	font-size: 0.9em;
	}
	
#donate blockquote p {	
	font-size: 1.3em
	}
	
#donate blockquote img {
	margin:5px 0 0 15px;
	float: right;
	}
	
	

/* - center -  */	
	
	
#rightcol #center {
	padding: 14px 9px 10px 10px;
	margin-right: 10px;
	clear: both;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
#rightcol #center.short {
	width: 356px;
	background: url('../img/bg/center.gif') 0 0 no-repeat;
	}
	
#rightcol #center.full {
	width: 589px;
	background: url('../img/bg/center_full.gif') 0 0 no-repeat;

	}	
	
#rightcol #center h1 {
	font-size: 2.6em !important;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
	}

#rightcol #center p {
	font-size: 1.3em;
	padding-bottom: 1em;
	}

#rightcol #center ul {
	list-style: outside;
	margin-bottom: 20px;
}

#rightcol #center ul li {
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #4f4f4f;
	margin-left: 50px;
	}

#rightcol #center ul li ul {
	list-style: outside;
	list-style-type: circle;
	margin-top: 10px;
	}
	
#rightcol #center ul li ul li {
	margin-bottom: 1em;
	font-size: 1em;
	color: #4f4f4f;
	margin-left: 50px;
	
	}
#rightcol  #center  img   {
	float: right;
	padding: 1px;
	border: 1px solid #999999;
	margin: 0px 10px 15px 15px;
}


/* - right -  */	


#rightcol #right {
	padding: 14px 9px 10px 10px;
	width: 239px;
	float: left;
	background: url('../img/bg/right.gif') 0 0 no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
#rightcol #right p {
	font-size: 1.3em;
	padding-bottom: 1em;
	}	

#rightcol #right p.date {
	margin-bottom: 25px;
	padding-bottom: 1em;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #9f9f7d;
	border-bottom: 1px solid #d7d7d7;
	}
	
	
#rightcol #right cite {
	font-weight: bold;
	color: #000;
	}

/* ====================================
   footer
=======================================*/

#footer {

	clear: both;
	margin: 0 auto;
	height: 100px;
	width: 980px;
	background: url('../img/bg/footer.gif') 0 0 no-repeat; /*fixed for ie6, check external sheet*/
	}
	


#footer p {
	margin: 25px 42px;
	float: left;
	font-size: 1.2em;
	}

#footer p.credits {
	float: right;
	text-align: right;
	}

/* ====================================
   blog
=======================================*/
	
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	color: #006600;
	text-decoration: underline;
	}
	
h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h2 a:hover, h2 a:active {
	color: #006600;
	text-decoration: underline;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
#leftcol li {
	display: block;
	}

.tab {
	color: #4f4f4f;
	font-size: 1.2em;
	}
	
.tab th {
	border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
	}
	
.tabbor {
	border-bottom: 1px solid #d7d7d7;
	}
