/*** Content Styles ***/

#title {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 20px;
	color: #83447D;
}

body {
	background-image: url(../images/layout/bkgd.gif);
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	line-height: 22px;
	margin-top: 0px;
}
h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
 color: #83447D;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
.smalltype {
 font-size: 13px;
	line-height: 18px;
}
.copyright {
 font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	vertical-align: bottom;
	clear: both;
}
.copyright a:link,
.copyright a:visited,
.copyright a:active {
	color: #fff;
	text-decoration: none;
}
.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.newsdetails {
 font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	font-size: 11px;
	line-height: 14px;
}

/*** Layout Page Styles ***/

#site_wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 797px;
}
#content_area {
	font-weight: normal;
 	background-color: #FFFDC5;
	margin: 0px;
	padding: 10px 28px;
	height: 100%;
	min-height: 584px;
	width: 500px;
	/*float: right;*/
	margin-left: 243px;

}
#topbanner {
 background-image: url(../images/layout/top.gif);
	background-repeat: no-repeat;
	height: 95px;
	margin: 0;
	width: 797px;
}
.quote {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 30px;
	font-style: italic;
}

/*** Image Styles ***/

.imagespacert {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 4px solid #fff;
}
.imagespacelt {
 float: left;
	margin-bottom: 3px;
	margin-right: 10px;
	border: 4px solid #fff;
}
.photos {
	border: 4px solid #fff;
}

.button-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*** Left Column Layout Page Styles ***/

 address {
	font-style: normal;
	font-weight: normal;
 text-align: right;
	padding: 10px 17px 0 0;
	line-height: 20px;
}

#leftcolumn {
	/*background-color: #666666;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 244px;
	color: #ffffff;
	height: 100%;
	min-height: 600px;
	float: left;
	font-weight: normal;
}
#leftcolumn a:link,
#leftcolumn a:visited,
#leftcolumn a:active {
	color: #ffffff;
	text-decoration: none;
}
#leftcolumn a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.columntext {
 font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px 10px 0px 15px;
	line-height: 20px;
}

/*** Home Page Styles ***/
.mission {
 color: #ffffff;
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	padding: 0px 32px 0px 7px;
}

#highlight_home {
	width: 93%;
	background: #FFFDC5;
	border:dotted #CCC 1px;
	margin-bottom: 35px;
	padding: 0 15px;
}

#highlight_home h2 {
	font-size:15px;
	line-height: 25px;
}

/*** Links Styles ***/

a:link,
a:visited,
a:active {
	color: #B20838;
	text-decoration: none;
}
a:hover {
	color: #B20838;
	text-decoration: underline;
}

/*** Top Navigation ***/

#nav {
 background-image: url(../images/layout/mainnav_off.gif);
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	margin: 0;
	width: 797px;
	text-transform: uppercase;
}
#nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	height: 31px;
	line-height: 12px;
	margin-right: 1px;
	text-align: center;
	width: 113px;
}

#nav li#emp {
	margin-right: 0;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	border-bottom: 9px solid #83447D; /* purple */
	color: #ffffff;
	display: block;
	height: 19px;
	padding-top: 12px;
	text-decoration: none;
}

#nav li#donate a,
#nav li#emp a {
	height: 26px;
	padding-top:5px;
}

#nav li a:hover {
	border-bottom: 9px solid #B10022; /* red */
	color: #ffffff;
	text-decoration: none;
}

#nav a.current_link {
	border-bottom: 9px solid #B10022; /* red */
}

/*** Top Navigation Drop Down Menus ***/

#subnavcontainer {
	/* this element is only used to provide space to
	   display each subnav.  The subnavs themselves
	   are children of the appropriate li, and have
	   nothing to do with this element. */
	background-color: #FFFFFF;
	height: 28px;
}
#nav li ul {
	display: none;
	font-size: 13px;
	height: 28px;
	list-style-type: none;
	position: absolute;
}

#nav li ul.current_link {
	display: block;
}

#nav li:hover ul {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: white;
}
#nav li ul li {
	float: left;
	line-height: 5px;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	width: auto;
}
#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	border: none;
	color: #666666;
	font-size: 12px;
	height: 16px;
	padding: 0px 12px;
	padding-top: 12px;
}

#nav li ul.current_link li.current_link a:link,
#nav li ul.current_link li.current_link a:visited,
#nav li ul.current_link li.current_link a:active {
	color: #B10022;
}

#nav li ul li a:hover {
	border: none;
	color: #B20838;
	text-decoration: none;
}

/*** Secondary (top) Navigation Styles - Home and Contact US ***/

#secondary_nav_area {
	float: right;
	margin: 0;
	padding: 65px 0 0 0px;
	width: 200px;
}
#secondary_nav_area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#secondary_nav_area li {
	font-size: 13px;
	font-weight: normal;
 	font-style: italic;
	padding: 1px 13px 0 0;
 	text-align: center;
 	float: right;
}
#secondary_nav_area a:link,
#secondary_nav_area a:visited,
#secondary_nav_area a:active {
	color: #FFFDC5;
	text-decoration: none;
}
#secondary_nav_area a:hover {
	text-decoration: none;
	color: #fff;
}

/*** Form Styles ***/

.form {
 	font-family: Helvetica, Arial, sans-serif ;
 	font-size: 11px;
	font-weight: bold;
}

.formresults,
.donation-listing td {
 	font-family: Helvetica, Arial, sans-serif ;
 	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.required {
 	color: #990000;
}

.even {
 	background-color: #ffffff;
}

.form .small {
 	font-size: 11px;
	line-height: 14px;
}

.donation-listing td {
	border-top: 1px solid #8B8B8B;
	padding: 7px 5px 6px 5px;
}

.donation-listing .first td {
	border-top: none;
}

.donation-listing th {
 	background-image: url(../images/layout/form_th.gif);
	background-color: #83447D;
	color: #fff;
	font-weight: normal;
	font-size: 9px;
	padding: 3px 3px 3px 7px;
	text-align: left;
	text-transform: uppercase;
	line-height: 12px;
}	

