body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	background-image: url(images/bg-1.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}

h6 { 
	font-size: .7em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #999;
}

.padIt1100 { margin: 1em 1em 0 0; }
.padIt0100 { margin: 0 1em 0 0; }
.padIt0011 { margin: 0 0 1em 1em; }
.padIt0110 { margin: 0 1em 1em 0; }


.padIt0111 { padding: 0 10px 10px 10px;}
.padIt1111 { padding: 10px 10px 10px 10px;}
.padIt0110 { padding: 0 10px 10px 0; }
.padIt0011 { padding: 0 0 10px 10px; }



.pullQuote {
	padding: 0 1em 0 1em;
	margin: 0 0 1em 1em;
	width: 300px;
	float: right;
	font-size: 1.2em;
	color: #CCCCCC;
	font-style: italic;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fefefe;
}


#mainContent hr {
	/*border-bottom: 1px solid #ccc;*/
	border: 0;
	margin: .3em .3em 0 0;
	padding: 0;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
}

.photoBox {
	font-size: .7em;
	color: #666;
	font-style: italic;
	border-top: 1px solid #eee;
	background: #fbfbfb url(images/sidebar-bg.gif) repeat-x;
}

.bioBox {
	padding: 0;
	margin: 0 0 1em 1em;
	width: 220px;
	float: right;
	font-size: .9em;
	color: #666;
	font-style: italic;
	border-top: 1px solid #eee;
	
	background: #fbfbfb url(images/sidebar-bg.gif) repeat-x;
}

.bioBox img {
	padding: 10px;
}


.successTable img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
}

.successTable p {
	margin-top: 0;
}
.successTable tr {
	margin-bottom: 10px;
}
.pullQuote p { }



.relatedLinks ul li { color: #666; }

.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e0e0e0;
	border-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
}
.oneColFixCtrHdr #header {
	
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0;
	background: #ebf3fa url(images/header-bg.gif) repeat-x;
	height: 156px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent a {
	color: #f68919;
	text-decoration: none;
	
}
.oneColFixCtrHdr #mainContent a:hover {
border-bottom: 1px dotted #666;
	}


.oneColFixCtrHdr #mainContent h1 {
	font-size: 1.2em;
	/*color: #666;*/
	color: #f68919;
	border-bottom: 1px solid #eff6fb;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 1em;
	color: #f68919;
}
.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent li {
	font-size: .9em;
	color: #666;
	line-height: 1.5em;
}


.oneColFixCtrHdr #footer {
	text-align: center;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: .7em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	color: #f68919;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #f68919;
	border-bottom: 1px dotted #666;
}

.oneColFixCtrHdr #topNav {
	margin-top: 0;
	padding: 8px 0 0 0;
	height: 25px;
	background-color: #f68919;
	background: url(images/topnav-bg-1.gif) repeat;
	vertical-align: baseline;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	color: #030;
	}
.oneColFixCtrHdr #topNav a {
	color: #666;
	text-decoration: none;
	}
	
.oneColFixCtrHdr #topNav a:hover {
	color: #ccc;
	}

.oneColFixCtrHdr #topNav ul {
	margin: 10px 10px 0 10px;
	padding-top: 5px;
	padding-left: 0;
	display: inline;
	} 
#topNav ul li {
	margin: 10px 0 0 0;
	padding: 0 5px 3px 5px;
	border-left: 1px solid #ccc;
	list-style: none;
	display: inline;
	}
.oneColFixCtrHdr #topNav ul li.first {
	border-left: none;
	}	
.oneColFixCtrHdr #movie {
	padding: 10px 0 10px 10px;
	float: right;
}
.relatedLinks {
	/*padding: 0 1em 0 1em;*/
	margin: 0 0 1em 1em;
	width: 200px;
	float: right;
	font-size: 1em;
	color: #fff;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	border: 1px solid #666;
}
.relatedLinks h1 { 
	font-weight: bold;
	background-color: #666;
	color: #fff;
	padding: .2em;
	margin-top: 0;
	font-size: .8em;
	}
.relatedLinks ul {
	/*padding: 0 0 0 1.1em;*/
	padding: 0 0 .5em 0;
	margin: 0;
	list-style: none;
}
.relatedLinks ul li {
	margin-bottom: .2em;
	padding: 0 0 .5em 1.1em;

}

#homeFeatures {
	width: 968px;
	clear: both;
	margin-top: 20px;
}

.oneColFixCtrHdr #homeFeatures h1 {
	background: #2192c5 url(images/sidebar-heading-bg.gif) repeat-x;
	color: #fff;
	margin: 0;
	padding: .4em;
	margin-bottom: 0;
	font-size: .9em;
}

.oneColFixCtrHdr #homeFeatures h2 {
	color: #f68919;
	margin: 0;
	padding: .4em;
	margin-bottom: 0;
	font-size: .9em;
}
.oneColFixCtrHdr #homeFeatures h3 {
	color: #f68919;
	font-weight: normal;
	margin: 0;
	padding: .4em;
	margin-bottom: 0;
	font-size: .9em;
}

.oneColFixCtrHdr #homeFeatures p {
	font-size: .8em;
}

div.homeBox {
	width: 303px;
	float: left;
	background: #fbfbfb url(images/sidebar-bg.gif) repeat-x;
	padding-bottom: .3em;
	height: 220px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

div.homeBox p {
	padding: .3em .5em .3em .5em;
	margin: 0;
}


#homeFeature1 { }
#homeFeature1 img { padding: .5em; }
#homeFeature2 { margin: 0 20px;}
#homeFeature3 {  }


div.homeBox #homeSearchProgram p, div.homeBox #homeSearchCounty p {
	font-size: .7em;
	padding: 0 0 0 .5em;
	margin: 0;
}

div.homeBox #homeSearchProgram h2 {
	padding: 0;
	margin: .5em 0 0 .5em;
}

div.homeBox #homeSearchCounty h2 {
	padding: .5em 0 0 0;
	margin: 0 0 0 .5em;
}
div.homeBox #homeBrowseAll p {
	margin: 0 0 0 .5em;
	padding: .5em 0 0 0;
	font-size: .7em;
}
#homeSearchCounty {
	
}
#homeSearchProgram {
	height: 70px;
}

div.homeBox hr {
	/*border-bottom: 1px solid #ccc;*/
	border: 0;
	margin: .3em .3em 0 .3em;
	padding: 0;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
}

p.return {clear: both;}

.prog {
	font-weight: bold;

	}

 #districts tr {
  font-size: .85em;
   }
  td {
	padding: 10px;
  }
  tr.even, tr.odd 
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
	background-color: #eff6fb;
  }

  tr.odd
  {
  }
.oneColFixCtrHdr #districts a {
	color: #2192c5;
	}

.pullOut {
	float: right;
	width: 200px;
	background: #fbfbfb url(images/sidebar-bg.gif) repeat-x;
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 0 10px 10px;
}
#DidYouKnow {
	float: left;
	width: 150px;
	/*background-color: #f1efe2;
	border: 1px solid #9b9a98;*/
	background: #fbfbfb url(images/sidebar-bg.gif) repeat-x;
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 10px 10px 0;
}
#DidYouKnow h1 {
font-size: 14px;
}
#DidYouKnow h2 {
	font-size: .85em;
	font-style: oblique;
	/*color: #686673;*/
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#DidYouKnow ul {
	font-size: 12px;
	
}
#DidYouKnow ul li {
	margin: 5px;
	
}
table.callOut {
	font-size: .85em;
	background-color: #eff6fb;
	margin-left: 20px;
}

p.return {
	padding: .8em;
}

table {
	padding: 0;
	margin: 0;
}

ul {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

option { font-size: .9em;}

ul.newsList li {
	margin-bottom: 10px;
}
