/* meyer reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end meyer reset */

body {
	background: #f2f2f2;
	font-size: 12px;
	background-position: top center;
	margin: 0 auto 0 auto;
	font-family: helvetica;
	color: #261f27;
	line-height: 19px;
	width: 960px;
	behavior: url("js/csshover.htc");
}
a {
	color: #333333;
}

#container {
	width: 960px;
	height: 100%;
	background: url(../images/topbar.jpg) no-repeat; 
}

#lang {
	padding: 3px 0 0 890px;
	width: 100px;
	height: 25px;
	font-size: 10px;
	color: #000000;
}
#lang a {
	color: #000000;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}
#logohome {
	margin: 30px 0 0 30px;
}

#nav {
	margin: -13px 0 0 60px;
	width:830px;
}
#nav a {
	font-size: 14px;
	font-family: helvetica;
	color: #a0ca65;
	text-decoration: none;
}
#nav a:hover {
	color: #5b861e;
} 
#nav li {
	display: inline;
	padding-left: 90px;
	margin: 0;
}

#header {
	width: 960px;
	height: 145px;
	background-color: #ffffff;
	margin: -2px 0 0 0;
}
#content {
	width: 960px;
	height: 647px;
	background-color: #fff;
}

#hero {
	height: 419px;
	margin-bottom: 15px;
	border-bottom: 4px solid #a0ca65;
}
#herowords {
	position: relative;
	background: url(../images/herobox.png);
	height: 330px;
	width: 270px;
	top: 30px;
	left: 630px;
	padding: 15px;
}
#herowords h1 a {
	font-size: 20px;
	color: #a0ca65;
	font-weight: bold;
	margin: 0;
	text-decoration:none;
}
#herowords h1 a:hover {
	color: #5b861e;
}
#herowords h2 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#herowords p {
	font-size: 11px;
	margin: 0 0 10px 0;
}
#herowords ul {
	font-size: 11px;
}
#herolink {
	margin: 10px 0 0 0;
	height: 19px;
	width: 100px;
	background-color: #a0ca65;
}
#herolink:hover {
	background-color: #5b861e;
}
#herolink a {
	margin: 0 0 0 14px;
	color: #ffffff;
	text-decoration: none;
}
.article img, {
	width: 238px;
}
.article h2 {
	font-size: 14px;
	color: #a0ca65;
	padding: 5px 5px 0 5px;
	width: 220px;
}
.article p {
	font-size: 12px;
	color: #333333;
	padding: 0 5px 0 5px;
	width: 220px;
}
.article a {
	text-decoration: none;
}
.article a:hover {
	color: #5b861e;
}
.article h2:hover, .article p:hover {
	color: #5b861e;
}
.article img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
} 
#article1 {
	float:left;
	margin-left: 0;
}
#article2 {
	float:left;
	margin-left: 2px;
}
#article3 {
	float:left;
	margin-left: 2px;
}
#article4 {
	float:left;
	margin-left: 2px;
}
#footer {
	width: 960px;
	height: 120px;
	border-top: 4px solid #a0ca65;
	background-color: #e6e6e6;
	line-height: 18px;
}
#footerhome {
	width: 960px;
	height: 30px;
	border-top: 4px solid #a0ca65;
	background-color: #e6e6e6;
	line-height: 18px;
}
#footer h3 {
	color: #333333;
	font-size: 12px;
	margin: 0 0 5px 0;
	font-style: italic;
	font-weight: normal;
}
#footernav {
	margin: 20px 0 0 30px;
	width: 900px;
}
#footernav a strong {
	margin: 0 0 5px 0;
}
#footernav a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
#footernav a:hover {
	color: #5b861e;
	text-decoration: underline;
}
.section {
	float: left;
	margin: 0 20px 0 0;
}
.floatleft {
	float: left;
}
#disclaimer {
	position: relative;
	top: -15px;
	left: 370px;
	font-size: 10px;
	width: 250px;
}
#disclaimerhome {
	position: relative;
	top: 8px;
	left: 370px;
	font-size: 10px;
	width: 250px;
}