body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;	
	padding:0px;	
	font-size:13px;	
	line-height:20px;
	color: #666666; 
	background:#EFEFEF; 
}

h1 { 

	letter-spacing: -1px;
	font-size: 24px;
	color: #000;
	font-weight: normal; 
	line-height: 26px; 
	margin: 5px 0 20px 0;

	
}

h2 {
	font-size: 16px;
	color: #000;
	}
p { 
	color:  #666;
	font-size:  13px;
	margin:0px; 
	margin-bottom:15px; 
	line-height: 20px;
	
	}

a { text-decoration:none; color:#80BF3C; }
a:hover { text-decoration:underline;}
a img { border:0px; }

.right	{float: right;}
.border {padding: 3px; border: #CCCCCC solid 1px; float: right; clear: right; margin: 0 0 20px 30px;
}
#sidebar .border {
	margin: 0 0 0 10px;
	float:  left;
}
.white {color: #FFFFFF;}


#wrap {
	margin: auto; 
	width: 1000px;

}
#container {
	float: left; 
	width: 1000px;
	-moz-box-shadow: 0 0 8px #aeaeae;
	-webkit-box-shadow: 0 0 8px #aeaeae;
	box-shadow: 0 0 8px #aeaeae;
}

#header {
	float: left;
	width: 1000px;
	background:url(images/bgr.jpg) repeat-x; 
	position: relative;
}
#logo {
	float: left; 
	margin: 0 0 0 30px;
}
#address {
	position: absolute;

	color: #FFFFFF;
	
	text-shadow: 0px 0px 1px #000;
	font-weight: normal;
	font-size: 14px;
	top: 15px;
	right: 20px;
}
#address strong { 
	color: #ccc;
}
#address ul li {	margin:0 15px 0 0; padding:0px;	list-style:none;	display:inline;}
#address ul li a {	text-decoration:none;	color: #80BF3C;}
#address ul li a:hover {	text-decoration:underline;	color: #80BF3C;}


#hero {	background:url(images/header3.jpg) no-repeat;	height:226px;	float: left; clear: left; width: 100%;
}

#tagline {	
	margin: 70px 0 0 40px;
	
}
#tagline h1 {
	font-size: 33px;
	color: #FFF;
    font-weight: normal;
	text-shadow: 1px 1px 1px #333;
}
.greenheading {
	color: #c1d95f;
}
#tagline p {
	color:#fff;
	font-size: 15px;
	text-shadow: 1px 1px 1px #333;
	
}
#main {
	width:1000px; 
	float: left;
	background: #FFFFFF;
}
#content {
	width: 670px;	
	margin: 30px 0 0 0; 
	float:left;	
}

#content ul {margin: 0 0 20px 20px; padding: 0; }
#content ul li {list-style: disc;	margin:0 0 4px 0; padding: 0;	}
#content ul li a {
	padding:6px;	
	padding-left:22px;	
	background-image:url(images/arrow2.gif);	
	background-repeat:no-repeat;	
	background-position:4px 8px;	
	text-decoration:none;
}
#content ul li a:hover {text-decoration: underline; }

.quote {
	float: right; border: double #FFFFFF 10px; padding: 15px; background: #F4F4F4; text-align: center;
text-shadow: 1px 1px 1px #FFF;
font: 16px/26px Georgia, "Times New Roman", Times, serif;
}

/* @group SIdebar Group */

#sidebar {	width:240px;	float:left; margin: 30px;	}
#sidebar h2 {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
padding: 5px 5px 5px 10px;
background: #EFEFEF;
	font-size: 16px;
	margin:  0 0 0 0;
	color: #333;
	font-weight: normal;
}
#sidebar ul {
	margin: 10px 10px 30px 10px;
	padding: 0px;	
}
#sidebar ul li {
	list-style: none;
	margin:0px;	
	padding: 0px;	
	line-height: 18px;
	margin-bottom: 6px;
}
#sidebar ul li a {
	padding-left: 16px;
	background-image:url(images/arrow2.gif);	
	background-repeat:no-repeat;	
	background-position:0px 2px;	
	text-decoration:none;
}
#sidebar ul#contact li {
		margin-bottom: 2px;
}

#sidebar ul#contact li a {
	background: none;
	padding-left:  0;
}
#sidebar p {
	margin-left: 10px;
	margin-right:10px;
	margin-top: 10px;
}

#sidebar  ul li a:hover {text-decoration: underline; }

/* @end */

.btn {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.well {
	background:url(images/header3.jpg) no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well h2 {
	display: inline-block;
	margin: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000000;
}
.well a {
	color: #FFF;

}


