/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../img/bodyBG.jpg) repeat top left;
}

.pageBlock, .header, .footer {
	width: 794px;
}

.header {
	height: 200px;
	background: url(../img/header.jpg) no-repeat top left;
}

.homeContact {
	padding-top: 9px;
	margin-left: 36px;
	font-size: 14px;
	width: 130px;
}

.homeContact a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.homeContact a:hover {
	color: #41611b;
}

.navigation {
	height: 85px;
	background: url(../img/nav.jpg) no-repeat top left;
}

.pageBlock {
	margin: 0px auto;
	text-align: left;
	background: url(../img/pageFill.jpg) repeat-y top left;
}

.mainBody {
	padding: 0px 48px;
}

.mainBody ul {
	margin: 0px 20px;
}

/* Typography */

h1 {
	margin: 0px;
	font-size: 20px;
	color: #FF0000;
}

h2 {
	margin: 8px 0px;
	font-size: 16px;
	color: #FF0000;
}

a img {
	border: none;
}

.footer {
	clear: both;
	height: 53px;
	font-size: 11px;
	background: url(../img/footer.jpg) no-repeat top left;
}

.footerNav {
	width: 794px;
	height: 10px;
	padding-top: 10px;
	text-align: center;
}

.footerNav a:link, .footerNav a:visited {
	text-decoration: none;
	color:#006633;
}

.footerNav a:hover {
	text-decoration: underline;
}

.footer .left {
	padding-top: 15px;
	padding-left: 90px;
	float: left;
}

.footer .right {
	padding-top: 15px;
	padding-right: 90px;
	float: right;
}

.footer .right a {
	text-decoration: none;
}

.orange {
	color: #d5790e;
}

.blue {
	color: #237aa8;
}

.navigation ul {
	padding: 0px;
	margin: 0px;
	margin-left: 62px;
	list-style-type: none;
}

.navigation ul li {
	height: 30px;
	float: left;
	margin-right: 14px;
}

.navigation ul li a {
	height: 30px;
	text-indent: -700em;
	overflow: hidden;
	display: block;
}

li a.navHome, li.navHome {
	width: 65px;
	background: url(../img/navHome.jpg) no-repeat top left;
}
li a.navFetes, li.navFetes {
	width: 58px;
	background: url(../img/navFetes.jpg) no-repeat top left;
}
li a.navSchools, li.navSchools {
	width: 88px;
	background: url(../img/navSchools.jpg) no-repeat top left;
}
li a.navBirthdays, li.navBirthdays {
	width: 103px;
	background: url(../img/navBirthdays.jpg) no-repeat top left;
}
li a.navBrochures, li.navBrochures {
	width: 113px;
	background: url(../img/navBrochures.jpg) no-repeat top left;
}

li.navHome, li.navFetes, li.navSchools, li.navBirthdays, li.navBrochures {
	background-position: 0px -30px;
	text-indent: -700em;
	overflow: hidden;
}

li a:hover.navHome, li a:hover.navFetes, li a:hover.navSchools, li a:hover.navBirthdays, li a:hover.navBrochures {
	background-position: 0px -30px;
}

.toTop {
	float: right;
	margin-right: 30px;
}

hr {
	clear: both;
}
