/*Eric Meyers 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;
}
body { background-image: url(../00_shared/bg_body.jpg); background-repeat: repeat-x; }
/**/
p { font: 85%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #424035; margin-bottom: 1.5em; }
li { color: #424035; font: 85%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; margin-right: 80px; margin-left: 240px; }
td { }
a:link { color: #ff9a00; text-decoration: none; }
a:visited { color: #ff9a00; text-decoration: none; }
a:hover { color: #ff9a00; text-decoration: underline; }
a:active { color: #ff9a00; text-decoration: underline; }
#wrapper { background-image: url(../00_shared/bg_wrapper.jpg); background-repeat: repeat-y; background-attachment: scroll; width: 970px; margin: 0 auto; padding: 0; }
#header { background-image: url(../00_shared/bg_header.jpg); width: 100%; height: 170px; }
#navigation { background-image: url(../00_shared/bg_navigation.jpg); background-repeat: no-repeat; width: 100%; height: 30px; margin-bottom: 55px; }
#content { background-image: url(../00_shared/bg_content.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 bottom; width: 100%; }
#footer { background-image: url(../00_shared/bg_footer.gif); background-repeat: no-repeat; text-align: center; width: 100%; margin-top: 45px; padding-top: 35px; padding-bottom: 50px; }
#subfooter { text-align: center; width: 970px; margin-right: auto; margin-left: auto; }
#content p, h1, h2, h3, h4, iframe { margin-right: 80px; margin-left: 160px; }
#footer p { font-size: 80%; line-height: 1.5em; margin-bottom: 0; padding-right: 80px; }
#subfooter p { font-size: 70%; }
.img-border { border-bottom: 8px solid #f99d1c; }
.img-left-border { margin-right: 25px; margin-bottom: 20px; margin-left: 11px; float: left; border-bottom: 8px solid #f99d1c; }
.img-right-border { margin-right: 11px; margin-bottom: 20px; margin-left: 25px; float: right; border-bottom: 8px solid #f99d1c; }
.clear-both { clear: both; }
.clear-left { clear: left; }
h1, h2, h3, h4 { color: #383629; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
h1 { font-size: 24px; font-weight: bold; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
ul { margin-bottom: 18px; list-style: none; }
.float-left-indent { float: left; margin-right: 25px; margin-left: 160px; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }