body {
	background: #fff url(../images/page-background.jpg) repeat-x;
	font: 12px Arial;
	color: #000;
	margin: 0;
	padding: 0;
	top: 0 !important;
}

#content
{
	height: auto !important;
    min-height: 600px;
    _height: 600px;
}

#navigation
{
	margin-bottom:10px;
}

img {
	border: 0;
}

/* links */

a, a:hover, a:active, a:focus {
	outline:0;
	/*color: #004439;*/
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* lists */

ul.reset {
	margin:0;
	padding:0;
}

ul.reset li {
	list-style:none;
	margin:0;
	padding:0;
}

ul.vertical li {
	float:left;
}

ul.links li {
	border-right:1px solid #fff;
	margin-right: 5px;
	padding-right: 5px;
}

ul.arrows li {
	list-style-image: url(../images/arrow-gold.gif);
	margin-left:20px;
}

ul.vertical li.last {
	border-right:0;
}

.contain {
	overflow:hidden;
	zoom:1;
}

/* divs */
div.outline, div.ealert-rightside {
	border: 1px solid #DADEDD;
	padding: 10px;
}

div.outline.horizontal {
	padding: 0px 8px;
}

div.outline.outline5 {
	padding: 5px;
}

/* positions */

.left {
	float:left;
}

.right {
	float:right;
}

/* inputs */
/*
#homepage-arrest-search input[type=text], select, textarea
#homepage-i-want-to input[type=text], select, textarea {
	border:2px solid #DADEDD;
	border-left: 2px solid #000;
	border-top: 2px solid #000
}
*/
/* footer */
#footer {
	background: none repeat scroll 0 0 #917C4D;
	border-top: 5px solid #aa9988;
	overflow: hidden;
	color:#fff;
	line-height: 16px;
	margin-top:20px;
}

#footer div.footer-cell {
	padding:10px;
}

#footer a {
	color:#fff;
}

#footer-cell2 * {
	margin-bottom:5px;
} 

#footer p {
	font-size: 10px;
	line-height: 11px;
}

#header {
	line-height:0px;
}

/* navigation-search */

#navigation-search form
{
	margin:0;
	padding:0;
}

#navigation-search form input.submit {
	display:none;
}

#navigation-search form input {
	background: url(../images/search-field.png) no-repeat scroll 0 0;
	border: 0;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding: 0 10px 0 33px;
	width:172px;
	vertical-align:middle;
	margin-top:2px;
	*margin-top:0px;
}

/* inside page link */
#inside-page-links
{
	font-size: 14px;
	margin-bottom: 10px;
	background: url(../images/linkbox-background.jpg) repeat-x scroll bottom right;
	text-align: left;
}

#inside-page-links p
{
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#inside-page-links ul li
{
	margin-bottom: 10px;
}

#inside-page-links ul li a
{
	color: #000;
}

#page-content
{
	font-size:13px;
	line-height: 17px;
	*padding-top:3px;
	text-align:justify;
}

#page-content a
,#insideright a
{
	/*text-decoration:underline;*/
}

#page-content dl
,#page-content dt
,#page-content dd
 {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}


#header h1
,#page-content h1, #page-content .h1
,#page-content h4, #page-content.h4
,#right-side h1 {
    color: #003300;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}

#page-content h4, #page-content.h4 {
    font-size: 18px;
    line-height: 21px;
    margin: 15px 0;
}


#page-content h3, #insideright h3
{
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height:22px;
	text-align: left;
}

#page-content .sectionheader
{
/*
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C1C1C1;
	*/
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 12px;
}

#page-content .district-dle
{
    background: none repeat scroll 0 0 #CADACC;
    padding: 12px;
}

#page-content h5
{
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	margin-bottom: 10px;
	line-height: 20px
}

#page-content img
{
	margin-bottom: 15px;
}

#page-side-content
{
	font-size:11px;
}

hr.rightcolumn-seperator
{
	border: 0;
	border-bottom: 1px solid black;
	margin:15px 0;
}

#insideright 
{
	margin-top:14px;
}

#insideright h3
{
	margin:5px 0;
	font-size:14px;
	line-height:16px;
}

div.rightside.bio em
{
	font-weight:normal;
}

div.rightside.bio img
,div.rightside.headline img
{
	width:210px;
}

div.rightside.bio img
,img.stroke
{
	border:1px solid #c1c1c1;
}

div.rightside
{
	margin-bottom:20px;
	text-align:justify;
}

#page-content ul li {
    list-style-image: url("/_files/layout/arrow-gray-enclosed.gif");
    padding: 5px 0 5px 10px;
    vertical-align: text-top;
}

#page-content .highlight {
    background-color: #FFFFCC;
    padding: 5px;
}

#page-content .firerescueshout {
    background: none repeat scroll 0 0 #FBF1D7;
    padding: 12px;
}

#page-content p.error {
	background:#FBE3E4;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	padding:5px;
}

.datagrid {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 12px;
    width:100%;
}

.datagrid td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align:left;
}

.datagrid th {
    background: none repeat scroll 0 0 #CADACC;
    border: 1px solid black;
    border-collapse: collapse;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

address {
    font-style: normal;
    line-height: 18px;
    margin: 0 0 10px;
}

.districtbio img {
    float: left;
    margin-right: 15px;
}

.districtbio h4 {
    margin-top: 0;
}

h3 span {
	font-size:12px;
}

.clearfix, div.caption-image {
	clear:both;
}

div.caption-image
{
	clear:both;
	overflow:auto;
	_height:1%;
}

div.caption-image img
{
	float:left;
	margin-right:30px;
	width:400px;
	border: 1px solid #C1C1C1;
}

div.caption-image p
{
	font-style: italic;
}

div.caption-image h3
{
	font-size:18px;
	margin-bottom:5px;
}

div.caption-image.fire-station img
,div.caption-image.district img
{
	width:350px;
}

#header h1
{
	margin:0;
	padding:0;
	width:960px;
	height:140px;
	text-indent:-9999px;
}

.just-padding
{
	padding:10px;
}

#page-content dl.sidebyside
{
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}

.flash-notification
{
	text-align:center;
	width:95%;
	padding:10px;
	font-size:14px;
	background-color:#f2dede;
	border:1px solid #eed3d7;
	color:#b94a48;
}

.flash-notification.success
{
	background-color:#dff0d8;
	border:1px solid #d6e9c6;
	color:#468847;
}

/***********************************************************
	FAQs
***********************************************************/

dl.FAQs dd.qa
{
	font-family:"Times New Roman";
	font-size:35px;
	line-height:40px;
	color:#003300;
	width:50px;
	float:left;
}

dl.FAQs dd.q
,dl.FAQs dd.a
{
	width:500px;
	float:left;
}

dl.FAQs.ia dd.q
,dl.FAQs.ia dd.a
{
	width:300px;
	float:left;
}

dl.phonelist dt
{
	float:left;
	clear:left;
	width:450px;
}

dl.phonelist dd
{
	float:right;
	clear:right;
	width:150px;
}

div.ealert h3 {
	background-color:#003300;
	color:#fff;
	padding:5px;
	margin-bottom:5px;
}

div.ealert-rightside {
	margin-bottom:20px;
}

div.ealert-rightside h1 {
	margin-top:0px
}

div.ealert.neighborhood-alerts ul {
	margin:0;
	padding:0;
}

div.ealert.neighborhood-alerts ul li {
	list-style-type:none;
	list-style-image:none !important;
	padding:5px 0 !important;
	width:200px;
	height:35px;
	float:left;
}

div.ealert.neighborhood-alerts ul li input { float: left;}
div.ealert.neighborhood-alerts ul li label { display: block;}

.pagination-links span {
	margin-right:10px;
}

.pagination li {
	display: inline-block;
}
