@charset "utf-8";
/* CSS Document: pete.css*/
/* Note: these styles get layered over the framework of other base styles and are specific only to Petimar Press  */

/********************* Typography ************************/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Helvetica, sans-serif;} 

h1 {
	color: #000000; 
	}

a:link, a:visited {
	color:#993333;
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Geneva, Helvetica; 
	text-decoration: none;
}

a:active, a:hover {
	color:#660033;
	font-weight: bold;
	text-decoration: underline;
}

/*these are old styles to be integrated 
.hpadding  { color: #000; font-weight: bolder; font-size: 10px; line-height: 12px; font-family: Arial, Geneva, Helvetica; padding: 0px 10px }
.textpadding    { color: #000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva; margin: 0px; padding: 5px }
.textpad10 { color: #000; font-size: 10px; line-height: 11px; font-family: Arial, Helvetica, Geneva; margin: 0px; padding: 2px }

h1   { color: #000; font-size: 12px; line-height: 12px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
h2 { color: #fff; font-size: 11px; line-height: 11px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
h3 { color: black; font-size: 11px; line-height: 11px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
h4 { color: #fff; font-style: normal; font-weight: lighter; font-size: 10px; line-height: 12px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
td { color: black; font-size: 10px; line-height: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
*/

/* New Styles */

.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}

img {
	border: none;
	padding-right: 13px;
	padding-bottom: 7px;
}

#masthead h1{  
	display: none;
}

#masthead h2 {
	display: none;
}








/********************* Div styles *************************/
#masthead h1 {
	display: none;
	color: #ff0000;
	font-size: 1.7em;
	font-style: bold;
	line-height: 1.7em;
	}
	
#masthead img {
	border: none;
	padding: 0;
	margin: 0;
}

#leftNav ul li a {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
	text-decoration: none;
	color: #000000;
}

#leftNav ul li a:hover, #leftNav ul li a:active {
	text-decoration: none;
	color:#993333;
}

/************* table styles *******************/
table {
	width: 650px;
	border: 1px solid #666;
	margin: 0, auto;
	margin-bottom: 35px; 
}

th {
	background-color: #eeeeee;
	border-bottom: 1px solid #666;
	padding: .5em .5em .5em .5em;
	text-align: left;
	vertical-align: top;
}

td {
	background-color: #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1.0em 3.0em 1.0em 2.0em;
	vertical-align: middle;
}

.homePage td {
	padding: .5em .5em .5em .5em;
	vertical-align: middle;
}

a.tableHeadingLink {
	color: #000000;
	text-decoration: none;
}

.contact {
	text-align: center;
}



/***************************** positioning oddities **************/

.topLogo{
	vertical-align: middle;
	font-size: 1.7em; line-height: 1em; margin-bottom: 1em; margin-top: 1em;
}

#content p {
	padding-right: 15px;
	text-align: left;
}

#content h1 {
	margin-top: 0.15em;
}



/*new for Pete */


#footer a:link, #footer a:visited {
	color: maroon;
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Geneva, Helvetica; 
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
#quickLinks li {
	display: inline;
}

#quickLinks ul li a {

	display: block;
	background-image:url(../images/button.gif);
	background-repeat: no-repeat;
}*/

ul#quickLinkButtons {
	width: 100%;/*was 650px*/
	padding: 0;
	margin: 0 auto;	/*was 2em 0 2em 0*/
	float: left;
	margin-bottom: 2.0em;
}

ul#quickLinkButtons li {	
	margin: 0;
	padding: 0 0px 0 0px; /*was .95 left*/
	height: 80px;
	width: 160px;
	list-style: none;	
	float: left;
	margin:0 6px 0 6px;/*was 0.8em top*/
	background:url(../images/blackButton.jpg) no-repeat left top;
	padding-top: 12px;
	
	
	
}

ul#quickLinkButtons li a {
	text-decoration: none;
	display: block;
	color: #ffffff;			
	height: 16px;
	font-size: 16px;
	line-height: 1.25em;	
	text-align: center;
	padding: 0 0px 3px 0px;
	
	
	
	
}


ul#quickLinkButtons li:hover {
	background-repeat: no-repeat;
}

ul#quickLinkButtons li:hover a{
	background-repeat: no-repeat;
	color:#cccccc;
}


.spaced li {
	/*line-height: 1.5em;*/
	margin-bottom: 1.0em;
}