/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* @group Structure */

body, html {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;
}

#container {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #004477;
	border-right: 1px solid #004477;
	border-bottom: 1px solid #004477;
	overflow: auto;
}

#masthead {
	width: 800px;
	height: 117px;
	float: left;
	clear: both;
}

/* Logo link thru CSS -- make sure heigh and width match the dimensions of your logo file. Use <a> in masthead div in the HTML file to call up the logo. */

/*#masthead a {
	background: url(../generic-images/logo.jpg) no-repeat;
	text-indent: -9000px;
	width: 323px;
	height: 75px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}*/

#nav {
	width: 800px;
	height: 101px;
	line-height: 13px;
	margin: 0px;
	z-index: 1500;
	background-image: url(../images-pah/PAHCOM-bottom-masthead.jpg);
	clear: both;
}

#srch {
    float: right;
    width: 200px;
    padding: 5px 0px 5px 0px;
}

#content {
	width: 760px;
	margin: 0px 18px 20px 18px;
	float: left;
	clear: both;
}

#elevator {
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 760px;
}

#feature {
	clear: left;
	margin: 18px;
	padding-left: 5px;
}

.sponsors {
	float: left;
	clear: both;
	margin: 18px;
}

#footer {
	float: left;
	background-color: #ffffff; 
	margin: 0px 18px;
	padding: 0px;
	width: 760px;
}

.clearl {
	clear: left;
}

/* 2-column layout */

.col-305 {
	float: left;
	width: 305px;
}

.col-495 {
	float: left;
	width: 495px;
}

.col-445 {
	float: left;
	width: 445px;
}

/* 3-column layouts */

.col3-1 {
    float: left;
    width: 252px;
}

.col3-2 {
    float: left;
    width: 506px;
}

.col3-3 {
    float: left;
    width: 760px;
    clear: both;
}

/* 4-column layouts */

.col4-1 {
    float: left;
    width: 190px;
}

.col4-2 {
    float: left;
    width: 380px;
}

.col4-3 {
    float: left;
    width: 570px;
}

.col4-4 {
    float: left;
    width: 760px;
}

.logo {
	float: left;
	padding-top: 10px;
}


.col-box {
	padding-left: 50px;
    float: left;
    width: 650px;
}
/* @end */

/* @group Typography */

#content h1, #content h2, #content h3 {
	color: #004477;
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;
	padding: 10px 20px 10px 10px;
}

#content h1 {
	font-size: 18px;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#content p {
	color: #000000;
	font: normal 12px/18px Verdana, Arial, Helvetica, Swiss, sans-serif;
	padding: 10px 20px 10px 10px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #004477;	
	width: 97%;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	/* left align in IE, Opera */
	text-align: left;
	clear: both;
}

.alignc {
	text-align: center;
}

.leftpad {
	padding-left: 15px;
}
#elevator h1 {
	color: #004477;
	font: bold 14px/24px Verdana, Arial, Helvetica, Swiss, sans-serif;
	padding: 10px 20px;
}

#elevator hr {
	border: none 0;
	border-top: 1px solid #004477;	
	width: 99%;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* left align in IE, Opera */
	text-align: left;
	clear: both;
}

.button p {
	padding-left: 30px;
}

/* #content ul, #content li, #content ol {
	color: #000000;
	font: normal 12px/18px Verdana, Arial, Helvetica, Swiss, sans-serif;
}

*/

.sponsors hr {
	border: none 0;
	border-top: 1px solid #004477;	
	width: 99%;
	height: 1px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	/* left align in IE, Opera */
	text-align: left;
	clear: both;
}

#footer p {
	font: normal 10px/12px Arial, Helvetica, Verdana, Swiss, sans-serif;
	padding: 10px 0px 10px 0px;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 5px 5px;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 5px 5px;
}

.sml {
	color: #000000;
	font: normal 10px/12px Verdana, Arial, Helvetica, Swiss, sans-serif;
	padding: 10px 20px 10px 20px;
}

.ovrstrk {text-decoration:line-through;
}

/* @end */


/* @group Links */

a:link {
	color: #004477;
}

a:visited {
	color: #4D6A80;
}

a:hover {
	color: #660000;
}

a:active {
	color: #660000;
}

#footer a:link {
	color: #004477;
}

#footer a:visited {
	color: #4D6A80;
}

#footer a:hover {
	color: #660000;
}

#footer a:active {
	color: #660000;
}

a:hover.tab1, a:hover.tab2, a:hover.tab3 {
	color: #660000;
}

a.tab1 {
	background: url(../images-pah/tab-orange-bg.gif) repeat-x;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	color:#004477;
	line-height:18px;
	padding: 10px 10px 10px 10px;
	clear: left;
}

a.tab2 {
	background: url(../images-pah/tab-red-bg.gif) repeat-x;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	color:#004477;
	height:60px;
	line-height:18px;
	padding: 10px 10px 10px 10px;
}

a.tab3 {
	background: url(../images-pah/tab-blue-bg.gif) repeat-x;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	color:#004477;
	height:60px;
	line-height:18px;
	padding: 10px 10px 10px 10px;
}

a.button{
	display:block;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	color:#004477;
	height:60px;
	line-height:18px;
	margin-bottom:14px;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	width:223px;
}
a:hover.button{
	color:#660000;
	background-color: #ddeeff;
	border: 1px solid #cccccc;
}

/* @end */


/* @group Elements */

/* Icons for button links */

.join{
	background:url(../images-pah/join-icon.gif) no-repeat;
	text-indent:40px;
	display:block;
	height: 51px;
}
.signup{
	background:url(../images-pah/signup-icon.gif) no-repeat;
	text-indent:40px;
	display:block;
	height: 60px;
}
.renew{
	background:url(../images-pah/renew-icon.gif) no-repeat;
	text-indent:40px;
	display:block;
	height: 50px;
}

img.mat {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 4px;
}

.pad-5{
	padding-left: 5px;
}

.pad-10{
	padding-left: 10px;
}

.pad-20{
	padding-left: 20px;
}

.bak2top {
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	padding: 4px;
	z-index: 1200
}

.wr_fieldset {
width: 620px; 
margin: 12px 30px 12px 30px;
padding: 0; }

.wr_fieldset fieldset {
border: 1px solid #cccccc; }

.wr_fieldset legend {
margin: 0 10px 0 10px;
padding: 0 5px 0 5px;
color: #000000;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif; }

.wr_fieldset_pad {
margin: 0;
padding: 8px; }

.quotebox {
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}

/* Floating boxes, good for photos with captions or similar */


div.floatl {
  float: left;
  }
  
div.floatl p {
   text-align: left;
   width: 265px;
   }

div.floatr {
  float: right;
  }
  
div.floatr p {
   text-align: center;
   width: 265px;
   }
   
#scrollbox {
width:400px;
height:300px;
overflow: auto
}

/* @end */


/* @group E-comm */

/* Styles for Mal's e-commerce tables currently in most of my Excel TDF masters; probably should revisit these on site-by-site basis */

.ptcol {border-bottom: 1px solid #000; text-align: center; font-size: 11px; font-family: Verdana, Arial, Helvetica, Swiss, sans-serif}

.ptfrm {border-bottom: 1px solid #cccccc; text-align: left; font-size: 11px; font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;}

.pthdr1 .pthdr {font-size: 14px; font-family: Verdana, Arial, Helvetica, Swiss, sans-serif}


/* @end */

/* @group Tables */

/* Applies global padding and paragraph styles to entire table. Normally used for forms or tabular data within the main layout table so you do not need to add paragraph or other styles to each td */

table.frm td {
	padding: 2px; 
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;}

tr.shaded td {
	background-color: #ddeeff;
	border-top: 1px solid #004477;
	border-bottom: 1px solid #004477;
}

.tblborder {
	line-height: 13px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

	
/* Add following as a table class="cellbkgrnd" for applying table cell backgrounds using tablestyle name="Alt Background By Style w/o formatting */

.cellbkgrnd {background-color: #cccccc;}

/* Adding bkground images to table cells or divs for announcement boxes or similar; commented out below until needed */

/* .bg1 {background: white url(images/divheader.gif) no-repeat top left; width: 236px; padding: 48px 10 10 10; border: 1px solid #548dab; border-collapse: collapse; text-align: left;} */

/* @end */

.quotex {

	border-top: 1px solid #004477; 
	border-bottom: 1px solid #004477;
	margin: 30px 5px 5px 5px; 
	padding: 0px 10px 10px 10px; 
	background-color: #d9eafb;
	font-weight: bold;
	font-style: italic;
	font-size: 13px; 
}