/* Standard Formatting
----------------------*/

body {
	margin: 0 auto 0 auto;
	background-color: #fff;
	font: 1em "times new roman", georgia, times, serif;
}

p {
	margin: 8px 0 12px 0;
	line-height: 1.5em;
	color: #000;
}

h1 {
	margin: 0 0 15px 0;
	font: normal 1.8em "times new roman", georgia, times, serif;
	color: #000;
}

h2 {
	margin: 0;
	font: normal 1.3em "times new roman", georgia, times, serif;
	color: #000;
}

h3 {
	margin: 0;
	font: normal 1.1em "times new roman", georgia, times, serif;
	color: #000;
}

blockquote {
	font-size: 0.75em;
	line-height: 1.4em;
}

ul{
	margin: 8px 0 10px 20px;
	color: #000;
}

ol{
	margin: 8px 0 10px 30px;
	color: #000;
}

ul li {
	line-height: 1.5em;
	margin: 0 0 7px 0;
	padding: 0;
}

ol li {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited:hover {
	color: #000;
	text-decoration: underline;
}

hr{
	clear: both;
	height: 1px;
	color: #000;
}

.smalltext {
	font-size: 0.9em;
	line-height: 1.3em;
}

.alignleft {
	float: left;
	clear: both;
	margin: 5px 5px 5px 0;
}

.alignright {
	float: right;
	clear: both;
	margin: 5px 0 5px 5px;
}

.highlightgrey {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	font-size: 0.75em;
	color: #333;
	line-height: 1.6em;
}

.highlight {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	font-size: 0.75em;
	color: #333;
	line-height: 1.6em;
}

.highlight br, .highlightgrey br {
	line-height: 0.5em;
}

.highlight a, .highlightgrey a {
	
}

.highlight p, .highlightgrey p {
	font-size: 100%;
}

.quoteleft {
	float: left;
	width: 155px;
	margin: 6px 6px 0 0;
	padding: 5px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	font-style: italic;
	font-size: 0.7em;
	color: #222;
	line-height: 1.4em;
}

.quoteright {
	float: right;
	width: 155px;
	margin: 6px 0 0 6px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	font-style: italic;
	font-size: 0.7em;
	color: #222;
	line-height: 1.4em;
}

.rowheader {
	background: #4c4c4c;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
}

.rowodd {
	background: #f8f8f8;
	font-size: 0.75em;
	color: black;
}

.roweven {
	background: #f1f1f1;
	color: black;
	font-size: 0.75em;
}


/* Standard Structure
---------------------*/

#master_container {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 auto 0 auto;
}

#logo_container {
	position: relative;
	width: 157px;
	height: 47px;
	margin: 0 0 30px 0;
}

#logo_container h1 {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 300px;
	height: auto;
	font-weight: bold;
}

#top_tape_left_container {
	display: none;
}

#top_tape_right_container {
	display: none;
}

#header_container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#outer_body_container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#inner_body_container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#outer_content_container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#inner_content_container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#inner_clearer {
	display: none;
}

#outer_clearer {
	display: none;
}

#footer_container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#copyright_container p {
	width: 100%;
	font-size: 0.75em;
	color: #000;
}

#copyright_container a {
	color: #000;
}


/* Global Navigation
--------------------*/

#global_nav_container,
#global_nav_container ul,
#global_nav_container li,
#global_nav_container li span,
#global_nav_container li a,
#global_nav_container li a:hover,
#tab_container_off,
#tab_container_off ul,
#tab_container_off li,
#tab_container_off li a,
#tab_container_off li a:hover,
#tab_container_left_on,
#tab_container_left_on ul,
#tab_container_left_on li,
#tab_container_left_on li span,
#tab_container_left_on li a,
#tab_container_left_on li a:hover,
#tab_container_right_on,
#tab_container_right_on ul,
#tab_container_right_on li,
#tab_container_right_on li span,
#tab_container_right_on li a,
#tab_container_right_on li a:hover {
	display: none;
}


/* Local Navigation
-------------------*/

#local_nav_top,
#local_nav_top h2,
#outer_local_nav_body,
#inner_local_nav_body,
#inner_local_nav_body ul,
#inner_local_nav_body li,
#inner_local_nav_body li span,
#inner_local_nav_body a,
#inner_local_nav_body a:hover,
#inner_local_nav_body ul ul li,
#inner_local_nav_body ul ul li span,
#inner_local_nav_body ul ul li a,
#inner_local_nav_body ul ul li a:hover,
#local_nav_bottom,
#related_links_top,
#related_links_top h2,
#outer_related_links_body,
#inner_related_links_body,
#inner_related_links_body p,
#inner_related_links_body ul,
#inner_related_links_body li,
#inner_related_links_body li span,
#inner_related_links_body a,
#inner_related_links_body a:hover,
#related_links_bottom {
	display: none;
}


/* Homepage Structure
---------------------*/

#home_container {
	width: auto;
}

#home_title {
	width: auto;
	margin: 0 0 25px 0;
}

#home_container_1 {
	width: auto;
	margin: 0 0 25px 0;
}

#home_container_2 {
	width: auto;
	margin: 0 0 25px 0;
}

#home_container_3 {
	width: auto;
	margin: 0 0 25px 0;
}

.home_box_top {
	width: auto;
}

.home_box_top h2,
.home_box_top a {
	margin: 0 0 15px 0;
}

#home_box_body_1 {
	width: auto;
	font-size: 1em;
	line-height: 1.4em;
}

#home_box_body_1 p {
	margin: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.4em;
}

#home_box_body_sb_1_1,
#home_box_body_sb_1_2,
#home_box_body_sb_1_3,
#home_box_body_sb_1_4 {
	display: none;
}

#home_box_body_2 {
	width: auto;
	font-size: 1em;
	line-height: 1.4em;
}

#home_box_body_2 p {
	margin: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.4em;
}

#home_box_body_sb_2_1,
#home_box_body_sb_2_2,
#home_box_body_sb_2_3,
#home_box_body_sb_2_4 {
	display: none;
}

#home_box_body_3 {
	width: auto;
	font-size: 1em;
	line-height: 1.4em;
}

#home_box_body_3 p {
	margin: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.4em;
}

#home_box_body_sb_3_1,
#home_box_body_sb_3_2,
#home_box_body_sb_3_3,
#home_box_body_sb_3_4 {
	display: none;
}

.home_box { 
	display: none;
}

.home_copy {
	width: auto;
}

.home_copy ul {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1em;
	list-style: disc inside;
	line-height: 1.5em;
}

.home_copy li {

}

#home_image {
	display: none;
}

#home_clearer {
	display: none;
}


/* Section Structure
--------------------*/

#section_container {
	width: auto;
	margin: 0 0 25px 0;
}

#section_prop {
	display: none;
}

#section_image {
	display: none;
}

#section_container_left {
	width: auto;
}

#breadcrumbs_container {
	width: auto;
	margin: 0 0 20px 0;
	font-size: 0.85em;
	color: #000;
}

#breadcrumbs_container a {
	color: #000;
}

#breadcrumbs_container a:hover {
	display: none;
}

#section_container_right {
	display: none;
}

#section_clearer {
	display: none;
}


/* Maps Structure
-----------------*/

.mapWidth{
	width : 690px;
	font-size:110%;
}
.mapTitle{
	background:#96c; 
	padding:5px 10px 5px 10px
}
.mapTitle h2{
	font-size:100%;
	font-weight:bold; 
	color:#fff; 
	margin:0;
}
.googleMap{
	width:686px; 
	height:400px; 
	border:1px solid #96c; 
	border-top:none; 
	background:#e3e3e3 url(map_loading.gif) 300px 170px no-repeat;
}
.typeDiv{
	background:#F4F4F4; 
	height:140px; 
	float:left;
}
.typeDiv h3{
	background:#639; 
	color:#fff;
	padding:5px 0px 5px 15px; 
	font-size:90%; 
	font-weight:bold;
	margin:0
}
.keywordTypeDiv{
	font-size:80%; 
	padding:5px 5px 0 15px; 
	float:right;
}
.objectTypeDiv{
	font-size:80%; 
	padding:5px 5px 0 15px;
}
.countryDiv{
	background:#F4F4F4; 
	height:140px; 
	float:left; 
	margin-left:1px;
}
.countryDiv h3{
	background:#639; 
	color:#fff; 
	padding:5px 0px 5px 15px; 
	font-size:90%; 
	font-weight:bold;
	margin:0;
}
.postcodeDiv{
	background:#F4F4F4; 
	height:140px; 
	float:left; 
	margin-left:1px;
}
.postcodeDiv h3{
	background:#639; 
	color:#fff; 
	padding:5px 0px 5px 15px; 
	font-size:90%; 
	font-weight:bold;
	margin:0;
}
.mapFooter{
	background:#96c; 
	padding:5px; 
	margin-bottom:20px;
	padding:5px 0 5px 0; 
	width : 100%;
	text-align:center; 
	clear:both;
}
.mapButton{
	border:1px solid #96c; 
	color:#fff; 
	font-size:90%; 
	font-weight:bold; 
	background:#639; 
	padding:2px 0 2px 0; 
	width:200px
}
