/*TCS-styles used on home page */

/*html {
	margin: 0;
	padding: 0;
}*/
body {
	/* background-image: url(../images/bluebar.gif);*/
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/headerhome.gif);*/
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f9f6f2;	
}
div#printop {
	display:none;
	width:500px;
}

/* holly hack hides from ie-mac \*/
* html #container {height: 1%;} 
/* end hide from ie-mac */

#container {
	position: relative;
	background-color: transparent;
	padding: 0;
	width: 760px;
	margin-top:36px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 2px ridge #dcdcdc;
	border-right: 2px ridge #dcdcdc;*/
}
#masthead {
	position: relative;
	padding:0;
	background: url(../images/masthead.jpg) no-repeat;
	width: 760px;
	height: 80px;
	border-top: 2px solid #929ab5;
}

/* Contact Us */
#masthead h3 {
	position: absolute;
	left:490px;
	top: 20px;
	font-size: 1em;
}
#masthead h3 a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#masthead h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
#masthead h3 a:hover {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}
/* Municipal Names */
#masthead h4 {
	position: absolute;
	left: 50px;
	top: 60px;
	font-size: 1em;
	font-weight: bold;
	/*background-color: Lime;*/
	bottom: 0;
}
#masthead h4 a {
	color: #FFF;
	text-decoration: none;
}
#masthead h4 a:visited {
	color: #FFF;
	text-decoration: none;
}
#masthead h4 a:hover {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}

#contentarea {
	/*position: relative;*/
	float: left;
	width: 760px;
	background-color: #fff;
	z-index: 2;
	border-bottom: 1px solid #333333;
}

/* Styles for left column */
#leftcol {
	background-color: transparent;
	padding: 6px 6px 2px 2px;
	width: 175px;
	float: left;
	z-index: 5;
}
img#eagle {
	padding-bottom: 2px;
	padding-top: 10px;
}
p#fleetinfo a {
	background-color: #FFFFFF;
	color: #006699;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}
p#fleetinfo a:visited {
	color: #996699;
}
p#fleetinfo a:hover {
	background-color: #FFF9DB;
	color: #996699;
	text-decoration: none;
}
/* styles list of emergency numbers */
#emnos h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 7px 0 7px 0;
}
#emnos {
	background-color: #FFFFFF;
	color: #006699;
	font-weight: bold;
	padding: 12px 3px;
}

/*Styles for orange box with EMS professional links*/
div#emsprof {
	background-image: url(../images/emtpinsm.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 3px solid #E48826;
	height: 130px;
	left: 0;
	width: 156px;
}
div#emsprof ul {
	font-size: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#emsprof  h5 {
	color: #333333;
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0 5px 10px;
}
div#emsprof li a {
	color: #006699;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	vertical-align: top;
	width: 156px;
}
div#emsprof li a:visited {
	color: #996699;
}
div#emsprof li a:hover {
	background-color: #E2ECF5;
	color: #996699;
	text-decoration: underline;
}
div#pehsca {
	margin: 20px auto 10px auto;
}

/* Left center column with 2 pics */
#centerpics {
	float: left;
	width: 119px;
}
#centerpics img.green {
	border: 1px ridge #DCDCDC;
	margin: 18px 12px 16px 12px;
}

#centerpics img.newbase {
	border-top: 2px ridge #DCDCDC;
	margin: 0 12px 0 12px;
	width: 95px;
}
#centerpics p#baselink {
	background-color: #315053;
	/*font-size: 0.9em;*/
	width: 95px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 12px 0 12px;
	padding: 0 0 8px 0;
	text-align: center;
}
#centerpics p#baselink a {
	color: #FFFFFF;
}
#centerpics img.drillpic {
	border: 1px solid #CCCCCC;
	margin: 20px 12px 4px 12px;
}

/* Center area with text */
div#feature {
	border: 3px orange;
	padding:6px;
	margin-bottom:10px;
	margin-top:3px;
	border-style:ridge;
	font-size:11px;
	width:225px;
	text-align:center;
}
div#feature h4{
	font-weight:bold;
}

#centertext {
	z-index: 5;
	float: left;
	padding-top: 10px;
	width: 249px;
}
#centertext p {
	color: #333333;
	line-height: 1.3em;
	padding: 10px;
	text-align: justify;
}

/* Right column */
#rightcol {
	z-index: 5;
	float: right;
	margin-right: 0;
	padding-top: 14px;
	width: 197px;
}
/* right nav green header */
#rightcol h4 {
	background-color: #52CA00;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 3px 8px;
	width: 187px;
}
#rightcol h6 {
	background-image: url(../images/starsm.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 0.9em;
	padding-bottom: 8px;
	padding-left: 30px;
	width: 167px;
	z-index: 10;
}
#rightcol p {
	color: #333333;
	font-size: 0.9em;
	margin-left: 30px;
	padding: 0 0 10px 0;
	width: 167px;
}
#rightcol a {
	color: #006699;
	display: block;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#rightcol a:visited {
	color: #996699;
	text-decoration: underline;
}
#rightcol a:hover {
	color: #4DB900;
	text-decoration: none;
}
#rightcol div#caas {
	background-image: url(../caas/caaslogosmall.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: 5px ridge #7B7CFF;
	/*font-size: 1.7em;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 100px;
	width: 150px;
}

div#caas p {
	color: #006699;
	font-size: 0.9em;
	font-style: italic;
	padding: 5px 0 30px 5px;
	margin: 0;
}
div#caas a {
	color: #006699;
	font-size: 0.9em;
	/*padding: 5px 0 10px 5px;*/
	margin: 0;
	text-align: center;
	text-decoration: none;
}
div#caas a:visited {
	color: #996699;
	text-decoration: none;
}
div#caas a:hover {
	color: #996699;
	text-decoration: underline;
	background: transparent;
}
/*p#caas a:hover {background-image: url(../caas/caaslogosmall.gif);background-position: center;
	background-repeat: no-repeat;background-color:#FFF;}*/

	
#footer {
	position: relative;
	background-color: #f9f6f2;
	/*border-top: 1px solid #333333;*/
	color: #333333;
	font-size: 9px;
	padding: 10px 6px 6px 0;
	text-align: right;
	margin-right: 10px;
	text-align: right;
	/*width: 100%;*/
	z-index: 11;
	clear: both;
}
/*td#rightcol div#newbase {
	background-color: #686E6E;
	border: 1px ridge #DCDCDC;
	margin-bottom: 19px;
	margin-left: 9px;
	padding-bottom: 9px;
	width: 175px;
}*/
/*#jobs a:visited {color: red;}
	span#indent {font-style:italic;font-size:1.1em;text-decoration:none;color:green;}
	*/


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.center {
	text-align: center;
}
.cb {text-align: center;font-weight:bold;
}
.ci {text-align: center;font-style:italic;
}
.cbi {text-align: center;font-weight:bold;font-style:italic;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #996699;
}
a:hover {
	background-color: #E2ECF5;
	color: #996699;
	text-decoration: none;
}

