/* 
css design for: newarknonprofit.org
by: April Greenberg, http://springthistle.com
css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ 

Created: 04/06/06

IMPORTANT:

You may NOT reproduce this design without the written permission of the Newark Nonprofit Registry.

*/

/*
bg: D2D2CA
footer: 6E6E6E
left bg: F0F7EE
h1: 99715C
left menu: 4B7E49
text: 6E6E6E
*/

body	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	margin: 0px; 
	background-color: #D2D2CA;
}
font,b,i,div,span,ul,li,ol,td,p	{  font-size: 12px; font-family: tahoma, verdana, helvetica, sans-serif; line-height: 18px; }

select,input,textarea{
	border-width: 1px;
	font-family: tahoma,helvetica;
	font-size: 10pt;
	background-color: #f3f3f3;
}

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

h1 {
	font-size: 16px;
	margin-top: 0px;
	color: #99715C;
}

h2 {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #ccc;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
li {
	margin: 0px;
}

/* ------ Structural Elements -------------------------------------*/ 

#container {
	margin: 0 auto;
	width: 717px;
}

#header {
	background-image: url(/images/header1.jpg);
	height: 122px;
	background-color: #fff;
}
#bar {
	background-image: url(/images/header-bar.jpg);
	height: 31px;
	background-color: #fff;
}

#main {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	padding: 10px 0px;
}

#content {
	padding-left: 10px;
	width: 500px;
}

#leftCol {
	width: 150px;
	margin-left: 9px;
} 

#footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 717px;
	height: 71px;
	margin-bottom: 20px;
	color: #6E6E6E;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding-top: 50px;
}
#footer a, #footer a:visited {
	color: #6E6E6E;
}
#footer a:hover {
	color: #fff;
}


.errorBox {
	width: 400px;
	border: 1px solid #f00;
	background-color: #fdd;
	padding: 10px;
	color: #f00;
	font-weight: bold;
	margin-bottom: 10px;
}

.successBox {
	width: 400px;
	border: 1px solid #0f6;
	background-color: #dfd;
	padding: 10px;
	color: #0d3;
	font-weight: bold;
	margin-bottom: 10px;
}


/* Left Nav Links colors */
a.leftMenu0:link, a.leftMenu0:visited {
	display: block;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
}
a.leftMenu0:hover {
	background-color: #D7E7D2;
}

a.leftMenu1:link, a.leftMenu1:visited {
	display: none;
}

a.leftMenu2:link, a.leftMenu2:visited {
	display: none;
}

a.leftMenu3:link, a.leftMenu3:visited {
	display: none;
}

/* ------ Misc Text Elements -------------------------------------*/ 

.errorLabel{
	font-weight: bold;
	color: #D95819;
}

.requiredLabel{
	font-weight: bold;
}

.error{
	color: #D95819;
}

