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

body {
	background-color: #999;
	background-image: url(../graphics/sitebkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

input,select,textarea { color: #0E6A59; padding:1px; font:12px Arial, Helvetica, sans-serif; border: #333 1px solid; background-color: #EFF4FA; padding: 3px;}

a, a:visited, a:active {
	color: #647DB5;
	font-weight: bold;
	text-decoration:none;
	font-size: 13px;
}

a:hover {
	color: #70A985;
	text-decoration: none;
}


td, p, div, th {
	font-size: 13px;
}

.error {
	color: red;
	font-size: 10px;
	font-weight: normal;
	}
	
.site_container {
	margin: 0 auto; 
}

.site_wrap {
	width: 960px;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
	background-color: #FFF;
}

.green {
		color: #70A985;
	}


/********** header **********/

.header { 
	background: url(../graphics/logo.gif) top no-repeat;
	width: 960px;
	height: 114px;
	}

.donate {
	width: 212px; 
	margin-left: 720px; 
	margin-top: -80px;
	z-index: auto;
	position: relative;
}

.donate a, .donate a:active, .donate a:visited
{
	display: block;
	width: 212px;
	height: 46px;
	background: url(../graphics/donate_main.gif) top no-repeat;
	font: 22px "Times New Roman", Times, serif;
	letter-spacing: 4px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	line-height: 46px;
	text-align: right;
	padding-right: 24px;
}

.donate a:hover {
	background: url(../graphics/donate_over.gif) top no-repeat;
}


/********** index page main content **********/

.homepage {
	background-color:#FFF;
	width: 960px;
	text-align: left;
	}


.homeblocks { 
	background-color:#FFF;
	width: 960px;
	height: 146px;
	color: #FFF;
	}
	
.homeblocks p, .homeblocks div
{
	color: #FFF;
	font-size: 13px;
}

.blocks { 
	width: 100%;
	height: 34px;
	margin-bottom: 12px;
	margin-top: -4px;
	margin-left: 10px;
	}
	

.blocks a, .blocks a:visited, .blocks a:active 
{
	display: block;
	height: 34px;
	width: 176px;
	line-height: 34px;
	padding-left: 44px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
}

.blocks a:hover
{
	background: url(../graphics/blockbutwhite.jpg);
	color: #70A985;
}


/********** main content **********/

.main { 
	background-color:#FFF;
	width: 960px;
	height: 360px;
	text-align: left;
	}
	
.titles {
	color: #70A985;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

.subtitles {
	color: #647DB5;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

/********** inside pages **********/

.intitle {
	color: #FFF;
	font-weight: bold;
	line-height: 46px;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	height: 46px;
	width: 200px;
	padding-left: 14px;
	margin-bottom: 10px;
}
	
.purple {
	background: url(../graphics/purplebkg.gif);
}

.orange {
	background: url(../graphics/orangebkg.gif);
}

.teal {
	background: url(../graphics/tealbkg.gif);
}

.red {
	background: url(../graphics/redbkg.gif);
}


.purplenav a, .purplenav a:active, .purplenav a:visited, .orangenav a, .orangenav a:active, .orangenav a:visited, .rednav a, .rednav a:active, .rednav a:visited, .tealnav a, .tealnav a:active, .tealnav a:visited
{
	display: block;
	width: 200px;
	color: #FFF;
	line-height: 30px;
	paddin-top: 2px;
	padding-left: 14px;
}

.purplenav a:hover, .purpleselect {
	background: url(../graphics/purplebkg.gif);
}

.orangenav a:hover, .orangeselect {
	background: url(../graphics/orangebkg.gif);
}

.rednav a:hover, .redselect {
	background: url(../graphics/redbkg.gif);
}

.tealnav a:hover, .tealselect {
	background: url(../graphics/tealbkg.gif);
}

.rightlinks {
	float: left;
}

.rightlinks a, .rightlinks a:visited {
 display: inline-block;
 line-height: 24px;
 padding-left: 12px;
 width: 228px;
}

.rightlinks a:hover, .rightlinks a:active {
	background-color: #647DB5;
	color: #FFF;
}

.rightlinkselect {
	color: #FFF!important;
	background-color: #647DB5;
}

.rightsublinks {
	float: left;
}

.rightsublinks a, .rightsublinks a:visited {
 display: inline-block;
 line-height: 24px;
 padding-left: 26px;
 width: 214px;
 font-style: italic;
}

.rightsublinks a:hover, .rightsublinks a:active {
	background-color: #70A985;
	color: #FFF;
}

.rightsublinkselect {
	color: #FFF!important;
	background-color: #70A985;
}


.cal1 {
	font-weight:bold; 
	font-size: 14px; 
	width: 44px; 
	background-color:#EFF4FA;
}

 .cal2 {
	 font-weight:bold; 
	 font-size: 14px; 
	 width: 70px; 
	 background-color:#EFF4FA;
 }
 
 .cal3 {
	 background-color:#EFF4FA;
 }

/********** footer **********/
	
.image {
	width: 240px;
	margin-left: 720px;
	margin-top: -160px;
}


.footerblocks { 
  background: url(../graphics/bluebkg.gif);
	color: #FFF;
	}
	
.footerblocks td {
	padding-left: 10px;
	padding-top: 4px;
	line-height: 17px;
}

.footerblocks a, .footerblocks a:active, .footerblocks a:visited {
  color: #FFF;
	font-size: 13px;
}


.footerblocks a:hover {
  color: #999;
}


.footer {
	width: 100%;
	text-align: left;
}

.footer a, .footer div, .footer p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
.navcontainer {
	font-weight: bold;
	background: url(../graphics/bluebkg.gif);
	width: 960px;
	height: 40px;
	text-align: left;
}
