html { 
	height: 100%; 
	margin-bottom: 1px; 
	text-align: center; 
	width: 100%; 
	} 

*  { 
	margin: 0; 
	padding: 0; 
	} 

body  { 
	background: #686472 url(images/body06.png) repeat-x 0 2px;
	border-top: 2px solid #000;
	color: #201d29;
	font: small/150% verdana, "trebuchet ms", tahoma, arial, sans-serif; 
	text-align: left; 
	width: 100%; 
	} 




/* main structural elements
------------------------------- */ 


#wrap  { 
	margin: 0 auto; 
	width: 900px; 
	} 

#container  { 
	float: left; 
	width: 100%; 
	} 

#header  { 
	background: #000 url(images/banner07.jpg) no-repeat 0 0;   
	float: left; 
	height: 250px; 
	width: 900px; 
	} 

#main  { 
	background: #fefdff;
	border: 1px solid #37343f;
	border-top: none; 
	-khtml-border-bottom-left-radius: 5px; 
	-khtml-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px; 
	float: left; 
	padding: 1em 30px; 
	width: 838px; 
	} 

#major  { 
	float: left; 
	width: 550px; 
	} 

#services  { 
	background: #eae9ed;
	border: 1px solid #ef893e; /* orange */
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	float: right; 
	margin: 5px 0 20px 0; 
	padding: 10px 20px;
	width: 230px;
	} 

#contactform  { 
	float: left; 
	width: 450px;
	} 

#contactdetails  { 
	float: right; 
	width: 350px; 
	} 




/* links
----------- */ 


a:link  { 
	color: #1c1fa4; /* blue */
	text-decoration: underline; 
	} 

a:visited  { 
	color: #1c1fa4; /* blue */
	text-decoration: none; 
	} 

a:hover { 
	color: #d06e26; /* dark orange */
	text-decoration: underline; 
	} 

a:focus  { 
	color: #0a0f62; 
	outline: none; 
	} 

a:active  { 
	color: #0a0f62; 
	} 

#siteinfo a:link  { 
	color: #1c1fa4; /* blue */
	} 

#siteinfo a:hover  { 
	color: #eab48c; /* pale orange */
	} 




/* headings
-------------- */ 


h1  { 
	float: left; 
	height: 60px; 
	margin: 0; 
	padding: 190px 0 0 0; 
	text-indent: -5000px; 
	width: 400px; 
	} 

h2  { 
	color: #030155; /* dark blue */
	font: normal 190%/140% "trebuchet ms", verdana, arial, serif; 
	letter-spacing: 0.03em;
	margin: 0 0 0.5em 0; 
	padding: 0; 
	text-shadow: 1px 1px 1px #999;
	} 

h3  { 
	color: #030155; /* dark blue */
	font: normal 150%/140% "trebuchet ms", verdana, arial, serif; 
	letter-spacing: 0.03em;
	margin: 0.2em 0 0.5em 0; 
	padding: 0; 
	} 




/* paragraphs and lists
---------------------------- */ 


p  { 
	margin: 0 0 0.7em 0; 
	} 

ul  { 
	float: left;
	list-style: disc; 
	margin: 0; 
	padding: 0 0 0.7em 20px; 
	} 

li  { 
	margin: 0; 
	padding: 0.1em 0; 
	} 

#services ul  { 
	padding: 0 0 0.7em 15px; 
	} 

ul#siteinfo  { 
	background: url(images/name_small02.png) no-repeat 30px 15px;
	clear: both; 
	font-size: 80%; 
	line-height: 140%; 
	list-style: none; 
	margin: 0; 
	padding: 1em 0; 
	text-align: right; 
	width: 900px; 
	} 

ul#siteinfo li  { 
	margin: 0.3em 0 0 0; 
	padding: 0 30px 0 0; 
	} 




/* navigation
------------------ */ 


ul#nav  { 
	float: right; 
	height: 60px;
	list-style: none; 
	margin: 0; 
	padding: 190px 10px 0 0; 
	width: 320px; 
	} 

ul#nav li  { 
	float: left; 
	padding: 0; 
	text-align: center; 
	} 

#nav a  { 
	color: #fff;
	display: block; 
	float: left; 
	font: 110% "trebuchet ms", verdana, arial, serif; 
	height: 60px;
	line-height: 60px; 
	text-decoration: none; 
	width: 100px; 
	} 

#nav li#navcontact a  { 
	width: 120px; 
	} 

#nav a:hover  { 
	color: #ef893e; /* orange */
	text-shadow: 0 0 3px #000;
	} 

#nav a:active  { 
	color: #260f59; 
	} 

body#index #nav li#navindex a, 
body#gallery #nav li#navgallery a, 
body#contact #nav li#navcontact a  { 
	background: none;
	color: #ef893e; /* orange */
	} 

body#index #nav li#navindex a:hover, 
body#gallery #nav li#navgallery a:hover, 
body#contact #nav li#navcontact a:hover  { 
	background: none; 
	color: #ef893e; /* orange */
	cursor: default; 
	text-shadow: none;
	} 





/* contact page
------------------ */ 



form  { 
	border-right: 1px dotted #d06e26; /* dark orange */
	float: left; 
	margin: 1em 0; 
	padding: 0; 
	width: 450px; 
	} 

form div  { 
	margin: 0.7em 0 0 0; 
	} 

label  { 
	float: left; 
	padding: 0 1em 0 0;
	text-align: right;
	width: 8em; 
	} 

label.message  { 
	width: auto; 
	} 

input  { 
	border: 1px solid #bec4bd;
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	padding: 2px 5px;
	width: 270px; 
	} 

input.submitform  { 
	color: #f00; 
	font-weight: bold; 
	padding: 0.2em 0.5em; 
	width: auto; 
	} 

input.submitform:hover  { 
	color: #711a96; 
	cursor: pointer; 
	} 

input:focus  { 
	background: #e9e9f0; 
	color: #171a3a; 
	} 

textarea  { 
	border: 1px solid #bec4bd;
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	height: 100px; 
	margin: 0.5em 0; 
	padding: 2px 5px;
	width: 390px; 
	} 

textarea:focus  { 
	background: #e9e9f0; 
	} 

input.validation-failed, 
textarea.validation-failed  { 
	border: 1px solid #007a89; 
	color: #007a89; 
	} 

input.validation-passed, 
textarea.validation-passed  { 
	border: 1px solid #69726c; 
	color : #69726c; 
	} 

.validation-advice {
	background-color: #d06e26; /* dark orange */
	color : #fff; 
	font-weight: bold; 
	margin: 5px 0; 
	padding: 5px 10px; 
	} 

dl  { 
	float: right; 
	margin: 0 0 0.5em 0; 
	padding: 0; 
	width: 350px; 
	} 

dt  { 
	color: #030155; /* dark blue */
	font: normal 150%/140% "trebuchet ms", verdana, arial, serif; 
	margin: 0; 
	padding: 0.5em 0 0 0; 
	} 

dd  { 
	margin: 0; 
	padding: 0 0 0 1em; 
	} 

#map_canvas  { 
	border: 1px solid #d06e26; /* dark orange */
	float: left; 
	height: 450px; 
	margin: 1em 0;
	width: 838px;
	} 

#map_canvas img  { 
	background: none;
	margin: 0; 
	} 

#contactdetails p  { 
	margin: 0.5em 0 0 0; 
	} 

p.thanks  { 
	border-bottom: 1px solid #d06e26; /* dark orange */
	font-weight: bold;
	padding: 0 0 1em 0;
	} 





/* gallery stuff 
------------------- */ 



ul.gallery  { 
	float: left; 
	list-style: none; 
	margin: 0; 
	padding: 1em 0; 
	width: 800px; 
	} 

ul.gallery li  { 
	display: inline; 
	float: left; 
	margin: 0 0 20px 35px; 
	} 

ul.gallery a  { 
	border: 1px solid #d06e26; /* dark orange */
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	display: block; 
	height: 150px; 
	padding: 5px;
	width: 150px; 
	} 

ul.gallery a:hover  { 
	background: #eae9ed;
	border: 1px solid #1c1fa4; /* blue */
	display: block; 
	} 

ul.gallery li img  { 
	border: none; 
	-khtml-border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
	display: inline; 
	float: left; 
	margin: 0; 
	padding: 0; 
	} 

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter,
 #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url(images/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/prevlabel.gif) no-repeat 0 15%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url(images/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/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption,
 #lbNumber {
	margin-right: 71px;
	}

#lbCaption {
	font-weight: bold;
	}




/* minor, decorative elements
--------------------------------- */ 



img  { 
	border: 1px solid #ef893e; /* orange */
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	float: right; 
	margin: 0 0 1em 0; 
	padding: 3px; 
	} 

strong  { 
	font-weight: bold; 
	} 

em, 
cite  { 
	font-style: italic; 
	} 

abbr, 
acronym  { 
	border-bottom: 1px dotted #201d29; 
	cursor: help; 
	speak: spell-out; 
	} 



