/* GLOBAL.CSS FILE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccc;
}

/* Defines header area at top of pages. If this overlaps with Wrapper section, parts will disappear */

#header {
	position:absolute;
	height:142px;
	width: 790px;
	margin:0px;
	padding: 0px;
	left:0px;
	top:0px;
	background-color: #fff;
}

#header img {
	margin-left:20px;
	vertical-align:middle;
}


.logoText {
	margin-left:30px;
	font-size: .9em;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Defines box around left, center, right columns. Box sits below Header section */

#wrapper {
	border:0px #000 solid;
	position:absolute;
	width: 780px;
	margin-top: 155px;
	margin-left:0px;
	left:0;
	top:15px;
	background-color: #fff;
}

/* Defines left-hand column */

#leftCol {
	position:absolute;
	border:0px #000 solid;
	width:160px;
	top:30px;
	margin-top:30px;
	left:0;
	margin-left:0px;
	
	
}

/* Defines main content area for HOMEPAGE */

#homeContent {
	border:0px #000 solid;
	width: 400px;
	top:0;
	margin-left:10px;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Defines main content area (center column) for sub-pages */

#content {
	border:0px #000 solid;
	width: 400px;
	top:0;
	margin-left: 170px;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*defines in-text lists for sub-pages content */

.body ul {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	list-style-image:  url("/hpaisite/images/bullet.gif");
}

.body li {
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.body li a {
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0px;
; font-family: Verdana, Arial, Helvetica, sans-serif
}
/*this defines the calendar page */

#calendarcontent {
	border:0px #000 solid;
	width: 600px;
	top:0;
	margin-left: 170px;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Right Hand Column for HOMEPAGE */

#rightColHome {
	border:0px #000 solid;
	position:absolute;
	padding:10px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left:300px;
	top: 10px;
	left: 300;
	width: 315px;
	text-align: left;
	font-size:11px;

}

/* Right Hand Column for SUB PAGES */

#rightCol {
	border:0px #000 solid;
	position:absolute;
	padding:10px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left:600px;
	top: 10px;
	left: 600;
	font-size: 12px;
	width: 150px;
	text-align: left;
}

/* Defines footer */


#footer {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 12px;
	padding-right:10px;
	line-height: 14px;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 3px;
}

/* Defines formatting for Logo image in footer */

#footerCont img {
	margin-left:00px;
	vertical-align:middle;
	float:right;
	width:60px;
	height:64px;
	
}

/* Defines text formatting for paragraphs inside footer */

#footerCont p {
	margin-left:20px;
	margin-top:0px;
	font-size: .6em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


/* Describes main (horizontal) menu */

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #333;
	height: 24px;
	border-top: 0px solid #333;
	border-bottom: 10px solid #333;
}

/* This makes the menu display horizontally */


#menu ul li {
	display: inline;
}

/* This sets the styles for menu items that are links */

#menu ul li a {
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

/* This sets some baseline styles for the menu items */

#menu ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333;
}

/* These set the background colors on the main menu items */

#menu ul li a.here {
	background-color: #D7192D;
}

#menu ul li a.pumpkin {
	background-color: #f0962D;
}

#menu ul li a.green {
	background-color: #55B43C;
}

#menu ul li a.red {
	background-color: #D7192D;
}

#menu ul li a.aqua {
	background-color: #00a0aa;
}
#menu ul li a.gray {
	background-color: #999999;
}

#menu ul li a.black {
	background-color: #333;
}
/* These set the rollover colors on the main menu items */

/* #702E64 is purple */

#menu ul li a.here:hover {
	background-color: #333;
	color:#fff;
}

#menu ul li a.pumpkin:hover {
	background-color: #333;
}

#menu ul li a.green:hover {
	background-color: #333;
}

#menu ul li a.red:hover {
	background-color: #CCCCCC;
}

#menu ul li a.aqua:hover {
	background-color: #CCCCCC;
}
/* this defines the picture below the main menu on the homepage */
#welcomepics {
	position:relative;
	border: 0px solid #906;
	margin-top: 20px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right: 0px;
	width: 400px;
	padding:10px;
	text:
	}
/* this defines the caption text for homepage picture */
#welcomecaption {
	font-size: .6em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
	
/* This defines the area for intro text below the main menu on the homepage */

#welcome {
	position:relative;
	border: 0px solid #906;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right: 0px;
	width: 400px;
	padding:10px;
	border-bottom:1px #ccc dashed;
	font-size:16px;
	

}


#welcome h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px;
}
#welcome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: lighter;
	color: #333333;
	text-align: left;
}

/* Defines formatting within center column on HOMEPAGE */

#homeContent h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
	/*text-transform: uppercase;*/
}

#homeContent h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#homeContent h3 {
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#homeContent p {
	text-indent:0em;
	font-size: .8em; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#homeContent img {
	margin-right:8px;
	border:4px double #999;
}

#homeContent ul li {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}


/* Defines formatting within center column on SUB PAGES */

#content h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
	/*text-transform: uppercase;*/
}

#content h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content p {
	text-indent:0em;
	font-size: .8em; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content img {
	margin-right:8px;
	border:4px double #999;
}

#content ul li {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

/* Defines left-hand navigation bar on SUB PAGES */

#leftCol ul {
	margin: 0px;
	padding: 0px 4px 0px 0px;
	list-style-type: none;
	width: 159px;
	
}

#leftCol ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #999999;
	height: 15px;
	width: 159px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top:3px;
}

#leftCol ul li a:hover {
	color: #fff;
	background-color: #333;
/* This makes a little graphic appear in the rollover state background 
	background-image: url(images/miniHead.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
*/}

#leftCol ul li a.here {
	color: #000;
	background-color: #D7192D;
/* This makes a little graphic appear in the background 
	background-image: url(images/miniHead.gif);
	background-repeat: no-repeat;
*/
}

.leftColHeading {
	font-size: .8em;
	padding-left: 5px;
}

.textSpacing {
	vertical-align: middle;
	margin-top: 3px;
	padding-left: 18px;

}


/* Main headline for website section pages */

.introHeadline {
	font-size: 18px;
	font-weight: normal;
	color: #003300;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Defines formats for text in form */


.formtext  { 
	text-align: left;
	font-size:11px;
	
}

/* Defines formats for teaser articles on homepage */


#teaser  { 
	border:0px #000 solid;
	position:absolute;
	padding:20px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left:0px;
	top: 220px;
	left: 0;
    width:150px;
	text-align: left;
	font-size:11px;
	
}

#teaser IMG { 
	position:absolute;
	border:0px #000 solid;
	padding:20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	top: 67px;
	left: 0px;
	width:150px;
	height:113px;
	float:left;
}

.teaser	p	{
	text-indent:0;
	font-size: 11px;
	padding: 0 0 0 0;
	margin-top:0px;
	margin-bottom: 5px;
	line-height: 1.2em;
	margin-left:90px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}

#teaser h3	{
	font-size:11px;
	font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;	color:#000;
	margin-bottom:0px;
	margin-top:0px;
}		

.date {
	font-size: 11px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	color: #000;
	font-style: italic;
 }	
 #teaser2 {
	border:0px #000 solid;
	position:absolute;
	padding:10px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left:200px;
	top: 230px;
	left: 200;
    width:150px;
	text-align: left;
	font-size:11px;


}
 
 #teaser2 h3	{
	font-size:11px;
	font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#000;
	margin-bottom:0px;
	margin-top:0px;
}		


#teaser2 IMG { 
	position:absolute;
	border:0px #000 solid;
	padding:13px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	top: 64px;
	left: -1px;
	width:150px;
	height:100px;
	float:left;
}

/* Right Hand Column content formatting */


#rightCol h4 {
	font-size: 11px;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}

#rightCol p {
	font-size: 11px;
}
#rightCol h5 {
	font-size: 11px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.rightList ul {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	list-style-image:  url("/hpaasite/images/bullet.gif");
}

.rightList li {
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightList li a {
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0px;
}

.rightColImg {
	margin-bottom: 10px;
}


/* General formatting. Defines the way hyperlinks look */

a {
	color: #0033FF;
	border-bottom: 1px #ccc;
	text-decoration: underline;
}

a:hover {
	color: #906;
	text-decoration: none;
}

a img {
	border: none;
}

/* Defines Back to Top link */

a.backtoTop {
	margin-top: 80px;
	float: right;
	margin-bottom: 4px;
	margin-right:30px;
	border: none;
	font-size: 12px;
	background-image:  url("/hpaasite/images/arrow.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
}
a.backtoTop:hover {
	text-decoration: none;
	border: none;
}

.nextPage {

}


/* Printing-related classes */

/* These 2 don't work well on PC Firefox

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
	font-weight: normal;
	text-decoration: none;
   }
   
	
a[href^="/"]:after {
	content: " (http://www.oursite.com" attr(href) ") ";
	}
*/
.pageFunct {
	margin:0px;
	list-style-type:none;
	padding:0px;
}

.pageFunct li {
	margin-left:0px;
	padding-left: 20px;
	padding-bottom: 3px;
	list-style-type:none;
	font-size: .9em;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}


li.print {

	background-image:  url("/hpaisite/images/printer.gif");
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
#contentwide { border:0px #000 solid; width: 600px; top:0; margin-left: 170px; margin-bottom:20px; }
#contentwide h1 { font-size: 30px; font-weight: lighter; color: #000000; margin-top: 20px; margin-bottom: 0px; display: block; padding-top: 0px; }
#contentwide p { text-indent:0em; font-size: .8em; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; }
#contentwide h2 { font-size: 24px; font-weight: lighter; color: #000000; margin-top: 0px; margin-bottom: 0px; display: block; font-family: Verdana, Arial, Helvetica, sans-serif; }
#contentwide h3 { font-size: 14px; font-weight: lighter; color: #000; margin-top: 0px; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#contentwide ul li { text-decoration: none; font-size: 11px; color: #000000; }
