/*General Stuff*/
body {
	/*background:#7f7f7f;*/
	margin:0px;
	color: #223433;
	background-image: url('../images/top_bgimage.jpg');
	background-repeat: repeat-x;
	background-color: #A4A2A2;
	font-family: arial,'lucida console',sans-serif;
	font-size: 12px;

}
#wrapper {
	width:800px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	/*border-left:2px solid #223433;*/
}

#header {
	margin:0px;
	width:800px;
	height:305px;
	background: #ffffff url(../images/sunset4.jpg) no-repeat;
	border-bottom:1px solid gray;
	margin-bottom:5px;
}
#header h1 {
	margin: inherit;
	margin-bottom: 3px;
	margin-top: 3px;
}
#header p {
	margin: inherit;
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight:bold;
}
#header_links {
	text-align:left;
	margin-left:220px;
}
#header_links.ul{
	list-style-type:none;
}
#header ul{
	text-align:left;
	margin-left:26px;
	padding-left: 5px;
	list-style-type:none;
	margin-bottom: 3px;
	margin-top: 3px;
	border-left: 1px solid gray;
}

#header_main {
	/*margin-left:245px;*/
	margin-left:200px;
	width:600px;
	}
#header_links.li{
}
#header_links.li.a{
}
#head_left {
	float:left;
	margin-left:35px;	
	width: 200px;
}
#head_right {
	width: 350px;
	float:left;
	margin-top: 0px;
	margin-left:10px;
}
#head_bottom {
	margin-left:25px;	
	margin-top: 35px;
	/*
	 *
	clear:left;
	*/
	}
#head_bottom p {
	margin:0px;
	font-size: 14px;
	font-weight: bold;
	/*
	color: #FFFFFF;
	*/
	}
h1,h2,h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	font-family: arial,'lucida console',sans-serif;
	font-variant: small-caps ;
}
#footer {
	clear:both;
	margin:0px;
	width:800px;
	background: #ffffff;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	margin-top:5px;
	text-align: center;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #033919;
}
a:hover {
	text-decoration:underline;
}
#body {
	margin:0px;
	background-color: #ffffff;
	border-top:1px solid gray;
	border-bottom:1px solid black;
	padding-bottom: 10px;
}
.res_list_name {
	text-align:left;
	padding-left: 20px;
	font-weight: bold;
	background:none;
}
.res_list_item {
	text-align:left;
	font-weight: bold;
	border-bottom:1px solid gray;
	/*background: lightgrey;*/
	
}
.res_list_item:hover{
	/*
	 background-color: yellow;
	 */
}
.res_list_url {
	text-align: right;
}
table.res_list_table {
	width: 800px;
	border-right:1px solid gray;
}

.search_results_header {
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	border-spacing:0px;
	background: gray;
}	

.search_results_cell {
	margin:0px;
	margin-left:3px;
	margin-right:3px;
	border-spacing:0px;
	border-bottom: 1px dashed gray;
	border-left: 1px dotted gray;
	
	}

.res_list_grouping{
	margin-left:15px;
	padding-left:20px;
	background-color: #00ffff;
}

.res_list_grouping{
	color:white;
	}
.section_jump {
	margin-left:15px;
	padding-left:20px;
	}
.link_gototop {
	margin-left: 10px;
	padding-left: 5px;
	text-align: right;
	}
.floatright {
/*
	float: right;
	margin: 0 0 10px 10px;
	*/
	margin:0px;
	clear: right;
}
#region_list {
	background-color: #FFFFFF;
}
#region_list h2 {
	text-align: center;
}

.region_list {
}
.region_list ul {
	list-style-type:none;
}
#body ul {
	list-style-type:none;
}

#body h3 {
	margin-left:20px;
	padding-left:0px;
}
#region_map {
	/*
	width: 650px;
	background-color: #00ffff;
	*/
	background-color: #ffffff;
	width: 800px;
	height: 100%;
	border-bottom:1px solid gray;
}
#region_map h2 {
	text-align:center;
}
#search_form {
	clear:both;
	text-align:center;
	}
#search_form h2 {
	}
.res_list_grouping a {
	color: #000066;
}
.country_list {
	display:inline;
	float:left;
}
.form_error{
	background-color:red;
}
legend {
    font-weight:bold;
    text-align:center;
    }