/* sort section images to be links, without the link border*/
* {margin: 0;
padding: 0;}

body {text-align:center;
font: 1em Arial, Helvetica, sans-serif;
color: #000;
background-image:url(images/tile.jpg);}

#wrapper {text-align: center;
width: 800px;
margin: 5px auto;
border: 20px solid #378C25;
background-color: #fff;}

#heading {height: 100px;
background-image:url(images/darlinghead.jpg);
border-bottom:1px solid #336666;} /* add head to url to take psl effects out of heading*/

/*#nav {width:800px;
height:32px;
background-image:url(images/navback.jpg);
background-repeat:repeat-x;} /*temp untill 5th link*/
/*#nav ul {}
#nav li {display: inline;}
#nav li a:link, a:visited {text-decoration: none;
color: #000;}
#nav li a:hover {text-decoration: none;
color: #666;}*/


#content {text-align:left;
min-height:444px;
padding-top:20px;
padding-bottom:20px;
padding-left: 40px;
padding-right: 40px;}
#content a:link, a:visited {text-decoration: none;}
#content a:hover {text-decoration:none;}

p{padding-bottom:10px;
margin-top:10px;}

.border img {border: 1px solid #336666;}

.fleft {float:left;
		margin-right:10px;
		border: 1px solid #336666;
		padding:2px;}

.fleftnew {float:left;
		margin-right:10px;
		}

.fright {float:right;
margin-left: 10px;
border: 1px solid #366;
padding:2px;}

.frightnew {float:right;
margin-left: 10px;
}

.center {text-align:center;
padding-top:20px;}

.specialbox {text-align:center;
padding-top:20px;}

.special1 {text-align:center;
margin-right:6px;}

.special2 {text-align:center;
margin-left:6px} /*what?*/

.special3 {margin-left:10px;}/*?*/

.green {font-weight:bold;
color: #98ca3c;}

.container {height: 185px;}

.oregen {font-size:10px;
		 font-weight:bold;
		 color:#FFF;}
.desc {
	border:none;
}

h1 {
	color:#005301;
}

.header {font-weight:bold;
color: #930;
font-size:1.2em;
text-transform:uppercase;
font-style:italic;}

.imageborder {
	border: 1px solid #366;
	text-align:center;
}

.image {
	margin-left:3em;
}
	
.greenface {
	color:#005301;
	text-transform:uppercase;
	text-shadow:#000;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:1.5em;
}
.please {
	color:#900;
	font-style:italic;
}


#footer {background:#FFF url(images/navbg.jpg) repeat-x ;
padding-top:3px;
padding-bottom:3px;
height:30px;}
#footer a:link, a:visited {text-decoration:none;
color: #900;
font-weight:bold;}
#footer a:visited {text-decoration: none;
color: #900;
font-weight:bold;}


table {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:0.8em;
	border: 1px solid #366;
}

table td, th {
	padding:0.5em;
}

table th {
	color:#FFF;
	background-color:#336633;
}

.tableheading {
	color:#930;
	text-transform:uppercase;
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

ul li {
	margin-left:1.5em;
	line-height:1.5;
	text-transform:uppercase;
	font-size:0.85em;
	font-weight:bold;
	color:#930;
}

/*==================Top Navigation========================================================*/
#navigationArea 
{
	clear:both;
    padding:0;
    margin:0;
    font-family:Arial;
    font-weight:bold;
    font-size:0.8em;
    /*background: url(../images/navbg.gif) repeat-x ;*/
    /*float:none;*/
    vertical-align:middle;
    width:800px;
    /*width:100%;*/
   /* color:#477897;*/
    letter-spacing:0.04em;
    position:static;
    height:26px;
    text-align:right;
    
}


#nav 
{
	margin:0;
	padding:0;
	/*background:#8684EC;*/
	list-style-type: none;
	/*width: 100%;*/
	width:800px;
	float:left;
	background:#FFF url(images/navbg.jpg) repeat-x ;
	border-top:1px solid #900;
	border-bottom:1px solid #000;
	
}

#nav li {
	margin:0;
	padding:0;
	float:left;
}

#nav a {
	float:left;
	width: 198px;
	color: #FFF;
	text-decoration:none;
	line-height:2;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	border-right: 1px solid #000;
	text-transform:capitalize;
	/*background: url(../images/tab.jpg) no-repeat;*/
}

#nav #nav_opt a {
	border:none;
}

#nav a:hover {
	background-color: #900;
	background: url(images/navbg_hover.jpg) repeat-x;
	background-position: -130px 0;
	color:#FFF;
	font-weight:bold;
}

#body_home #nav_home a,
 #body_products #nav_products a,
  #body_services #nav_services a,
   #body_reports #nav_reports a,
    #body_contact #nav_contact a,
     #body_links #nav_links a {
	background: #900 url(images/navbg_hlight.jpg) repeat-x;
	/*background-position: -260px 0;*/
	color:#FFF;
	font-weight:bold;
	
}

/*===================================End of Navigation================================================*/

#content #imagegallery1 li {
  list-style: none;
  display: inline;
  margin-left:3em;
} 



#content #imagegallery1 img {
  margin:1em;
} 