body {
	background : url("../images/site/bg.png") repeat-x #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 12px;
	color	   : #53524d;
	margin	   : 0px 0px 0px 0px;
}

#container {
	width : 845px;
	margin: 0px auto 0px auto;
}

#header {
	padding			: 0px 0px 0px 0px;
	margin-bottom	: 0px;
	background-color: transparent;
	border-bottom	: 0px solid #efefef;
	height			: 100px;
	position		: relative;
}

#logo {
	position: absolute;
	top: 54px;
}

#tab {
	position: absolute;
	top		: 0;
	right	: 0;
	width	: 184px;
	height	: 18px;
	padding	: 8px 24px;
	background: url("../images/site/tab_top.png") no-repeat;
	color	: #fff;
}

#tab a {
	color: #fff;
}

#tab a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav {
	height: 93px;
	width : 845px;
	background: url("../images/site/nav_bg.png") no-repeat;
	margin: 0 0 26px 0;
	position: relative;
}

#nav_top {
	position: absolute;
	width: 816px;
	height: 22px;
	top: 20px;
	left: 12px;
	border: 0px dashed #f00;
}

#nav_top li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#nav_top a {
	color: #183c0e;
	font-size: 14px;
	font-weight: bold;
}

#nav_top a.current {
	color: #bbdeb2;
}

#nav_top a:hover.current {
	color: #bbdeb2;
	text-decoration: none;
}

#nav_bottom {
	position: absolute;
	width: 800px;
	height: 16px;
	top: 68px;
	left: 18px;
	border: 0px dashed #00f;
}

#nav_bottom li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#nav_bottom a {
	color: #75ae66;
	font-size: 12px;
	font-weight: bold;
}

#nav_bottom a.current {
	color: #183c0e;
}

#nav_bottom a:hover.current {
	color: #183c0e;
	text-decoration: none;
}

#content {
	margin			: 15px 0px 15px 0px;
	background-color: #ffffff;
	width			: 845px;
}

#footer {
	background: url("../images/site/footer_bg.png") repeat-x;
	height: 68px;
	margin: 12px 0;
}

#copyright {
	clear	  : both;
	padding	  : 14px 0px 0px 0px;
	margin	  : 0px auto;
	background: transparent;
	color	  : #000000;
	text-align: left;
	font-size : 10px;
	width	  : 845px;
}

#copyright img {
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #93c088;
}

h1 {
	font-size		: 20px;
	line-height		: 24px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
}

h2 {
	font-size		: 18px;
	line-height		: 22px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
}

h3 {
	font-size		: 16px;
	line-height		: 16px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
}

h4 {
	font-size		: 14px;
	line-height		: 18px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px 0px 0px 0px;
	background-color: transparent;
}

h5 {
	font-size		: 12px;
	line-height		: 16px;
	padding			: 4px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
}

h6 {
	font-size		: 10px;
	line-height		: 14px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
}

.small {
	font-size: 10px;
}

p {
	text-align: justify;
}

a {
	color		   : #98c10f;
	text-decoration: none;
	font-weight	   : bold;
}
	
a:hover {
	text-decoration: underline;
}

hr {
	border	  : none 0;
	height	  : 1px;
	text-align: center;
	width	  : 100%;
	padding	  : 0px;
	margin	  : 0px;
}

.form th {
	text-align: right;
}

form {
	margin : 0px;
	padding: 0px;
}

input.button {
	border	  : 1px solid #93c088;
	background: #bbdeb2;
	color	  : #ffffff;
}

input, textarea, select {
	border	  : 1px solid #93c088;
	background: #bbdeb2;
	color	  : #000000;
}

input.clean {
	border	  : 0px solid #ffffff;
	background: #ffffff;
	color	  : #000000;
}

a.button {
	border	   : 1px solid #009ddc;
	background : #98c10f;
	color	   : #ffffff;
	padding	   : 2px 10px 2px 10px;
	font-weight: normal;
}

a:hover.button {
	text-decoration: none;
}

.table_form {
	margin: 0 auto;
}

.table_form th {
	text-align: right;
}

.question {
	display	  : block;
	border	  : 0px dashed #e2e2e2;
	background: #ffffff;
	margin	  : 0px 6px 6px 6px;
}

.subquestion {
	display	  : block;
	width	  : 370px;
	margin	  : 0 auto;
	border	  : 0px dashed #e2e2e2;
	background: #ffffff;
	padding	  : 4px 4px 4px 20px;
}

li.sortable {
	border			   : 0px dashed #e2e2e2;
	padding			   : 4px;
	width			   : 200px;
	cursor			   : move;
	list-style-image   : url('../images/site/bullet.gif');
	list-style-position: inside;
	color			   : #53524d;
	margin			   : 1px;
}

ul {
	margin:0px;
	padding:0px;
}

p.marker {
	padding	 : 0px;
	margin	 : 0px;
	font-size: 1px;
}

.comment {
	padding: 0px 0px 2px 0px;
	margin : 0px;
	color  : #222;
}

#help br {
	padding: 0px;
	margin : 0px;
}

#help h1 {
	color: #fff;
}

#help h2 {
	color: #fff;
}

#help h3 {
	color: #fff;
}

#map_container {
    width: 845px;
}

#map {
    float: left;
    width : 580px;
    height: 600px;
    border: 1px solid #009ddc;
}

#panel {
    float: left;
    width: 240px;
    height: 590px;
    border: 1px solid #009ddc;
    background-color: #efefef;
    top: 5px;
    margin-left: 5px;
    padding: 5px;
    font-size: 10px;
}

div#panel h1 {
    margin: 0px;
    margin-bottom: 4px;
    padding: 0px;
    font-size: 14px;
}

div#panel table {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

div#panel table td {
    border-width: 0px;
    padding: 1px 3px;
}

div#panel div.flag_image {
    float: left;
    margin: 2px;
}

div#panel div.flag_text {
    float: left;
    margin: 2px;
    margin-top: 3px;
    width: 134px;
}

#panel_p1 {
    display: none;
    margin-top: 6px;
}

#panel_p1 textarea {
    width: 200px;
    height: 260px;
}

#panel_p2 {
    display: none;
    margin-top: 6px;
}

#panel_layers {
    margin-bottom: 6px;
}

#panel_comment {
    margin: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

#panel_trash {
    margin-top: 6px;
}

#panel_trash input {
    border: 0;
    margin: 4px;
}

#buttons {
    text-align: right;
}

#buttons input {
    margin: 4px;
    margin-left: 0px;
}

.keyheading {
    font-weight: bold;
}

.keyitem, .keyheading {
    font-size: 10px;
}