/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background: #091F36 url('template/background_body.png') 0 0% repeat-x;
	color: #3E494F;
	font: normal 0.8em Tahoma,sans-serif;
}

.spacer{clear:both; height:1px;}
/* container */
#container {
	background: url('template/background.jpg') no-repeat;
	height: 704px;
	left: 50%;
	margin: 0px 0 0 -441px;
	position: absolute;
	top: 0%;
	width: 900px;
}
#intro_container{
	height: 450px;
	left: 50%;
	margin: 0px 0 0 -250px;
	position: absolute;
	top: 0%;
	width: 500px;
}

#top_es{
	height: 93px;
	width: 900px;
}
#intro_top_es{
	height: 70px;
	width: 500px;
}
#intro_middle_es{
	height: 87px;
	width: 500px;	
}
#intro_bottom_es{
	height: 125px;
	width: 500px;	
}
#intro_bottom_es2{
	height: 70px;
	width: 500px;		
}
#bottom_es{
	height: 105px;
	width: 900px;
	clear: both;
	color: #8C989D;
	font: normal 0.8em Tahoma,sans-serif;
	padding-top: 25px;
	padding-left: 80px;
}
#middle_left{
	float:left;
	height:505px;
	width:99px;	
   margin: 0;	
} 
#middle_center{
	height: 545px;
	max-width: 700px;
   margin-left: 100px;
   margin-right: 100px;
}
#middle_right{
	float:right;
	height:505px;
	width:99px;	
   margin: 0;	
} 

/* navigation */
.navigation {
	float: right;
	height: 86px;
	width: 680px;
	margin: 0;
}
.nav{
	CURSOR: hand;	
   display:block;	
}
.nav:hover{
	background: url('template/navigation.jpg');
}
.nav_button {
	float: right;
	width: 105px;
	height: 100%;
}
.nav_cont{
	width: 105px;
	text-align: center;
}
.nav_cont_active{
	width: 105px;
	text-align: center;	
}
.nav_emsp{
	width: 105px;
	height: 60px;	
}
.nav_text {
   position:relative;
	bottom:0;
	padding: 5px;
   margin-left: auto;
   margin-right: auto;
}
.nav_text p{
	color: #DBE0CC;
	font: normal bold 11px Tahoma,sans-serif;
}

/* content */
#content {
	float:left;
	height: 440px;
	padding: 0px;
	max-width: 700px;
}
#content h1 {
	float:left;
	color: #60717B;
	font-size: 150%;
	width:300px;
}

#tmpl_main_content{
	float: left;
	position: relative;
	width: 544px;
	height: 440px;
	padding: 0px;	
}
#tmpl_column{
	float: left;
	position: relative;
	width: 144px;
	height: 440px;
}
#tmpl_scroll_button{
	width: 144px;
	height: 20px;	
	text-align: center;
	padding: 3px;	
}
#tmpl_scroll_area1{
	width: 144px;
	height: 384px;
	padding: 0px;	
}
.tmpl_scroll_area1_slider1 {
    position:relative;
	 overflow:hidden;
	 height:384px;
}
#tmpl_title{
	float: left;
	position: relative;
	width: 520px;
	height: 30px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #9BA08C;
}
#tmpl_title_caption{
	color: #3E494F;
	font: bold 12px Tahoma,sans-serif;
	float: left;
	position: relative;
	width: 510px;
	height: 20px;
	padding-left: 0px;
	padding-top: 10px;
}
.tmpl_inline_title{
	float: left;
	position: relative;
	width: 520px;
	height: 30px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #9BA08C;
}
.tmpl_inline_title_caption{
	color: #3E494F;
	font: bold 14px Tahoma,sans-serif;
	float: left;
	position: relative;
	width: 450px;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
#tmpl_title_buttons{
	float: left;
	position: relative;
	width: 30px;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
#tmpl_nonscrolled_content{
	float: left;
	position: relative;
	width: 500px;
	padding: 10px 10px 10px 10px;	
}
#tmpl_scrolled_content{
	float: left;
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 340px;
	padding: 10px 10px 10px 10px;	
}
#tmpl_scrolled_content_scrollbar {
	float: left;
	position: relative;
	padding: 0px;
}
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 0px; left: 4px;
  background: transparent url('template/up_arrow.gif') no-repeat center center;	
}
.Scrollbar-Track {
	width: 10px;
	height: 343px;
  position: absolute;
  background: transparent url('template/scrollbar_track.gif');	  
  top: 8px; left: 4px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 16px;
  background: transparent url('template/scrollbar_handle.gif');	
  background-repeat: repeat-y;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 350px; left: 4px;
  background: transparent url('template/down_arrow.gif');
  background-repeat: repeat-y;
}

.slidercontent {position:absolute}
.slidercontent .upper {}
.section {padding:2px}
.link_span {cursor:pointer; color:#666}


/* ———– mod_contact_form ———– */
#mod_contact_form_wrapper{
	width: 460px;
	text-align: center;	
}
#mod_contact_form{
   position:relative;
   margin-left: auto;
   margin-right: auto;	
}

#mod_contact_form h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#mod_contact_form p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#mod_contact_form label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#mod_contact_form .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
.mod_contact_input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
.mod_contact_textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin:2px 0 20px 10px;
}
.button_wrapper{
display:block;
}

.mod_contact_button{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #B6C1AC;
	border: 1px solid #ABB89E;
}
.mod_contact_buttonover{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #A7B59B;
	border: 1px solid #9DAC8E;
}

/* ———– mod_gallery ———– */
ul.mod_gallery_list {
   margin-left:0em;
	padding-left:0.2em;
	margin-bottom:1em;
}
ul.mod_gallery_list li {
   padding-left: 0.8em;
	padding-bottom: 0.5em;
	list-style: none;
	}
ul.mod_gallery_list li a{
   color: #3E494F;
	text-decoration: none;
	}
ul.mod_gallery_list li a:hover{
	color: #3E494F;
	text-decoration: none;
}
ul.mod_gallery_list li a:visited{
	color: #3E494F;
	text-decoration: none;
	}	
.mod_gallery_title{
  font-size:14px;
  width:480px;
  margin:0px 0 10px 10px;	
}
.mod_gallery_desc{
	color: #3E494F;
	font: normal 0.8em Tahoma,sans-serif;
}
.mod_gallery_contents{
  width:480px;	
  display:block;
}
.mod_gallery_photo_box{
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
   float: left;
   margin: 3px 2px 3px 2px;
}

/* ---- */
ul.mod_gpc_list {
   margin-left:0em;
	padding-left:0.2em;
	margin-bottom:1em;
}
ul.mod_gpc_list li {
   padding-left: 0.8em;
	padding-bottom: 0.5em;
	list-style: none;
	}
ul.mod_gpc_list li a{
   color: #3E494F;
	text-decoration: none;
	}
ul.mod_gpc_list li a:hover{
	color: #3E494F;
	text-decoration: none;
}
ul.mod_gpc_list li a:visited{
	color: #3E494F;
	text-decoration: none;
	}	


.button_large{
	FONT-SIZE: 10px;
	WIDTH: 140px;
	CURSOR: hand;
	COLOR: #555555;
	border: 1px solid #666666;
	FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CED6DE;
}	
.button_largeover{
	FONT-SIZE: 10px;
	WIDTH: 140px;
	CURSOR: hand;
	COLOR: #555555;
	border: 1px solid #666666;
	FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #BECAD3;
}
.display_empty{
	width:100%
	color: #3E494F;
	font: bold 16px Tahoma,sans-serif;	
}	
.sys_error{
	color: #A8A8A8;
}

a.title_nav:link{
	font: bold 12px Tahoma,sans-serif;
	color: #5C7344;
	text-decoration: none;
}

a.title_nav:visited{
	font: bold 12px Tahoma,sans-serif;
	color: #5C7344;
	text-decoration: none;	
}

a.title_nav:hover{
	color: #5C7344;
	text-decoration: none;
}