@charset "utf-8";
/* CSS Document */
body,html{
	background:url(images/pge-bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 90%;	
}
h1,h2,h3,h4,h5,h6{
	color:#d62034;
	font-size: 17px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width:1000px;
}
.footer, .push {
	height: 0px; 
}
#leftPanel {
	background-color:#FFFFFF;
	width:250px;
	float:left;
	padding:0px;
	background: url(images/leftPanel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 0;
}
.leftPanelInner{
	width:200px;
	padding-top: 50px;
	padding-left: 27px;
}
.leftPanelInner h1{
	background:url(images/menuBullet-on.jpg);
	background-position: left;
	padding-left:15px;
	background-repeat: no-repeat;
}

.leftPanelInner h2 a{
	background:url(images/menuBullet-off.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 15px;
	color: #000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	line-height: .6;
}
.leftPanelInner h2 a:hover{
	background:url(images/menuBullet-on.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 15px;
	color: #000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}
h2.leftPanelInnerOn a{
	background:url(images/menuBullet-on.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 15px;
	color: #000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}
#rightPanel {
	padding:15px;
}
#rightHolder {
	float: left;
	width: 750px;
}
#rightPanelNav {
	background: url(images/rightPanelNav.jpg);
	height:64px;
}
.navLinks{
	padding-left:475px;
}
.navBtnHome{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	width:70px;
	float:left;
	display:block;
	padding-top:28px;
	padding-left:10px;
	color:#000000;
	text-transform:uppercase;
}
.navBtnAbout{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	width:70px;
	float:left;
	display:block;
	padding-top:28px;
	padding-left:10px;
	color:#000000;	
	text-transform:uppercase;	
}
.navBtnContact{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	width:70px;
	float:left;
	display:block;
	padding-top:28px;
	padding-left:30px;
	color:#000000;	
	text-transform:uppercase;	
}
.navBtnHome:hover,.navBtnAbout:hover,.navBtnContact:hover{
	color:#FF0000;
}

#rightPanelHeader {
	height:165px;
	background: url(images/rightPanelHeader.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
.eventItem{
	text-transform:capitalize;
	width:160px;
	border:10px solid #f7f7f7;
	font-size: 90%;
	padding: 5px;
}
.eventItem h1{
	color:#d62034;
	font-size: 12px;
}
.eventItemDate{
	color:#d62034;
	font-size:85%;
}
.eventItemMore a{
	text-decoration:none;
	color:#ff0000;
	font-size:85%;
}
.eventItemShadow{
	background:url(images/eventItemShadow.jpg);
	background-repeat:no-repeat;
	background-position: 0px top;	
	height: 20px;
}

.galImg{
	float:left;
	padding-left:10px;
}
#imgbox{
	border:#c14351 5px solid;
}
#imgbox img{
	border:0px;
}
#imgboxShadow{
	height:20px;
	width:159px;
	background:url(images/imgShadow.jpg);
	background-repeat:no-repeat;
	background-position: center top;		
}
#footer{
	margin-top:50px;
	height:100px;
	clear:both;
	background-color:#c14351;
	color:#fff;
}
.footInner{
	color:#fff;
	padding:10px;
}
.footInner a{
	color:#fff;
	text-decoration:none;
}

