body {
	margin: 0px;
	padding: 0px;
	background: #ffb937 url(/images/subpage-bg.gif) 0 0 repeat-y;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
		
img { border: 0; }
	

/* Homepage Items 
--------------------------------- */

body.homepage { background: #ffb937 url(/images/homepage-bg.gif) 0 0 repeat-y; }

#masthead_home {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 225px;
	height: 140px;
	background: #fff;
	padding: 90px 0 0 35px;
	border-bottom: solid 10px #fff;
	border-right: solid 10px #fff;
	}

#cityphoto_home {
	position: absolute;
	top: 10px;
	left: 280px;
	width: 490px;
	height: 230px;
	background: #fff;
	padding: 0;
	border-bottom: solid 10px #fff;
	}

#content_home {
	position: absolute;
	top: 250px;
	left: 10px;
	width: 500px;
	padding: 0;
	background: #289a22;
	}

	#content_home h1 {
		padding: 25px 40px 0 40px;
		color: white;
		}

	#content_home p {
		padding: 0 40px 15px;
		color: white;
		}

#photostrip {
	height: 60px;
	padding: 10px 0;
	background: white;
	}


#homenav {
	position: absolute;
	top: 250px;
	left: 520px;
	width: 210px;
	height: 90px;
	padding: 25px 20px 15px 20px ;
	}

	#homenav a {
		display: block;
		background: url(../images/dot-whiteorange.gif) left center no-repeat;
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
		color: #fff;
		font-size: 13px;
		line-height: 13px;
		text-decoration: none;
		text-transform: lowercase;
		}

		#homenav a:hover {
			background: url(../images/dot-yelloworange.gif) left center no-repeat;
			color: #ffb937;
			}

	#homenav p {
		padding: 25px 0;
		color: #ffb937;
		font-family: "helvetica-light", helvetica, arial;
		font-size: 15px;
		line-height: 21px;
		margin: 0 0 18px 0;
		}


#footer_home {
	background: #004c9e;
	color: white;
	padding: 20px 40px 0px;
	font-size: 10px;
	text-transform: none;
	padding-bottom: 10px;
	}	

#footer_home a {
		font-size: 9px;
		color: white;
		text-decoration: none;
		}

#footer_home a:hover {
	color: #ffb937;
	}


#dot1_home { background: url(../images/dot.png) no-repeat; position: absolute; top: 225px; left: 255px; height: 40px; width: 40px; }
#dot2_home { background: url(../images/dot.png) no-repeat; position: absolute; top: 225px; left: 495px; height: 40px; width: 40px; }
#dot3_home { background: url(../images/dot.png) no-repeat; position: absolute; top: 225px; left: 755px; height: 40px; width: 40px; }
#photoline { background: #fff; position: absolute; top: 10px; left: 510px; height: 230px; width: 10px; }


	
/* Begin Subpage Items
------------------------------------------------------------------------------------------------------------- */

#topborder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; /* creates white border across the top of page */
	height: 10px;
	background: #fff;
	font-size: 1px;
	line-height: 1px; /* fixes minor display issue for ie pc */
	}

#masthead {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 255px;
	height: 115px;
	background: #fff;
	padding: 25px 0 0 15px;  /* sets position of logo inside of div */
	border-bottom: solid 10px #fff;
	}
	


/* MAINNAV BEGINS
------------------------------------------------------------------------------------------------------------- */

#mainnav {
	position: absolute;
	top: 10px;
	left: 280px;
	width: 190px;
	height: 90px;
	background: #289a22;
	padding: 25px 20px 15px 20px;
	border-bottom: solid 10px #fff;
	}

	#mainnav a {
		display: block;
		background: url(../images/dot-whitegreen.gif) left center no-repeat;
		margin: 0;
		padding: 0 0 0 13px; /* indents text from dot */
		color: #fff;
		font-size: 13px;
		line-height: 16px;
		text-decoration: none;
		text-transform: lowercase;
		}

	#mainnav a.currentsection {
		background: url(../images/dot-yellowgreen.gif) left center no-repeat;
		color: red;
		}

	body#aboutus a#about_btn, body#services a#services_btn, body#news a#news_btn, body#resources a#resources_btn, body#contact a#contact_btn { background: url(../images/dot-yellowgreen.gif) left center no-repeat; color: #ffb937; }

	#mainnav a.visited { }

	#mainnav a:hover {
		background: url(../images/dot-yellowgreen.gif) left center no-repeat;
		color: #ffb937;
		}

	#mainnav a:active { color: #fff; }


/* CONTENT AREA DIVS BEGINS
------------------------------------------------------------------------------------------------------------- */

#content {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 420px;
	padding: 25px 40px 0;
	background: #dcdcdc;
	}

#sidebar {
	position: absolute;
	top: 10px;
	left: 520px;
	margin: 0;
	padding: 0;
	width: 250px;
	}

	#topphoto {
		background: #004c9e;
		height: 130px;
		border-bottom: solid 10px #fff;
		}

	#subnav {
		background: #004c9e;
		height: 70px;
		padding: 20px 20px;
		border-bottom: solid 10px #fff;
		}

	#subnav.none { display: none; }
	
		#subnav a {
			display: block;
			border: 0;
			margin: 0;
			padding: 0;
			color: #739dcd;
			font-size: 11px;
			line-height: 16px;
			font-weight: bold;
			text-decoration: none;
			text-transform: lowercase;
			}
			
			#subnav a.current { color: #fff; }			
			#subnav a:hover { color: #fff; }


	#pullquote {
		padding: 25px 20px 0;
		}

	#pullquote p {
		color: #fff;
		font-family: "helvetica-light", helvetica, arial;
		font-size: 15px;
		line-height: 21px;
		margin: 0 0 18px 0;
		}

	#pullquote p.quote {
		font-family: "helvetica-light", helvetica, arial;
		text-indent: -5px;
		color: #fff;
		font-style: normal;
		margin: 0 0 15px 0;
		}

	#pullquote em {
		color: #fff;
		font-size: 9px;
		line-height: 12px;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
		}

#footer {
	border-top: solid 1px #eee;
	color: #333;
	font-size: 10px;
	text-transform: none;
	margin-top: 30px;
	padding: 10px 0 10px;
	}

/* NEWS LISTINGS and News Item Pages
------------------------------------------------------------------------------------------------------------- */

#newslistings {
	margin: -8px -4px;
	border-bottom: 1px solid #bbb;
	}

	#newslistings a {
		display: block;
		padding: 7px 4px;
		margin: 0;
		border-top: 1px solid #bbb;
		text-decoration: none;
		color: #333;
		}
		
		#newslistings a:hover {  background: #eee; }
	
	#newslistings a h2 {
		padding: 0;
		margin: 0;
		text-transform: none;
		font-weight: bold;
		}	

	#newslistings a em {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 10px;
		text-transform: uppercase;
		color: #666;
		font-style: normal;
		}
		

#newsitem {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #bbb;
	}

	#newsitem h2 {
		padding: 0;
		margin: 0;
		text-transform: none;
		font-weight: bold;
		}	

	#newsitem em {
		display: block;
		padding: 0;
		margin: 0 0 8px 0;
		font-size: 10px;
		text-transform: uppercase;
		color: #666;
		font-style: normal;
		}
		
	#newsitem a { }
		
		#newsitem a:hover {  color: #ff4e00; }
	



/* DOTS
------------------------------------------------------------------------------------------------------------- */

#dot1 { background: url(../images/dot.png) no-repeat; position: absolute; top: 125px; left: 255px; height: 40px; width: 40px; }
#dot2 { background: url(../images/dot.png) no-repeat; position: absolute; top: 125px; left: 495px; height: 40px; width: 40px; }
#dot3 { background: url(../images/dot.png) no-repeat; position: absolute; top: 125px; left: 755px; height: 40px; width: 40px; }
#dot4 { background: url(../images/dot.png) no-repeat; position: absolute; top: 245px; left: 755px; height: 40px; width: 40px; }



/* PRIMARY TEXT STYLES
------------------------------------------------------------------------------------------------------------- */

h1 {
	font-family: "helvetica-light", helvetica, arial;
	margin: 7px 0px 15px 0px;
	font-size: 18px;
	line-height: 24px;
	color: #004c9e;
	font-weight: normal;
	text-transform: lowercase;
	}

h2 {
	margin: 15px 0px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	color: #004c9e;
	font-weight: bold;
	}

h3 {
	margin: 7px 0px 0px 0px;
	color: #000;
	font-style: italic;
	}

p {
	margin: 0px 0px 15px 0px;
	}

/* BASIC INLINE TEXT LINKS
------------------------------------------------------------------------------------------------------------- */

a:link {
	color: #004c9e;
	text-decoration: underline;
	}

	a:visited { color: #004c9e;}
	a:hover { color: #ff4e00; }
	a:active { }
	
	a.back { 
		color: #777;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		}
	
	a.back:hover { color: #222; }
	
	

/* LIST STYLES
------------------------------------------------------------------------------------------------------------- */

ul {
	margin: -7px 0 15px 20px;
	padding: 0;
	}

li {
	margin: 0;
	padding: 3px 0;
	list-style: disc;
	}
	
	ul.singleline li { padding: 0 0 0 0; }
	
/* LIST STYLES - Contact Info
------------------------------------------------------------------------------------------------------------- */

ul.contactinfo {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.contactinfo li {
	margin: 0;
	padding: 3px 0;
	list-style: none;
	}
	
ul.contactinfo span {
	color: #ff4e00;
	font-size: 10px;
	font-weight: bold;
	border-right: solid 1px #777;
	margin-right: 5px;
	padding-right: 5px;
	}
	
/* LIST STYLES - Clients List
------------------------------------------------------------------------------------------------------------- */

dl.clients {
	margin: 0;
	padding: 0;
	}
	
dl.clients dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333;
	}	
	
dl.clients dd {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px solid #bbb;
	}	
	
/* LIST STYLES - Resources
------------------------------------------------------------------------------------------------------------- */

dl.resources {
	margin: 0;
	padding: 0;
	}
	
dl.resources dt {
	margin: 15px 0 0 0;
	padding: 2px 4px;
	font-weight: bold;
	color: #333;
	background: #bbb url(../images/rndcorner-dcdcdc.gif) top right no-repeat;
	}	
	
dl.resources dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: none;
	color: #666;
	border-bottom: solid 1px #bbb;
	}
	
	dl.resources dd a {
		display: block;
		color: #004c9e;
		text-decoration: none;
		padding: 2px 4px;
		}
		
		dl.resources dd a:hover {
			background: #eee;
			}
				

/* LIST STYLES - Testimonials
------------------------------------------------------------------------------------------------------------- */
	
blockquote {
	border-top: solid 1px #aaa;
	text-indent: -4px;
	margin: 5px 20px;
	padding: 10px 0;
	color: #004c9e;
	font-size: 14px;
	line-height: 17px;
	}
	
	blockquote.green { color: #289a22; }
	
	blockquote em {
		display: block;
		font-size: 10px;
		padding: 4px 4px;
		text-transform: uppercase;
		color: #666;
		font-style: normal;
		font-weight: normal;
		}


/* Join Our Newsletter Form
------------------------------------------------------------------------------------------------------------- */
	
div.signup {
	border-top: solid 1px #fff;
	padding-top: 10px;
	margin: 40px 20px 20px;
	}
	
div.signup h2 {
	font-size: 12px;
	line-height: 13px;
	color: #ffb937;
	margin: 0 0 4px 0;
	}

div.signup p {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	color: #fff;
	}

	div.signup form {
		margin: 10px 0;
		font-family: helvetica, arial, sans-serif;
		font-size: 11px;
		}
	
	div.signup div {
		margin: 0 0 5px 0;
		line-height: 15px;
		}
		
	div.signup label {
		color: #fff;
		text-transform: lowercase;
		}
		
	div.signup input.textbox {
		border: 0;
		background: #ff824b;
		padding: 4px 2px;
		width: 200px;
		font-family: helvetica, arial, sans-serif;
		font-size: 11px;
		}
		
		div.signup input.button {
			text-transform: uppercase;
			font-family: helvetica, arial, sans-serif;
			font-size: 10px;
			font-weight: bold;
			}
		
		div.signup div input:focus {
			background: #fff;
			}
			
		div.signup input img {
			border: 0;
			}
	


#pghpossbilities ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#pghpossbilities ul li {
		margin: 0; padding: 0; list-style: none;
		border-bottom: solid 1px #fff;
		padding: 3px 0;
		}
	
	