/*  CSS file copyright Crystal Communications Media, 2005 */
/*
	May, 2005
	Page design:
		container: holds whole window
		pageHeader: top banner
		stdContent: the main content container
		leftSpace: just a space holder the height of the left-hand linked list to allow proper placement of footer
		footer: the footer
*/

body{
    font-family: Times New Roman, Times, serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: #bbb;
}

h1, h2, h3, h4 {
	width: 500px;
	font-weight: bold;
	color: #6E0000;
	margin: 0 0 0 0;
}

h1{
	font-size: 2.2em;
	margin-top: 20px;
	margin-bottom: 15px;
}

h2{
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3{
	font-size: 1.4em;
}

h4{
	font-size: 1em;
	color: black;
}

/* Link colors */
a{
    color: blue;
}
a:visited{
    color: #999;
}
a:hover{
    color: dark red;
}

/* center the whole content and make sure it fits in 800x600px resolution browser window*/
#container{
    float: left;
	width: 789px;
    text-align: left;
	background-color: #ffffff;
    /* 
	background-image: url(../images/container_bg.gif); 
    background-repeat: repeat-y;
    background-position: top left;
	*/
}

/* page header */
#pageHeader{
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	height: 161px;
    background-image: url(../images/pageHeader.jpg);
    background-repeat:no-repeat; 
}

#date {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 700px;
	margin: 0;
	color: white;
	font-family: arial, san-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}

/* main pane for content */
#stdContent {
	position: relative;
	z-index: 3;
	margin: -20px 10px 10px 251px;
}

#stdContent p {
	width: 490px;
    margin: 0px 25px 12px 0px;
}

#stdContent p.hilite {
    font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}

#stdContent p.italic {
    font-style: italic;
}

#stdContent p.bold {
    font-weight: bold;
}

#stdContent p.centerbold {
    text-align: center;
	font-weight: bold;
}

#stdContent li {
	margin:  0 25px 8px 0;
}

#facilities {
	margin: 0 0 12px 0;
	font-family: Times New Roman, Times, serif;
	color: #000000;
}

#facilities .name{
	margin: 0 0 0 0;
	font-weight: bold;
	background-color: #ddd;
	padding: 3px;
	width: 95%;
}

#facilities .services{
	margin: 0 0 8px 0;
	font-weight: bold;
	font-size: .95em;
}

#facilities .address {
	font-weight: normal;
	font-size: .85em;
}

#facilities .driving a {
	width: 500px;
	color: blue;
	padding-bottom: 3px;
	width: 70%;
}

#communityservices {
	margin-left: 25px;
}

#pgmservices {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#pgmservices td.piclink {
	width: 150px;
	height: 117px;
	text-align: center;
	background-color: #dcdcdc;
	margin: 0;
	padding: 0;
}

#pgmservices td.greybg {
	width: 150px;
	height: 50px;
	text-align: center;
	background-image: url(../images/greybg.gif);
	margin: 0;
	padding: 0;
}

#pgmservices td.space {
	width: 25px;
	margin: 0;
	padding: 0;
}

#pgmservices a {
	border: 0;
	color: black;
	font-size: .7em;
	font-weight: bold;
}

/* Holds open a space tall enough for the linkCol */
#leftSpace{
	float: left;
	height: 267px !important;
	height: 285px;
	margin: 0;
	padding: 0;
}

/* absolutely position the list of links on the left column
	this way we can put the links last in the html */
#linkCol{
	position: absolute;
	top: 165px;
	width: 215px;
	margin-top: 3px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: verdana, tahoma, sans-serif;
	border: 1px solid #555;
}

/* format the navigation list */
#lselect {
	width: 215px;
	padding: 0;
	margin: 0;
	border-top: 4px solid #e41818;
	background-color: #fff;
}

#lselect ul{
	display: block;
	width: 215px;
    padding: 0;
	margin: 0;
    list-style-type : none;
    text-align: center;
	list-style-position: outside;
	font-size: 130%;
}

/* highlight the background of list item when mouse moves over it */
#lselect ul li a:hover{
    background-color: #c8c8c8;
	margin-left: 2px;
	width: 212px;
}

/* format link */
#lselect ul li a{
    display: block;
    background-color: #dadada;
	margin-left: 2px;
	width: 212px;
}

img {
	border: 0;
}

#footer{
  clear: both;
  background-image: url(../images/bottom01.gif);
  background-color: gray;
  color: white;
  font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;;
  height: 40px;
}

#footer span{
	display: block;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
}

.formtext 	{ 
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF
}
