@charset "utf-8";
body {
	margin: 0 0 0 0;
	padding: 0 0 0;
	width: 100%;
	background: #fcf6ee url(images/main_bg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#000;
}

/* main */
.main {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* search */
.search {
	width: 300px;
	height: 35px;
	float: right;
	padding: 4px 4px 4px 18px;
	margin: 0 0 0 0;
	background: #fcf6ee;
	-moz-border-radius: 10px 10px;
	  border-radius:10px 10px;
	    -webkit-border-radius:10px 10px;
}

.search input.button {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(images/search.gif) top no-repeat;
}

.search input.keywords {
	float: left;
	width: 200px;
	height: 20px;
	background: #fff;
	color: #a4a4a4;
	font: normal 11px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 15px 0 10px;
	padding: 0 0 0 10px;
	border: 1px solid #eae5dd;
}

#topright {
	float:right;
	width:36%;
	height:80px;
	max-height:86px;
	overflow:hidden;
	margin-top:4px;
	text-align:right;
}

#topright a {
	color:#454545;
}

/* header */
.header {
	width: 1002px;
	height:auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0;
}

/* <<<<<<<<<<<<<, --------------------- MAIN LOGO TOP ---------------- >>>>>> */
.logo {
	width: 60%;
	min-height:116px;
	margin: 0 0;
	padding: 10px 10px 0 0;
	float: left;
	background: url(images/nene-main-logo.png) no-repeat top left;
}

.logo a.logolink {
	display:block;
	width:227px;
	height:86px;
}

.logo a.logolink span {
	visibility:hidden;
}

.logo .tag {
	color: #000;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
}


.logo p {
	color: #8b8549;
	font-size:.75em;
}

.logo a {
	color: #8b8549;
	text-decoration:none;
}

.logo a:hover {
	text-decoration:none;
}

/* <<<<<<<<<<<<<, --------------------- END MAIN LOGO TOP ---------------- >>>>>> */
/* headercontent */
.headercontent {
	height: 307px;
	width: 100%;
	overflow:hidden;
	background: url(images/headercontent_bg.png) top no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: none;
}

.insidepages {
	background:none;
	width:100;
	height:159px;
}

.headercontentleftcontainer {
	width:490px;
	height:260px;
	max-height:260px;
	overflow:hidden;
	float:left;
	position:relative;
	top:20px;
	left:30px;
}
.headercontent a {
	text-decoration: none;
	color: #fff;
	font: bold .75em Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border: 1px solid #8aae32;
	background: #78a307;
	pre class="brush: css;" 
-webkit-box-shadow: 0px 2px 4px #3c5b09;
-moz-box-shadow: 0px 2px 4px  #3c5b09;
box-shadow: 0px 2px 4px  #3c5b09;
}

.headercontent a:hover {
	text-decoration:none;
	background-color:#000;
}

p.readmore {
	margin-top:16px;
}

.headercontent h2 {
	font: bold 2em Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 0em 0.02em 2px #555555;
	color: #fff;
	margin: 2px;
	line-height: 110%;
}

.headercontent h2.insidepagestitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color: #8b8549;
	text-shadow: none;
}

.headercontent p {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height:110%;
	color: #000;
}

/* <<<<<<<<< --------------------- MAIN NAVIGATION MENU ------------------ >>>>>>>>>>>>> */
.menucontainer {
	width:auto;
	max-width:1002px;
	margin: 0 auto 0 auto;
	padding: 0 18%;
	text-align:center;
	clear:both;
	height: 68px;
	background: #242424;
	border-bottom: 4px solid #fdf7ef;
}

.menu {
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 0;
	min-width:1002px;
}
.menu a {
	float: left;
	font: normal 1.25em  Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	padding: 24px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #454545;
}

.menu a.first {
	border-left: 1px solid #454545;
}

.menu a.active {
	color: #b4d800;
	background: url(images/main-nav-pointer.png) no-repeat 50% 100%;
}
.menu a:hover {
	color: #b4d800;
	background: url(images/main-nav-pointer.png) no-repeat 50% 100%;
	text-decoration:none;
}

.menu a span {display: none;}

.menu a:hover span {
	position:relative;
	display:block;
	top:-36px;
	left:0;
	margin-bottom:-17px;
	text-align:center;
	color:#f4e7d2;
	text-transform:none;
	font-size: .75em;
}

.menu ul {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
}
.menu li {
	margin: 2px 0 0;
	padding: 0;
	font: bold 12px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a6a6a6;
	float: left;
}
/* <<<<<<<<< ---------------------  END MAIN NAVIGATION MENU ------------------ >>>>>>>>>>>>> */

/* <<<<<<<<--------------------------- END TOP AND HEADER AREA ------------------------------ >>>>>>>>>>>>>> */

/* <<<<<<<<--------------------------- BEGIN PAGES CONTENT AREA ------------------------------ >>>>>>>>>>>>>> */

/* content */
#content {
	width: 1002px;
	max-width:1002px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#specialcontent {
	width:800px;
	max-width:800px;
	height:auto;
	margin: 10px auto 10px auto;
	padding: 10px 0 0 0;
	border-top: 1px dashed #a57c52;
}

#contentcontainer {
	padding: 0 0 0 0;
	margin: 20px 10px 20px 8px;
	float: left;
	height:100%;
	min-height:200px;
	background-color: #fcfbf9;
	border: 8px solid #eee9d7;
	pre class: "brush: css;" 
-webkit-box-shadow: 0px 4px 8px #a39e8d;
	-moz-box-shadow: 0px 4px 8px #a39e8d;
	box-shadow: 0px 4px 8px #a39e8d;
}

#contentcontainer.small {
	width:30%;
}

#contentcontainer.smallright {
	margin-right:0;
}

#contentcontainer.med {
	width:630px;
}

#contentcontainer.full {
	width:980px;
}

#contentcontainer.plain {
	border:none;
	background-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#contentcontainer.feature {
border:1px;
margin-top:20px;
background-color: #faf8f1;
}

#contentcontainer.plainrtborder {
		border:none;
	background-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-right:1px solid #f1f2ec;	
}

#contentcontainer.leftonly {
clear:left;
}

#contentcontainer p, h1, h2, h3, h4 {
	margin: 6px 8px 6px 8px;
}

#contentcontainer p, h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #252525;
	margin-left: 10px;
}

#contentcontainer p.strong {
	font-weight:bold;
}

#contentcontainer p.green {
		color:#78a307;
}

#contentcontainer a.pagelink {
	font-size:.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#contentcontainer h2.news {
	width:100%;
	background-color:#000;
	text-align:center;
	color:#fff;
	font-family:Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	padding: 6px 0 6px 0;
	margin: 0 auto 0 auto;
	border-bottom: 6px solid #78a307;
}

#open {
	width:99%;
	height:auto;
	padding-bottom:8px;
	margin: 2px auto 14px auto;
	border-bottom: 1px dashed #a57c52;
}

.divide {
	height:14px;
	clear:both;
	width:90%;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #f1f2ec;
}

.dasheddivider {
	clear:both;
	width:90%;
	margin: 14px auto 14px auto;
	border-bottom: 1px dashed #a57c52;
}

.clear {
	width:100%;
	clear:both;
}

.center {
	text-align:center;
	margin: 0 auto 0 auto;
}

/* <<<<< ------------- ------------- TEXTS  ----------- ------------------- >>>>>>>>>>>>> */

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#454644;
}

h1 {
	font-size:2.5em;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.25em;
	font-weight:bold;
}

p {
	font: normal 1em  Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	color: #565656;
	margin: 6px;
}

a {
	color: #739c09;
	text-decoration: none;
}

a:active, a:visited {
	outline:none;
}

a:hover {
	text-decoration: underline;
}

/*  <<< ------------------------------- CLIENT EDITOR TEXTS -------------------- >>> */

.clienteditor h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#454644;
}

.clienteditor h1 {
	font-size:2.5em;
}

.clienteditor h2 {
	font-size:2em;
}

.clienteditor h3 {
	font-size:1.5em;
}

.clienteditor h4 {
	font-size:1.25em;
	font-weight:bold;
}

.clienteditor p {
	font: normal 1em  Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	color: #565656;
	margin: 6px;
}

.clienteditor a {
	color: #739c09;
	text-decoration: none;
}

.clienteditor a:active, a:visited {
	outline:none;
}

.clienteditor a:hover {
	text-decoration: underline;
}

/*  < --------------------------- END CLIENT EDITOR TEXTS -------------------------------- > */

a.redsans {
	color: #d34600;
	font: bold .75em Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.continued {
	padding: 5px 7px 5px 7px;
	background: url(images/continued-back.png) repeat-x;
	border: 1px solid #ccc;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color: #757575;
	text-decoration:none;
}

a.continued :hover {
	text-decoration:underline;
}

.strong {
	font-weight:bold;
}

.em {
	font-style:italic;
}

.sans {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

.blockquote {
	padding:12px 12px 12px 12px;
	background-color: #f4f5e2;
	width:96%;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#a4a4a4;
	font-size:1.2em;
}

ul {
	list-style: disc inside url("images/bullet.png");
	margin-left: 10px;
	padding-left: 8px;;
	text-indent: 0;
	}
ul li {
	line-height:150%;
}


/*contact_info*/
.contact_info {
	width: 301px;
	padding: 0 0 0 20px;
	margin: 2px 5px;
	float: right;
	background: url(images/bg_content.gif) top no-repeat;
}
.contact_info a {
	font: normal 14px  Georgia, "Times New Roman", Times, serif;
	color: #679509;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.contact_info strong { color: #222222; }


/* <<<<<< --- LIST STYLES --- >>> */

ul.content {
	float: left;
	font: normal .75em Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:120%;
	color: #565656;
	margin: 0 10px 0 -30px;
}

ul.content li {
	background: url(images/img_2.png) left top no-repeat;
	list-style: none;
	padding: 0 0 0 20px;
	margin-top:10px;

}

ul.mintysmall {
	font: normal 11px  Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #808272;
	padding: 5px 0;
	margin: 0 10px;
}

ul.mintysmall li {
	background: #e3ecc6 url(images/img_1.gif) left no-repeat;
	list-style: none;
	padding: 5px 0 5px 20px;
	margin: 2px 2px;
}

/* <<<<<<<<<<<< -------------- IMAGE STYLES ---------------- >>>>>>>>>>>>>>>>>> */

#contentcontainer img {
	padding: 4px 4px 4px 4px;
	border: 1px solid #ccc;
	background: #fff;
		pre class: "brush: css;" 
-webkit-box-shadow: 0px 4px 6px #c0beb5;
	-moz-box-shadow: 0px 4px 6px #c0beb5;
	box-shadow: 0px 4px 6px #c0beb5;
}

#contentcontainer img.plain {
	border:none;
	background-color:transparent;
	-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
}

#contentcontainer img.columntopper {
		border:none;
		margin: -6px 0 6px -6px;
		padding: 0 0 0 0;
	background-color:transparent;
	-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
}

img.left {
	float:left;
	margin-right:6px;
	margin-left:6px;
	margin-bottom:12px;
}

img.right {
	float:right;
	margin-bottom:12px;
	margin-left:8px;
	margin-right:8px;
}

/* <<<<<<<< -------------- FORM STYLES ---------------- >>>>>>>>>>>*/

/* Contact Form */
#contactform { margin: 0; padding: 5px; }

#contactform * {
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	; font-size: 12px;
}

#contactform input.text {
	width: 280px;
	border: 1px solid #d6d6d6;
	margin: 0;
	padding: 5px 2px;
	height: 16px;
	background: #fff;
}

#contactform label {
	margin: 0;
	width: 150px;
	display: block;
	float: left;
	padding: 0 0 2px 0;
	font: normal 14px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

#contactform label span {
	font: normal 11px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #afafaf;
	margin: 0;
	padding: 0;
}

#contactform li { margin: 0 0 5px 0; padding: 10px; background: none; }

#contactform li.buttons { margin: 0; overflow: hidden; }

#contactform li.buttons input {
	padding: 3px 10px;
	margin: 0 0 0 150px;
	background: #749f08;
	border: 1px solid #92b631;
	color: #FFF;
	float: left;
}

#contactform ol { margin: 0; padding: 0; list-style: none; }

#contactform textarea {
	width: 280px;
	border: 1px solid #d6d6d6;
	padding: 2px;
	background: #fff;
}

.response {
	font: normal 12px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	text-align: center;
}
/* End Contact Form */

.form_style { padding: 0; margin: 0; }

.form_style .form { width: 380px; float: left; margin: 0; padding: 10px 0; }

.form_style .input2 {
	width: 375px;
	border: 1px solid #d6d6d6;
	background: #fff;
}

.form_style .label2 { padding: 0; margin: 20px 0 20px 190px; }

.form_style .text {
	font: bold 14px  Georgia, "Times New Roman", Times, serif;
	color: #242424;
	padding: 10px 0 10px 40px;
	margin: 0;
	width: 150px;
	float: left;
}

/* <<<<<<<<<<<<<< ------------------ FOOTER --------------------- >>>>>>*/
.footer {
	width: 980px;
	background: #68900b url(images/footer-back.jpg);
	text-align: center;
	font: normal 11px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:15px;
	color: #fff;
	margin: 20px auto 20px auto;
	padding: 10px 0;
	border: 5px solid #fff;
	clear:both;
}

.footer a {
	font: normal 11px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

/*  <<<< ----------- MISC. ---------------- >>>> */

.clr { clear: both; }

.green {
	color:#78a307;
}

.gold {
	color: #8b8549;
}

.hide {
	visibility:hidden;
}

/* <<< --- UNKNOWN --- >>>*/

.list {
	border-top: 1px solid #a5a295;
	margin: 10px 20px 10px 20px;
	padding: 0;
}

.list a {
	border: none;
	margin: 5px;
	padding: 0;
	background: none;
}

.list img { border: none; margin: 5px; padding: 0; }

.list p { padding: 0 15px; margin: 10px 0; }

.loader { text-align: center; width: auto; padding: 0; margin: 0; }

/*Sub*/
.Sub {
	width: 321px;
	padding: 0;
	margin: 2px 5px;
	float: right;
	background: url(images/bg_content.gif) top no-repeat;
}

.Sub a {
	font: normal 12px  Georgia, "Times New Roman", Times, serif;
	color: #242424;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.Sub a:hover { color: #739e08; text-decoration: underline; }

.Sub h2 {
	background: url(images/h2_sub.gif) left no-repeat;
	padding: 15px 5px 15px 50px;
}

.Sub li {
	list-style: none;
	padding: 10px 20px;
	margin: 0 20px;
	border-bottom: 1px solid #e4e4e4;
}

.Sub li.sub {
	padding: 5px 0 0 30px;
	border-bottom: none;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #9b9b9b;
}

.Sub ul {
	font: normal 12px  Georgia, "Times New Roman", Times, serif;
	color: #242424;
	padding: 5px 0;
	margin: 0;
}

/* <<< --- END UNKNOWN --- >>>*/

