/* START CSS 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;
}
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;
}

/* END CSS RESET */


/* MAIN STYLES */

body { background:#fff; font-family:Arial, Helvetica, sans-serif; }

img { border:0; }

#header { background:#fff; width:100%; height:140px; overflow:hidden; }
#header-container { margin:0 auto; width:844px; }
#header-container .logo { float:left; width:224px; padding-top:20px; }
#header-container .navigation { float:right; width:580px; padding-top:104px; text-align:right; }

#content { background:#00703c; width:100%; }
#content-container { margin:0 auto; width:844px; height:340px; vertical-align:middle; color:#FC6; text-align:center; }

#footer { margin:0 auto; width:844px; overflow:hidden; padding:20px 0; }
#footer .legal { float:left; width:400px; font-size:11px; line-height:15px; color:#cbb9a3; }
#footer .links { float:right; width:300px; text-align:right; font-size:11px; line-height:15px; text-transform:uppercase; color:#cbb9a3; }
#footer a { color:#cbb9a3; text-decoration:none; }
#footer a:hover { color:#00703c; text-decoration:underline; }

a:link, a:visited { color:#FFF; text-decoration:none; }
a:hover { color:#FFF; text-decoration:underline; }
