/* BODY
---------------------------------------------------------------------- */


body {
	padding: 0;
	margin: 0;
	background: #F2DDB7;
	font: 80% Tahoma, Arial, helvetica, sans-serif;
	color: #333;
	text-align: left;
	}


/* DIVS
---------------------------------------------------------------------- */


#top {
	position: absolute;
	left: 0px;
	top: -400px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}


#shadow_border {
	width: 936px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/design_graphics/background.png) repeat-y left center;
	}


#header_wrapper_outer {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #C9580C;
	}


#logo_wrapper {
	width: 918px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
	background: #C9580C;
	}


#logo_left {
	width: 270px;
	height: 100px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	background: #C9580C;
	}


#logo_right {
	width: 600px;
	height: 100px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	background: #C9580C url(../images/design_graphics/header_right.png) no-repeat right top;
	}


#content_wrapper {
	width: 878px;
	text-align: left;
	background: #fff;
	padding: 20px 20px 40px 20px;
	margin: 0 auto 0 auto;

	}


#homepage_left_content {
	width: 245px;
	float: left;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0;
	background: #fff;
	}


#homepage_right_content {
	width: 620px;
	float: right;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0;
	background: none;
	}


#footer {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	background: #2B6D24 url(../images/design_graphics/gradient_green.png) repeat-x left top;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	border-top: 14px solid #C9580C;
	}


.popup_style {
	text-align: left;
	background: #C9580C;
	padding: 8px;
	margin: 0;
	border: 1px solid #000;
	font-size: 0.9em;
	line-height: 1.4;
	color: #fff;
	}


.popup_title_wrapper {
	height: 25px;
	background: #161616 url(../images/design_graphics/gradient_dark_grey.png) repeat-x left top;
	padding: 4px 8px;
}


.popup_title {
	float: left;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 0 0;
	color: #fff;
}


.close_popup {
	float: right;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 0 0 0;
	color: #FAF1DE;
}


#narrow_left_column {
	width: 540px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	background: #fff;
	}


#narrow_right_column {
	width: 240px;
	float: right;
	text-align: left;
	padding: 0 14px 14px 14px;
	margin: 80px 10px 10px 0;
	background: #FCFBE6;
	border: 1px solid #E9B98D;
	}


#village_trail_sub_links {
	width: 904px;
	text-align: left;
	padding: 20px 0 16px 14px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #F1D2B6;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1;
	background: #fff url(../images/design_graphics/gradient_sub_menu.png) repeat-x left top;
	}


#heritage_sites_sub_links {
	width: 904px;
	text-align: left;
	padding: 20px 0 16px 14px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #F1D2B6;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1;
	background: #fff url(../images/design_graphics/gradient_sub_menu.png) repeat-x left top;
	}


#floated_right_box {
	width: 220px;
	float: right;
	text-align: left;
	padding: 8px 10px;
	margin: 0 10px 10px 30px;
	background: #FCFBE6;
	border: 1px solid #E9B98D;
	}


#floated_right_box_downloads {
	width: 280px;
	float: right;
	text-align: left;
	padding: 10px 12px 0 12px;
	margin: 40px 10px 20px 30px;
	background: #FCFBE6;
	border: 1px solid #E9B98D;
	}


#homepage_box_downloads {
	text-align: center;
	padding: 15px 8px 0 8px;
	margin: 25px 10px 0 0;
	background: #FCFBE6;
	border: 1px solid #E9B98D;
	}


/* TABLES
---------------------------------------------------------------------- */


#timeline_table {
	text-align: left;
	padding: 0;
	margin: 30px 20px 20px 20px;
	background: #fff;
	font-size: 0.85em;
	line-height: 1;
	}


.timeline_column_1_cell {
	border-color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	margin: 0;
	padding: 4px 10px;
	background: #D58259 url(../images/design_graphics/cell_1_bg.png) repeat-y left top;
	text-align: left;
	width: 140px;
}


.timeline_column_2_cell {
	border-color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	margin: 0;
	padding: 4px 10px;
	background: #E9B185 url(../images/design_graphics/cell_2_bg.png) repeat-y left top;
	text-align: left;
	width: 240px;
	color: #fff;
	font-size: 1.2em;
}


.timeline_column_3_cell {
	border-color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
	padding: 4px 10px;
	background: #F0D49C;
	text-align: left;
	width: 380px;
}


/* NAVIGATION
---------------------------------------------------------------------- */

div#navcontainer {
	background: #C9580C;
	width: 918px;
	margin: 0 auto;
}


div#navcontainer ul {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1;
	text-align: left;
	margin: 0;
	padding: 9px 0 8px 0;
	_padding: 10px 0 7px 0; /* IE 6 ADJUSTMENT */
}


div#navcontainer ul li {
	display: inline;
	margin-left: 0;
}


div#navcontainer ul li a {
	margin-right: 3px;
	padding: 7px 7px 6.8px 7px;
	color: #fff;
	border-top: 1px solid #F8EBCD;
	border-right: 1px solid #F8EBCD;
	border-bottom; none;
	border-left: 1px solid #F8EBCD;
	text-decoration: none;
	background: #22551D url(../images/design_graphics/gradient_button_background.png) repeat-x left top;
}


div#navcontainer ul li a:hover {
	background: #51C144;
	color: #fff;
}


div#navcontainer li#active a {
	background: #fff;
	color: #C25A22;
}


div#navcontainer li#left_border a {
}


/* LISTS
---------------------------------------------------------------------- */


#content ul {
	list-style-type: square;
	} 


#content li {
	margin-bottom: 1em;
	}



/* IMAGES
---------------------------------------------------------------------- */


img {
	border: none;
	}


.image_float_left {
	margin: 0 10px 0 0;
	float: left;
	}


.image_float_left_bordered {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #000;
	}


.image_float_right {
	margin: 0 0 0 10px;
	float: right;
	}


.image_float_right_character {
	margin: 0 10px 0 20px;
	float: right;
	}


.image_float_left_timeline {
	margin: 4px 10px 4px 0;
	float: left;
	border: 1px solid #000;
	}


.image_download_icon {
	border: 1px solid #000;
	margin-bottom: 15px;
	}


.image_trail_icon {
	margin-right: 12px;
	float: left;
	border: none;
	}


.popup_thumbnail {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #000;
	}


.header_image_right {
	margin: 0 0 0 16px;
	float: right;
	}


.dvp_logo {
	margin: 26px 20px 0 20px;
	padding: 0;
	float: left;
}


.heritage_trail_map_homepage {
	margin: 20px 0 0 12px;
	padding: 0;
	border: 1px solid #E9B98D;
}


.heritage_trail_map {
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}


.video_icon {
	margin: 0 12px 10px 0;
	float: left;
	}


.print_icon {
	margin: 4px 12px 6px 0;
	float: left;
	}


.funders_logo {
	margin: 0;
	padding: 0;
	border: 1px solid #777;
}


.thumbnail {
	margin: 0;
	padding: 0;
	border: 1px solid #777;
}


.thumbnail_left {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	border: 1px solid #777;
}


/* FONT STYLES
---------------------------------------------------------------------- */


p {
	line-height: 1.6;
	}


i {
	font-family: Arial, helvetica, sans-serif;
}


h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.7em;
	color: #C05620;
	margin: 1em 0 1em 0;
	font-weight: normal;
	}


h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
	color: #3A7225;
	margin: 1.5em 0 1em 0;
	font-weight: normal;
	}


.h2_with_background {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #fff;
	margin: 2em 200px 0.5em 0;
	padding: 3px 6px;
	font-weight: normal;
	background: #EAC98C;
	}


h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #C56032;
	margin: 30px 0 1.2em 0;
	font-weight: normal;
	}


h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	color: #000;
	margin: 1.7em 0 1.4em 0;
	font-weight: normal;
	}


#header_left h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 27px;
	color: #F7E5D4;
	margin: 24px 0 16px 30px;
	font-weight: normal;
}


#header_right h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 20px 20px 20px 0;
	font-weight: normal;
	font-style: italic;
	line-height: 1.8;
}


#floated_right_box h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #C56032;
	margin: 8px 0 1em 0;
	font-weight: normal;
	}


#floated_right_box_downloads h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #C56032;
	margin: 10px 0 1em 0;
	font-weight: normal;
	}


#timeline_table h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	color: #fff;
	margin: 15px 0;
	font-weight: normal;
	}


.smaller_font {
	font-size: 0.85em;
	color: #888;
	text-align: left;
	}


.grid_reference {
	font-family: Courier New, Courier, mono;
	color: #C56032;
	font-size: 0.9em;
}


.orange {
	color: #C56032;
}


.line {
	line-height: 1;
	border-top: 1px solid #E9B98D;
	margin: 0 50px 0 0;
}


.header_strapline {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 80px;
	line-height: 1;
}


.heritage_trail_wording {
	color: #8CCE6C;
}



/* LINK STYLES
---------------------------------------------------------------------- */


a {
	color: #DB6427;
	}


a:hover, a:active, a:focus {
	color: #E48E61;
	text-decoration: none;
	}


h2 a {
	color: #3A7225;
	}


h2 a:hover, h2 a:active, h2 a:focus {
	color: #73C653;
	text-decoration: none;
	}


#footer a {
	color: #F6E8CE;
	}


#footer a:hover, #footer a:active, #footer a:focus {
	color: #F6E8CE;
	text-decoration: none;
	}


.close_popup a {
	color: #FAF1DE;
	text_decoration: none;
	}


.close_popup a:hover, #close_popup a:active, #close_popup a:focus {
	color: #E6B757;
	text-decoration: underline;
	}


.popup_style a {
	color: #EAC98C;
	text_decoration: underline;
	}


.popup_style a:hover, #popup_style a:active, #popup_style a:focus {
	color: #F2DDB7;
	text-decoration: none;
	}



/* FLOATS, ALIGNEMENTS and MISC
---------------------------------------------------------------------- */


.float_left {
	float: left;
	}


.float_right {
	float: right;
	}


.text_left {
	text-align: left;
	}


.text_center {
	text-align: center;
	}


.text_right {
	text-align: right;
	}


.clear {
	clear:both;
	}


.hidden {
	visibility: hidden
	}


/* CONTACT FORM
---------------------------------------------------------------------- */


#form_submit_text {
	padding: 0 2em 0 2em;
	background: #F6F6E2;
	border: 1px solid #E9B98D;
}


#form_submit_text h2 {
	line-height: 1;
}


label {
	padding: 1em 0 0.4em 0;
	line-height: 3em;
}


select {
	margin: 5px 0;
}


.form_border {
	padding: 1em 1.5em;
	background: #fff;
	border: 1px solid #E9B98D;
}


.form_border p {
	line-height: 1.5;
}


.form_prompt {
	line-height: 1;
}


.form_border input {
	margin: 4px 0 4px 0;
}


.input_border {
	color: #C56032;
	padding: 0.4em;
	border: 1px solid #E9B98D;
	background: #fff;
	margin: 0;
}


textarea {
	color: #C56032;
	padding: 0.4em;
	border: 1px solid #E9B98D;
	background: #fff;
	margin: 0.4em 0 1.4em 0;
}


input:focus, textarea:focus {
	background-color: #F6F6E2;
}


fieldset {
	border: 0;
}


.radio_button {
	border: 0;
}


#poweredby {
	text-align: center;
	margin-top: 30px;
}


.red {
	color: #ff0000;
	font-size: 1.4em;
	margin-left: 30px;
}


.highlighted {
	font-size: 1.4em;
	color: #ff0000;
	background: #ffff33;
	padding: 6px;
}


/* SLIMBOX
---------------------------------------------------------------------- */


#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}


#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}


.lbLoading {
	background: #fff url(../images/design_graphics/loading.gif) no-repeat center;
	}


#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}


#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}


#lbPrevLink {
	left: 0;
	}


#lbPrevLink:hover {
	background: transparent url(../images/design_graphics/prevlabel.gif) no-repeat 0% 15%;
	}


#lbNextLink {
	right: 0;
	}


#lbNextLink:hover {
	background: transparent url(../images/design_graphics/nextlabel.gif) no-repeat 100% 15%;
	}


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}


#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/design_graphics/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}


#lbCaption, #lbNumber {
	margin-right: 71px;
	}


#lbCaption {
	font-weight: bold;
	}



