@charset "utf-8";
/* CSS Document */
.center{
	background-position:center;
}
.hidden {
	display: none;
}
.devotext{
	color:#060;
}
.lineheight{
	line-height:20px;
}

html, body{
	margin:0;
	padding:0;
	background:rgba(51,51,51,1);
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;

}
a {
	color:#600;
	text-decoration:none;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}

#page-container {
	background-color:#FFF;
	width: 800px;
	margin: 0 auto 0 auto;
	padding:0;

}
#column{
	background-color: #FFF;
}
#header {
	background:#999;
	height:110px;
	margin:0;
	padding:0;	
}
#header img {
	padding-left:0;
	padding-top:0;
}
#slider {
	background:#330;
	height:300px;
	width:800px;
	margin:0;
	padding:0;	
}
#slider img {
	padding-left:0;
	padding-top:0;
}
#footer {
	clear:both;
	background:#CCC;
	height:80px;
	font-size: 10px;
	color:#666;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}
#main {
	padding: 10px;
	margin: 10px;
	background-color: #FFF;
	width: 760px;
}

#sidebar {
	float:right;
	width: 240px;
	/*background: #6D3830; */
	color:#333;
	line-height:18px;
	
}
#sidebar {
	color:#666;
}

#sidebar .padding{
	padding: 10px;
}
#sidebar p {
	width:200px;
	line-height:15px;
}
#sidebar img {
	padding-top:5px;
}
#sidebar h2 {
	padding-top:0px;
	font-size:18px;
}
#sidebar a {
	color:#600;
	text-decoration:none;
}
#sidebar a:hover {
	color:#F00;
	text-decoration:underline;
}
#content {
	background:white;
	margin-right: 240px;
	line-height: 18px;
	border-right-color: #333;
}
#content .logo {
	float:right;
}
#content h2, p,{
	margin:0;
	padding:0;
	padding-bottom:15px;
}
#content h2 {
	padding-top:0px;
	font-size:18px;
}
#content .padding{
	padding: 20px;
}
#content_solo {
	background:white;
	line-height: 18px;
}
#content_solo h2, p {
	margin:0;
	padding:0;
	padding-bottom:15px;
	width:500px;
}
#content_solo .padding{
	padding: 20px;
}


#footer .padding{
	padding: 10px;
	
}
#footer a {
	color:#666;
	text-decoration: none;
}
#footer a:hover {
	color:#F00;
	text-decoration:underline;
}
#footer #altnav {
	width: 600px;
	float:left;
	text-align:left;
}

#navigation {
	background:#000;
	height:30px;

}
#navigation dl {
	margin:0;
	padding:0;
}
#navigation dt {
	float:left;
}
#navigation dt a {
	display:block;
	height:0px !important;
	padding: 30px 0 0 0;
	overflow:hidden;
	background-repeat:no-repeat;
}
#navigation dt a:hover {
	background-position:0 -30px;
}
#navigation dt#home, #navigation dt#home a {
	width:60px;
	background-image:url(../images/menu/btn_home.jpg);
}
#navigation dt#fire, #navigation dt#fire a {
	width:116px;
	background-image:url(../images/menu/btn_fire.jpg);
}
#navigation dt#response, #navigation dt#response a {
	width:106px;
	background-image:url(../images/menu/btn_response.jpg);
}
#navigation dt#police, #navigation dt#police a{
	width:54px;
	background-image:url(../images/menu/btn_police.jpg);
}
#navigation dt#demos, #navigation dt#demos a{
	width:64px;
	background-image:url(../images/menu/btn_demo.jpg);
}

#navigation dt#service, #navigation dt#service a {
	width:62px;
	background-image:url(../images/menu/btn_service.jpg);
}

#navigation dt#videos, #navigation dt#videos a {
	width:60px;
	background-image:url(../images/menu/btn_videos.jpg);
}
#navigation dt#company, #navigation dt#company a {
	width:80px;
	background-image:url(../images/menu/btn_company.jpg);
}
#navigation dt#contact, #navigation dt#contact a {
	width:66px;
	background-image:url(../images/menu/btn_contact.jpg);
}

body.home dt#home, body.home dt#home a, 
body.fire dt#fire, body.fire dt#fire a, 

body.response dt#response, body.response dt#response a,
body.police dt#police, body.police dt#police a,
body.demos dt#demos, body.demos dt#demos a, 
 
body.service dt#service, body.service dt#service a, 
body.videos dt#videos, body.videos dt#videos a,
body.company dt#company, body.company dt#company a,
body.contact dt#contact, body.contact dt#contact a
{
	background-position:0 -60px;
}
img {
	padding-bottom: 10px;
}
#feature {
	background-color:#E6E6E6;
	padding-left: 10px;
	padding-top: 5px;

}
#intro{
	border-right-color:#CC9;
	border-right-width:thick;
}


.clear{
	clear:both;
}