/* Basic Style Settings */
* { margin: 0; padding: 0; /*border: 1px solid green;*/ }


body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #303030;
	font-size: 82%;
	background: url(../images/bg.jpg) repeat-x top center #fff fixed;
}

p {
  margin: 1em 0;
}

a, a:visited, a:hover {
	color: #467aa7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2a5a8a;
	border-bottom: dotted thin #2a5a8a;
}

a img {
	border: none;
}

img {
	
}

img.left {
	margin: 10px 10px 0 0;
	float: left;
}

h1, h2, h3 {
	color: #369;
	letter-spacing: -.05em;
	margin: 5px 0;
	padding: 0;
}

h1 {
	font-size: x-large;

}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

ul, ol, dl {
/*  margin: 0 2% 4% 5%;*/
	padding: 0;
}

dt {
	font-weight: bold;
	margin-bottom: 2%;
}

dd {
	margin: 0 0 3% 4%;
}

/* Tables */

td {
	vertical-align: top;
}

/* Forms */

textarea {
	width: 100%;
}

#container {
	width: 900px;
	padding: 0 30px;
	margin: 25px auto;
}

#header {
	width: 920px;
	margin: -10px -10px 0 -10px;
	padding: 0;
	position: relative;
}

#header #banner {
  width: 920px;
  height: 180px;
  margin-top: 1.8em;
  background: url(../images/header.jpg) no-repeat center top;
}

#header #logo {
  margin: 0 10px;
  background-color: #fff;
}

#logo img {
  margin: 15px;
}

#menu {
	text-align: left;
	width: 100%;
	height: 1.9em;
	list-style: none;
  background-color: #000;
  overflow: hidden;
  position: absolute;
  top: 95px;
  left: 0px;

}

#menu li {
  display: inline;
}

#menu a, #menu a:visited, #menu a:hover {
  font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	color: #bbb;
	text-decoration: none;
	white-space: normal;
	display: block;
	float: left;
	padding: 3px 17px;
	overflow: hidden;
	border: none;
}

#menu .first {
  margin-left: 17px;
}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	background: #fff;
	width: 860px;
	padding: 20px 20px 10px;
	margin: 0;
	float: left;
	line-height: 1.4em;
}

#content ul, #content ol {
  margin: 10px 30px;
}

.imagebar {
	float: right;
	width: 200px;
	margin-left: 20px;
}

.imagebar img {
	width: 200px;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #000;
}

#footer {
	clear: both;
	color: #ffffff;
	text-align: center;
	margin: 0;
	width: 920px;
	height: 30px;
	background: url('../images/footer.png') no-repeat center bottom;
}

#footer #copyright {
	font-style: italic;
	line-height: 30px;
	vertical-align: middle;
}

#footer #designedby {
	display: none;
}

.clear {
  clear: both;
}

#coverage_map {
  width: 260px;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  border: 2px solid #7FB6CC;
  text-align: center;
}
