/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/FundraisingContentBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	background: url(../Images/LeftNavBkg_Fundraising.gif) top no-repeat;
	float: left;
	padding-top: 50px;
	width: 211px;
}

#LeftColumn2
{
	background: url(../Images/LeftNavBkg_Fundraising2.gif) top no-repeat;
	float: left;
	padding-top: 48px;
	width: 211px;
}

#LeftNav
{
	list-style: none;
	float: left;
	padding-left: 50px;
	width: 129px;
}

	#LeftNav a.Why
	{
		background: url(../images/LeftNav_Fundraisers_Why.gif);
		display: block;
		height: 45px;
		overflow: hidden;
		text-indent: -5000px;
		width: 129px;
	}
	
	#LeftNav a:hover.Why
	{
		background: url(../Images/LeftNav_Fundraisers_Why.gif) 0px -45px;
	}
	
	#LeftNav a.How
	{
		background: url(../images/LeftNav_Fundraisers_How.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 129px;
	}
	
	#LeftNav a:hover.How
	{
		background: url(../Images/LeftNav_Fundraisers_How.gif) 0px -50px;
	}
	
	#LeftNav a.Calendar
	{
		background: url(../images/LeftNav_Fundraisers_Calendar.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 129px;
	}
	
	#LeftNav a:hover.Calendar
	{
		background: url(../Images/LeftNav_Fundraisers_Calendar.gif) 0px -52px;
	}
	
	#LeftNav a.Who
	{
		background: url(../images/LeftNav_Fundraisers_Who.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 129px;
	}
	
	#LeftNav a:hover.Who
	{
		background: url(../Images/LeftNav_Fundraisers_Who.gif) 0px -52px;
	}
	
	#LeftNav a.Testimonials
	{
		background: url(../images/LeftNav_Fundraisers_Testimonials.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 129px;
	}
	
	#LeftNav a:hover.Testimonials
	{
		background: url(../Images/LeftNav_Fundraisers_Testimonials.gif) 0px -48px;
	}
	
	#LeftNav a.FAQs
	{
		background: url(../images/LeftNav_Fundraisers_FAQs.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 129px;
	}
	
	#LeftNav a:hover.FAQs
	{
		background: url(../Images/LeftNav_Fundraisers_FAQs.gif) 0px -52px;
	}

	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgFundraising.jpg);
	padding: 255px 0px 40px 0px;
	width: 597px;
}

#ImageSpace
{
	float: right;
	height: 230px;
	width: 330px;
}

h1.Heading
{
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 20px;
}

p.Paragraph
{
	line-height: 17px;
	padding-bottom: 18px;
}

a.textlink
{
	color: #009EDA;
	text-decoration: none;
}

a:hover.textlink
{
	color: #D065F2;
}


#RightColumnWhy
{
	background: top no-repeat url(../Images/ContentBkgFundraising_How.jpg);
	padding: 110px 0px 40px 0px;
	width: 597px;
}


#RightColumnCalendar
{
	background: top no-repeat url(../Images/ContentBkgFundraising_Calendar.jpg);
	padding: 115px 0px 40px 0px;
	width: 597px;
}


#RightColumnHelp
{
	background: top no-repeat url(../Images/ContentBkgFundraising_Help.jpg);
	padding: 115px 0px 40px 0px;
	width: 597px;
}


#RightColumnTestimonials
{
	background: top no-repeat url(../Images/ContentBkgFundraising_Testimonials.jpg);
	padding: 115px 0px 40px 0px;
	width: 597px;
}


#RightColumnFAQs
{
	background: top no-repeat url(../Images/ContentBkgFundraising_FAQs.jpg);
	padding: 115px 0px 40px 0px;
	width: 597px;
}


#FundRaiserCalendar h2	{font-size: 16px; margin: 0px; padding: 0px;}
#FundRaiserCalendar th {font-size: 11px; background-color: #CCCCCC; border-bottom: 1px solid #000066; border-right: 1px solid #000066;}
#FundRaiserCalendar td.header	{height: 30px; border-bottom: 1px solid #000066; border-right: 1px solid #000066;}
#FundRaiserCalendar td	{ font-size: 11px; border-bottom: 1px solid #000066; border-right: 1px solid #000066;}
#FundRaiserCalendar td.nonevent	{width: 30px; height: 30px; }
#FundRaiserCalendar td.nonday	{background-color: #efefef; height: 30px;width: 30px;}
/*
#FundRaiserCalendar td.event	{height: 30px; background-color: #ce5372;width: 30px;}
*/
#FundRaiserCalendar td.event a	{display: block; width: 30px; height: 30px; }
#FundRaiserCalendar .calendarSubmit { font-weight: bold; font-size: 14px;}


#FundRaiserTable th {text-align: left; }
