/*
Theme Name: Orono Police Department
Theme URI: http://www.orono.org/police/
Description: The theme written for the Orono Police Department.
Version: 0.1
Author: William P. Davis
Author URI: http://wpdavis.com
Tags: Orono, Police


	This theme was designed and built by William P. Davis,
	for the Orono, ME Police Department.

*/
html {
overflow-y: scroll;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 13px;
	text-align: center;
	}

a {	color: #3b2f8e;
	text-decoration: none;
	font-weight:bold;
	}

#headercontainer {width: 100%;
	height: 135px;
	background-color: #7b9fbd;
	color: #fff;
	text-align: center;
	}

#contentcontainer {width: 100%;
	text-align: center;
	}

.header1container {
	width: 780px;
	text-align: left;
	margin: auto;
	background-image: url(./images/header.png);
	}

.container {
	width: 780px;
	text-align: left;
	margin: auto;
	}

#name {
	font-size: 110%;
	font-family: arial;
	text-align: right;
	color: #200e38;
	font-weight: bold;
	height: 135px;}

#slogan {
	text-align: center;}

#leftbar {
	width: 150px;
	min-height: 15px;
	float: left;
	position:absolute;
	top: 135px;
	color: #000;
	}

#leftbar a{
	color: #832235;
	}

.titles {font-size:16px;
	width: 75%;
	padding-top: 0px;
	color: #832235;
	border-bottom: 1px solid #200e38;}

#content {
	float:right;
	width: 625px;
	height: auto;
	text-align: left;
	border-left: 1px dotted #200e38;
	border-right: 1px dotted #200e38;
	margin-left: 5px;	
	padding-left: 10px;
	padding-right: 10px;
	min-height:250px;
	}

#footer {
	margin-top: 10px;
	border-top: 1px dotted #200e38;
	padding: 0 10px 0 20px;
	text-align: center;
	font-size:75%;
	}

p {margin:0px 0px 10px 0px;
	padding-top: 0px;}

h1,h2,h3,pre,ul,li {margin:0px 0px 0px 0px;
	padding-top: 0px;}

ul,li {margin:0px 0px 0px 15px;
	padding-top: 0px;}

h3 {font-size:16px;
	width: 75%;
	padding-top: 0px;
	color: #832235;
	border-bottom: 1px solid #200e38;
	}

h4 {
	font-size:14px;
	padding-top:0px;
	padding-bottom:0px;
}

.floattright {
	float: right;
	margin-left: 8px;
}

.floatleft {
	float: left;
	margin-right: 8px;
}

#alerts {
	float: right;
	clear: right;
	width: 250px;
	margin-top: 10px;
	background-color: #ffcc00;
	border: 1px dotted #200e38;}

.leftlink{	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #200e38;
	width: 140px;
	min-height: 18px;
	text-align:left;}

.leftlink a{color: #200e38;}

.bigtext{font-size:14px;
	font-weight: bold;}

#insetleft{	
	float: left;
	clear: left;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 5px;
	/* width: 200px; */
	border: solid 1px #c9c9c9;
	font: 8pt arial;
	text-align: left;
	}

#insetright{
	float: right;
	clear: right;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin-right: 8px;
	margin-top: 15px;	
	margin-bottom: 5px;
	/* width: 200px; */
	border: solid 1px #c9c9c9;
	font: 8pt arial;
	text-align: left;
	}
