@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center;
	background-color: #567597;
	background-image: url(images/newwashimg/bluegradbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
}

h3 
{
	padding-left: 5px;
	color: #014880;
	font-size: 14px;
}

h4 {
	padding-left: 5px;
	color: #567597;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

.bottomborderblue {
	border-bottom: 1px solid #567597;
	padding-bottom: 2px;
}

a img
{
   border:none;
   margin:0px;
}

.PageWrapper #searchmenubar
{
	width: 740px;   /*this will create a container 750px of the browser width */
	margin: 0px auto; /*the auto margins (in conjunction with a width) center the page */
	color: #193554;
	/*background-color: #193554;
	border: 1px solid #000000;*/
	padding: 5px;
	height: 22px;
}

.PageWrapper #searchmenubar a
{
	text-decoration: none;
	color: #193554;
}

.PageWrapper #searchmenubar p
{
	padding: 4px;
	margin: 0px;
}

.PageWrapper #header
{
	width: 750px;  /* this will create a container 750px of the browser width */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	height: 45px;
	border-right: 1px solid #A0B1C2;
	border-left: 1px solid #A0B1C2;
	border-top: 1px solid #A0B1C2;
	top:0px;
	padding:5px 0px;
}

.PageWrapper #globalnav
{
	width: 750px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	color: #FFF;
	background-color: #567597;
	z-index: 99;
	position: relative;
	font-weight:bold;
	border-right: 1px solid #A0B1C2;
	border-left: 1px solid #A0B1C2;
	height:25px;
}

.PageWrapper #footer
{
	width: 750px;  /* this will create a container 750px of the browser width */
	margin: -15px auto; /* the auto margins (in conjunction with a width) center the page */
	color: #193554;
	/*background-color: #193554;
	border: 1px solid #000000;*/
	padding: 5px;
	margin-bottom: 25px;
}
.PageWrapper #container {
	width: 750px;  /* this will create a container 750px of the browser width */
	background:  url(images/newwashimg/2colbackground.gif) #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-y;
	border: 1px solid #A0B1C2;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto !important;
	padding-bottom: 10px;
	top: 0px;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".PageWrapper #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.PageWrapper #sidebar1 {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 22%; /* since this element is floated, a width must be given */
  background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 15px 0px; /* top and bottom padding create visual space within this div  */
}
.PageWrapper #sidebar2 {
	float: right;
	vertical-align: top;
	display: block;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:200px;
}

#sidebar2 p {
	margin: 2px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.PageWrapper #mainContent {
	height:auto !important;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

.PageWrapper #mainContent2 {
	width: 525px;  /* this will create a container 525px of the browser width */
	/*margin: 0px auto;  the auto margins (in conjunction with a width) center the page */
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	height:auto !important;
	
	
}
.PageWrapper #mainContent p, #mainContent2 p, #sidebar1 p, .PageWrapper #sidebar1 h3, .PageWrapper #sidebar2 p, .PageWrapper #sidebar2 h3{
  margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 5px;
}

.plainimg a
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	background-color:#ffffff;
	border:none;
}
.PageWrapper #pagegraphic img
{
	margin:0px ;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left:0px;
	width:549px;
}


.PageWrapper #sidebar2 a 
{
	color: #193554;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	display:block;
}

.PageWrapper #sidebar2 a:hover 
{
	color: #660000;
	text-decoration:underline;
}

.fancylink
{
	color: #193554;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	border-bottom:#E9EDF1 thin solid;
	display:block;
	background-image: url(images/bullets_14.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width:160px;
}

.mailto 
{
	text-decoration:underline;
}

/************************************/
/* Miscellaneous classes for reuse */
/***********************************/
.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft 
{ /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatright 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.font8px
{
	
	font-size:8px;
}
.font10px
{
	
	font-size:10px;
}

.font11px
{
	font-size: 11px;
}

.font12px
{
	
	font-size:12px;
}

.font14px
{
	font-size: 14px;
}

.font16px
{
	
	font-size: 16px;
	
}

.font18px
{
	
	font-size: 18px;
	
}
.whitefont
{
	
	color: #FFF;
}

.redfont
{
	color: #660000;	
}

.redfontsmall
{
	color: #660000;	
	font-size:10px;
}

.bluefont
{
	color: #014880;	
}

.heading1
{
	font-family:Tahoma, Geneva, sans-serif;
	color: #9A0F48;
	font-size: 14px;
	font-weight: bold;
	
}
.pageheading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	background:top url(images/newwashimg/dblueheading.gif) repeat-x #193554;
	color:#fff;
	width:549px;
	display:block;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;	
}
.dblueheading
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	font-weight:bold;
	background-color: #193554;
	color: #fff;
	width:auto;
	display:block;
	padding: 5px 5px;
	margin:0px;
	vertical-align: top;	
}
.mblueheading
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	background-color:#567597;
	width:auto;
	display:block;
	padding: 3px 5px;
	margin:0px 0px;
}

.blacktextbox
{
	background-image: url(images/newwashimg/blacksheerbg.gif);
	background-repeat: repeat-y;
	color: #FFF;	
	font-weight:bold;
	width:480px;
	padding:10px;
	
}
.blacktextbox a
{
	color:#d3dee7;
}

.padit5
{
	padding: 5px;
}

.padit10
{
	padding:10px 10px 10px 10px;
}
.margin10
{
	margin:10px 10px 10px 10px;
}
.padit20
{
	padding:10px 20px;
}
.linksboxheader
{
	width:500px;
	padding: 3px 5px;
	margin: 0 250px 0 0;
	background-color:#567597;
	border-width: 1px;
	border-color: #999999;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	color: #FFFFFF;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	font-weight:bold;
}

.linksbox
{
	width:500px;
	min-height:50px;
	max-height:200px;
	overflow: auto;
	padding:10px 5px 25px 5px ;
	vertical-align: top;
	background:url(images/newwashimg/background3.jpg) repeat-x bottom #FFF;
	border: 1px solid #CCC;
	border-top: 0px;
	margin: 0 250px 10px 0;
}

.linksbox a
{
	padding-left: 15px;
	display: block;
	text-decoration:none;
	background:url(images/bullets_14.gif)  no-repeat left;
	color: #003;
	font-weight:bold;
}

.linksbox a:hover
{
	color: #660000;	
	text-decoration:underline;
}

.linksbox img
{
	border:none;
	background-color:#FFF;
}

.topicboxheader
{
	width:502px;
	padding: 3px 5px;
	margin: 0 250px 0 0;
	background-color:#567597;
	color:#FFFFFF;
	/**border: 1px solid #CCC;**/
	font-size: 14px;
	font-weight:bold;
}

.topicbox
{
	width:500px;
	min-height:50px;
	overflow: auto;
	padding:10px 5px 25px;
	vertical-align: top;
	background:url(images/newwashimg/background3.jpg) repeat-x bottom #FFF;
	border: 1px solid #CCC;
	border-top: 0px;
	margin: 0 250px 10px 0;
}

.topicbox img 
{
	margin:0px;
	padding:5px;
	border:none;

}

.fancyimage img
{
	margin:5px;
	padding:5px;
	background-color:#d4dfe7;
    border:#567597 thick  double;
}

.topicbox a
{
	color: #003;
}

.topicbox a:hover
{
	color: #660000;	
	text-decoration: underline;
}

.topicbox a:visited
{
	color: #003;	
	text-decoration: underline;
}

.highlightlarge {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	font-weight:bold;
	color: #660000;
	font-style: normal;
}
.description
{
	/*margin: -10px 35px 10px 0px;*/
	margin-top: -10px;
	margin-right: 60px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	clear: both;
}
.description img
{
	border:none;
	clear:both;
	background-color:#FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.spacer{
	width: 10px;
	float: left;
}
.sidebarheader
{
	font-size: 14px;
	font-weight:bold;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background:top url(images/newwashimg/sidebarheader.gif) repeat-x #000 ;
	color:#ffffff
}

.whiteonblack
{
	background-color:#000;
	color:#FFF;
}
.blackonwhite
{
	background-color:#FFF;
	color:#000;
}
.pageheadinggraphic 
{
	width: 510px;
	height: 200px;
	background: url(images/newwashimg/KidsArt/Aaron-Blackwellbg.jpg) #CC3300 repeat;
	display: block;
	font-size: 24px;
	
}
.darkbluebg
{
	background-color: #193554;
}

.center
{
	text-align: center;
}

.lightblueheader
{
	border-bottom: 3px double #CCC;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #e8edf1;
	color: #567597;
	font-weight: bold;
}

.bidstable
{
	width: 95%;
	border: none;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.bidstable td
{
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
}

.contactstable
{
	background-color: #FFF;
	width: 98%;
	border: none;
	padding: 0px;
}

.contactstable td
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: top;
}

.contactstableheading
{
	background-color: #cccccc;
	text-align: center;
	border: none;
	font-weight: bold;
}

.outcenters p
{
	padding: 5px;
	margin: 0px;
}

.centernoborder
{
	text-align: center;
	border: none;
}

.fancybox
{
	border: 1px solid #CCC;
	margin: 0px 5px 5px 5px;
}

.fancyboxheader
{
	border-bottom: 3px double #CCC;
	margin-bottom: 0px;
	padding: 5px;
	background-color: #e8edf1;
	color: #567597;
}

.fancyboxcontent
{
	border-top: none;
	margin-top: 0px;
}

.bold
{
	font-weight: bold;
}

.pacmeetingstable
{
	width: 75%;
	border: none;
	margin: 0px;
}

.pacmeetingstable td
{
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCC;
}

.lightblue-hr
{
	border: 1px solid #e8edf1;
}

.blue-hr
{
	border: 1px solid #567597;
	margin: 2px;
}

.note
{
	font-size: 10px;
	color: #999;
}

.way-contact
{
	/*padding: 10px;*/
	border: 3px double #567597;
	margin: 5px;
	font-weight: bold;
	color: #567597;
	width: 98%;
}

.way-contact td
{
	padding: 10px;	
}

.way-contact th
{
	background-color: #567597;
	color: #e8edf1;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

.way-contact input, .way-contact textarea, .way-contact select
{
	border: 1px solid #567597;
	padding: 1px;
	margin-top: 2px;
}

.way-contact select
{
	padding: 0px;
}

.generictable
{
	border: 1px solid #567597;
	text-align: center;
	margin-left: 5px;
}

.generictable td
{
	padding: 10px;
	border: 1px dotted #567597;
}

.indent10
{
	padding-left: 10px;
}

#SearchForm input
{
	font-size: 11px;
	border: none;
	padding: 3px;
	font-family: arial; 
	background-color: #FFF;
}

.liststyle-none {
	list-style: none;
}

.earlyondatecalc td {
	padding: 5px;	
}

/*.earlyondatecalc input {
	border: 1px solid #567597;
}*/

.lightblue-background {
	background-color: #e8edf1;
}
