/* CSS stylesheet by Moonshine Internet for phillipasmith.co.uk 23.7.07 */

* {
	padding: 0;
	margin:0;
}


body {
	background-color: #59849F;
	text-align: center;
	color:#444;
	font-family: Verdana, sans-serif;
}

#page {
	width:780px;
	margin:0 auto;
	padding:0px;
	background-image: url(style_images/page_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #fff;
	text-align: left;
}

#header {
	width:730px;
	padding:0px 25px;
	background-image: url(style_images/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height:110px;

}
/* Main navigation */
#navbar {
	width:730px;
	margin:10px 25px 2em 25px;
	height:2em;
	background-color: #fff4d5;
	z-index:100;
}

ul#navigation {
	width:659px;
	padding-left:42px;
	display:inline;
	float:left;
}

ul#navigation li {
	display:inline;
	position:relative;
	height:100%;
	float:left;
	z-index:100;
	}

ul#navigation li a {
	font-size: 0.75em;
	padding:0.4em 1.1em;
	color:#333;
	background-color: #fff4d5;
	text-decoration: none;
	float:left;
	display:block;
	margin:0px;
	border:none;
	border-top:4px solid #fff4d5;
	border-bottom:4px solid #fff4d5;
}

ul#navigation li a:hover {
	border-top:4px solid #ffe495;
	border-bottom:4px solid #ffe495;
	background-color: #ffe495;
}

ul#navigation li a.current {
	border-top:4px solid #ffe495;
	border-bottom:4px solid #ffe495;
}

ul#navigation li a.nolink:hover {
	background-color: #fff4d5;
	border-top:4px solid #fff4d5;
	border-bottom:4px solid #fff4d5;
	}

/* For dropdowns  */
ul#navigation li ul {
	position: absolute;
	left: 0em; 
	top: 2em;
	display: none;
	margin:0px;
	padding:0px;
	}

ul#navigation li ul li {
	display:block;
	margin-top:-1px;
	z-index:100;
}
	
/* Styles for Menu Items */
ul#navigation li ul li a{
	width:11em;
	padding:0.4em 0em 0.4em 1.1em;
	text-decoration: none;
	margin:0;
	z-index:100;
	}
	

* html ul#navigation li { float: left; height: 1%; 
	z-index:100;}
* html ul#navigation li a { height: 1%;
	z-index:100; }


ul#navigation li:hover ul, ul#navigation li:hover ul li, 
ul#navigation li:hover ul li a, ul#navigation li.over ul, 
ul#navigation li.over ul li, ul#navigation li.over ul li a { display: block; float:none;z-index:100;} /* The magic */

	
/* Main content */
#content {
	width:610px;
	min-height:500px;
	padding:0px 80px;
	margin-bottom:2em;
}

/* Footer */
#footer {
	clear:both;
	width:730px;
	background-image: url(style_images/footer_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding:0px 25px 15px 25px;
	height:1.5em;
}

p.copyright {
	float:left;
}

p.credit {
	float:right;
}

/* Form styles for contact page */
form#form1 {
	width:415px;
}

label{
	float:left;
	width:140px;
	}
	
input, textarea {
	width:260px;
	margin-bottom: 10px;
}

select {
	width:200px;
	margin-bottom:10px;
}

input#send_button {
	float:right;
	width:133px;
	font:14px Verdana,sans-serif;	
	font-weight:bold;
	background-color: #686851;
	color:#FFF;
}

/* Google map */

#map_container {
	text-align:center;
	z-index:0;
	}

#map {
	 width:80%;
	 height: 250px; 
	 border:1px solid #666; 
	 margin:20px auto;
	 z-index:0;
	 }


/* general styles*/


a {
	color:#CA9800;
	text-decoration: none;
	border-bottom:1px dotted #CA9800; 
	padding-bottom:1px;
}

* html a { border-bottom:1px solid #CA9800;  }

a:hover {
	color:#333;
	border-bottom:1px solid #333; 
}

a.out {
	padding-right:20px;
	background-image: url(style_images/out_icon.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a.pdf {
	padding-right:20px;
	background-image: url(style_images/icon_pdf.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

h1 {
	font-size:0.9em; 
	margin-bottom: 1.5em;
	border-bottom:1px dotted #ccc;
}

* html h1 { border-bottom: none; }

h2 {
	font-size:0.8em; 
	margin-bottom: 0em;
}

p {
	font-size: 0.7em;
	line-height: 1.8em;
	margin-bottom: 1em;
}


table {
	width:90%;
	font-size: 11px;
	margin-bottom:60px;
	text-align:left;
	border-collapse: collapse;
}

caption {
	height:1.5em;
	font-size:11px;
	font-weight: bold;
	text-align: left;
}

td {
	padding:4px 4px 2px 0px;
}

td.colRight {
	text-align: right;
}

.clear {
	clear:both;
	height:1px;
	}

ul {
	list-style: none;
}

ul.info {	
	font-size: 0.75em;
	margin:0em 0em 1em 1em;
	line-height: 1.7em;
	list-style: circle;
	padding-left:20px;
}



.img_right  {
	float:right;
	margin:10px 10px 0px 10px;
	z-index:0;
}

.img_left {
	float:left;
	margin:10px 25px 0px 0px;
	z-index:0;
}

.img_right p, .img_left p {
	position:relative;
	right:-5px;
	top:-4px;
	text-align: center;
	margin:0px;
	padding:0px;
	
}

.img_wrapper {
	position:relative;
	top:-5px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(style_images/img_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; 
	z-index:0;
}

.img_wrapper img {
	position:relative;
	top:-8px;
	right:-9px;
	margin:0px;
	padding:5px;
	border:1px solid #ccc;
	z-index:0;
}