/* @group Reset */

/* Global Settings
-------------------------------------------------------------- */
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {  
  background: #ebebeb repeat-x;
  font: 0.75em/1.4 Arial, Verdana, Helvetica, sans-serif;
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	color: #2b4049;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
h2 {
	color: #5c7e2f;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: none;
}
h3 {
	color: #333;
	font-weight: bold;
}
 
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
 
blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
	color: #5c7e2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:visited {
}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
 
textarea {
	line-height:1.25;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 6px 0;
	padding:0;
}
 
  table tr td {
  	padding:.5px;
  }
  
/* @end */

/* @group Forms */
input.text,
textarea {
	background: #ccc;
	border: 1px #000 solid; 
	color: #000;
	font-size: .95em; 
	margin:0.25em 0;
	padding:3px;
	width: 200px; 
}
textarea { 
	height: 97px;
	width: 200px;
}
.Contact input.text,
.Contact input.title,
.Contact textarea {
	width: 220px;
}
#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 404px;
}
#Contact textarea { height: 200px; }

.btn_submit {
	background: transparent url(../images/btn_submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0.5em 0;
	padding: 0;
	width: 55px;
}
.btn_send {
	background: transparent url(../images/btn_submit2.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0.5em 0;
	padding: 0;
	width: 55px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em 0em .8em 2.7em; margin: 1em; border: 2px solid #ddd; width:400px; font-weight:bold; }

.error      { background:#FBE3E4 .4em .4em no-repeat; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background:#FFF6BF .4em .4em no-repeat; color: #514721; border-color: #FFD324; }
.success    { background:#E6EFC2 .4em .4em no-repeat; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group Helper */

/* Helper Classes
-------------------------------------------------------------- */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:hidden; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#eee; padding:12px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.quote     { background:#e2e2e2; padding:12px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.photo_left    { float:left; margin:4px 10px 4px 0; }
.photo_right   { float:right; margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.nomargin	   { margin:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.nowrap		   { white-space:nowrap; }

.center 	   { text-align:center; }
.highlight 	   { background: #eaeaea; }

/* @end */

/* @group Structure */

#Container {
	background: transparent url(../images/bg_container.gif) repeat-y;
	margin: 0 auto;
	padding: 0 12px;
	width: 800px;
}
#Top {
	margin: 0 auto;
	width: 824px;
}
#Header {
	background: #2b3f48;
	width: 800px
}
#Logo {
	padding: 5px 0 10px 43px;
}
#CTA {
	padding: 15px 43px 10px 0;
}
#Navigation {
	background: transparent url(../images/bg_nav.gif) repeat-x;
	border-top: #81b040 2px solid;
	width: 800px;
}
#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation li {
	height: 26px;
	line-height: 26px;
	margin: 0 36px;
}
#Navigation li a {
	color: #c2c2c2;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
}
#Navigation li a:hover {
	color: #88d81b;
}
#Home #Rotating {
	height: 235px;
	position: relative;
	width: 800px;
}
#Rotating {
	height: 133px;
	position: relative;
	width: 800px;
}
#Rotating img {
	position: absolute;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Hero {
	background: #f3f3f3;
	border-bottom: #d7d7d7 1px solid;
	padding: 15px 35px 25px 35px;
	width: 730px;
}
#Hero h2 {
	color: #5c7e2e;
	font-size: 1.3em;
}
#Hero h3 {
	color: #5c7e2e;
	font-size: 1em;
}
#Hero div {
	margin: 0 8px;
	width: 165px;
}
#Hero span {
	color: #5c7e2e;
}
#Hero ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Hero li {
	display: block;
}
#Hero li a {
	color: #000;
	text-decoration: none;
}
#Hero li a:hover {
	text-decoration: underline;
}
#Home #Main {
	background: #FFF;
	padding: 10px 0;
	width: 800px;
}
#Home #Content {
	padding: 25px 35px 25px 45px;
	width: 429px;
}
#Content {
	width: 461px;
	padding: 35px 40px;
}
#Home #Sidebar {
	background: #fff;
	border-right: #d7d7d7 1px solid;
	padding: 0 10px 0 0;
	width: 280px
}
#Home #Sidebar h2 {
	color: #2b4049;
	font-weight: bold;
	font-size: 1.3em;
}
#News {
	border-bottom: #d7d7d7 1px solid;
	padding: 15px 25px;
}
#News h2 {
	color: #2b4049;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}	
#News p span {
	color: #5c7e2e;
}
#Form {
	padding: 15px 25px;
}
#Form h2 {
	color: #2b4049;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#Sidebar {
	background: #e2e2e2;
	border-top: 1px #fff solid;
	color: #7d7d7d;
	width: 199px;
	padding: 20px 30px;
}
#Sidebar h2 {
	color: #5c7e2e;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#Address {
	background: #2b3f48 url(../images/fish.gif) 35px 15px no-repeat;
	border-top: #487195 2px solid;
	color: #fff;
	width: 800px;
}
#Address p {
	padding: 12px 0 12px 100px;
	word-spacing: 3px;
}
#Address p strong {
	color: #88d81b;
}
#Address p a {
	color: #88d81b;
	text-decoration: none;
}
#Address p a:hover {
	text-decoration: underline;
}
#Footer {
	background: transparent url(../images/bg_copyright.gif) no-repeat;
	color: #636363;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 824px;
}
#Footer a {
	color: #636363;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer p span {
	text-transform: uppercase;
}
#Footer p a {
	font-weight: bold;
	text-transform: none;
}

/* @end */

