/* General Settings */
html, body, div, 
h1, h2, h3, h4, h5, h6, p, 
ul, ol, dl,
table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Georgia;
	font-size: small;
	text-align: center;
	background: #fff url(/images/body_bg.gif) repeat-x 0 0;
	color: #3D6408;
}
a,
a:link,
a:visited,
a:active{
	color: #0000FF;
	text-decoration: none;
	border: 0 none transparent;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
	border: 0 none transparent;
}
img{
	border: 0 none transparent;
}
/* Page Layout */
#page {
	position: relative;
	width: 754px;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
}
#content {
	float: left;
	width: 500px;
	margin: 0 0 30px 5px;
	padding: 0 0 10px 0;
	color: #333;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	width: 200px;
	margin: 0 5px 30px 40px;
}
/* Header */

#header {
	position: relative;
	top: 8px;
	height: 79px;
	border-bottom-width: 0;
}
#header h1 {
	margin: 0;
	padding: 15px 0 0 20px;
}
#header p {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 1px;
	padding: 0;
	color: #333;
	text-align:right;
	font-size: 95%;
}
#header p.tel{
	top: 72px;
	color: #fff;
	font-weight:bold;
	font-size: 110%;
}

/* Top (horizontal) navigation */
#nav {
	float: left;
	width: 752px;
	margin: 0 0 30px 0;
	padding: 0;
	border-top-width: 0;
}
#nav ul {
	width: 752px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	padding: 3px 0;
	margin: 0;
	height: 18px;
	line-height: 18px;
}
#nav li a {
	display: block;
	float: left;
	margin: 0;
	padding: 1px 15px;
	line-height: 1em;
	text-decoration: none;
	border-right: 1px solid #547726;
	color: #FFF;
}
#nav li.active a,
#nav li a:hover {
	color:#fff;
}
#nav li.active a:hover {
	text-decoration: none;	
}
/* Sidebar */
#sidebar .box {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 90%;
	width: 200px;
	color: #182836;
	background: url(/images/MainBox_Bot.gif) no-repeat bottom left;
}
#sidebar .box h4 {
	margin: 0;
	padding: 20px 10px 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	background: url(/images/MainBox_Top.gif) no-repeat top left;
}
#sidebar .box p {
	margin: 0;
	padding: 0 10px 20px 10px;
	line-height: 1.5em;
}
#sidebar .box a {
	color:#000000;
}
#sidebar .box ul {
	margin: 0;
	padding: 0 10px 20px 10px;
	list-style: none;
}
#sidebar .box li ul {
	padding: 3px 5px 0 0px;
}
#sidebar .box li {
	margin: 0 0 6px 0;
	padding: 0 0 0 14px;
	background: url(/images/icon-side-bullet.gif) no-repeat 0 3px;
}
#sidebar .box li ul li{
	margin: 0 0 2px 0;
}

/* quote box */
#sidebar .quote {
	background-image: url(/images/QuoteBox_Bot.gif);
}
#sidebar .quote h4 {
	background-image: url(/images/QuoteBox_Top.gif);
	padding: 25px 20px 27px 20px;
}
/* Movie Box */
#sidebar .movie {
	background-image: url(/images/MovieBox_Bot.gif);
}
#sidebar .movie h4 {
	background-image: url(/images/MovieBox_Top.gif);
}
/* Info Box */
#sidebar .info {
	background-image: url(/images/InfoBox_Bot.gif);
}
#sidebar .info h4 {
	background-image: url(/images/InfoBox_Top.gif);
}
#sidebar .movie a,
#sidebar .movie a:link,
#sidebar .movie a:active,
#sidebar .movie a:visited{
	color:#000000;
}
#sidebar .movie a:hover{
	color:#FF0000;
}
#sidebar .artContents{
	position: fixed;}
/* Footer */
#footer{
	border-top: 1px solid #84AE3E;
	background: #F0F7EF;
	text-align: center;
}
#footer ul {
	width: 300px;
	margin: 12px auto 0 auto;
	padding: 0;
	list-style: none;
	clear: right;
}
#footer li {
	display: inline;
	padding: 0 10px;
}
hr {
	display: none;
}
/* Fixes */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}

.fRight{
	float:right;
}

/* Content Styles */
#content h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	margin: 0;
	padding: 5px 0 15px 5px;
	color: #3D6408;
}
#navon_Contact #content h2{
	padding: 0;
}
#content h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 125%;
	margin: 0;
	padding: 5px 0 15px 0;
	color: #3D6408;
}
#content h3.news{
	padding: 5px 0 0 0;
}
#content h3 a,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:active{
	color: #3D6408;
}
#content h3 a{
	color: #3D6408;
}
#content p{
	margin: 5px 0 15px 0;
	color: #3D6408;
}
/* ----------------------------------------------------------------------------------- */
#navon_Demo #content{
	text-align:center;
	width: 732px;
}
/* Contact Us Form */
#frmContactUs p b{
		width: 180px;
		float: left;
		text-align: right;
		padding-right: 5px;
}
#frmContactUs input,
#frmContactUs textarea{
	width: 200px;
}
#frmContactUs textarea{
	height: 100px;
}
#frmContactUs input.button{
	width: 80px;
	height: 30px;
}
/* Technical Information */
#navon_Technical #content h1{
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: #3D6408;
}
#navon_Technical #content h2{	
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: #3D6408;
}
#navon_Technical #content h3{
	font-size: 110%;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	color: #3D6408;
}
#navon_Technical #content h4{
	font-size: 105%;
	margin: 0;
	padding: 10px 0 0 0;
	color: #3D6408;
}
.repAuthor{
	margin: 0;
	padding: 0;
}
.pdfDownload{
	padding-left: 20px;
	background: url(/Images/PDF-Icon.gif) no-repeat;
	line-height: 16px;
}
.repRead{
	padding-left: 20px;
	background: url(/Images/read-icon.gif) no-repeat;
	line-height: 16px;
}
#navon_Technical a.newWindow{
	font-size: 90%;
	font-style: italic;
	display:block;
	padding-left: 15px;
	background: url(/Images/newWindow-icon.gif) no-repeat 0 4px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.goTop{
	text-align:right;
	padding-right: 15px;
	background: url(/Images/arrowup.gif) no-repeat top right;
	line-height: 20px;
}
.findings{
	margin: 0;
	padding: 0 0 10px 0;
	font-weight:bold;
}
#imgToShow{
	visibility: hidden;
}
#loading{
	background: url(/images/spinner.gif) no-repeat top left;
	padding: 0 0 0 20px;
	color:#FF0000;
	font-weight:bold;
	display:inline;
	line-height: 16px;
	vertical-align: top;
	background-color:#FFFFFF;
}
 abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}
#navon_Projects #content,
#navon_News #content{
	width: 700px;
	margin: 0 10px;
}
#navon_Home #content{
	width: 732px;
	margin: 0 10px;
}
#navon_Materials #content {
	width: 732px;
}
#navon_Home #content ul {
	margin: 0;
	padding: 0 20px 20px 30px;
	list-style: none;
}
#navon_Home #content li ul {
	padding: 3px 5px 0 0px;
}
#navon_Home #content li {
	margin: 0 0 6px 0;
	padding: 0 0 0 14px;
	background: url(/images/icon-side-bullet.gif) no-repeat 0 3px;
}
#navon_Home #content li ul li{
	margin: 0 0 2px 0;
}

/* Positioning the Footer */
#page{
	min-height: 100%;
}
* html #page{
	height: 100%;
}
/* For some reason IE adds the background of one of the divs, use this to clear */
* html #content{
	width: 485px;
/*	background-color:#FFFFFF;*/
	padding-bottom: 4em;
}
/* The CSS that's required to position the footer */
html, body{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	margin: 0 0 5.5em 0;
/*	margin-left: -170px;*/
}

* html #nonFooter{
	height: 90%;
}
#footer{
/*	position: relative;*/
	padding-bottom: 2em;
	margin: -5em auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer{
	margin-top: -5.3em;
	padding-bottom: 1em;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* 
--------------------------------------------------------------------------------------*/
#content .portfolioItem{
	margin: 0 5px 15px 5px;
	border: 1px solid #84AE3E;
	padding: 10px;
	width: 700px;
}
#content .portfolioItem h3{
	font-size: 110%;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 0;
	background: #F0F7EF;
	border-bottom: 1px solid #84AE3E;
	width: 690px;
}
#content .portfolioItem.small h3{
	width: 490px;
}
#content .portfolioItem small{
	color: #5870C0;
	font-size: 100%;
	float: right;
	padding-left: 10px;
}
#content .portfolioItem p{
	margin: 0;
	padding: 0;
	width: 680px;
}
#content .portfolioItem.small p{
	width: 480px;
}
#content div.Images{
	width: 180px;
	border-left: 1px solid #84AE3E;
	border-bottom: 1px solid #84AE3E;
	float: right;
	padding: 0 0 5px 5px;
	text-align: right;
	margin: 0 0 5px 0;
}
#content div.Images img{
	margin: 0 5px 5px 0;
}
.newsArticle{
	margin: 0 15px 20px 5px;
/*	border: 1px solid #EEF1F4;*/
	border: 1px solid #84AE3E;
	padding: 10px;
	width: 100%;
	background: #F0F7EF;
}
.newsArticle h1{
	font-size: 110%;
	margin: 0;
	padding: 0 0 10px 0;
}
.newsArticle small{
	color: #5870C0;
	font-size: 100%;
	float: right;
	padding-left: 10px;
}
.newsArticle p{
	margin: 0;
	padding: 0;
}

#navon_Home #content h2{
	color: #3D6408;
	padding-top: 10px;
	padding-bottom: 5px;
}
#navon_Home #content ul{
	padding-bottom: 0;
	margin-left: 12px;
	margin-bottom: 0;
	width: 350px;
}
#navon_Home #content ul li{
	background: url(/images/icon-side-bullet-green.gif) no-repeat 0 6px;
	color: #3D6408;
	margin: 0;
}
#content .frontNews{
	margin: 10px 0 10px 0;
	border: 1px solid #84AE3E;
	padding: 0;
	width: 280px;
	float: right;
}
#content .frontNews h3{
	font-size: 110%;
	margin: 0;
	padding: 5px 10px;
	background: #F0F7EF;
	width: 260px;
	color: #000;
}
#content .frontNews p{
	margin: 0 10px;
	padding: 0;
	width: 260px;
/*	font-weight: bold;*/
}
#content .frontNews p a,
#content .frontNews p a:link,
#content .frontNews p a:visited,
#content .frontNews p a:active{
	color: #3D6408;
	text-decoration: none;
	border: 0 none transparent;
}
#content .frontNews p a:hover{
	color: #3D6408;
	text-decoration: underline;
	border: 0 none transparent;
}

#content .frontNews p.moredetails a,
#content .frontNews p.moredetails a:link,
#content .frontNews p.moredetails a:visited,
#content .frontNews p.moredetails a:active,
#content .frontNews p.moredetails a:hover{
	font-weight: normal;
	font-size: 90%;
	color: #A0CA9B;
}
