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-family: inherit;
	vertical-align:baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;

	background: #fff;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
    color:#96ab00;
}
h1, h2, h3 {
    font-weight:bold;
}
/*End of reset*/

/*header*/
#header {
	height:224px;
    position:relative;
}
#header h1 {
    background:url(/images/logo.jpg) left center no-repeat;
    position:absolute;
    height:130px;
    left:30px;
    bottom:0;
}
#header h1 a{
    display: block;
    height: 135px;
    width: 232px;
    text-indent:-5000px;
}
/*end of header*/

/*typography*/
body {
    font-size: 62.5%; /*reset em to 10px*/
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#nav, #content, #footer {
    font-size:1.2em;
    line-height:1.5em;
}
h3 {
    font-size:1.0em;
}
/*navigation strip*/
#nav{
    background:#96ab00;
    border-top:1px solid #b3ca06;
    border-bottom:1px solid #8b9e06;
    height:2.2em;
    line-height:2.2em;
    padding-left:30px;
}
#nav li {
    float:left;
}
#nav li a {
    display: block;
    line-height: 2.2em;
    background: #96ab00;
    color:#fff;
    padding:0 10px;
}
#nav li a:hover {
    background: #b5cc06;
    color: #000;
}
#nav li.flt_rght {
    float:right;
}
/*end of navigation strip*/

/*content*/
#cont {
    background:url(/images/road_strip.jpg) right center repeat-y;
    border-bottom:2px solid #96ab00;
}
#content {
    width:60%;
    background:#fff;
    padding:40px 30px;
}
#content h3, #content p {
    padding:10px 0 10px 0px;
}
#content a:hover, #content a:active {
    text-decoration:underline;
}
#content a img.logos {
    margin:20px 0 50px 30px;
}
#content ul {
    width:650px;
}
#content ul li {
    display:inline;
}
/*end of content*/

#footer {
    border-top:1px solid #b4c349;
    position:relative;
    height: 250px;
}
#footer p {
    position:absolute;
    left:30px;
    top:40px;
}
#footer div {
    margin-left:30px;
    position:absolute;
    left:65%;
    top:40px;
}