/* 
Greenport Rescue Squad
Version 0.5
Contributor: Jason Berry

*/

/* Generic Style */

body {
	background-color:#222;
	background-image: url("/images/bg.gif");
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt; /* Sets default font size to 10px */
/*	font-size:62.5%; /* Sets default font size to 10px */ 
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration: underline;
	color: fff;
	}
a:hover {
	text-decoration: underline;
	color:#CC0000;
	}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #444;
	font-weight: bold;
	}

h2	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444;
	font-weight: bold;
	}
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	}		

/* Structure */



#wrapper {
	margin:0 auto;
	width:799px;
	background:#fff;
	/*background: #E8F5C4;*/
	font-size:1.20em;
	}
#page {
	margin: auto;
	width: 799px;
	font-size:1.20em;
	background:#fff;
}

#header {
	height:101px;
	padding-top: 12px;
	padding-left: 10px;
	background:url("/images/pin_header.jpg") no-repeat;
	background-position: top;
	}

#header h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FCFBCE;
	margin:0px auto;
	margin-top: 14px;
	text-align: right;
	padding-right: 18px;
	}

	
#content {
	margin: 10px 15px 10px 0;
	width: 590px;
	min-height: 400px;
	background-color: #fff;
	float: right;
	}
	
#footer {
	clear:both;
	padding-top: 10px;
	height:16px;
	background:url("/images/footerbg.gif") no-repeat bottom center;
	}

#footer h3 {
	font-size:0.75em;
	font-weight: bold;
	color: #444;
	margin-top: 1px;
	text-align: center;
	}

/* Entries */

.entry {
	padding:5px 5px;
	text-align:justify;
	line-height:1.50em;
	margin-left: 0px;
	margin-right: 20px;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}	

/* Sidebar */
#vertical_container {
    float:left;
	width:170px;
	/*background:#6ead81;*/
	margin-right:5px;
	display: block;
	background:#fff;
    }	

	
#vertical_container h3{
    float:left;
	width:170px;
	color: #000;
	margin-right:5px;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
    }	
	.accordion_toggle {
		display: block;
		width: 170px;
		background: #82995F;
		color: #fff;
		font-size: 12px;
		padding: 5px 5px 5px 5px;
		font-weight:bold;		
		outline: none;
		cursor: pointer;
		margin: 0 0 0 0;
		border-bottom:1px solid #DDDDDD;
		}

	.accordion_toggle  a {
		display:block;
		font-size: 12px;
		color:#222;
		padding: 1px 1px 1px 1px;
		font-weight:bold;
		}
		
	.accordion_toggle_active {
		background: #82995F;
		color: #FFFF99;
		}
		
	.accordion_content {
		background-color: #efefef;
		color: #444444;
		overflow: hidden;
		width: 180px;
		}

	.accordion_content ul {
		list-style-type:none;
		}
		
	.accordion_content li {
		border-bottom:1px solid #DDDDDD;
		}
		
	.accordion_content  li a {
		display:block;
		font-size: 10px;
		color:#222;
		padding: 1px 1px 1px 15px;
		font-weight:bold;
		}
	
	.accordion_content  li a:hover {
		/*background:#EDEBED;*/
		background: #222222;
		color:#fff;
		text-decoration: underline;
		}
		
#sidebar-employ {
	float:left;
	width:170px;
	background:#fff;
	margin-right:5px;
	padding: 15px 0px 5px 5px;
	text-align: center;
}

#sidebar-employ a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}

#sidebar-employ a:hover {
	color:#222;
	text-decoration:underline;
	}

#sidebar-stats {
	float:left;
	width:170px;
	background: #fff;
	margin-right:5px;
	padding: 5px 0px 5px 5px;
	color: #fff;
	font-family: MS Sans Serif, Arial; 
	font-size:10px; 
	font-weight:bold;
}

#sidebar-stats td {
	text-align: center;
	background: #849A5A;
	width: 50%;
}


table.vehicles {
	background: #fff;
	margin-right:5px;
	font-family: MS Sans Serif, Arial; 
	font-size:10px; 
	font-weight:bold;
	border-color: #849A5A;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

table.vehicles th {
	padding: 1px 1px 1px 1px;
	background-color: #FAF0F6;
	border-color: #849A5A;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
table.vehicles td {
	padding: 1px 1px 1px 1px;
	border-color: #849A5A;
	background-color: white;
	border-style: solid;
/*	background: #849A5A; */
	text-align: center;
	border-width: 1px 1px 1px 1px;
}





#badge {
	text-align: center;
	width: 596px;
	min-height: 400px;
	background:url(images/badge.jpg) no-repeat center;
}	


table.gallery{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}

table.gallery td.head {
color: #000000; 
text-decoration: none; 
/*display: block; */
text-align: left; 
padding: 5px; 
background: #D9ebb0;
margin: 3px 0 0 0;
border-bottom: 1px solid #333333;
border-bottom: 1px solid #555555;
}

table.gallery td{
background-color: #FFF;
color: #000;
padding: 2px;
text-align: left;
border: 1px #555 solid;
}

table.staff{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
margin-left: auto;
margin-right: auto;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.staff td.head {
color: #000000; 
text-decoration: none; 
font-size: 14px;
text-align: center; 
padding: 5px; 
/*background: #a9d06a;*/
background: #D9ebb0;
margin: 3px 0 0 0;
border-bottom: 1px solid #333333;
border-bottom: 1px solid #555555;
}

table.staff td{
background-color: #FFF;
color: #000;
padding: 5px;
text-align: left;
border: 1px solid #555555;
}

table.contact{
text-align: center;
font-weight: normal;
font-size: 11px;
color: #fff;
margin-left: auto;
margin-right: auto;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.contact td.head {
color: #000000; 
text-decoration: none; 
font-size: 14px;
text-align: center; 
padding: 5px; 
background: #D9ebb0;
margin: 3px 0 0 0;
border-bottom: 1px solid #333333;
border-bottom: 1px solid #555555;
}

table.contact td{
text-align: center;
background-color: #FFF;
color: #000;
padding: 5px;
}

