/* Reset.css
-----------------------------------------------------------*/
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;
	color: #693;
}
body {
	line-height: 1;
}
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;
}



/* Main
---------------------------------------------------------*/
body { font:12px Tahoma, Geneva, sans-serif; color:#000000; }
.wrapper { width:952px; margin:0 auto; }

h1 { font-size:20px; font-weight:normal; color:#2c6d13; margin-bottom:12px; }
h2 { font-size:16px; font-weight:normal; color:#336600; margin-bottom:10px; }
h3 { font-size:14px; font-weight:normal; color:#336600; margin-bottom:10px; }
h4 { font-size:14px; font-weight:bold; color:#999999; margin-bottom:4px; }

.clear { clear:both;}


/* Header 
----------------------------------------------------------*/
.header { background:url(../img/top.jpg) no-repeat; width:951px; height:174px; }
.logo { padding:60px 0 0 40px;  }
.logo a { font-size:36px; color:#2c6d13; text-decoration:none; }


/* Main 
---------------------------------------------------------*/
.main { margin-top:25px; }

.topCurve { background:url(../img/topCurveBig.jpg) no-repeat; width:952px; height:15px; }
.midBoxBig { background:url(../img/borderBig.jpg) repeat-y; padding:10px 20px 10px 20px;  }
.botCurve { background:url(../img/botCurveBig.jpg) no-repeat bottom; width:952px; height:27px; color:#999999; text-align:center; font-size:11px; font-weight:bold; line-height:20px; margin:0 auto; }


.leftBox { width:181px; float:left; margin-right:19px;  }
.midBox	{ width:501px; float:left; margin-right:19px; } 
.rightBox { width:181px; float:left;  }


.topCurveSmall { background:url(../img/top_small.jpg) no-repeat; width:181px; height:16px; margin:0 auto; }
.contSmall { border:2px solid #dcdcdc; border-top:none; border-bottom:none; padding:0 10px 10px 10px; margin-bottom:25px; }

.contSmall ul li a { color:#669933; text-decoration:none; line-height:20px; display: block; }
.contSmall p { margin-top:5px; line-height:14px; }
.contSmall a { color:#669933; text-decoration:underline;  }

.curveLarge { background:url(../img/top_large.jpg) no-repeat; width:501px; height:16px;  }
.contBig { border:2px solid #dcdcdc; border-top:none; border-bottom:none; padding:0 25px 0px 25px; }
.contBig p {
	font-size:13px;
	margin-bottom:10px;
	line-height:13px;
	color: #000;
}
.contBig a{ color:#669933; text-decoration:underline;  }
.banner { background:#d9dfeb; height:129px; width:153px; margin:0 auto; } 

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

.footer { text-align:center; line-height:30px; }
.footer ul li { display:inline; margin-right:10px;}
.footer a { font-size:12px; color:#669933; text-decoration:none;  }
.footer a:hover { text-decoration:underline;  }
