/*@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: 75%;
	color: #333;
	text-align: center;
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-x;
}
#pgContainer {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../assets/bgPg.jpg);
	background-repeat: repeat-y;
}
#pgWrapper {
	background-image: url(../assets/bgPgTop.jpg);
	background-repeat: no-repeat;
	padding: 0 40px;
}
#pgHeader {
}
#pgHeader h1 {
	margin: 0;
	padding: 0;
}
#pgHeader h1 a {
	display: block;
	width: 245px;
	height: 66px;
	background-image: url(../assets/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
    width: 100%;
	height: 19px;
    clear: both;
	cursor: default;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0 2px;
	padding: 0;
}
#nav li a {
    display: block;
	width: 87px;
	height: 19px;
	padding: 3px 0 0 0;
	background-image: url(../assets/navBg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #B7D78B;
}


/* 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 {
    height: 74px;
    background-image: url(../assets/banner.jpg);
	background-repeat: no-repeat;
}
#pgContent {
}
#mainText {
	padding: 15px;
}
#pgFooter {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	color: #999;
	font-size: 90%;
	text-align: right;
	background-image: url(../assets/bgPgBot.jpg);
	background-repeat: no-repeat;
}
#pgFooter ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0 0;
	cursor: default;
}
#pgFooter li {
	display: inline;
	margin: 0 10px;
	padding: 0;
}
#pgFooter a {
	color: #999;
	text-decoration: none;
}
#pgFooter a:hover {
	color: #333;
}
.invis {
	position: absolute;
	left: -999em;
}


/* Format Styles */
h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #8BBF41;
}
h1 {
    font-size: 175%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 115%;
}
p {
	margin: 15px 0;
}
ul, ol {
	margin: 15px 0;
	padding: 0 30px;
}
li {
	margin: 2px 0;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #4FB9FF;
	text-decoration: underline;
}
a:hover {
	color: #8BBF41;
}
a img {
	border: none;
}





