﻿/* General Styles for all pages of site */

/* DEBUGGING
 div, p {border: 1px dotted red;}
 table, tr, td {border: 1px solid blue;}
 .mainboxDivider {border: 1px dotted blue;} */

body
{
	margin: 16px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center; /* centers the content div in IE5Win, but cascades down to the inline content, as well */
}

p, div, table, tr, td, form, input, ul, li
{
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #111111;
}

TABLE {
	margin: 0 auto;
}

a
{
	color: #00647d;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}


#masthead
{
	margin: 0px;
}

#searchBox
{
	/* position: absolute;
	left: 585px;
	top: 4px; */
}

#searchQuery
{
	width: 110px;
	margin: 0;
	padding: 2px;
	border: 1px solid #747878;
	color: #666666;
	background-image: url(http://www.pec.coop/images/UtilImages/input_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav
{
	/* position: absolute;  */
	left: 8px;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 745px;
	overflow: hidden;
}

.navElement
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float: left;
}

#footer
{
	color: #777777;
	text-align: right;
	font-size: 10px;
	clear: both;
}
#footer a
{
	color: #777777;
}

p
{
	margin: 0 0 11px 0;
}

#oneColumn
{
	width: 100%;
	margin-bottom: 16px;
	position: relative;
	top: 33px;
	left: 0;
	background-image: url(http://www.pec.coop/images/UtilImages/onecolumn_middle.gif);
	background-repeat: repeat-y;
}

#oneColumnInside
{
	padding: 17px 33px 25px 33px;
	background-image: url(http://www.pec.coop/images/UtilImages/onecolumn_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#twoColumns
{
	width: 100%;
	margin-bottom: 16px;
	position: relative;
	top: 33px;
	left: 0;
}

#leftColumn
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 193px;
}

#rightColumn
{
	width: 100%;
	margin-left: 193px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 560px;
}
html > body #rightColumn
{
	width: 560px;
}

#subnav
{
	width: 177px;
	margin: 0 0 20px 0;
	padding-bottom: 8px;
	color: #ffffff;
	line-height: 12px;
	background-color: #00647d;
	background-image: url(http://www.pec.coop/images/NavImages/subnavbox_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#subnav img
{
	margin: 0;
}
#subnav a
{
	display: block;
	color: #ffffff;
	margin: 0 16px 8px 16px;
}
#subnav a.on
{
	font-weight: bold;
}
#subnav a.sub
{
	margin-left: 25px;
	padding-left: 9px;
	background-image: url(http://www.pec.coop/images/NavImages/sub_bullet.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
#subnav a.subOn
{
	margin-left: 25px;
	padding-left: 9px;
	background-image: url(http://www.pec.coop/images/NavImages/sub_bullet.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#subnav b
{
	display: block;
	color: #ffffff;
	font-weight: bold;
	margin: 0 16px 8px 16px;
}
#subnav p
{
	color: #ffffff;
	margin: 0 16px 8px 16px;
}

#noSubnav
{
	width: 177px;
	height: 16px;
}

.sidebar
{
	margin: 0 33px 16px 16px;
}

.sidebarPhoto
{
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.textInput
{
	padding: 2px;
	border: 1px solid #747878;
	background-image: url(http://www.pec.coop/images/UtilImages/input_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 2px 0 8px 0;
}

#footer {
width:560px;
margin:0 auto 0 auto;
padding:33px 33px 33px 0;
white-space:nowrap;
}



