* {
	margin:0px;
	padding:0px;
	outline:none;
}

html, body{
	height: 100%;
}

body{
	background:#fff url(/site/images/bodyBg.jpg) center top repeat-x;	
	color:#1A1A1A;
	font-family:Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

#wrapper{
	background:url(/site/images/mainBg.jpg) center top no-repeat;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin:0 auto -53px;
}

#wrapper, #footer{
	min-width: 920px;
}

#footer, .push{
		height: 53px;	
}


#footer {
	background:url(/site/images/footerBg.jpg) repeat-x;
	color:white;
	text-align:center;
	font-size:0.7em;
}

#footer p{
	text-align:left;
	width: 900px;	
	margin:0 auto;
	padding-top: 10px
}


#footer a{
	float:right;	
	margin-left: 5px;
}

#footer a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#footer span a{
	float:none;	
	color:#7ceac4;
}

#logos{
	width: 910px;
	height: 110px;
	margin:auto;
	
	position:relative;
	z-index:3;
}


#pcgpLogo{
	background:url(/site/images/pcgpLogo.png) center no-repeat;
	width: 210px;
	height: 220px;
	position:relative;

	display:block;
	margin-bottom: -220px;
	left:15px;
	
	
}

#pcgpLogo span{
	display:none;
}


#orgLogos{
	padding-top: 35px;
	margin-bottom:-35px;
	height: 69px;

}


#slideshow{
	background:url(/site/images/slideshowBg.jpg) top center no-repeat;
	text-align:center;
	margin-bottom:-50px;
		outline:none;
}

#flashHolder{
	margin-left: -10px;
	position:relative;
	top:-28px;	

}


#contentWrap{
	width: 920px;
	margin:auto;
	overflow:auto;	
}


#content{
	margin-top: 15px;
	float:right;
	width: 650px;
	


}

#leftNav{
	width: 225px;
	float:left;	
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 1.4;
	position:relative;
	z-index:2;
}

#leftNav ul li{
	list-style-type:none;
	padding-left: 15px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	background:url(../images/leftnav-border.png) bottom left no-repeat;
	
}

#leftNav li a{
	color:#1f5c82;	
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-0.5px;
}

#leftNav li a:hover, #leftNav li a.selected{
	color:#62a211;		
}





h1, h2, h3, h4, h5, p{
		margin-bottom: 15px;
}

h1{
	color:#1d77ae;	
	font-size: 1.6em;
	line-height: 1.2;
		margin-bottom: 0.5em;
}

h2{
	color:#62a211;
	font-size: 1.4em;
	margin-bottom: 0.6em;
		line-height: 1.2em;
}

h3{
	color:#666;
	font-size: 1.2em;
	margin-bottom:0.3em;

}

hr, .hr{
	background: url(/site/images/hr.jpg) repeat-x;
	height:16px;
	width:100%;
	margin:10px 0px;
}

a{
	color:#2BA67A
}

a:hover{
	color:#56D8A6
}

a img{
	border:0px;
	outline:none;
}

p{
	
}

ul, li{
	list-style-position:outside;	
}

.clearme{
	clear:both;	
}

.galleryImgBox, .videoBox{
	float:left;	
	font-size:0.85em;
	text-align:center;
	margin: 0px 5px 25px 0px;
	width: 200px;
}

a.galleryImg img,  a.videoLink img{
	border:1px solid #d2e7cd;
	background:#c7ecfb;
	padding:3px;
}


a.galleryImg:hover img, a.videoLink:hover img{
	background:#d2e7cd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.portrait{
	background:white;
	padding:3px;
	border:1px solid #BAD5A4;
	float:left;
	margin-right: 15px;
	margin-left: 20px;
}

.floatLeft{
	float:left;
	margin-right: 50px;
}

.floatRight{
	float:right;
	margin-right:10px;
}

p.indentLeft{
	padding-left: 15px;	
}