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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color: black;
	font: 0.6251em/1 Helvetica, Tahoma, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}

/* General  */

body {
	padding:2em 0;
}

.bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}

#container {
	background-color:white;
	-moz-border-radius-topleft:20px; 
	-webkit-border-top-left-radius:20px;
	width:980px;
	margin:0 auto 0 auto;
	padding: 8px 10px 0 10px;
	position:relative;
	-moz-border-radius-bottomright:20px; 
	-webkit-border-bottom-right-radius:20px;
}

/* =Header */

.home h1, h1 a {
	height:155px;
	background:url(../images/header2.jpg) no-repeat;
	display:block;
}

h2 {
	position:absolute;
	left:-5000em;
}

#hBar {
	position:absolute;
	padding-top:0em;
	top:0;
	right:2.0em;
	width:50%;
	height:14em;
}
#hBar ul {
	font-size:small;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0000; /* 666 */
	padding:0;
	margin:0;
}

#hBar li {
	text-align:right;
	line-height:2.4em;
}

#hBar li a {
	display:block;
	padding-right:50px;
	color:#9b9c9b;
}

/* =Info */

#info {
	position:relative;
}

#content { 
	padding-top:3em;
/*	width: 100%;*/
/*	top:2.5em;*/
}

#content h3 {
	height: 55px;
	overflow:hidden;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	color: #6cb3f5;
	padding: 0 0 11px 0;
	font-size: 300%;
	width:29em;
	text-indent:2em;
}

#content p {
	font-size:1.4em;
	line-height: 1.714286em;
	margin-bottom:1.75em;
}
#content li {
	font-size:1.4em;
	line-height: 1.714286em;
	background:url(../images/bullet.gif) no-repeat 0 0.4em;
	padding:0 0 0.857143em 22px;
	margin-bottom: 0.857143em;
}
#content span {
	font-weight:bold;
}

#farmcontent { 
	padding-top:3em;
}

#farmcontent h3 {
	height: 55px;
	overflow:hidden;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	color: #6cb3f5;
	padding: 0 0 11px 0;
	font-size: 300%;
	width:29em;
	text-indent:2em;
}
#farmcontent h3 a {
	color: #6cb3f5;
}

#farmcontent p {
	font-size:1.4em;
	line-height: 1.714286em;
	margin-bottom:1.75em;
}
#farmcontent h4 {
	font-size:1.4em;
	line-height: 1.714286em;
	margin-bottom:1.75em;
	font-weight:bold;
}
/* theFold */

#theFold {
	position:relative;
	width:100%;
	height:20em;
	padding:0 0 15px 0;
}

#belowFold {
	position:absolute;
	width:100%;
	border-top:solid 1px #d3d3d3;
	padding-top:2.5em;		
}


.rbroundbox { background: url(../images/nt.gif) repeat; width:180px;}
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;

}
.rbcontent { margin: 10px 7px; }
.rbroundbox { 
	margin-left:auto;
	margin-right:auto;
}

#footerImage {
	float:left;
	width:190px;
	text-align:center;
}


/* =footer */

#footer {
	width:980px;
	margin:1em auto 0 auto;
	padding-bottom:2em;
	text-align:center;
	
}
#footer a {
	color:#e59d59;
	font-size: 1.2em;
	text-decoration:none;
	font-weight:bold;
}

/* Drop-down navigation menu */

#navMenu,
#navMenu * { 
	margin:0;padding:0;
}
/* "Master" UL (the whole Menu) */

#navMenu {
	background:#000 no-repeat;
	width:510px;
	float:left;
	margin-bottom:3.5em;
	border-bottom:1px solid #666;
}

/* sub-menu ULs */
#navMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
}

#navMenu li {
	position:relative;
	width:180px;
	max-width:33.3%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}

#navMenu li ul li {
	width:14.5em/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
	border:1px solid #333;
	border-top:none;
}

#navMenu li a {
	cursor:default;
	color:#666;
	border-left:1px solid #333;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .4em;
	width:7.47em; 
	height:2em;
	line-height:2em;
}

#navMenu li ul li a {
	width:93%/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:1px solid #fff;
	color:#666;
	background-position:0 50% !important;
}

/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#navMenu ul a:hover,
#navMenu ul a:focus,
#navMenu ul a:active {color:#fff !important;background:#c30}
/* display and z-index for the sub-menus */
#navMenu li:hover ul,
#navMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}

#navMenu li#AB {z-index:3;}
#navMenu li#CD {z-index:2;}
#navMenu li#EF {z-index:1;}


/* background colors */
#AB,#AB li a {background-color:#e2facd;}
#CD,#CD li a {background-color:#fffcd0;}
#EF,#EF li a {background-color:#ffe1cc;}

/* "trigger" and "msieFix" classes */
#navMenu li.msieFix a {}



#imagerow {
	width: 220px;
	height: 160px;
	margin: 0 0 0 0;
	float:left;
}
#imagerow a{
	background:			url(../images/enlarge.gif) no-repeat 10px 10px ;
	background-color:	#000;
	position:absolute;
}
#imagerow a img{
	opacity:			0.7;
	-moz-opacity:		0.7;
	filter:				alpha(opacity=30);
}
#imagerow a:hover img{
	opacity:			0.3;
	-moz-opacity:		0.3;
	filter:				alpha(opacity=30);
}