html {
	height: 100%;
}
body {
	background-image: url(img/backgnd.png);
	background-repeat: repeat-x;
	background-color: #666666;
	height: 100%;
}
#container {
	height: 3000px;
	width: 775px;
	top: 5px;
	background-image: url(img/navbg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
}
#containerpic {
	height: 2400px;
	width: 775px;
	top: 5px;
	background-image: url(img/navbg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
}
#banner {
	height: 165px;
	width: 774px;
	position: relative;
	/*padding-top: 10px;*/
	left: 0;
	top: 0;
	margin-left: 0px;
}
#bannerleft {
	/*width: 140px;*/
	height: 165px;
	left: 0;
	top: 0;
	margin-left: 12px;
	display: inline;
	position: relative;
	float: left;
	clear: left;
}
#bannerright {
	/*width: 590px;*/
	height: 165px;
	left: 1px;
	margin-right: 2px;
	position: relative;
	float: right;
	clear: right;
}
#content {
	position: relative;
	width: 570px;
	height: auto;
	padding: 10px 5px 0px 0px;
	top: 0;
	float: right;
	clear: right;
}
#content_inner{
	position: relative;
	width: inherit;
	height: 2000px;
}
#content_innerpic{
	position: relative;
	width: 565px;
	height: 2150px;
}
/*gauge styles*/


#fieldimprove{
	width: 100%;
	height: 800px;
}
#fieldtext {
	margin-left: 185px;
	width: 370px;
	height: 700px;
	padding: 5px;	
}
#fieldtext ul {
	margin-left: 10px;
}
#fieldtext li {
	list-style-type: disc;
}
#gaugeblock {
	height:340px;
	width: 180px;
	float: left;
	margin: 0px;
}
/*
  +------------------------------------------------------------------+
  | Green-Beast.com                                                  |
  | MIX: Donations Gauge                                             |
  | Cascading Style Sheet                                            |
  | Copyright May 2006                                               |
  | Use with attribution by visible link please!                     |
  | Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
  +------------------------------------------------------------------+
*/ 


/* this exists for one reason: the gauge and nogauge message need a home. 
   you can stack this box or float it or what have you. all of the other
   elements are relative to the div so the div is all yours */
div#cdg-shell { 
  background-color : #ffffdd;
  margin : 0px;
  width : 180px;
  height : 340px;
  display : block;
  border : 1px solid #666;
  overflow : hidden;
}

/* now we style the inner box when no funds are needed. grab the image 
   from: http://mikecherim.com/experiments/images/cdg_no_tmom.gif */
div#cdg-noshell {
  background : #ffffdd url(img/cdg_tmom.gif) no-repeat bottom right;
  width : 100%;
  height : 310px;
  display : block;
  margin: 0px;
}

/* This styles the heading and the positions left both it second line (goal amount) */ 
h2#cdg_h2, p#cdg_goal { 
  color : #669900;
  font-size : 1.1em;
  padding : 0px;
  margin : 0px 0px 0px 5px;
  
}

/* but the styles for the second line need some tweaking */
p#cdg_goal { 
  color : #666;
  font-size : 0.8em;
  font-weight : bold;
  padding-bottom : 2px;
  margin: 0px;
}

/* this holds the thermometer. The heigh of this box is critical to the functionality
   I know, the crosshair is dumb, so shoot me. I like it :p
   Please note: The thermometer body is an embedded image. If you change background 
   colors, you'll need to change that image. The opaque portions must stay that way.
   Grab the image from: http://mikecherim.com/experiments/images/cdg_tmom.gif */ 
div#cdg {
  margin : 0px;
  width : 178px;
  height : 300px;
  display : block;
  cursor : crosshair;
  position : relative;
  font-size : 0.8em;
  border-right : 2px solid #888; /* this sort of "finishes" the embedded image */
}

/* this is the marker and we stick it to the bottom. In-line css margin-bottom is 
   adjusted by the script to move the marker... like magic. The background makes 
   it cover up the Goal amount line. Using absolute positioning for good not evil */
p#cdg_p { 
  position : absolute;
  background-color : #ffffdd;
  bottom : 0px;
  margin: 0px;
  left : 5px;
  color : #333;
  z-index : 5;
  border-bottom : 1px solid #cd0000;
}  

/* this is so non-visual users will have the data presented to them in a logical 
   way not needed by those with the imagery */
p#cdg_p span.blind {
  position : absolute;
  margin-top : -9000px;
  margin-left : -9000px;
}

/* ah, the bold, red right-arrow (&rarr;)
   FYI: The arrow isn't supported by browser < or = to IE 5.5 */
p#cdg_p span.cdg_arw {
  color : #cd0000;
  font-weight : bold;
}

/* the mercury... I chose a slightly deeper red. it moves via script 
   as well like the marker, using margin-bottom */
div#cdg_m { 
  position : absolute;
  bottom : 0px;
  margin: 0px;
  right : 0px;
  display : block;
  width : 55px;
  background-color : #cd0000;
}

/* I use this to position the image in the lower right to control mercury view */
div#cdg img {
  position : absolute;
  margin: 0px;
  bottom : 0px;
  right : 0px;
  display : block;
  width : 60px;
  height : 300px;
}

/* this is the no fundraiser text */
p#cdg_no {
  font-size : 0.8em;
  font-weight : bold;
  margin : 20px 15px;
  line-height : 30px;
}

/* this is the no fundraiser link style (Contact Us) */
p#cdg_no a {
  color : #669900;
}

/* and it hover and focus states */
p#cdg_no a:hover, p#cdg_no a:focus, p#cdg_no a:active {
  text-decoration : none;
  color : #000;
}


/* End Styles */
/*end guage styles*/

table {
	border-collapse: collapse;
}
.tableborder {
	font-size: 14px;
	border: 1px solid #000099;
}
.row {
	background-color: #FFE79B;
}
th {
	padding: 2px;
	background-color: #000066;
	color: #FFCC33;
	font-weight: bold;
	font-size: 14px;
}
tr {
	background-color: #FFFFFF;
	vertical-align: text-top;
}
td a{
	text-decoration: none;
}

h1,h2,h3 {
	color: #000066;
}

h1 a,h2 a,h3 a,h4 a {
	text-decoration: none;	
}
hr {
	color: #000066;
	height: 1px;
	width:98%;
}
.board {
	font-weight: bold;
	color: #000066;
	vertical-align: middle;
}

#frameclass {
	font-size: 12px;
}

/* navigation section*/

#nav {
	left: 0;
	position: relative;
	margin-top: 25px;
	margin-right: 5px;
	height: 1200px;
	width: 165px;
	float: left;
}
#nav a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
	padding-left: 25px;
}
#donatebox {
	width: 165px;
	height: auto;
	margin-top: 50px;
	padding-left: 20px;
}
#linkbox {
	margin-top: 25px;
	margin-left: 7px;
}
#linkbox a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
	padding-left: 25px;
}
#linkbox a:hover {
	background-image: url(img/sitemapactivenew.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#active {
	background-image: url(img/sitemapactivenew.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
}

/*footer */

#footer {
	position: relative;
	height: 25px;
	margin-top: -25px;
	width: 775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	background-color: #FFCC33;
	text-align: center;
	margin-left: 0px;
	left: 0px;
	padding-top: 5px;
/*	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	background-image: url(img/navbg.gif);
	background-repeat: repeat-y;*/
}
#calendarlinks {
	left: 0;
	text-decoration: none;
	border: 1px solid #000066;
	background-color: #E4E4E4;
	color: #000066;
	width: 565px;
}
#calendarlinks a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 10px;
}
.highlight {
	color: #FF0000;
	font-weight: bold;
}
.green {
	color: #006600;
	font-weight: bold;
}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.darkblue {
	color: #000066;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 18px;
}
.picheader {
	background-color: #000066;
	color: #FFCC33;
	font-weight: bold;
	font-size: 14px;
}
