/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

BODY{ margin: 0; padding: 0; background: url(images/bg.jpg) repeat-x top; font: normal 13px/22px Arial, Verdana, sans-serif; }

h1{ font: bold 18px Georgia, Times, "Times New Roman", serif; color: #862121; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 10px; }
p{ margin: 0 0 10px; }
a{ color: #862121; }

#container{ width: 960px; margin: 0 auto; }
#nav { margin: 0 0 5px 147px; padding: 0; list-style: none; height: 58px; }
#nav li { margin: 0; padding: 0; float: left; list-style: none; display: block; width: 222px; height: 58px; }
#nav li a { display: block; width: 222px; height: 58px; }
#nav li .about div { background: url(images/nav_about.png) no-repeat; }
#nav li .about div.active { background-position: 0 -58px; display: none; z-index: 10; }
#nav li .ask div { background: url(images/nav_ask.png) no-repeat; }
#nav li .ask div.active { background-position: 0 -58px; display: none; z-index: 10; }
#nav li .contact div { background: url(images/nav_contact.png) no-repeat; }
#nav li .contact div.active { background-position: 0 -58px; display: none; z-index: 10; }
#nav li #activeNav div.active { background-position: 0 -116px; display: block; z-index: 10; }
#nav div { position: absolute; display: block; width:222px; height: 58px; z-index: 5; }
#bannerFade { overflow: hidden; width: 960px; height: 307px; margin-bottom: 20px; }
#footer { width: 960px; height: 150px; margin: 20px 0; background: url(images/footer.png) no-repeat top center; font: italic normal 12px Georgia, Times, "Times New Roman", serif; color: #666; }
#footer a { color: #666; }
#footer .left { position: absolute; margin: 37px 0 0 130px; }
#footer .right { position: absolute; margin: 37px 0 0 590px; }
.clear{ height: 0px; display: block; clear: both; }

.mainCol{ float: left; width: 600px; padding: 0 20px 0 10px; background: url(images/border.png) repeat-y right top; min-height: 300px; }
.sideCol{ float: left; width: 310px; padding: 0 0 0 20px;}
.article{ margin: 0 50px; padding: 30px; border: 2px solid #CCC; }


.fancyList{ margin: 0 10px 0 35px; list-style:square url("images/diamond.png"); }
.fancyList li { margin: 7px 0; font-size: 12px; }
.fancyList li a { font-style: italic; }
