@charset 'UTF-8';

* {
    margin: auto 0;
}

body {
    margin: 0;
    padding: 0;
	background-color:#EBEBCF;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:#26317E;
	font-size: 130%;
	text-decoration:underline;
	margin:0 0 5px 0;
	padding:0;
}

h2{
	color:#26317E;
	font-size: 110%;
	font-style:italic;
	font-weight:normal;
	margin:5px 0 5px 0;
	padding:0;
}

h3{
	color:#26317E;
	font-size: 110%;
	font-weight:bold;
	margin:5px 0 5px 0;
	padding:0;
}

h4{
    color:#26317E;
    font-size: 100%;
    text-decoration:underline;
    margin:0;
    padding:0;
}

p{
	color:#8E8E8E;
	margin:5px 0 5px 0;
}

ul{
	margin-bottom:5px;
}

li{
	color:#8E8E8E;
	list-style:circle;
}

.clear{
	clear:both;
}

.spacer{
	overflow:hidden;
	height:10px;
}

#whitebgd{
	width:800px;
	background:#FFFFFF;
	margin: 0 auto;
	margin-top:25px;
}

#content{
	width:774px;
	margin: 0 auto;
}

#contenttop{
	background:url(../images/contenttop.gif) no-repeat;
	height:3px;
}

#contentbottom{
	background:url(../images/contentbottom.gif) no-repeat;
	height:4px;
}

#header{
	margin-top:10px;
}

.logo{
	float:right;
	border:none;
	margin-right:5px;
}

#logo{
	width:772px;
	background-color:#ececec;
	border-left: 1px solid #d2d1d1;
	border-right: 1px solid #d2d1d1;
}

#footerlinks{
	width:772px;
	color: #8E8E8E;
	background-color:#ececec;
	border-left: 1px solid #d2d1d1;
	border-right: 1px solid #d2d1d1;
	text-align:center;
	height:25px;
	padding:10px 0 0 0;
}

#darkcontainertop{
	background:url(../images/logotop.gif) no-repeat;
	height: 5px;
}

#darkcontainerbottom{
	background:url(../images/logobottom.gif) no-repeat;
	height: 5px;
}

.banner{
	margin-top:10px;
	border:none;
}

.redquote{
	color:#990000;
	font-size:120%;
	text-align:center;
	font-weight:bold;
}

.heading{
	color:#26317E !important;
	font-size: 130%;
	text-decoration:underline !important;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
.makeadontationcenter{
	width:759px;
	text-align:center;
}

.makeadonation{
	border:none;
	}

/*##################################
Begin Navigation
##################################*/

#navcontainer{
	background:url(../images/navbgd.gif) repeat-x;
	width:772px;
	height: 26px;
	margin-left:1px;
}

#navhome{
	width:50px !important;
}

#navaboutus{
	width:70px !important;
}

#navwhowehelp{
	width:200px !important;
}

#navcommunitycollaboration{
	width:200px !important;
}

#navvolunteeropportunities{
	width:150px !important;
}

#navpsuunitedways{
	width: 120px !important;
}

#navpsustudentunitedway{
	width:165px !important;
}

#navpennstateunitedway{
	width:145px !important;
}

#navdownloads{
	width:80px !important;
	}
	
#navcontactinfo{
	width:100px !important;
}

#nav{
	padding: 8px 0 0 75px;
	list-style:none;
}

 #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

#nav li{
	list-style:none;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #26317E;
	padding:3px;
	border-bottom:1px solid #8E8E8E;
	border-right:1px solid #8E8E8E;
	border-left:1px solid #8E8E8E;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 12.3em;
	border:1px solid #8E8E8E;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#navbottom{
	background:url(../images/navbottom.gif) no-repeat;
	height: 4px;
}

/*##################################
End Navigation
##################################*/

#homeleft{
	width:366px;
	float:left;
	margin:10px 8px 10px 2px;
}

.homelefttop{
	background:url(../images/lefttop.gif) no-repeat;
	height: 5px;
}

.homeleftbottom{
	background:url(../images/leftbottom.gif) no-repeat;
	height: 5px;
}

.homeleftcontent{
	border-left: 1px solid #d2d1d1;
	border-right: 1px solid #d2d1d1;
	background-color:#FFFFFF;
	padding:5px;
}

#homeright{
	width:389px;
	float:left;
	margin:10px 9px 10px 0;
}

.homerighttop{
	background:url(../images/righttop.gif) no-repeat;
	height: 5px;
}

.homerightbottom{
	background:url(../images/rightbottom.gif) no-repeat;
	height: 5px;
}

.homerightcontent{
	border-left: 1px solid #d2d1d1;
	border-right: 1px solid #d2d1d1;
	background-color:#FFFFFF;
	padding:5px;
}

#maincontent{
	border-left: 1px solid #d2d1d1;
	border-right: 1px solid #d2d1d1;
	background-color:#FFFFFF;
	padding:5px;
	width:759px;
}

#maincontenttop{
	background:url(../images/maincontenttop.gif) no-repeat;
	height: 5px;
	margin-top:5px;
}

#maincontentbottom{
	background:url(../images/maincontentbottom.gif) no-repeat;
	height: 5px;
	margin-bottom:5px;
}

#footerlinks a:link, #footerlinks a:visited{
	color:#8E8E8E !important;
	text-decoration:none;
}

#footerlinks a:hover{
	color:#000000 !important;
}

#maincontent a:link, #maincontent a:visited{
	color:#26317E !important;
	text-decoration:none;
}

#maincontent a:hover{
	color:#000000 !important;
	text-decoration:underline;
}

#copyright{
	width:500px;
	margin: 0 auto;
}

.lazerpro{
	border:none;
	float:left;
	margin:2px 5px 2px 2px ;
}

#copyright a:link, a:visited{
	color:#8E8E8E;
	text-decoration:none;
}

#copyright a:hover{
	color:#000000;
}

#nav a:link, #nav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:hover{
	color:#FFFF00;
}

a:link, a:visited{
	color:#8E8E8E;
	text-decoration:none;
}

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

.message-err {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

/* VALIDATION */

.validation-failed {
    color: red;
}

.validation-advice {
    margin: 0px;
    padding: 0px;
    color : #F00;
    font-size: 11px;
}

.validation-passed {
    color: green;
}