* { margin: 0; padding: 0; }

body {
	background: #d9d8d1 url(../images/body_bg.jpg) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
/*	opacity: 0.99999;
	-moz-opacity: 0.99999;
	-khtml-opacity: 0.99999;
	filter: alpha(opacity=99);*/
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 850px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: url(../images/main_bg.png) repeat-y;
}

#wrapper1 {
	padding: 0 35px;
	}

#contentwrap {
	background: #fff;
	display: block;
	position: relative;
	padding: 10px 0;
	font-size: 0.80em; /* Global Content Font Size */
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

#col-left {
	float: left;
	width: 180px;
	position: relative;
}

.colwrap-right {
	float: right;
	width: 560px;
	position: relative;
	padding-right: 10px;
}

	#col-center {
		float: left;
		width: 370px;
		padding-right: 20px;
	}
	
	#col-right {
		float: right;
		width: 170px;
		line-height: 90%;
	}
	
#col-right img {
		border: 1px dotted #666;
		margin-bottom: 5px;
	}
	
#col-right img.no-border {
		border: none;
	}
	
.colwrap-right p,
.colwrap-right ul {
	font-size: 11px;
	color: #454545;
	}
	
.colwrap-right ul {
	margin-top: -11px;
	}
.colwrap-right ul ul, .colwrap-right ul ul ul {
	margin-top: 0;
	}
	
.colwrap-right ul li ul {
	font-size: 100%;
	}
	
.colwrap-right ul li ul li{
	list-style-image: url(../images/bullet_light.gif);
	}
	
.colwrap-right h2 {
	padding-bottom: 10px;
	}

#contentwrap h5 {
	font-size: .9em;
	line-height: 1.3em;
}
	
.colwrap-right ul li {
	list-style-image: url(../images/bullet_dark.gif);
	}
	
#contentwrap.contact {
	background: #fff url(../images/map.gif) bottom right no-repeat;
	}
	
.staff {
	margin-top: 8px;
	border-bottom: 1px dotted #9F9F9F;
	padding-bottom: 20px;
	clear: both;
	}
	
.staff a {
	color: #555;
	text-decoration: underline;
	}
	
.staff a:hover {
	color: #000;
	}
	
.staff.last {
	border: none;
	}
	
.staff p span {
	color: #006035;
	}
	
/* Header
------------------------------------------------------------------*/
#header-image {
	background: url(../images/header_shad.png) no-repeat;
	width: 850px;
	margin: 0 auto;
	height: 10px;
	}
	
#header {
	background: #fff;
	height: 113px;
	margin-bottom: 5px;
	padding-left: 20px;
}

	#headerleft {
		float: left;
		background: url(../images/logo.gif) no-repeat;
		width: 166px;
		height: 93px;
		margin: 10px 0;
	}
	
	#headerright {
		 float: right;
		 background: url(../images/header_bg.gif) no-repeat;
		 width: 579px;
		 height: 113px;
	}

/* Navigation refer to nav.css
------------------------------------------------------------------*/

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	line-height: 25px;
	float: left;
	width: 776px;
	font-size: 70%;
	color: #79797a;
}

#footer-image {
	background: url(../images/footer_shad.png) no-repeat;
	width: 850px;
	margin: 0 auto;
	height: 20px;
	}

#clearfooter { width: 100%; height: 0; clear: both; } /* to clear footer */

#footer p { margin: 0; padding: 0 10px; }

	#footerleft { }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #888;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
.product-section {
	border-top: 1px dotted #666;
	padding-top: 10px;
	clear: both;
	}
	
.product-section h2 {
	margin: 0;
	padding: 0;
	}
	
.product-section table td {
	width: 14%;
	font-size: 90%;
	color: #454545;
	padding: 0;
	margin: 0;
	border-right: 1px solid #454545;
	text-align: center;
	vertical-align: bottom;
	line-height: 100%;
	}
	
.product-section table tr {
	min-height: 10px;
	}
	
.product-section table td img, .img-shadow img{
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	}

.img-shadow .line {
	width: 100%;
	clear: both;
	border-top: 1px dotted #666;
	line-height: 0pt;
	padding: 3px;
	margin: 0;
}

.product-section table td.last {
	border: none;
	}
	
/* Newsitem1
------------------------------------------------------------------*/

.newsitem1 {
	margin: 0 3px 10px;
	width: 180px;
	float: left;
}
.newsitem1 h3 {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	font-size: 90%;
	padding: 5px 8px;
	margin: 0 0 10px 0;
	min-height: 35px;
}
.newsitem1 h3 a {
	color: #006035;
}
.newsitem1 h3 a:hover {
	color: #555;
}
.newsitem1 p.date {
	font-size: 90%;
	color: #555;
}
.newsitem1 img {
	margin-bottom: 10px;
}

.newsitem1 p.more {
	padding: 0 8px;
	}
	
.newsitem1 p {
	padding: 0 8px;
	}
	
.newsitemall p.more {
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
	}
	
.allnews {
	float: right;
	font-size: 90%;
	}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #649C41;
	text-decoration: none;
}

a:hover {
	color: #006035;
}

p { margin: 0 0 1em 0;
	color: #555;
	}
	
p span {
	color: #999;
	}

p.intro {
	font-size: 125%;
	}
	
p.news {
	color: #000;
	font-size: 70%;
	padding: 5px 15px;
	margin: 0;
	}
	
ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #000;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

/* padding */

#col-left .padding { padding: 0}
.colwrap-right .padding { padding: 0}

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

.main-img {
	padding-bottom: 10px;
	}
	
#latest-news {
	float: left;
	font-size: 70%;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	}
	
#col-center ul.wrapped {
	padding: 0;
	margin: 0 0 0 15px;
	overflow: hidden;
	}
	
#col-center ul.wrapped li
  {
    float: left;
    width: 40%;
	background: url(../images/bullet_dark.gif) no-repeat 0 6px;
	list-style: none;
	padding-left: 17px;
	margin: 0;
  }

  /* stop the float */
#col-center br.wrapped
  {
    clear: left;
  }

.content-item table {
	font-size: 11px;
}

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #D98507; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 21px;
	display: inline;
	line-height: 30px;
}

