* {
	margin: 0;
	padding: 0;
}

p, form {
  font-size: 12px;
}

label,input {
  font-size: 12px;  
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}

label {
  font-size: 12px;  
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

textarea {
  font-size: 12px;  
  display: block;
  width: 400px;
  height: 100px;
  float: left;
  margin-bottom: 10px;
}

br {
	clear: left;
}

form {
  width: 100%;
}

.submit input {
  width: 75px;
  float: right;
}

#twittermap {
	width: 780px;
	height: 420px;
}

#recent {
	background-color: #87907D;
	padding: 5px 0 5px 0;
}

#recent .carousel {
	margin:0 0 0px 25px;
	padding: 0;
	position:relative;
}

#recent ul {
	width: 780px;
	height: 60px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#recent ul li {
	float: left;
}

#recent ul li img.image {
  margin: 5px;
  border: 1px solid #fff;
}

/* ------ */
body {
	background: #AAB6A2;
	margin: 0 3px 0 0;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:16px;
}

a {
	text-decoration: none;
	color: #4086AA;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#outer-wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
	font: normal normal 89% lucida sans unicode, tahoma;
	margin-bottom: 20px;
}

#inner-wrapper {
	background-color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header-wrapper {
	margin: 0;
	padding: 0;
}

#logo-wrapper {
	float: left;
	width: 300px;
}

#navigation-wrapper1 {
	float: right;
	margin: 30px 0 20px 0;
}

#navigation-wrapper2 {
	background-color: #fff;
	color:#0000FF;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navigation-wrapper2 ul {
	list-style: none;
	margin:0;
	padding: 5px;
}

#navigation-wrapper2 ul li {
	float: left;
	padding: 0 7px 0 7px;
}

#navigation-wrapper2 ul li a {
	font-size: 14px;
}

#content-wrapper1 {
	width:780px;
	float:left;
}

#content-wrapper2 {
	float:left;
	width:100%;
}

#content-header {
	margin: 8px 8px 5px 8px;
}

#content-header #h {
	width: 400px;
	float: left;
}

h3,
#content-header #h h3 {
	margin: 0;
	padding: 0;
	color: #4086AA;
}
#content-header #button {
	width: 240px;
	float: right;
}

#footer-wrapper1 {
	clear:both;
}

#footer-wrapper2 {
	padding: 5px;
	color:#4086AA;
	font-size: 10px;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#flashMessage {
  color: #f00;
}

#copyright {
  float: left;
}
#power {
  float: right;
}
#power a {
  font-weight: bold;
}

#searchbar {
	margin: 0;
	padding: 0;
	width: 76	3px;
	height: 22px;
}

#searchbar form {
}

#searchbar input {
	margin: 0;
	padding: 0;
	float: right;
	width: 120px;
	height: 14px;
	font-size: 10px;
}

#searchbar h3 {
	float:right;
	margin-right: 10px;
}

#searchbar .auto_complete {
	z-index: 999;
	position: absolute;
	width: 200px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
}

#searchbar .auto_complete li{
	list-style: none;
	color :#564474;
}

#searchbar .auto_complete li a {
	display: block;
}

li.selected {
background-color: #ffb;
}

.ajaxsearch{
	margin-top:-3px;
}

.htmlControl {
	background-color: #fff;
}
