@charset "utf-8";
/* CSS Document */

/* 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;
}

h1{ font-size:18px; font-weight:bold; color:#333333;}
h2{ color:#f1eee5; font-size:12px; font-weight:bold;}
h3{ color:#333; font-size:18px; }

body{
	background-image:url(img/bg.jpg); 
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	line-height:20px;
}

#mainContainer{
	width:1040px;
	min-height:900px;
	height:auto;
	margin:auto;
	
	
}

#topBar{
	width:100%;
	height:165px;
	float:left;
}

#logo{ 
	width:241px;
	height:104px;
	float:left;
	background-image:url(img/logo-dangerfeild.png);
	margin-left:45px;
	margin-top:30px;
}

#topRight{ 
	width:557px;
	height:163px;
	background-image:url(img/city.jpg);
	background-repeat:no-repeat;
	margin-right:45px;
	float:right;
}

#sliderContainer{
	width:1040px;
	height:373px;
	float:left;
}

#mainSlider{
	width:951px;
	height:373px;
	margin:auto;
	background-color:#FFF;
}

.sliderImg{
	background-repeat:no-repeat;
	width:931px;
	height:356px;
	margin:auto;
	padding-top:8px;
}

#footerContainer{
	width:100%;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	height:162px;
	float:left;
	padding-top:48px;
	color:#f1eee5;
}

#footerContainer a{
	font-weight:bold;
	color:#f1eee5;
	text-decoration:none;
}

.footerBlock{
	width:951px;
	height:auto;
	margin:auto;
}

#mainContentHome{
	width:1040px;
	height:auto;
	float:left;
	
}

#homeContent{
	width:951px;
	margin:auto;
	height:auto;
}

.contentBlock{
	width:296px;
	padding-right:21px;
	padding-bottom:20px;
	height:auto;
	float:left;
	padding-top:45px;
}

.subBlock{
	width:910px;
	padding-right:21px;
	padding-bottom:20px;
	padding-left:20px;
	height:auto;
	float:left;
	padding-top:45px;
}

.suMenuNav{ width:140px; float:left;  padding-left:10px; font-weight:bold;}
.suMenuNav li{ text-decoration:none; margin-top:15px;}
.suMenuNav li a{ color:#333; text-decoration:none}
.suMenuContent{ width:450px; float:left; padding-left:15px}
.submap{ width:250px; float:right; padding:15px; background-color:#e4e1d8;}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li.arrow
{
background-image: url(img/plus.png);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 35px;
}

li.arrow1
{
background-image: url(img/arrow1.png);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 20px;
}

li.pdf
{
background-image: url(img/pdf.png);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 25px;
}


#navBar{
	width:475px;
	height:auto;
	float:right;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	margin-top:65px;
	text-align:right;
}

li.nav{
	display: inline;
	list-style-type: none;
	padding-left: 50px;
}

#navBar li a{
	color:#ffffff;
	text-decoration:none;
}

#navBar li a:hover{
	color:#f8f6f1;
}