/* global */
html{height: 100%;}

body
{ height: 100%;
	margin: 20px 0 0 0;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-color: #546e18;
	background-repeat:repeat-x;
	background-attachment: fixed;
	font-family: Verdana;
	color: #FFFFFF;
}

p
{ margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 17px;
}

h1
{ font-family: georgia, verdana, arial, sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 20px;
  color: #2d3f0a;
  font-style:italic;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ margin: 0px 0px 6px 10px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */

/* main container */
#wrapper
{
width: 916px;
margin: 0 auto;
position: relative;
min-height: 100%;
}

* html #wrapper
{
height: 100%;
}

#inner-nav
{
width: 158px;
margin-top: 190px;
float: left;
text-align: left;
}

#inner-nav ul
{list-style:none;
}

#inner-wrapper
{
width: 600px;
border: 3px solid #334508;
background-color: #8aaa46;
margin-left: 158px;
padding-bottom: 20px;
padding-top: 30px;
}

/* links above the logo / footer */
#footer
{ width: 600px;
  height: 35px;
  font-size: 10px;
  position: relative;
margin-top: -9em;
margin: 0 auto;

}

#links{text-align: right;}

#footer
{ text-align: center; 
  border-top: 5px solid;
  margin-top: 10px;
}

#footer-inner
{
margin-top: 5px;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: none;}

/* navigation menu */
#menu
{ height: 30px;
  width: 766px;
  margin-top: -30px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: right; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 22px;
  text-decoration: none; 
  padding: 6px 19px 2px 19px;
} 

.LNE_menu
{
padding-right: 7px;
font-size: 10px;
color: #ffffff;
}

.LNE_menu_intend
{
padding-right: 14px;
font-size: 10px;
color: #CCCCCC;
text-transform: uppercase;
}

/* main content */
#content
{ width: 550px;
padding: 0px 25px 0 0px;
margin-top: 180px;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 198px;
  margin: 22px 0px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

.sidebaritem
{ text-align: right;
  width: 158px;
  float: right;
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 20px; 
  padding: 0px 0px 0px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 9px;
  text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 149px;
} 

/* column 2 - page content */
#column2
{ text-align: left;
  width: 570px;
  padding: 2px 15px 0px 15px;
}

#column2 h1
{ font-family: georgia, verdana, arial, sans-serif;
  padding: 15px 0px 5px 0px; 
  margin: 0px 0px 0px -8px; 
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 0px dashed;
}

#column2 a:hover{text-decoration: underline}

#column2
{
font-size: 13px;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
/* now the colors */
blockquote
{ background: #FFFFFF;
  color: #57696F;
  border-color: #1798E9;
}

#menu
{ background: transparent;
  color: #ffffff;
}

#menu li a
{ background: #76C9F8;
  color: #ffffff;
  border-color: #109CEF;
}

#menu li a:hover, #menu li a.selected
{ background: #109CEF;
  color: #FFFFFF;
} 


#main
{
  color: #57696F;
}

#header
{
width: 600px;
height: 173px;
margin: 20px 0 0 0;
}

#links, #footer
{ background: #334508;
  color: #FFFFFF;
  border-color: #ffffff;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #FFFFFF;
}

h1, h1 a
{ background: transparent;
  color: #2d3f0a;
  border-color: #E1E1E1;
  text-decoration: none;
}

#content, #column2, #column2 a
  {color: #2d3f0a;
  border-color: #3d5e90;
}

#column2 a:hover
{  color: #ffffff;
}

.sidebaritem
{ 
  color: #ffffff;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(link_arrow.png) no-repeat left center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  
} 

.sbilinks li a:hover, .sidebaritem a:hover, .sidebaritem a.selected
{ background: transparent url(link_arrow_sel.png) no-repeat left center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  
  
} 

input
{ background: #35511e;
  color: #ffffff;
  border: 0px;
  width: 140px;
}

.radiobutton
{
 width: 15px;
 }




#gallery {
	width: 600px;
	margin-left: 40px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 3px solid #3d5e90;
		}
	#gallery ul a:hover img {
		border: 3px solid #1d3c6a;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }




#slideshow
{display:block; width:600px; height:173px; position:absolute; list-style:none;}
#slideshow img
{position:absolute; top:0; left:0; z-index:2; opacity:0.0}
#slideshow img.active
{z-index:4; opacity:1.0;}
#slideshow img.last-active
{z-index:3;}

