/*
Theme Name: Larsen County Sheriff's Department
Theme URI: 
Description:
Author: Angela Card
Author URI: 
Version: 
License: GNU General Public License
License URI: 

*/

/*
/////////////////////////////START OF RESET CSS///////////////////////////////
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/////////////////////////////END OF RESET CSS///////////////////////////////
/* CSS Document */





.content{
	margin-left:auto;
	margin-right:auto;
	width:98%;
}

/*splash page*/

.splashheader{
	height:70px;
	margin-top:20px;
	color:#FFF;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-bottom:25px;
	padding-left:15%;
	padding-right:15%;
}

.splashbody{
	color:#FFF;
	height:500px;
	padding:10px;
	text-align:center;
}

.splashfooter{
	height:80px;
	padding-left:20%;
	padding-right:20%;
	color:#FFF;
	text-align:center;
}

/*footer IDs*/
#emer {
	color:#FFF;
	width:20%;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#nonemer {
	color:#FFF;
	width:25%;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#station{
	
	color:#FFF;
	width:20%;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#icon{
	width:5%;
	float:left;
	margin-left:5px;
}
#location{
	color:#FFF;
	width:25%;
	float:left;
	margin-right:5px;
}
/* Footer ID End*/
/* MENU */
.menu {
	width:90%;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;

}
.menu li{
	display:inline;
	color:#FFF;
	width:20%;
	margin:2%;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10pt;
	letter-spacing:1pt;
	text-transform: uppercase;
}
.menu a {
text-decoration:none;
color:#FFF;
}
.menu a: link {
color:#FFF;
}
.menu a: visited {
color:#FFF;
}
.menu a: hover {
color:#FFF;
}
.menu a: active {
color:#FFF;
}

/* MENU END */
.header {
	height:375px;
	width:90%;
	padding: 5%;
	color:#FFF;


	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;

	background-image:url(images/Larsentop.png);
	background-repeat:no-repeat;
	background-position:center;
}

#logo {
	width:80%;
	margin:0 auto;
	height:305px;
	padding-bottom:20px;
	text-align: center;
}
.middle {
	background-color:#FFF;
	width:90%;
	text-align:center;
	padding:5%;
	color: #000000;
	text-decoration:none;

}

.middle h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	line-height: 200%;
}

.middle h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height: 200%;
}

.middle h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	line-height: 200%;
}
	
.middle p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	text-decoration:none;
	line-height: 120%;
}

.middle li { 
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 120%;
}

.middle b{
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
}

.footer {
	background-image:url(images/Larsenbottom.png);
		background-repeat:no-repeat;
		background-position:center;
	height:105px;
	width:90%;
	padding: 5%;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10pt;
	letter-spacing:1pt;
}