/* simple reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; padding: 0; outline: none;  list-style:none;
}

img, iframe, fieldset {
	border:none;
	padding:0;
	margin:0;
}

/* html5 for IE */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


html {
	height:100%;
	padding-bottom:1px;
}

body {
    line-height:1.5em;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	min-width:990px;
	
}

/* CLEARING */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clear {clear:both;}

/* general */

#wrapper {
	background:url(../images/banner-bg.jpg) no-repeat 50% top;
}

.wrapper {
	width:970px;
	padding:0 10px 0 10px;
	margin:0 auto;
}

#header {
	padding-top:30px;
	padding-bottom:20px;
}

#header a {
	text-decoration:none;
}

#header-left {
	float:left;
	width:700px;
}

#header-right {
	float:right;
	width:230px;
	padding:20px 0 0 0;
	line-height:2em;
}

#header a:hover h2 {
	color:#666;
}

#header h2 {
	margin:-35px 0 10px 67px;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

#header .telephone {
	background:url(../images/icons/telephone.jpg) no-repeat left 50%;
	padding-left:34px;
	font-size:1.5em;
}

#header .email {
	background:url(../images/icons/email.jpg) no-repeat left 50%;
	padding-left:34px;
	font-size:1.2em;
	color:#666;
}

#main-nav {
	background: url(../images/hatching-grey.jpg) #DBDBD8;
	font-size:1.1em;
	text-align:center;
	padding:4px 0 0px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #BBB;
	color:#C1CF20;
	font-weight:bold;
	text-shadow:0 1px 0 #FFF;
	font-family:PT Sans, Arial, Trebuchet MS, sans-serif;
}

#main-nav a {
	display:inline-block;
	*display: inline;
	zoom: 1;
	color:#555;
	text-transform:lowercase;
	font-weight:bold;
	line-height:1em;
	padding:10px 13px 12px 13px;
	margin-right:-2px;
	margin-bottom:-1px;
	border-radius:3px 3px 0 0;
}

#main-nav a:hover {
	color:#95077c;
	background:url(../images/white-gradient.png) top repeat-x #EEE;
	padding-bottom:11px;
	text-decoration:none;
}

#main-nav a:active {
	background:url(../images/white-gradient-reversed.png) top repeat-x #EBEBEB;
}

#main-nav a.current, #main-nav a.section {
	color:#95077c;
	background-color:#FFF;
	border:1px solid #BBB;
	border-bottom:none;
	border-top:2px solid #C1CD25;
	padding-bottom:12px;
	box-shadow:inset 1px 1px 2px #EEE;
}

#breadcrumbs {
	padding:9px;
	font-size:0.9em;
	border-radius:5px;
	margin:0 0 10px 0;
	background:url(../images/hatching-grey.jpg);
	line-height:1em;
	text-shadow:0 1px 0 #FFF;
}

#sub-nav {
	vertical-align:top;
	margin-bottom:10px;
	padding:0px 0 0 0;
	color:#999;
	font-family:PT Sans, Trebuchet MS, Arial, sans-serif;
}

#sub-nav .wrapper {
	padding:5px 0 0 0;
	
}

#sub-nav:hover {
	color:#555;
}

#sub-nav .wrapper {
	border-bottom:1px solid #DDD;
}

#sub-nav a, #sub-nav span {
	padding:7px 13px 6px 13px;	
	display:inline-block;
}

#sub-nav span {
	padding-left:0;
}

#sub-nav a {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
	color:#333;
	font-weight:bold;
	margin-bottom:-1px;
	border-radius:3px 3px 0 0;
}

#sub-nav a:hover {
	background-color:#F4F4F4;
	text-decoration:none;
}

#sub-nav a.current, #sub-nav a.section {
	border:1px solid #CCC;
	border-bottom:1px solid #FFF;
	border-top-color:#C1CD25;
	background-color:#FFF;
	color:#95077c;
	box-shadow:inset 1px 1px 2px #EEE;
}

#banner {
	background: url(../images/banner-bg.jpg) 50% top no-repeat #c2ddc3;
	height:215px;
	margin:0;
}

#banner-content {
	height:215px;
	background-color:#FFF;
}

#banner-content .home-block  {
	margin-bottom:0px;
}

#content {
	background-color:#FFF;
}

#main {
	float:left;
	padding:15px 20px 40px 28px;
}

.has-left #main {
	width:700px;
}

.has-right #main {
	width:600px;
	padding-left:50px;
}

.has-left.has-right #main {
	float:left;
	width:480px;
	padding-left:28px;
}

#left {
	float:left;
	width:200px;
	padding:0 0 180px 0;
	background:url(../images/left-shadow.png) bottom right no-repeat;
}

#right {
	width:230px;
	float:right;
	padding:15px 10px 20px 0;
}

h4.section-nav-heading {
	background:url(../images/hatching-green.jpg);
	font-size:1em;
	margin-bottom:6px;
	padding:8px 8px 8px 11px;
	border-radius:0 5px 0 0;
	line-height:1em;
	color:#FFF;
}

h4.section-nav-heading a {
	color:#FFF;
}

.section-nav ul, .section-nav li {
	margin:0;
	list-style:none;
	list-style-image:none;
}

.section-nav {
	padding:5px 0 15px 0;
	font-family:PT Sans, Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
}

.section-nav ul {
	border-top:1px solid #DDD;
}

.section-nav li {
	border-bottom:1px solid #DDD;
	margin:0;
	padding:2px 5px 2px 0;
}

.section-nav li a {
	display:block;
	padding:7px 8px 7px 8px;
	margin:0px 0px 0px 0px;
	color:#006327;
	line-height:1.2em;
	border-radius:5px;
}

.section-nav li a i {
	float:right;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background: url("../images/glyphicons-halflings.png") no-repeat;
	opacity:0.2;
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.section-nav li a .nav-indicator {
	background-position:-456px -73px;
}

.section-nav li.section > a .nav-indicator {
	background-position:-312px -120px;
}

.section-nav li a:hover {
	text-decoration:none;
	background-color:#EEE;
	color:#444;
}

.section-nav li a:active {
	text-decoration:none;
	background:url(../images/white-gradient-reversed.png) top repeat-x #E8E8E8;
	color:#333;
}


.section-nav .current, .section-nav .section {
	background-color:#FFF;
}

.section-nav li.section > a {
}

.section-nav li.current > a {
	color:#95077c;
	background:url(../images/white-gradient.png) top repeat-x #EEE;
	margin-right:-10px;
}

.section-nav .nav-section {
	padding:0 0 0 15px;
	font-weight:normal;
	border-top:none;
}

.section-nav ul ul li, .section-nav ul ul .current, .section-nav ul ul .section  {
	border:none;
	padding-right:0;
	box-shadow:none;
}

.section-nav ul ul .current > a {
	font-weight:bold;
	color:#95077c;
}

#page-title {
	margin-bottom:10px;
}

h1 + hr, h2 + hr {
	background:url(../images/hatching-yellow.jpg);
	height:3px;
	margin:0 0 10px 0;
	border:none !important;
}

.home-block {
	display:block;
	position:relative;
	width:480px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#CFE2D6;
	color:#2b5d3e;
}

.home-block .feature{
	
	text-align: center;
	padding: 1.2em 0.5em;
}

.home-block .feature h3, .home-block .feature h3 strong{
	color: white;
}

.home-block .feature h3 strong{
	font-size: 1.2em;
}

.home-block.yellow {
	background-color:#DEE2A5;
	color:#45490e;
}

.home-block.last {
	margin-right:0;
}

.home-block.hatched {
	background:url(../images/hatching-green.jpg);
}

.home-block.yellow.hatched {
	background:url(../images/hatching-yellow.jpg);
}


.home-block img {
	display:inline;
	margin:0;
	padding:0;
}

.home-block p {
	margin:0.5em 0 0.7em 0;
}

.home-block strong {
	color:#005904;
}

.home-block img.left {
	float:left;
	margin:0 0.8em 0 0;
}

.home-block img.right {
	float:right;
	margin:0 0 0 0.8em;
}

.home-block hr {
	background:none;
	border:none;
	border-bottom:1px dotted #222;
}

.yellow strong {
	color:#565c03;
}

.home-block h1.title-overlay {
	position:absolute;
	bottom:-12px;
	left:0px;
	z-index:20;
	background:url(../images/title-overlay.png) 50% top no-repeat;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-align:center;
	width:100%;
	letter-spacing:1px;
	padding: 16px 0 32px 0;
	text-transform:uppercase;
	margin:0;
	zoom:1;
}

.home-block a.action {
	float:right;
	background-color:#95077c;
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	line-height:1em;
	padding:5px;
	margin:5px 15px 5px 0;
} 

.home-block .well a.action {
	margin-right:0;
}

.yellow h1.title-overlay {
	background-image:url(../images/title-overlay-yellow.png);
}

a.home-block:hover h1.title-overlay {
	text-decoration:underline
}

.well {
	padding:15px;
}

.well.big {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px;
	font-size:1.5em;
	color:#006325;
	line-height:1.4em;
}

.yellow .well.big {
	color:#565c03;
}

.home-block.hatched * {
	color:#FFF;
}

.home-block.hatched strong{
	color:#222;
}

.block-admin {
	position:absolute;
	top:5px;
	right:5px;
}

.block-body {
	position:relative;
	border:1px solid #DDD;
	border-radius:5px;
	padding:1px;
	overflow:hidden;
	margin:0 0 15px 0;
}

h4.block-heading {
	border-radius:3px 3px 0 0;
	padding:5px 12px;
	margin-bottom:1px;
	background:url(../images/hatching-yellow.jpg);
	color:#FFF;
	font-size:1em;
	border-bottom:1px solid #737a06;
}

h4.block-heading a {
	color:#FFF;
}

.block-content {
	padding:12px;
}

#footer {
	font-size:0.9em;
	color:#999;
	border-top:8px solid #d6e6dc;
	padding-top:15px;
	padding-bottom:100px;
}

.footer img {
	margin:0 20px 0 0;
}

#footer-right {
	float:right;
	width:150px;
}

#footer-right img {
	margin:5px 0 0 0;
}

.fb-footer{
	float: right;
	width: 180px;
	padding: 0 2em;
}

.facebook-link{
	display: inline-block;
}

.fb-footer img{
	margin: 0;
	padding-right: 0.4em;
}

/* news */ 

#news-pagination {
	padding:10px;
	background:url(../images/hatching-grey.jpg);
	margin-bottom:15px;
	line-height:1em;
	border-radius:5px;
}

#news-pagination a, #news-pagination strong {
	padding:5px;
}

#news-pagination a:hover {
	background-color:#FFF;
}

.news-item {
	float:left;
	width:48%;
	padding:00px 0 20px 0;
}

.news-item.even {
	float:right;
}
