/*Reset and basic typography*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
	}

q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
html {
	font-size: 14px;
	font-family: "Lucida Grande";
}
body {
	background-color: fefefe;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
p  {
	margin:10px 10px 10px 20px;
	color: #403034;
	line-height: 18px;
}
p img{
	float:left;
	padding: 4px;
	margin: 5px 10px 6px 0;
	border: 1px solid #0A7011;
}
p a img {border: 1px solid #0A7011}
h1 {
	font-size: 24px;
	margin: 20px 0 15px 20px;
	color: #0A7011;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	margin: 15px 0 5px 20px;
	color: #403034;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
h3 {
	font-size: 14px;
	margin: 10px 0 5px 20px;
	color: #403034;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {outline:none; text-decoration: none; color: #0A7011; font-weight: bold;}
a:visited { text-decoration: none; color: #0A7011; outline:none;}
a:hover { text-decoration: none; color: #403034; font-weight: bold;}
a:active, a:focus { text-decoration: none; color: #403034; font-weight: bold;}
a img {border : none;}
ul li { margin-left: 40px; }
ul { list-style-type: disc; margin: 10px 0}
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

#logo h1{
background:url(../images/logo.png) no-repeat;
width:231px;
height:81px;
margin: 20px 0 0 0;
float: left;
display:block;
}
#logo h1 a{
	width:231px;
	height:81px;
	display:block;
	}
#logo h1 span{
	display:none;
}  
.imgSlider {
background:#FEFEFE;
width:934px;
height:234px;
border: #FEFEFE 3px solid;
margin-top: 20px;
}

#menu{
	width: auto;
	height: 30px;
	float:right;
	padding: 0 0 0 0;
	margin-top: 86px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	font-weight:bold;
}
#menu ul li{
	list-style:none;
	float:left;
	width:96px;
	height:35px;
	padding:0px;
	line-height:30px;
	font-size: 14px;
	;
	margin:0 0 0 3px;
	display:inline;
}
#menu ul li a{
	height: 30px;
	width: 96px;
	float: left;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	background-color: #0C9F16;
}
#menu ul li a:hover{
	height: 30px;
	width: 96px;
	text-decoration: none;
	color: #CCCCCC;
}
#menu ul li a.current{
	height: 35px;
	width: 96px;
	float: left;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
	background-color: #0A7011;
}

#gallery {
	margin:20px;
}
#gallery img {
	float : left;
	margin : 0 5px 5px 0;
	border : 1px solid #0A7011;
	padding: 4px;
}
.footer p {
	font-size: 12px;
	text-align: center;
}
.footer p a{
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}


/*Layout 960px*/
.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
.column { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline; /* ie6 double-margin bug fix */
}
.row { /* center the row on the page, clear the interior contents with overflow:hidden hack */
	width: 960px; margin: 0 auto; overflow: hidden;
}
.row .row { /* for the nested rows */
	margin: 0 -10px; width: auto; display: inline-block;
}

