@charset "utf-8";
/* CSS Document */



/* By Jesse Marquez 2-5-2009 

color#

*/



/* -------------------------Erik Meyer Reset - - http://meyerweb.com/eric/tools/css/reset/ --------------------*/
/* v1.0 | 20080212 */

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.3em;}
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;}

  /* always show Firefox scrollbar */
html{overflow:-moz-scrollbars-vertical;}

* {margin: 0;} 

/* ---------------------------------------------  End Reset ------------------------------------------------  */



/* --------------------------------------  Start Web Site Main Styles ----------------------------------  */
body { background:url(templateimages/woodback.jpg); text-align:center; font-family: Verdana, Geneva, sans-serif; color:#000; font-size:12px}

table {margin-left: auto; margin-right: auto; }
tr td {vertical-align:top;}


H1 {font-size:20px; color:#701512; font-weight:bold; font-family: Verdana; margin:0 0 15px 0; padding: 0px; background:url(../templateimages/h1-back-carbonfiber.jpg) repeat-y; }
H2 {font-size:15px; color:#000; font-weight:bold; font-family: Verdana; margin:0 0 15px 0;}
P {margin-bottom: 15px;}
img a{ border: 0 none; }
.cb {clear:both; padding:0; margin:0}


a {text-decoration: underline; font-family: Tahoma; font-size: 12px; color: #701512; font-weight:bold}
a:link {text-decoration: underline;  color: #701512; font-weight:bold}
a:visited {text-decoration: underline;	color: #701512; font-weight:bold}
a:hover {text-decoration: underline;	color: #000000; font-weight:bold}
a:active {text-decoration: underline;	color: #701512; font-weight:bold}

.bnavlink {font-family:tahoma; font-size:11px; color:#181B1F; text-decoration:none; font-weight:normal }
a.bnavlink:link { color:#181B1F; text-decoration:none; }
a.bnavlink:visited { color:#181B1F; text-decoration:none;}
a.bnavlink:hover { color:#181B1F;  text-decoration:underline;}
a.bnavlink:active { color:#181B1F;  text-decoration:none;}


div#content ul {list-style-type:disc; list-style-position:outside; margin:0 0 5px 35px;}
div#content ul li {line-height:1.5em; margin-bottom:3px;}
div#content ul li li {line-height:1.5em; margin-bottom:3px; list-style-type:circle;}

ol {list-style-type:decimal; list-style-position:outside; margin:0 0 5px 35px;}
ol li {line-height:1.5em; margin-bottom:10px;}






div#wrapper {width:900px; text-align:left; margin: 0 auto; background: url(templateimages/shadow.png) repeat-y; padding:0 36px 0 36px}
div#header {background:url(templateimages/headerback.jpg) no-repeat; width:900px; height:80px}
div#logo {float:left; width:297px; padding: 10px 0 0 35px;}
div#address {float:right; width:400px; text-align:right; padding:14px 44px 0 0; color:#ebdebe; font-weight:bold}

div#nav {background-color:#e8e4e4; text-align:center; font-weight:bold; padding:5px;}
div#content {background-color:#FFF; padding:15px 35px 10px 35px; text-align:left}

div#footer {margin: 0 auto; background:url(templateimages/footerback.png) no-repeat; width:912px; height:115px; text-align:center; padding:30px 30px 0px 30px}

div#footer a {text-decoration: underline; font-family: Tahoma; font-size: 11px; color: #701512; font-weight:bold}
div#footer a:link {text-decoration: underline;  color: #701512; font-weight:normal}
div#footer a:visited {text-decoration: underline;	color: #701512; font-weight:normal}
div#footer a:hover {text-decoration: underline;	color: #000000; font-weight:normal}
div#footer a:active {text-decoration: underline;	color: #701512; font-weight:normal}



