@charset "utf-8";
/* CSS Document */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h1 {
	color: #009;
	font-size:18px;
	font-weight:bold;
	font-stretch:expanded;
	padding: 5px 0 10px 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #ccc; /*c0c09f;*/
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 20px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 980px;
}
#site_header {
	display:block;
	background-color: #0b0765;
	border-left:#FFF 1px solid;
	border-top:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	width: 980px;
	height: 108px;
	}
#logo {
	float:left;
}
#site__address {
	float:right;
	margin-right:20px;
	margin-top:30px;
	text-align:right;
}
.address_content {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainmenu {
	display:block;
	background-color: #0b0765;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	width: 980px;
}
#hero {
	background:#FFF;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	width:980px;
	text-align:center;
}
#home_wrapper {
	display:block;
	background-color: #707475;
	padding:40px 40px 40px 40px;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	border-top:#FFF 1px solid;
	width:900px;
	}
.content_home {
	display:block;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
}
.content_home a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC6;
	text-decoration:none;
}
.content_home a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:underline;
}
.home_block_L {
	width: 430px;
}
#trail {
	display:block;
	padding-bottom:15px;
	padding-top:10px;
	padding-right:20px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:135%;
}
#trail a {
	color:#333;
	text-decoration:none;
}
#trail a:hover {
	color:#900;
	text-decoration:underline;
}
#child_wrapper {
	display:block;
	background-color: #FFF;
	padding:10px 40px 40px 40px;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	border-top:#FFF 1px solid;
	width:900px;
	}
.content_child {
	display:block;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
}
.content_child a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C;
	text-decoration:underline;
}
.content_child a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration:underline;
}
#colum_color_wrapper {
	display:block;
	background-color: #FFF;
	/*padding:10px 40px 40px 40px;*/
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	border-top:#FFF 1px solid;
	width:980px;
	}
#footer_wrapper {
	display:block;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:15px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:135%;
}
#footer_wrapper a {
	color:#333;
	text-decoration:underline;
}
#footer_wrapper a:hover {
	color:#900;
	text-decoration:underline;
}
#side_menueblock {
	display:block;
	text-align:left;
	margin-top:30px;
	margin-left:99px;
	width:200px;
}
.sidebartitle {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-top:15px;
	color:#FFF;
}
#map_container {
	display:block;
	margin:10px;
}