body {
  
  /*background: #535353  url(../images/bg.jpg) fixed top left;
  xbackground-image: url(../images/bg.jpg);
  xbackground-position: fixed; */
  margin: 0;
  padding: 0;
  background: #EEECDF url(../images/bg.gif) repeat-x top;
}
	
* {
  margin: 0;
  padding: 0;
  font-family: tahoma, verdana, helvetica, sans-serif;
}

/* Elements */

h1, h2, h3 {
  color: #28660d;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana,  sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0;
}

h1{
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

h3{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #8A9F69;
}

p{
  color: #666666;
  line-height: 18px;
  font-size: 12px;	
  padding: 0;
  margin: 0 0 5px 0;
}

a {
	font-size: 11px;
  color: #006633;
}

a:hover {
	text-decoration: none;
}

p a{
	font-size: 12px;
}

/******* formarea ********/

.introfoto{
	padding: 5px 15px;
	margin: 0 15px 0 0;
	background: #EEECDF;
}

form{
	margin: 0;
	padding: 0;
}

input, select, textarea{
	text-decoration: none;
	width: 175px;
	padding: 2px;
	border: 1px solid Silver;
}

select{
	width: 181px;
}

input.inputfield{
	width: 64px;
}

select.inputfield{
	width: 70px;
}

textarea{
	width: 300px;
	height: 60px;
}

table.main td{
	font-size: 12px;
}

table.main thead tr td{
	text-decoration: none;
	font-size: 12px;
}

table.main tr.margin td{
	padding-top: 20px;
}

table.main td{
	border-bottom: 1px solid #Silver;
	padding: 6px 6px 6px 0;
	color: #788c7a;
}

table.main td.titlet{
	color: #28660d;
}

table.main tr.last td{
	border: none;
}

.send{
	cursor: pointer;
	color: White;
	background: #28660d;
	width: 70px;	
}

.send:hover, .reset:hover {
	background: #B62D02;
	color: White;
}

.reset{
	cursor: pointer;
	color: White;
	background: #B95F44;
	width: 70px;	
	margin: 0 0 0 10px;
}


/*************************/
#content{
	border-left: 1px dotted #D7B5AC;
	padding: 0 18px 0 20px;	
	//padding: 0 28px 0 20px;	
	 
}

#bg{
	background: url(../images/cont_bg.gif) repeat-y;
}


#content ul, #content ol {
	color: #666666;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 20px;
}

#content ol{
	padding: 0 0 0 25px;
}
	
#content li{
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 16px;
}




/* Header*/

#header {
  width: 870px;
  padding: 0 15px 20px 15px;
}

#header address {
  display: none;
}

#header h1 {
  float: left;
  margin: 0 0 0 0px;
  padding: 0;
}

#header h1 a {
  display: block;
  border: 0;
}

#header h1 a img{
	border: 0;
}


/* Navigation */

#nav {
  clear: both;
  height: 21px;
  border-top: 1px dotted #D7B5AC;
  margin: 15px 0 0 0;
  padding: 5px 0;	 
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  height: 40px;
  padding: 0 0 0 20px;
  margin: 0;
  text-decoration: none;
  font-family: georgia, tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#nav ul li a.no{
	margin: 0;
	padding: 0;
}

#nav ul li a:hover{
	color: #b95f44;
	text-decoration: underline;
}

#subnav{
	padding: 5px 0 0 0;
	float: right;
	margin: 0;
	color: #EEECDF;
}

#subnav span{
	padding: 0 8px;
	font-size: 9px;
	color: #666666;
}

#subnav a{
	color: #beae8c;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover{
	color: Maroon;
}

/* Layout */

.sepBot{
	margin: 0 0 15px 0;
}

#page {
  width: 900px;
  margin: 25PX auto;
  padding: 0;
  background: none;
  text-align: left;
}

.narrowcolumn {
  float: left;
  width: 600px;
  //width: 590px;
  margin: 15px 0 10px 0;
}

#sidebar {
  float: left;
  width: 240px;
  margin: 10px 0 15px 0;
  color: #939393;
  font-size: 11px;
  line-height: 17px;
  padding: 0 0 0 20px;
}

#subsetnav{
	width: 90%;
	margin:  0 0 5px 0;
	padding: 5px 0px; 
	color: #006633;
}

#subsetnav ul{
	margin: 6px 0; 
	padding: 0;
}

#subsetnav li{
	border-bottom: 1px solid #EEECDF;
	padding: 5px 5px 5px 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#subsetnav li.noborder{
	border: 0;
}

#subsetnav a{
	font-size: 11px;	
	color: #006633;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/nav_a_bg2.gif) no-repeat left;	
}

#subsetnav a:hover{
	color: Maroon;
	background: url(../images/nav_a_bg.gif) no-repeat left;	
}

.clear{
	clear: both;
}

#homeboxleft, #homeboxright{
	width: 270px;
  //width: 265px;
  margin-top: 10px;
  border: 1px solid #EEECDF;
  padding: 10px;
  background: #EEECDF;
}

#homeboxleft a, #homeboxright a{
	font-size: 11px;
}

#homeboxleft {
  float: left;
}

#homeboxright {
  float: right;
}


/* Home Page */

#photo{
  clear: both;
  width: 900px;
  height: 250px;
  display: block;
  margin: 0;
  padding: 0;
  background: #b6c88c;
}

#photo h1{
	color: White;
	padding: 30px;
	line-height: 27px;
}

#newsletter {
  font-size: 11px;
  margin: 0;
  width: 90%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #EEECDF;
}

#newsletter fieldset {
  width: 249px;
  border: 0;
  padding: 5px 0 0 2px;
}

#newsletter fieldset label {
  float: left;
  width: 70px;
  padding: 6px 6px 0 0;
  margin-bottom: 7px;
  position: relative;
  top: -5px;
}

#newsletter fieldset input {
  height: 13px;
  width: 130px;
}

#newsletter fieldset input.button{
	padding: 0 0 0 140px;
	//padding: 0 0 0 142px;
	width: 71px;
	height: 18px;
	border: 0;
}




/* Fotocorner */
#fotocorner{
	padding: 20px 0 0 0;
}

#fotocorner span{
	font-size: 10px;
	text-transform: uppercase;
}

.images{
	padding: 0 0 13px 0;
	margin: 0;
}

.image {
	float: left;
	border: 0;
	margin: 10px 10px 0 0;
	display: block;
	padding: 0;
	border: 3px solid #D7B5AC;	
}

.image:hover{
	border-color: #B95F44; 
}



/* Footer */

#footer {
  clear: both;
  width: 900px;
  height: 40px;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  color: #006633;
  font-family: georgia, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  border-top: 1px dotted #D7B5AC;
  text-align: center;
}

#footer ul {
  width: 715px;
  font-size: 10px;
  margin: 0 auto;
  padding: 19px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}

#footer ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#footer ul li a{
  color: #006633;
  text-decoration: none;
  padding: 0 3px 0 5px;
  font-weight: bold;
}

#footer p a{
	color: #788C7A;
}

#footer span{
	padding: 0 5px;
	font-size: 11px;
}

#footer ul li a:hover {
  color: #006633;
  text-decoration: underline;
}

#footer p {
	color: #006633;
  clear: both;
  padding: 4px 0 0 0;
}

#footer a {
  color: #D7B5AC;
  text-decoration: none;
}

#footer a:hover {
  color: #B95F44;
  text-decoration: underline;
}





