* {
	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: 812px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../assets/bgPg.jpg);
	background-repeat: repeat-y;
}
#pgWrapper {
	padding: 0 12px;
	background-image: url(../assets/bgPgTop.jpg);
	background-repeat: no-repeat;
}
#pgHeader {
	height: 68px;
	background-image: url(../assets/header.jpg);
	background-repeat: no-repeat;
}
#pgHeader h1 {
	margin: 0;
	padding: 0;
}
#pgHeader h1 a {
	display: block;
	width: 163px;
	height: 68px;
}
#nav {display: none;
}
#nav ul {
}
#nav li {
}
#nav li a {
}
#nav li a:hover {
}


/* 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 {
	background-image: url(../assets/banner.jpg);
	background-repeat: no-repeat;
	height: 262px;
}
#pgContent {
}
#pgFooter {
	width: 732px !important;
	width: 812px;
	margin: 0 auto;
	padding: 25px 40px;
    color: #BBB;
	font-size: 90%;
	background-image: url(../assets/bgPgBot.jpg);
	background-repeat: no-repeat;
}
#pgFooter ul {
    margin: 10px 0 30px 0;
    cursor: default;
}
#pgFooter ul li {
    display: inline;
    list-style: none;
    margin: 0 0 0 1.5em;
}
#pgFooter a:link, #pgFooter a:visited {
    color: #BBB;
    text-decoration: none;
}
#pgFooter a:hover {
    text-decoration: underline;
}
.invis, #nav span {
    position: absolute;
    left: -999em;
}


/* Format Styles */
h1, h2, h3 {
}
h1 {
}
h2 {
}
h3 {
}
p {
	margin: 1em;
}
ul, ol {
	margin: 1em 30px;
}
ul ul, ol ol {
	margin: 0.2em 30px;
}
li {
	margin: 0.2em 0;
}
a:link {
}
a:visited {
}
a:hover {
}
a img {
	border: none;
}





