/* CSS Document */

/***********
General HTML markup
*****************/

body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	}
p {
	line-height: 140%;
}

a {
	text-decoration: none;
	}
a:link, a:visited, a:active{
	color: #05b;
	}
	
a:hover {
	color: #009900;
	}

h3 {
	font-size: 100%;
	color: #334d55;
	padding:2px 5px 10px 5px;
	margin-top: 0px;
}
h1,h2{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	}
td {
	font-size: 12px;
	font-weight: normal;	
	}
	
li {
	padding-top: 5px;
}

/************
For page titles
****************/

.pagetitle{
	color: #334d55;
	font-size: 15px;
	font-weight: bold;
	}
.pagesubtitle {
	font-size: 13px;
	font-weight: bold;
}

/***********
For Text
*************/
.titletext {
	font-size: 15px;
	font-weight: bold;
	color: #05b;
	}

.smalltext {
	font-size: 11px;
}

.bioname {
	margin-top:35px;
}
.rtjust {
	float: right;
}
/*************
Main Layout
****************/
#frame {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	overflow: visible;
	}
		
#left {
	width:125px;
	padding:10px 5px 0px 0px;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;		
	}
	
#center {
	width:445px;
	padding:10px 5px 0px 5px;
	float:left;	
	min-height: 375px;
	text-align:justify;	
	}
	
#centerspan {
	float: left;
	width: 630px;
	padding: 10px 0px 0px 5px;
	overflow: hidden;		
	min-height: 375px;
	text-align:justify;
	}
		
#right {
	width:180px;
	padding:10px 0px 0px 5px;
	float:right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
#header {	
	overflow: visible;		
	padding-bottom:5px;
	}	
	
#logosec {
	background:#D5CAA8;
	overflow: visible;		
	padding:5px 5px 0px 5px;	
	filter:alpha(opacity=50);
	-moz-opacity:1;
	opacity: 1;
}

#titlebar {
	overflow:visible;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #cccccc;
}

#navbar {
	background: #ECE7D7;
	padding: 0px;
}

#footer{
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:5px 0px 0px 0px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

#mission {
	font-size:11px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/******************
Special things for center section
********************/
#center p {
	margin-bottom: 10px;
	}
	
#center li {
	line-height: 130%;
	}

#center li.noicon {
	list-style-type:none;
	padding-left:10px;
	padding-top: 0px;
}
	
#center h2 {
	font-weight: bold;
	margin-bottom: 10px;
	}
.indent {
	margin-left: 10px;
}

#whatnew {
	position:relative;
	margin: 0px 10px 10px 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
.smcontenthead {
	font-size: 110%;
 	font-weight: bold;
	background-color: #ECE7D7;
	border: 1px solid #cccccc;
	padding: 5px 4px 5px 8px;
	margin: 0px 5px 5px 5px;
}
.contenthead {
	font-size: 130%;
	color:#5D3A1E;
 	font-weight: bold;
	background-color: #ECE7D7;
	border: 1px solid #cccccc;
	padding: 8px 4px 8px 8px;
	margin: 0px 5px 5px 5px;
}
#content {
	position:relative;
	margin: 0px 5px 5px 5px;
	padding: 5px 10px 5px 10px;	
	border: 1px solid #cccccc;
}
/**The content2 items are for the 2 column layout**/
#content2 {
	position:relative;
	margin: 0px 0px 5px 5px;
	padding: 9px 10px 5px 10px;
	border: 1px solid #cccccc;
}

.contenthead2 {
	font-size: 130%;
 	font-weight: bold;
	color: #5D3A1E; 
	background-color: #ECE7D7;
	border: 1px solid #cccccc;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 5px 5px;
}
/****************
Special formatting for left side
****************/
#left ul {
	padding-left: 0px;
	padding-top: 0px;	
	margin-bottom: 15px;
	margin-left:0px
	}
#left li {
	line-height: 140%;
	list-style-type: none;	
	}
	
#sections {
	position: relative;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc;	
}

.sectionhead {
	background: #ECE7D7;
	border-bottom:1px solid #cccccc;
	padding-bottom:20px;
}

#sections h3{
	padding: 10px 0px 0px 5px;

}
#sections ul {
	margin-top:10px;
	margin-bottom:5px;
}
#sections ul li {
	padding: 0px 0px 5px 5px;
}

/******************
Special formatting for right side items
*******************/

.donateblock {
	border-style: dotted;
	border-color: #666666;
	border-width: 1px 0px 1px 0px;
}
#right ul {
	padding-left:15px;
}
	
#right li {
	list-style-type:square;
	line-height: 150%;
	padding-top:5px;
	font-size: 12px;
	}
#right li.small {
	font-size: 11px;
}

#newstable{
	border:1px solid #cccccc;
	padding: 0px;
	margin-bottom:10px;
}
#newstable table{
	border-collapse:collapse;		
	margin: 0px;
}

#newstable .header {
	font-weight: bold;	
}
.rtsectionhead {
	background: #D5CAA8;
}
.sectioncontent {
	background:#ECE7D7;
}
#newstable ul {
	line-height: 150%;
	padding-left: 15px;
	margin-left: 0px;		
}

.google{
	padding: 5px;
	border: 1px solid #cccccc;
}

.rtnav {
	padding: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
/*****************
Footer formatting
********************/
#footer .credits{
	font-size: 10px;
}

/*****************
Formatting Images
******************/
.floatimgright {
	float: right;	
	margin-left: 10px;
	margin-bottom: 0px;
}

.floatimgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.floatlittleimgleft {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}

/*****************
Try getting transparency
******************/
.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale);
}
/* IE ignores styles with [attributes], so it will skip the following. */

