/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #444444 url(../images/bg.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -500px;
	width: 1000px;
	height: auto;
	top: 0px;
}
/*--------------------> Header Selectors <--------------------*/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 338px;
	float: left;
}
#header p {
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	margin: 5px 0px;
}
#header img {
	float: left;
	margin: 0px;
}
#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}
#header a img {
	border: none;
}
#header p {
	position: absolute;
	top: 160px;
	left: 225px;
	color:#333333;
}
#icon {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 200px;
	color: #FFFFFF;
	font-size: 18px;
}
#icon a img {
	border: none;
	margin-right: 10px;
}
#icon form {
	height: 20px;
}
#icon form input {
	width: 160px;
	height: 22px;
	margin: 0px;
	border: none;
	float: left;
}
#icon form input.btn-submit {
	background: #FFFFFF url(../images/search.gif) top no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	margin: 0px;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	width: 1000px;
	height: 65px;
	clear: both;
	position: relative;
	top: -11px;
}
#top-navigation ul {
	list-style: none;
	margin-left: 85px;
}
#top-navigation ul li {
	display: inline;
	float: left;
	margin-right: -40px;
}
#top-navigation ul li a {
	display: block;
	width: 216px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	z-index: 1;
	padding: 40px 0px 0px 0px;
}
#top-navigation ul li a:link, #top-navigation ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	background:url(../images/tab-down.png) top right no-repeat;
}
#top-navigation ul li a:hover, #top-navigation ul li a:active {
	z-index: 5;
	color:#FFFFFF;
	font-weight: bold;
	background:url(../images/tab-up.png) top right no-repeat;
}
/*--------------------> Content Selectors <--------------------*/
#content {
	margin-bottom: 10px;
	position: relative;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	position: relative;
	top: 15px;
	float: left;
	margin: 0px 0px 25px 10px;
	background: url(../images/content-bg.png) top center repeat-y;
	width: 561px;
	height: auto;
	min-height: 150px;
	padding: 20px 20px 60px 20px;
}
#left-column #page-curl {
	position: absolute;
	bottom: 0px;
	left: 551px;
	width: 50px;
	height: 60px;
	background: url(../images/page-curl.png) no-repeat;
}
#left-column h1 {
	color: #3b9102;
	font-size: 24px;
}
#left-column h2 {
	font-size: 16px;
	color: #424242;
	font-style: italic;
	margin-bottom: 24px;
}
#left-column h3 {
	font-size: 14px;
	color: #424242;
	line-height: 20px;
	font-weight: strong;
}
#left-column p {
	font-size: 14px;
	color: #424242;
	line-height: 24px;
	margin: 10px 0px;
}
#left-column img {
	margin: 10px 5px;
}
#left-column ul, #left-column ol {
	padding: 5px 25px;
}
#left-column ul li, #left-column ol li {
	font-size: 12px;
	color: #424242;
	padding: 2px 0px;
}
#left-column a {
}
#left-column a:link, #left-column a:visited {
	color: #3b9102;
}
#left-column a:hover, #left-column a:active {
	text-decoration: none;
}
#contact ul {
	list-style: none;
}
#contact textarea {
	width: 296px;
	height: 120px;
	border: #0c4263 solid 1px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact input {
	width: 296px;
	height: 23px;
	border: #0c4263 solid 1px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact select {
	width: 300px;
	height: 23px;
	border: #0c4263 solid 1px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact input.mini-form-button {
	width: 307px;
	height: 47px;
	border: none;
	background-color: #81D328;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px; 
}
/*--------------------> Right Column Selector <--------------------*/
#right-column {
	position: absolute;
	top: 15px;
	right: 0px;
}
/*--------------------> Right Column Mini Form Selectors <--------------------*/
#right-column #qc {
	background: url(../images/qc.png)  top center no-repeat;
	width: 299px;
	height: 400px;
	padding: 75px 20px 0px 20px;
}
#right-column #qc ul {
	list-style: none;
}
#right-column #qc ul li {
}
#right-column #qc form {
}
#right-column #qc textarea {
	width: 296px;
	height: 120px;
	border: #0c4263 solid 1px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#right-column #qc input {
	width: 296px;
	height: 23px;
	border: #0c4263 solid 1px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#right-column #qc input.mini-form-button {
	background: url(../images/qc-btn.png)  center no-repeat;
	width: 307px;
	height: 47px;
	border: none;
}
#right-column #qc p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0px 20px 0px;
}

/*--------------------> Bucket Selectors <--------------------*/
#buckets {
	width: auto;
	clear: both;
	padding: 0px;
	float: left;
}
#buckets div.containerOne {
	background: url(../images/bucket-one.gif)  top center no-repeat;
	width: 174px;
	height: 208px;
	float: left;
	padding: 25px 15px;
	margin-right: 3px;
}
#buckets div.containerTwo {
	background: url(../images/bucket-two.gif)  top center no-repeat;
	width: 174px;
	height: 208px;
	float: left;
	padding: 25px 15px;
	margin-right: 3px;
}
#buckets div.containerThree {
	background: url(../images/bucket-three.gif)  top center no-repeat;
	width: 174px;
	height: 208px;
	float: left;
	padding: 25px 15px;
}
#buckets h3 {
	font-size: 20px;
	color: #FFFFFF;
}
#buckets hr {
	height: 1px;
	background-color: #1d1d1d;
	border: none;
	margin: 5px 0px;
}
#buckets ul {
	padding: 0px 12px;
}
#buckets ul li {
	font-size: 14px;
	line-height: 18px;
	color: #dcdcdc;	
	padding: 5px 0px;
}
#buckets p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 15px 5px;
}
#buckets p.lm {
	margin: 0px;
}
#buckets p.lm a {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;	
	float: right;
}
#buckets a:link, #buckets a:visited {
	color: #ffffff;		
}
#buckets a:active, #buckets a:hover {
	color: #3B9102;
	text-decoration: none;
}
#buckets img {
	border: none;
}
/*--------------------> Footer Selectors <--------------------*/
#footer-container {
	width: 100%; 
	height: 62px;
	background: url(../images/footer-bg.png) top repeat-x;
}
#footer {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -500px;
	width: 1000px;
	height: auto;
	top: 0px;
}
#footer a {
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #3B9102;
}
#footer p {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 20px;
}
#footer p.sitemap {
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 15px;	
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
