@charset "utf-8";

/**********************************

Use: Site Wide Styles

***********************************/


/* Body and Header Styles */
/* -------------------------------------------------- */

body /* General Body Styles */
{
	margin: 0px;
	padding: 0px;
	
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	
	background-color: #E7E1CF;
}

/*--------- Header 1 ---------*/

h1 /* Main Page Heading */
{
	
}

#firHeader /* Logo Image */
{
	position: relative;
	
	margin: 0px;
	padding: 0px;
	width: 560px;
	height: 115px;
	
	background-image: url(../images/logo_ppc.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#firHeader span /* Logo Text */
{
   display: none;
}

/*--------- Header 2 ---------*/

h2 /* Main Page Title */
{
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 20px 25px 20px 25px;
	width: 850px;
	
	color: #FFFFFF;
	font-size: 25px;
	font-weight: normal;
	
	border: 1px solid #E1731A;
	border-bottom: none;
	background-color: #202020;
}

/*--------- Header 3 ---------*/

h3 /* Content Title */
{
	margin: 0px;
	padding: 0px 0px 7px 0px;
	
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	
	border-bottom: 1px solid #444444;
}

/*--------- Header 4 ---------*/

h4 /* Sub-Nav Header */
{
	padding: 9px 12px 9px 12px;
	margin: 0px;
	
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	
	background-color: #444544;
}


/* Page Header Styles */
/* -------------------------------------------------- */

#headWrapper /* Main Header Wrapper */
{
	background-color: #FFFFFF;
}

#headCont /* Main Header Container */
{
	margin: 0px auto;
	margin-bottom: 0px;
	width: 900px;
	height: 115px;
}

#headCont .logo /* Logo Bar Logo */
{
	float: left;
	width: 560px;
}

#headCont .searchOption /* Search Option */
{
	float: left;
	
	width: 340px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

#headCont .searchOption form /* Search Option Form */
{
	margin:0px;
	padding:0px;
}

#headCont .searchOption .textInput /* Search Option Input */
{
	padding: 3px;
	width: 175px;
	
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	border: 1px solid #888888;
}


/* Page Title Styles */
/* -------------------------------------------------- */

#titleWrap /* Page Title Wrapper */
{
	padding: 10px 0px 0px 0px;
	
	border-top: 1px solid #CC681C;
	border-bottom: 1px solid #FFFFFF;
	
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
}


/* Main Content Styles */
/* -------------------------------------------------- */

#contentCont /* Main Content Container */
{
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 30px;
	width: 840px;
	
	background-color: #FFFFFF;
}

/*---------- Left Column General ----------*/

#leftCol /* Left Column Container */
{
	float: left;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	width: 600px;
}

#leftCol .textCont /* Text Content Container */
{
	margin-top: 50px;
}

#leftCol .textCont a /* Left Column Link Style */
{
	color: #DF7E00;
	text-decoration: underline;
}

#leftCol .textCont a:hover /* Left Column Hover Style */
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DF7E00;
}

#leftCol .textCont .subTitle /* Content Sub Title */
{
	margin: 14px 0px 0px 0px;
	padding: 0px;
	
	color: #DF7E00;
	font-size: 16px;
	text-transform: capitalize;
}

#leftCol .textCont .firstPara /* Content First Paragraph IE Fix */
{
	margin-top: 12px;
}

#leftCol .textCont strong /* Content Highlight */
{
	color: #DF7E00;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/*---------- Left Column Staff List ----------*/

#leftCol .staffCont /* Left Content Staff Container (2) */
{
	clear: both;
}

#leftCol .staff /* Left Content Staff Container (1) */
{
	float: left;
	width: 300px;
}

#leftCol .staff .picDiv /* Left Content Picture Container */
{
	float: left;
	margin: 20px 20px 0px 0px;
	width: 75px;
}

#leftCol .staff .textDiv /* Left Content Staff Content */
{
	float: left;
	margin: 25px 0px 0px 0px;
}

#leftCol .staff .staffPic /* Left Content Staff Pictures */
{
	width: 75px;
	height: 75px;
	
	border: 1px solid #333333;
}

#leftCol .staff .staffName /* Left Content Staff Name */
{
	color: #DF7E00;
	font-size:18px;
	font-weight: bold;
}

#leftCol .staff .staffTitle /* Left Content Staff Title */
{
	font-weight: bold;
	font-style: italic;
}

/*---------- Left Column Press Release ----------*/

#leftCol .pressDate /* Date of Press Release */
{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#leftCol .pressTitle a /* Press Title Link */
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/*---------- Left Column News Flash ----------*/

.newsFlashItem
{
	clear: both;
	padding: 0px 0px 0px 120px;
	height: 85px;
	
	border-bottom: 1px solid #969696;
	
	background-repeat: no-repeat;
	background-position: left;
}

/*---------- Left Column Misc ----------*/

a#mapDownload
{
	display: block;
	width: 580px;
	margin: 14px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	
	color: #333333 !important;
	text-align: center;
	text-decoration: none !important;
	
	border: 1px solid #DF7E00;
	background-color: #FFD8A6;
}

a#mapDownload:hover
{
	color: #FFFFFF !important;
}

/*---------- Right Column ----------*/

#rightCol /* Right Column Container */
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 215px;
}

#rightCol ul /* Right Column List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	background-color: #F3F1E9;
}

#rightCol ul a /* Right Column Link */
{
	display: block;
	padding: 8px 20px 8px 25px;
	width: 170px;
	
	color: #333333;
	text-decoration: none;
	
	border-bottom: 1px dashed #D6C9B0;
	background-image: url(../images/subNav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightCol ul a:hover /* Right Column Hover */
{
	background-color: #F6D36E;
}

#rightCol .mascotImg /* Right Column Mascot Image */
{
	width: 215px;
	height: 265px;
	
	border: none;
}


/* Contact Form Elements */
/* -------------------------------------------------- */

#contactContainer /* Contact Container */
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	width: 600px;
}

#contactContainer .contactForm /* Contact Form DIV */
{
	margin: 0px;
	padding: 15px 15px 0px 15px;
	
	/* background-color: #305D69; */
}

#contactContainer .contactForm p /* Contact Form Paragraph */
{
	margin: 0px 0px 10px 0px;
}

#contactContainer .contactForm label /* Contact Form Label */
{
	width: 125px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}


/* Main Footer Styles */
/* -------------------------------------------------- */

#websiteFooter /* Main Footer Container */
{
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 15px 30px 15px 30px;
	width: 840px;
	
	color: #FFFFFF;
	font-size: 10px;
	
	background-color: #424142;
}

#websiteFooter a /* Main Footer Link */
{
	color: #FFFFFF;
	text-decoration: underline;
}

#websiteFooter a:hover /* Main Footer Hover */
{
	text-decoration: none;
}