/*=== Setup ===*/
body{
	background: url(../images/bgrgr.gif) #8bc53f repeat-x top;
}
a{
	color: #649f18;
}
a:hover{
	background-color:#78bf1b;
}
/*=== Header ===*/
#top, #top li a{
	color: #cbe6ba;
}
#top li{
	background: url(../images/top-li-gr.gif) no-repeat right;
}
#header h1 a{
	background: url(../images/logogr.gif) no-repeat;
}
/*=== All Columns ===*/
#columns h2{
	background: #78bf1b;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	margin: 0 0 5px 0;
	width: 258px;
}
.col1-last{
	float: left;
	margin: 0 0 15px 0;
	width: 258px;
}
/*=== Placeholders ===*/
/*- Page intro/summary -*/
#summary{
	background: url(../images/can-bgr.gif) no-repeat top;
	font-size: 14px;
	height: 75px;
	letter-spacing: -1px;
	padding: 25px 20px 0 105px;
	text-align:justify;
}
/*--- Pictures ---*/
.heading-tip{
	color:#ffffff;
	font-size:10px;
	float:right;
	position:relative;
	margin-top:-27px;
	padding-right:5px;
}
.pic-strip img{
	display: block;
	margin: 0 0 7px;
}
.col-footer img{
	display: block;
	margin: 0 0 10px;
}
.rhs-box img{
	border: 5px solid #78bf1b;
	display: block;
	margin: 0 0 17px;
}
.rhs-box-demo img {
	border: 5px solid #78bf1b;
	display: block;
	margin: 0 0 17px;
}
.rhs-box-demo img:hover {
	border: 5px solid #5F9F22;
}
.rhs-box  ul{ 
	margin:0px;
}
.rhs-box-2 img{
	border: 5px solid #78bf1b;
	display: block;
	margin: 0 0 17px;
}
.rhs-box-2  ul{ 
	margin:0px;
}
.rhs-box-2 ul li{ 
	background: url(../images/quote-bullet1-green.gif) no-repeat;
	border:5px solid #78bf1b;
	color: #666666;
	font-size: 11px;
	margin-bottom:5px;
	padding:5px 5px 5px 20px;
	letter-spacing: -1px;
	display:inline-block;
	text-align:center;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.rhs-box{ 
	margin:0px 0 17px 0;
	border: 5px solid #78bf1b;
}
.rhs-box p{
	margin:5px;
	font-size:12px;
}
/*.rhs-box ul li{ 
	list-style-type:none;
	border-left:5px solid #78bf1b;
	padding: 0 0 0 5px;
	color: #666666;
	font-size: 11px;
	margin:3px 0 3px 5px;
}*/
.thumb-container{
	margin-bottom:10px;
	padding:0 1px;
	overflow:hidden;
	overflow:hidden;
	width:534px;
}
.thumbs{
	list-style-type:none;
	margin:0;
	padding:0;
}
.thumbs li{
	float:left;
	display:block;	
	padding:0;
	margin:0 9px 10px 0;
}
.thumbs li img{
	border:5px solid #78BF1B;
	position:relative;
	width:70px;
	height:70px;
}
.thumbs li a img:hover{
	border:5px solid #598F11;
	background:none;
}

ul#services-list {
	padding: 0px 0 0 5px;
	margin:5px 0;
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
}
#services-list li {
	background: url(../images/services-icon.gif) no-repeat;
	background-position: left center;
	padding:4px 0 4px 30px;
	margin-bottom:3px;
}
/*=== Styling Form ===*/
form#newsletter{
	margin: 5px;
	text-align:center;
	
}

form#newsletter input{
	margin-bottom:5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
form#newsletter input.textfield{
	width:93%;
	padding:4px;
}

form#newsletter input.unsubscribe{
	padding:4px;
	width:300px;
	text-align:center;
}

form#newsletter input.button{
	margin:0 auto;
	background: url(../images/morebtn-gr.gif) repeat-x top;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 0px 6px 6px 6px;
	height:26px;
	border:none;
}
form#newsletter input.button:hover{
	background: url(../images/morebtn-gr-hover.gif) repeat-x top;
}

/*=== Styling Buttons ===*/
a.more{
	background: url(../images/morebtn-gr.gif) repeat-x top;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 6px;
	margin-right:10px;
	text-decoration: none;
}
a.more:hover{
	background: url(../images/morebtn-gr-hover.gif) repeat-x top;
}
a.more-btn{
	margin:0 auto;
	text-align:center;
	width:110px;
	margin-bottom:5px;
	background: url(../images/morebtn-gr.gif) repeat-x top;
	color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 6px;
	text-decoration: none;
}
a.more-btn:hover{
	background: url(../images/morebtn-gr-hover.gif) repeat-x top;
}
a.more2{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
