* { margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

html {
	font-size: 62.5%;
	height:100.1%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#333333;
	height:100.1%;
	background:url(../images/bgTile.png) repeat #fff;
}

h1, h2, h3, h4, h5 {
	color:#d42719;
	font-weight:normal;
}

h1 {
    font-size: 2.1em;
	margin-bottom:12px;
}

h2 {
    font-size: 1.9em;
    margin-bottom:10px;
}

h3 {
    font-size: 1.7em;
    margin-bottom:10px;
}

h4 {
	font-size: 1.5em;
	margin-bottom:8px;
}

h5 {
	font-size: 1.3em;
    margin-bottom:5px;
}

h5 a:link {
	text-decoration: underline;
	c//olor:#d42719;
	font-weight:normal;
}

a:link {
	color:#000;
	text-decoration: underline;
}

a:visited {
	color:#000;
	text-decoration: underline;
}

a:hover, a.hover, a.selected {
	color:#666666;
	text-decoration: none;
	cursor: pointer;
}

//a:active {
//	color:#000000;
//	text-decoration: underline;
//}

p {
	line-height:1.6em;
}

input, textarea {
	border: 1px solid #c2c2c2;
	padding:3px;
}



/*---------------------------------- MAIN BODY STYLES ------------------------------------ */

#wraptop {
	width: 100%;
	height: 111px;
	z-index: 200;
	background: url(../images/wrapTop2.jpg) no-repeat center;
}

#wrap {
	width: 100%;
	z-index: 100;
	background: url(../images/contTile.jpg) repeat-y center;
}

#container {
	width:944px;
	margin:0px auto;
	padding-bottom: 20px;
}

#main {
	width:640px;
	float: left;
	position: relative;
}

#main #content>p {
	width: 400px;
	margin-bottom: 12px;
	text-align: left;
}

#main p {
	margin-bottom: 8px;
}

#main #content2 {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	padding-top: 8px;
}

#main #content2>p {
	margin-bottom: 12px;
}
#main #sidepanel>p {
	margin-bottom: 12px;
}

#content {
	width: 400px;
	float: left;
	margin-bottom: 20px;
}

#bodycontent {
	width:640px;
	float: left;
}

#bodycontent>h1, #bodycontent>p {
	width: 400px;
}

#main #slideshow {
	list-style: none;
	width:643px;
	height:377px;
	padding: 0px 0 0 0px;
	background: url(../images/slideBG.png) no-repeat -1px -1px;
	margin-left: 0px;
	margin-bottom: 12px;
	overflow: hidden;
}

#main #slideshow div {
	overflow: hidden;
	width: 640px;
	height: 322px;
}


#main #slideshow p {
	position: absolute;
	top: 340px;
	width: 643px;
	padding: 8px;
	font-style: italic;
	text-align: center;
}


#main ul {
	line-height: 18px;
	margin-bottom: 12px;
	margin-left: 25px;
}

#main ul li {
	margin-bottom: 12px;
}


p.caption {
	font-size: 11px;
	font-style: italic;
	width: 300px;
}

.fc-button-next {
	background: url(../images/arrowright.png) no-repeat;
	display: block;
	width: 24px;
	height: 21px;
	cursor: pointer;
}

.fc-button-prev {
	background: url(../images/arrowleft.png) no-repeat;
	display: block;
	width: 24px;
	height: 21px;
	cursor: pointer;
}

#joinbutton {
 display: block;
 width: 222px;
 height: 82px;
 margin-bottom: 20px;
}

#pppbutton {
 display: block;
 width: 222px;
 height: 82px;
 margin-bottom: 20px;
}



.clear {
	clear: both;
}

.clearl {
	clear: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*---------------------------------- HEADER STYLES ------------------------------------ */


#header {
	height: 111px;
	width: 940px;
	/*background-color: blue;*/
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

img.logo {
	float: left;
	margin: 0 111px 0 28px;
}


/*---------------------------------- SIDEBARS STYLES ------------------------------------ */


#sidepanel {
	clear: right;
	width: 220px;
	float: right;
	margin: 0 3px 20px 0px;
}


#sidebar {
	float:left;
	width:222px;
	margin: 27px 77px 0 0;
}

#sidebar p {
	/*margin-left:35px;*/
}


#eventspanel {
	width: 282px;
	background: url(../images/eventPanelBG.jpg) repeat-y;
	padding-bottom: 10px;
}

h2.eventpanelhdr {
	background: url(../images/eventPanelHdr.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 282px;
	height: 30px;
}

.panel {
	width:222px;
	background: url(../images/eventsPanelTile.png) repeat-y;
	margin-bottom: 20px;
}

h3.newsHdr {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 222px;
	height: 34px;
	background: url(../images/newsHeader.png) no-repeat;
}

h3.projHdr {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 222px;
	height: 34px;
	background: url(../images/ourProjHdr.png) no-repeat;
}

.panel h4 {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 2px;
}

.panel p {
	color: #555555;
	font-size: 1.1em;
	padding-left: 8px;
}

.event a, .event a:visited {
	color: #bf2a1e;
	float: right;
}

.event {
	width: 200px;
	margin: 10px;
}

a.moreNews {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/viewAllNewsBtn.jpg) top no-repeat;
	width: 222px;
	height: 28px;
}



a.moreProj {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/viewAllProjBtn.jpg) no-repeat -1px top;
	width: 222px;
	height: 28px;
}

a.nextEvents {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 130px;
	height: 18px;
	background: url(../images/nextEventsBtn.jpg) top no-repeat;
	margin: 10px auto 0 auto;
}

a.moreNews:hover {
	background-position: bottom;
}

 a.moreProj:hover {
	background-position: -1px bottom;
}

/*---------------------------------- LOGIN STYLES ------------------------------------ */


#loginStatus {
	position: absolute;
	right: 20px;
	top: 5px;	
	color: #4C4C4C;
}

#loginStatus a {
	color: #4C4C4C;
}

#login {
	color: #FFFFFF;
	width: 200px;
	opacity: .85;
	background: #d93222;
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 5000;
}

.submit {
	float: right;
	margin-top: 6px;
	margin-bottom: 16px;
}

#loginform {
	margin: 30px 100px 70px;
}

.error_msg {
	text-align: center;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-top: 6px;
	clear: both;
}

/*---------------------------------- PAGES STYLES ------------------------------------ */


#mapholder {
	background-color:#CCCCCC;
	text-align:center;
	float: left;
	width: 642px;
	margin-right: -2px;
}

h1 span {
	font-size: 11px;
}

#calendar {
	height: 510px;
}

#membersTable {
	margin-top: 10px;
}

#membersTable thead tr {
	border-bottom: 1px solid #000;
}

ul#projects {
	float: left;
	display: block;
	width: 570px;
}

ul#projects li {
	clear left;
	float: left;
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 570px;
}

ul#projects .col1 {
	float: left;
	width: 140px;
}

ul#projects .col2 {
	float: left;
	width: 400px;
}

ul#projects h5, ul#pastprojects h5, ul#fundraisers h5 {
	color: #131313;
}


ul#pastprojects p {
	margin: 0 0;
}

ul#pastprojects {
	margin-left: 0;
	float: left;
}

ul#pastprojects .col1 {
	width: 80px;
	float: left;
}

ul#pastprojects .col2 {
	margin-left: 85px;

}

ul#pastprojects li {
	clear: both;
	float: left;
	position: relative;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	width: 580px;
}

ul#fundraisers, ul#projects {
	margin-left: 0;
}

ul#fundraisers li {
	float: left;
	clear: both;
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 570px;
}

ul#fundraisers .col1 {
	display: block;
	float: left;
	width: 140px;
}

ul#fundraisers .col2 {
	float: left;
	width: 400px;
}

#fundraiserDetails {
	float: left;
}

#fundraiserDetails #col1 {
	float: left;
	width: 370px;
}

#fundraiserDetails #col2 {
	float: right;
	width: 250px;
}

#picstable {
	clear: both;
}

#picstable td {
	padding: 15px 15px 0 0;
}

ul#pics {
	float: left;
	clear: both;
	margin-left: 4px;
	padding-top: 10px;
}

ul#pics li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

ul#files li {
	float: left;
	clear: both;
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	width: 100%;
}


ul#committees {
	float: left;
	width: 200px;
	margin-left: 0px;
	line-height: 13px;
}

ul#committees li {
	list-style: none;
}

.listing {
	float:left;
	margin:0 5px 20px;
	padding:3px 5px 0;
	width:280px;
}

.listing .committee {
	margin-bottom: 12px;
}

#committees td {
	line-height: 19px;
}

.seperator {
	clear: both; 
	width: 640px; 
	float: left; 
	margin-bottom: 18px;
}

#main ul.documents {
	margin-left: 0;
	margin-bottom: 0;	
}

ul.documents {
	float: left;
	margin-bottom: 12px;
}

ul.documents img {
	border: 0;
	margin-right: 5px;
}

ul.documents li {
	border-bottom: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	margin-left: 5px;
	vertical-align: middle;
}

ul.documents li a {
	display: inline-block;
}

#main ul.documents li {
float: left;
	margin-bottom: 12px;
}


ul.documents li img {
	float: left;
}

ul#events {
	margin-left: 0px;
}

ul#events li {
	float: left;
	width: 400px;
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
}

ul#events ul li {
	border: 0;
	padding: 10px 0 0;
}

ul#events span {
	color: #696969;
}


ul#forms {
	margin-left: 25px;
}

ul#forms li {
	border-bottom: 1px dotted #CCCCCC;
	width: 380px;
	height: 70px;
	float: left;
	list-style: none;
	padding: 10px;
	margin-right: 20px;
}

ul#forms h4 {
	margin-bottom: 12px;
}

ul#forms li a {
	float: left;
	width: 150px;
	display: block;
}

ul#forms li a img {
	float: left;
	margin-right: 6px;
}


div.panelNav {
	margin-bottom: 20px;
}

.panelNav img.header {
	margin-left: 30px;
}

ul#subnav {
	margin: 10px 0 35px 28px;
}

ul#subnav li {
	list-style: none;
	background: url(/_cust/images/treeview-default-line.gif) no-repeat 0px 0px;
	margin: 0 0 0 10px;
	padding: 2px;
}

ul#subnav li.last {
	background-position: 0 -1766px;
}

ul#subnav li a {
	display: block;
	height: 22px;
	width: 138px;
	padding: 2px 0 0px 6px;
	margin-left: 20px;
}

ul#subnav li a:hover {
	background: url(../images/subnavhi2.png) no-repeat;
}

ul#subnav li a.active, ul#subnav li a:active {
	background: #F4F4F4;
	color:#666666;
	text-decoration: none;
	background: url(../images/subnavhi.png) no-repeat;
}


#profileimage {
	border: 1px solid #333;
	padding: 1px;
	margin-bottom: 6px;
}

h2.fc-header-title {
	font-size: 18px;
}


#popupholder {
	position: relative;
	top: 53px;
	left: -30px;
	z-index: 5400;
}
	
.popup_msg{
	position:absolute;
	z-index:5500;
	text-align:left;
	width: 275px;
	padding: 5px;
	color:#FF0000;
	background: #FCFCFC;
	border: 1px solid #AAA;
	border-bottom: 3px solid #A0A0A0;
	display:none;
} 

.popup_msg img {
	border: 0px;
	margin-bottom: 0px;
	position: relative;
	top: -15px;
	left: 28px;
}

.popup_msg p.head {
	border-bottom: 1px dotted #CCC;
	color: #8C8C8C;
}

.popup_msg p.location {
	padding-top: 5px;
	color: #6F2C23;
}

.popup_msg strong {
	color: #333;
}



/*----------------------------------------------------------- FOOTER -----------------------------------------------------------*/





#footerwrap {
	clear: both;
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 200;
	background: url(../images/footerBG.jpg) no-repeat center;
}

#footer {
	clear: both;
	width: 980px;
	margin: 0px auto 0 auto;
	padding-top: 12px;
	height: 22px;
	color: #ffffff;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	 float: left;
}

#footer ul li img {
	vertical-align: middle;
}

#footer ul li.ffi {
	float: right;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}




/* ---------------------------------- MAIN NAVIGATION STYLES ------------------------------------ */





ul#nav {
	list-style-type:none;
	height: 34px;
	/*background: green;*/
	width: 628px;
	float: left;
	margin-top: 25px;
	position: relative;
	z-index: 750;
	
}

ul#nav li {
	position:relative;
	float:left;
}

ul#nav li a {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:34px;
}

ul#nav li a.aboutBtn, ul#nav li a.aboutBtn:visited {
	width:94px;
	background:url(../images/aboutBtn.png) top no-repeat;
}

ul#nav li a.newsBtn, ul#nav li a.newsBtn:visited {
	width:132px;
	background:url(../images/newsBtn.png) top no-repeat;
}


ul#nav li a.joinBtn, ul#nav li a.joinBtn:visited {
	width:100px;
	background:url(../images/joinBtn.png) top no-repeat;
}

ul#nav li a.projectsBtn, ul#nav li a.projectsBtn:visited {
	width:85px;
	background:url(../images/projectsBtn.png) top no-repeat;
}

ul#nav li a.fundBtn, ul#nav li a.fundBtn:visited {
	width:115px;
	background:url(../images/fundBtn.png) top no-repeat;
}

ul#nav li a.contactBtn, ul#nav li a.contactBtn:visited {
	width:102px;
	background:url(../images/contactBtn.png) top no-repeat;
}



ul#nav li a.aboutBtn:hover,
ul#nav li a.newsBtn:hover,
ul#nav li a.joinBtn:hover,
ul#nav li a.projectsBtn:hover,
ul#nav li a.fundBtn:hover,
ul#nav li a.contactBtn:hover  {
	background-position:center;
}


body#aboutPage ul#nav li a.aboutBtn,
body#newsPage ul#nav li a.newsBtn,
body#joinPage ul#nav li a.joinBtn,
body#projectsPage ul#nav li a.projectsBtn,
body#fundraisersPage ul#nav li a.fundBtn,
body#contactPage ul#nav li a.contactBtn {
	background-position:bottom;
	cursor:default;
}







/*----------------------------------------------------------- SITEMAP PAGE STYLES -----------------------------------------------------------*/


form span.error {
margin-left: 5px;
color: #FF0000;
}


.sitemap {
	margin-left: 24px;
	margin-top: 16px;
	font-size: 1.3em;
}

.sitemap ul {

	list-style: circle;
}

.sitemap ul li
{
	margin-left: 64px;
}


#maincopy{
	padding: 8px;
}

.error_msg
{
	font-size: 0.8em;
	border: 1px solid #ff0000;
	color: #ff0000;
	background-color: #ffffff;
	font-weight: 900;
	padding: 2px;
	text-align: center;
}

.success_msg
{
	border: 1px solid #00ff00;
	color: #009900;
	background-color: #ffffff;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.form_msg_width
{
	width: 400px;
}

/*-------------------------------------- --- WORD VERIFICATION --------------------------------------------------------*/

.word_verification_msg {
}

input.word_verification {
	margin-left: 2px;
	height: 26px;
	font-size: 1.7em;

}

img.word_verification {
	border: 1px solid #00000;
}


/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

