@charset "UTF-8";
/*=== === === === === === === === === === === === === === === === === === 
Beth Shero	
Created by Curious Minds Media 2010 March - www.curiousm.com
written for  - http://oinkink.com


colors
-------------------------
006F53 - dark green
5AAC1E - lite green


=== === === === === === === === === === === === === === === === === === */

/* resets and overrides
=================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* links and type
=================*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/orangeBg.gif);
	background-repeat:repeat-x;
	background-color: #ef4c25;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*main headline title*/
h1 {
	color:#666;/*gray*/
	font-size:20px;
	font-weight:bold;
	margin:18px 0 0 0;
	padding:0px;
}
/*paragraph main text top with teaser text*/
h2 {
	color:#666;/*gray*/
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	margin:10px 0 0 0;
	padding:0 0 0px 0;
}
/*footer text*/
h3 {
	color:#fff;/*white*/
	font-size:11px;
	text-align:left;
		font-weight:normal;}
/*news headline*/
h4{
	color:#ef4c25;/*orange*/
	font-size:21px;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0 0 10px 0;}
p{
	color:#666;/*gray*/
	font-size:14px;
	font-weight:normal;
	padding:0 0 20px 0;}
	

/*lite orange link styles*/
a:link, a:visited {
	color:#EC8E2B;
	text-decoration:none;
}
a:hover, a:active {
	color:#EC8E2B;
	text-decoration:underline;
}
/*button links*/
a:link span, a:visited span {
	color:#fff;/*green*/
	font-size:48px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
/*button rollovers*/
a:hover span, a:active span {
	color:#42210B;/*brown*/
	font-size:48px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
/* layout
=================*/
#container {
	/*border:1px solid #00F;*//*blue*/
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#wrapper{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#FFF;
	padding:22px 43px 20px 43px}
#wrapperBottom{
	background-color:#FFF;
	height:23px;
	/*border:1px solid #F90;*//*orange*/}
#sidebar1 {
	/*border:1px solid #60C;*//*purple*/
	padding-top:40px;
	padding-left:30px;
	
	float: left; /* since this element is floated, a width must be given */
	width:220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent {
padding-top:167px;
	/*border:1px solid #F00;*//*red*/
margin: 0 0 0 255px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*padding: 0 20px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */}
#btnContainRt{
	margin: 0 0 0 490px;
	*height:490px;
	}
#btnContainLf{
	float:left;
	width:455px;
	/*border:1px solid #900;*//*red*/}
#footerContain {
	/*border:1px solid #09F;*//*blue*/
	margin:20px 0 50px 0;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer{
	margin:0 auto;
	width:1030px;
	/*border:1px solid #F00;*//*red*/}
#footerRt {
	/*border:1px solid #F00;*//*red*/
	float:right;
	width:110px;
}
#footerLf {
	/*border:1px solid #FF0;*//*yellow*/
	margin: 0 120px 0 0;
}
/* Buttons
=================*/
/*green button*/
.greenBtn {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/greenBtnRoll.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 451px;
	height: 113px;
	margin: 40px 0 0 0px;
	padding: 0;
}
.greenBtn a, .blueBtn a, .redBtn a, .brownBtn a, .orangeBtn a {
	display: block;
	width: 451px;
	height: 113px;
	display: block;
	float: left;
	text-decoration:none;
}
.greenBtn img, .blueBtn img, .redBtn img, .brownBtn img, .orangeBtn img {
	width: 451px;
	height: 113px;
	border: 0
}
* html a:hover {
	visibility:visible;
	text-decoration:none;
}
.greenBtn a:hover img, .blueBtn a:hover img, .redBtn a:hover img, .brownBtn a:hover img, .orangeBtn a:hover img {
	visibility:hidden;
	text-decoration:none;
}
.greenBtn span {
	position: absolute;
	left: 25px;
	top: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*blue button*/
.blueBtn {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/blueBtnRoll.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 451px;
	height: 113px;
	margin: 40px 0 0 0px;
	padding: 0;
}

.blueBtn span {
	position: absolute;
	left: 25px;
	top: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*red button*/
.redBtn {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/redBtnRoll.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 451px;
	height: 113px;
	margin: 40px 0 0 0px;
	padding: 0;
}

.redBtn span {
	position: absolute;
	left: 25px;
	top: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*brown button*/
.brownBtn {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/brownBtnRoll.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 451px;
	height: 113px;
	margin: 40px 0 0 0px;
	padding: 0;
}

.brownBtn span {
	position: absolute;
	left: 25px;
	top: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*orange button*/
.orangeBtn {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/orangeBtnRoll.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 451px;
	height: 113px;
	margin: 40px 0 0 0px;
	padding: 0;
}

.orangeBtn span {
	position: absolute;
	left: 25px;
	top: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/* Misc
=================*/
.imgBorder { /* this class can be used to float an element left in your page with a border*/
	float: left;
	margin: 10px 21px 5px 0;
	padding:4px;
	background-color:#FFF;
	border:1px solid #ccc;/*gray*/
}
/*footer icons*/
.icons {
	margin: 0 0 0 10px;
	float:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

