@charset "UTF-8";
/* CSS Document */

body, div, p, h1 ,h2, h3 ,h4 ,h5, h6, table, th, td, img{
	margin: 0; padding: 0; border:none;
}

body{
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
}

:focus{
	outline:none;
}

a:link, a:visited, a{
	color:#88cb00;
}

a:hover, a:active, a:focus{

}

#superWrapper{
	background-color:#5c8f24;
	background-image:url(../images/header-repeat.png);
	background-position:top center;
	background-repeat:repeat-x;
}

#wrapper{
	width:1000px;
	margin:0px auto;
}

#header{
	width:1000px;
	height:329px;
	background-image:url(../images/header2.png);
	background-color:#000;
	position:relative;
}

#contentWrapper{
	background-image:url(../images/repeater.png);
	background-repeat:repeat-y;
}

#leftContent{
	width:474px;
	padding:0px 0px 0px 150px;
	float:left;
}
#footerData{
	width:800px;
	margin:0px auto;
	border-top:1px solid #5A5B5D;
}

#sideBar{
	padding:0px 100px 0px 0px;
	float:right;
	width:250px;
}

#footer{
	width:100%;
	border-top:25px solid #F27B19;
	background-color:#fff;
	background-image:url(../images/footerbg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:20px 0px 30px 0px;
}

ul#nav{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	left:80px;
	top:255px;
	width: 862px;
}

ul#nav li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

ul#nav a, ul#nav a:visited, ul#nav a:link{
	margin:0px 22px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	font-size:1.2em;
	height:30px;
	text-decoration:none;
	padding:18px 0px 8px 0px;
	border-bottom:13px solid #f68e1d;
}

ul#nav a:hover, ul#nav a:focus, ul#nav a:active{
	border-bottom:13px solid #AF5614;
}


.block{
	display:block;
}

.clearBoth{
	clear:both;
}

.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.listen{
	padding-left:140px;
}

h1{
	font-size:3.6em;
	padding:0px 20px 10px 0px;
	margin-bottom:15px;
	border-bottom:4px solid #404041;
	color:#404041;
	font-style:italic;
	font-weight:bold;
}

h2{
	font-weight:bold;
	font-style:italic;
	color:#F27B19;
	font-size:1.8em;
	padding:10px 30px 15px 20px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	text-transform:uppercase;
	color:#404041;
	font-weight:normal;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	text-transform:uppercase;
	color:#F27B19;
	font-weight:normal;
}

p{
	color:#404041;
	font-size:1.5em;
	line-height:150%;
	padding:0px 30px 10px 20px;
}
#sideBar p{
	font-size:1.1em;
	padding:8px 0px 10px 0px;
	text-align:justify;
}

a.bigLink, a.bigLink:link, a.bigLink:visited{
	float:left;
	color:#5B8E25;
	text-decoration:none;
	font-size:1.4em;
	margin-right:15px;
}
a.bigLink:hover, a.bigLink:focus, a.bigLink:active{
	color:#5B8E25;
	text-decoration:none;
}
hr{
	height:1px;
	background-color:#f68e1d;
	margin:10px 0px;
	border:none;
}
.newsletterForm{
	width:258px;
	height:76px;
	background-image:url(../images/inform-you.png);
	position:relative;
}	

.newsletterForm .address{
	position:absolute;
	top:48px;
	left:15px;
	width:185px;
	border:none;
	color:#404041;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	background-color:#88cb00;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.newsletterForm .submitBtn{
	position:absolute;
	top:46px;
	left:210px;
}
#footerData a, #footerData a:link, #footerData a:visited, #footerData a:hover, #footerData a:focus, #footerData a:active{
	color:#f63;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	line-height:130%;
}
