/* PRINT.CSS FILE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	/*background-image: url(images/back.gif);*/
}

/* Defines header area at top of pages */

#header {
	height: 125px;
	width: 780px;
	margin:0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	position: absolute;
	background-color: #fff;
}

#header img {
	margin-left:20px;
	vertical-align:middle;
}


.logoText {
	margin-left:30px;
	font-size: .9em;
	color: #906;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Defines box around left, center, right columns */

#wrapper {
	border:0px #000 solid;
	width: 780px;
	top: 125px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	background-color: #fff;
}

/* Defines left-hand column */

#leftCol {
	display:none;
	position:absolute;
	width: 160px;
	margin-top:30px;
}

/* Defines main content area (center column) */

#content {
	border:0px #000 solid;
	width: 780px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Right Hand Column */

#rightCol {
	display:none;
	position:absolute;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	top: 10px;
	left: 608px;
	padding-left: 10px;
	font-size: 12px;
	width: 155px;
	text-align: left;
}


/* Defines footer */


#footer {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 12px;
	line-height: 14px;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 3px;
}

#footerCont img {
	margin-left:20px;
	vertical-align:middle;
	float:left;
	width:40px;
	height:50px;
	
}

#footerCont p {
	margin-left:30px;
	margin-top:0px;
	font-size: .6em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


/* Describes main (horizontal) menu */

#menu ul {
	display:none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #090;
	height: 20px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #906;
	border-right-color: #CCCCCC;
	border-bottom-color: #906;
	border-left-color: #CCCCCC;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 10px;
	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: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 3px;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #906;
}
#menu ul li a.here {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 10px;
	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: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 3px;
	background-color: #906;
}
#menu ul li a.here:hover {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	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: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 3px;
	background-color: #CCCCCC;
}


/* Defines formatting within center column */

#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 main left-hand navigation bar */

#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;
	color: #fff;
	background-color: #090;
	height: 15px;
	width: 159px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top:3px;
}

#leftCol ul li a:hover {
	color: #fff;
	background-color: #906;
	background-image:  url("/hpaisite/images/miniHead.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#leftCol ul li a.here {
	color: #000;
	background-color: #ccc;
	background-image:  url("/hpaisite/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;
}


/* This defines the area for intro text below the main menu on the homepage */

#welcome {
	border: 0px solid #906;
	margin-top: 20px;
	margin-left:20px;
	margin-right: 0px;
	width: 570px;
}


#welcome h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
}
#welcome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: lighter;
	color: #333333;
	text-align: left;
}

/* Defines formats for teaser articles on homepage */


.teaser  { 
	clear:both;
	border: 0px solid #333;
	width:100%;
	margin-bottom:10px;
}
.teaser IMG { 
	border: 1px solid #906;
	width:80px;
	height:80px;
	margin: 0px 7px 10px 0px;
	float:left;
}

.teaser	p	{
	text-indent:0;
	font-size: .6em;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	line-height: 1.2em;
	margin-left:90px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}

.teaser h3	{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	color:#906;
}		

.date {
	font-size: 11px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	color: #000;
	font-style: italic;
 }	
 
/* 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("/hpaisite/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 */

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 {
	display:none;
	margin-top: 80px;
	float: right;
	margin-bottom: 4px;
	margin-right:30px;
	border: none;
	font-size: 12px;
	background-image:  url("/hpaisite/images/arrow.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
}
a.backtoTop:hover {
	text-decoration: none;
	border: none;
}

.nextPage {
	display:none;
}


/* Printing-related classes */

#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 {
	display:none;
	margin:0px;
	list-style-type:none;
	padding:0px;
}

.pageFunct li {
	display:none;
	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 {
	display:none;
	background-image:  url("/hpaisite/images/printer.gif");
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

