/* 
=====================
Illumicom, LLC. - http://www.illumicom.com
CSS Author: Calvin Webster
=====================
*/

#home {
	display:none;
	}
.box {
	
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
	
}
/* Subpage Styles */

#page-header {
	
	padding: 5px 0 0 5px;
	width: 1000px;
	height:50px;
	
}

h3.pagetitle {
	
	background: url(../images/pagetitle-bg.gif) no-repeat;
	float: left;
	width: 592px;
	height: 26px;
	color: #fff;
	padding: 5px 0 0 12px;
	
}

h3#pagetitle-give {
	
	width: 718px;
	padding: 0;
	height: 31px;
	background: url(../images/pagetitle-give.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	
}

h3#pagetitle-advocate {
	
	width: 718px;
	padding: 0;
	height: 31px;
	background: url(../images/pagetitle-advocate.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	
}

h3#pagetitle-volunteer {
	
	width: 718px;
	padding: 0;
	height: 31px;
	background: url(../images/pagetitle-volunteer.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	
}

#page-header ul.page-header-links {
	
	float: left;
	margin: 0;
	list-style: none;
	
}

#page-header ul.page-header-links li { 
	
	margin: 0; 
	padding: 0 0 0 5px;
	float: left;
}

#page-header .page-header-links li a {
	
	float: left;
	width: 110px;
	height: 31px;
	display: block;
	text-indent: -999em;
	text-decoration: none;
}               

#page-header ul.page-header-links li a#page-header-advocate { background: url(../images/pageheader-advocate.gif) no-repeat; }
#page-header ul.page-header-links li a#page-header-give { background: url(../images/pageheader-give.gif) no-repeat; }
#page-header ul.page-header-links li a#page-header-volunteer { background: url(../images/pageheader-volunteer.gif) no-repeat; 
	padding: 0;
}


#page-header ul.page-header-links li a#page-header-advocate:hover,
#page-header ul.page-header-links li a#page-header-give:hover,
#page-header ul.page-header-links li a#page-header-volunteer:hover {

background-position: 0px -31px;
	
}
/* end subpage styles */
#boxes {
	display:none;
	}
#threeColourfulBoxes
	{
	margin:5px 0 0 25px;
	clear:both;
	float:left;
	width:950px;
	}
	#threeColourfulBoxes .box
		{
		float:left;
		}
		#threeColourfulBoxes .midbox
			{
			float:left;
			padding-left:6px;
			padding-right:6px;
			}

#left {
	width: 250px;
	float: left;
	margin-left:5px;
}
#center {
	width: 745px;
	float: left;
	}
#right {
	display:none;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.9em;
	line-height: 1.35em;
}
#center .content {
	padding: 24px 20px;
	font-size: .95em;
	line-height: 1.5em;
}
#center a:link {
	color: #3289ff;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}


h1 {
	font-size: 1.4em;
	color:#0c1280;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
