@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.2%;
	padding-left: 1.9%;
	padding-right: 1.9%;
}
#Title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Open Sans";
	padding: 10px;
}
#IndexMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Next {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #004f9f;
	font-family: "Open Sans";
	font-size: 16px;
}
#Byline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Article {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TextWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Spacer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Heading {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
	text-shadow: 3px 3px rgba(0,0,0,0.4);
}
h1 {
	color: #004f9f;
	text-align: left;
	font-family: "Open Sans";
	font-size: 36px;
	padding: 0px;
}
body{
	background-image:url(policearticle.jpg); background-repeat:no-repeat;
}
.gridContainer.clearfix #Wrapper {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.gridContainer.clearfix #Wrapper #Bylines {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}
.gridContainer.clearfix #Wrapper .ArticleContainer {
	background-color: #FFF;
	padding: 40px;
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
}
.dropcap {
	font-size: 46px;
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 8px;
}
.gridContainer.clearfix #Wrapper #Bylines {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	text-indent:0px;
}

a:link{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#333;
}
a:visited{
	color:#666;
	text-decoration:none;
}

#uberbar	{ 
	background:#333; 
	padding:5px 20px; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#fff;
}

#uberbar a:link{
	color:#CCC;
	text-decoration:none;
}
#uberbar a:hover{
	color:#FFF;
}
#uberbar a:visited{
	color:#CCC;
	text-decoration:none;
}
#quote{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#map{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#weapon{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#weapontext{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 93.1%;
	padding-left: 0.95%;
	padding-right: 0.95%;
}
#Title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height: 60px;
}
#IndexMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Next {
	clear: both;
	float: left;
	margin-left: auto;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: "Open Sans";
	color: #004f9f;
	margin-right: auto;
}
#Byline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Article {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TextWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Spacer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Heading {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin-top: 40px;
	text-shadow: 3px 3px rgba(0,0,0,0.4);
}
#quote {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#weapon {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#weapontext {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

h1 {
	color: #004f9f;
	text-align: left;
	font-family: "Open Sans";
	font-size: 36px;
	padding: 0px;
}
body{
	background-image:url(policearticle.jpg); background-repeat:no-repeat;
}
.gridContainer.clearfix #Wrapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.gridContainer.clearfix #Wrapper #Bylines {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;
}
.gridContainer.clearfix #Wrapper .ArticleContainer {
	background-color: #FFF;
	padding: 20px;
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 50px;
	font-family: sans-serif;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.dropcap {
	font-size: 46px;
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 8px;
}
.gridContainer.clearfix #Wrapper #Bylines {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

p {
	font-size: 16px;
	color: #000;
	text-align: left;
	text-indent: 0px;
}

a:link{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#333;
}
a:visited{
	color: #666;
	text-decoration: none;
	text-align: center;
}

#uberbar	{ 
	background:#333; 
	padding:5px 20px; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#fff;
}

#uberbar a:link{
	color:#CCC;
	text-decoration:none;
}
#uberbar a:hover{
	color:#FFF;
}
#uberbar a:visited{
	color:#CCC;
	text-decoration:none;
}
#quote{
	clear: both;
	float: right;
	margin-left: 0;
	width: 50%;
	display: block;
	margin-bottom: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #006;
	font-style: italic;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#map{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	left: auto;
	right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: sans-serif;
}
#weapon{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#weapontext{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 93.1%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	text-align: center;
	font-family: sans-serif;
}
#Title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: sans-serif;
	color: #000;
	font-size: 36px;
	padding: 20px;
}
#IndexMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Next {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "Open Sans";
	color: #004f9f;
}
#Byline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 89.7959%;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
}
#Article {
	clear: both;
	float: left;
	width: 89.7959%;
	display: block;
	padding: 20px;
	margin: auto;
}
#Map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TextWrapper {
	clear: both;
	float: left;
	margin-left: 10.204%;
	width: 79.5918%;
	display: block;
	margin-top: 10.204%;
	background-color: #FFF;
}
#Spacer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15%;
}
#Heading {
	clear: both;
	float: left;
	margin-left: auto;
	display: block;
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	margin-right: 2px 2px 1px #000;
	padding-top: 60px;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 42px;
	text-shadow: 3px 3px rgba(0,0,0,0.4);
}
h1 {
	color: #004f9f;
	text-align: left;
	font-family: "Open Sans";
	font-size: 36px;
	padding: 0px;
}

.gridContainer.clearfix #Wrapper {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.gridContainer.clearfix #Wrapper #Bylines {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}
.gridContainer.clearfix #Wrapper .ArticleContainer {
	background-color: #FFF;
	padding: 40px;
	text-align: left;
	margin-top: 40px;
	font-size: 16px;
}
.dropcap {
	font-size: 50px;
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 10px;
	margin-top: -6px;
}
.gridContainer.clearfix #Wrapper #Bylines {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	text-indent:0px;
}

a:link{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#333;
}
a:visited{
	color:#666;
	text-decoration:none;
}

#uberbar	{ 
	background:#333; 
	padding:5px 20px; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#fff;
}

#uberbar a:link{
	color:#CCC;
	text-decoration:none;
}
#uberbar a:hover{
	color:#FFF;
}
#uberbar a:visited{
	color:#CCC;
	text-decoration:none;
}
}
