@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../pix/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}


a {
	color: #ffa200;
	text-decoration: none;
}
a:hover {
	color: #ffa200;
	text-decoration: underline;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	padding: 0;
} 
#header {
	padding: 10px 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../pix/bg-header.gif);
	background-repeat: no-repeat;
	background-position: 716px 64px;
	vertical-align: middle;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header p.content {	
	font-family: Arial;
	font-size: 11px;
	color: #6b6b6b;
	margin: 0;
	padding: 0;
	height: 65px;
	vertical-align: bottom;
}
#header form {
	margin: 0;
	padding: 0;
	float: right;
}
#header p.content img {
	margin-right: 20px;
}
#navOne {
	margin: 0;
	padding: 12px 0 0 0;
	height: 30px;
}
#navOne ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
#navOne ul li {
	float: left;
	display: block;
}
#navOne    ul    li a.volunteer  {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 184px;
	background-image: url(../pix/g-nav-volunteer-project.gif);
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	text-decoration: none;
}
#navOne  ul  li   a:hover.volunteer   {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 184px;
	background-image: url(../pix/g-nav-volunteer-project-on.gif);
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	text-decoration: none;
}
#navOne  ul  li a.lead {
	float: left;
	display: block;
	height: 30px;
	width: 194px;
	background-image: url(../pix/g-nav-lead-team.gif);
	background-repeat: no-repeat;
	border: 0;
	text-decoration: none;
}
#navOne   ul   li  a:hover.lead {
	float: left;
	display: block;
	height: 30px;
	width: 194px;
	background-image: url(../pix/g-nav-lead-team-on.gif);
	background-repeat: no-repeat;
	border: 0;
	text-decoration: none;
}
#navOne  ul  li a.issues {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 194px;
	background-image: url(../pix/g-nav-learn-issues.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne   ul   li  a:hover.issues {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 194px;
	background-image: url(../pix/g-nav-learn-issues-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne  ul  li a.create {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 159px;
	background-image: url(../pix/g-nav-create-project.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne   ul   li  a:hover.create {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 159px;
	background-image: url(../pix/g-nav-create-project-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne  ul  li a.sponsor {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 149px;
	background-image: url(../pix/g-nav-sponsor-project.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne   ul   li  a:hover.sponsor {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 149px;
	background-image: url(../pix/g-nav-sponsor-project-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navTwo {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #6b6b6b;
}
#navTwo a {
	margin: 0;
	padding: 9px 12px;
	color: #6b6b6b;
	display: block;
	float: left;
	text-decoration:none;
}
#navTwo a:hover {
	margin: 0;
	padding: 9px 12px;
	color: #ffffff;
	display: block;
	float: left;
	border: 0;
	background-color: #862175;
	text-decoration: none;
}

#navTwo a.on {
	margin: 0;
	padding: 9px 12px;
	color: #ffffff;
	display: block;
	float: left;
	border: 0;
	background-color: #862175;
	text-decoration: none;
}
#navOne  ul  li   a.volunteerOn   {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 184px;
	background-image: url(../pix/g-nav-volunteer-project-on.gif);
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	text-decoration: none;
}
#navOne   ul   li  a.leadOn {
	float: left;
	display: block;
	height: 30px;
	width: 194px;
	background-image: url(../pix/g-nav-lead-team-on.gif);
	background-repeat: no-repeat;
	border: 0;
	text-decoration: none;
}
#navOne   ul   li  a.issuesOn {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 194px;
	background-image: url(../pix/g-nav-learn-issues-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne   ul   li  a.createOn {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 159px;
	background-image: url(../pix/g-nav-create-project-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navOne   ul   li  a.sponsorOn {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	width: 149px;
	background-image: url(../pix/g-nav-sponsor-project-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer  {
	padding: 10px;
	background-color: #FFFFFF;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #959799;
	text-align: center;
	line-height: 16px;
}
#footer p.newsletter
{
	text-align: right;
	padding: 0 0 10px 0; 
	margin:0;
}
#footer  a  {
	color: #959799;
	text-decoration: none;
}
#footer  a:hover   {
	color: #959799;
	text-decoration: underline;
}
#footer a.action {
	color: #ffa200;
}
#footer a.action:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#layer {
	display: none;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
}

#popup {
	border: solid 1px #b746a4;
	display: none;	
	position: absolute;
	left: 50px;
	z-index: 20;
	width: 246px;
}

#popup table {
	color: #FFFFFF;
}

#popup a {
	font-family: Arial;
	font-size: 12px;
	color: #862175;
	font-weight: bold;
	text-decoration: none;
}

#popup a:hover {
	text-decoration: underline;
}

#popup a.footer {
	font-size: 11px;
}

#popup a.cell {
	display: block;
	width: 34px;
	color: #862175;
	font-weight: normal;
	text-decoration: none;	
	background-color: #cfa4c6;
	padding: 6px 0 6px 0;
}

#popup a.cell:hover {
	color: #FFFFFF;
	text-decoration: none;	
	background-color: #c2ce24;	
}

#popup td {	
	text-align: center;
	background-color: #cfa4c6;
}

#popup th
{
	color: #862175;
	background-color: #c798bd;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

#popup td.ajaxCalendarHeader 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #862175;
	background-color: #cfa4c6;
	padding: 5px 0 5px 0;
}

#popup td.ajaxCalendarContent {
	background-color: #bf91b0;
	padding: 0;
}

#popup td.ajaxCalendarFooter {
	color: #222222;
	font-size: 11px;
	text-align: center;
	background-color: #c798bd;
	padding: 5px 5px 5px 5px;
}.left {
	float: left;
	margin: 0 10px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 10px;
}
.textImg {
	display: block;
	padding: 0;
	margin: 10px 10px 0 0;
	float: left;
	border: 0;
}