/*@import url(layout.css);
@import url(format.css);
@import url(navigation.css);*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 70%;
	color: #333;
	text-align: center;
}
#pgContainer {
	width: 1021px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../assets/bgPg.jpg);
	background-repeat: repeat-y;
}
#pgWrapper {
	margin: 0 35px;
}
#pgHeader {
	height: 132px;
	background-image: url(../assets/bannerMain.jpg);
	background-repeat: no-repeat;
}
#pgHeader h1 {
	margin: 0;
	padding: 0;
}
#pgHeader h1 a {
	display: block;
	width: 236px;
	height: 75px;
}
#nav {
	height: 40px;
	cursor: default;
	background-image: url(../assets/navBg.jpg);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0;
	padding: 0;
	/*width: 620px;*/
	float: left;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li a {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	width: 99px;
}
#nav #navHome a {
	background-image: url(../assets/navHome.jpg);
	width: 147px;
}
#navAgency a {
	background-image: url(../assets/navAgency.jpg);
}
#navPrograms a {
	background-image: url(../assets/navPrograms.jpg);
}
#nav #navServices a {
	background-image: url(../assets/navServices.jpg);
	width: 100px;
}
#navDonate a {
	background-image: url(../assets/navDonate.jpg);
}
#navNews a {
	background-image: url(../assets/navNews.jpg);
}
#navContact a {
	background-image: url(../assets/navContact.jpg);
}
#nav li a:hover {
	background-position: 0 -50px;
}


/* SUB MENU */

#navList li ul {
    position: absolute;
    left: -999em;
}
#navList ul li {
}
#navList li:hover ul, #navList li.sfhover ul {
}
#nav li ul a {
}
#nav li ul a:hover {
}


#pgBanner {
}
#pgContent {
	padding: 10px 0;
}
#pgFooter {
	width: 1021px;
	margin: 0 auto;
	padding: 0 35px 50px 35px;
	text-align: right;
	font-size: 90%;
	color: #999;
	background-image: url(../assets/bgPgBot.jpg);
	background-repeat: no-repeat;
}
body > #pgFooter {
	width: 951px;
}
#pgFooter p {
	margin: 5px 0;
}
#footerNav {
	margin: 0 0 7px 0;
	padding: 7px 0;
	text-align: right;
	cursor: default;
	background-image: url(../assets/footerNavBg.jpg);
	background-repeat: repeat-x;
}
#footerNav li {
	list-style: none;
	display: inline;
	margin: 0 10px;
	padding: 5px 2px;
}
#footerNav a {
	color: #FFF;
	text-decoration: none;
}
#footerNav a:hover {
    color: #D5754D;
}
.invis, #nav span {
	position: absolute;
	left: -999em;
}


/* Format Styles */
h1, h2, h3 {
}
h1 {
}
h2 {
}
h3 {
}
p {
	margin: 10px 0;
}
ul, ol {
	margin: 10px 20px;
}
li {
	margin: 2px 0;
}
a:link {
    color: #00F;
    text-decoration: underline;
}
a:visited {
    color: #06C;
    text-decoration: underline;
}
a:hover {
    color: #D5754D;
    text-decoration: underline;
}
a img {
	border: none;
}
