/* CSS - New Project */

/* reset */
	body, form, ul, li, img, pre, fieldset {padding: 0; border: 0; margin: 0;}

/* general */
	strong {font-weight: bold;}
	em {font-style: italic;}
	.left {float: left;margin-right: 1em;}
	.right {float: right;margin-left: 1em;}
	.hide {display: none;}
	.show {display: block;}
	body {font-size: 11px; background: #3e2c29 url(images/bg.jpg) no-repeat top center; font-family: Verdana, Arial, Helvetica, sans-serif; color: #224f56;}
	strong {color: #792222;}
	a {color: #792222; font-weight: bold; text-decoration: none;}
	a:hover {text-decoration: underline;}

/* basic */
	#mainContainer {clear: both;}
	
/* header */
	#headerContainer {clear: both; background: url(images/header.jpg) no-repeat; width: 782px; height: 142px; margin: 0 auto; padding-top: 1px;}
	#topNav {width: 170px; float: right; margin-top: 4px;}
	#topNav li {display: inline; list-style: none; margin-right: 15px;}
    #topNav li a {color: #fff; font-size: 10px;}
	#headerLogo h1 {text-indent: -9999px;margin: 0;}
	#headerLogo a {display: block; width: 345px; height: 100px; margin: 0 auto;margin-top: 15px;}
	#headerNav {margin-left: 30px;}
	#headerNav li {list-style: none; display: inline; font-size: 14px; background: url(images/leftnav.jpg) no-repeat left; padding-left: 12px; float: left;}
	#headerNav li a {text-decoration: none; color: #fff; float: left;background: url(images/rightnav.jpg) no-repeat right; padding: 5px 13px 5px 0px; font-weight: bold;}
	#headerNav li a:hover {text-decoration: underline;}

/* body */
	#bodyContainer {clear: both; background: url(images/bodybg.jpg) repeat-y; width: 782px; min-height: 500px; margin: 0 auto;}
	#bodyContent {margin: 0 30px;}
		#inside #bodyContent {padding-top: 1px;}
		#inside #bodyContent ul {padding-left: 30px;}
	#home #bodyContent {margin-right: 0;}
	#leftCol {float: left; width: 453px;}
	#rightCol {float: right; width: 279px; height: 634px; background: url(images/rightcol.jpg) no-repeat; position: relative; left: 15px;}
	#rightCol .blog {margin: 275px 0 0 60px;;width: 175px;}
	#rightCol .blog li {margin-bottom: 10px; list-style: none;}
	

/* footer */
	#footerContainer {clear: both; width: 782px; height: 91px;background: url(images/footerbg.jpg) no-repeat; margin: 0 auto;}
	#footerContent {text-align: center; color: #fff;}
	#footerContent li {display: inline; list-style: none; margin-right: 5px; padding-right: 5px; border-right: 1px solid #fff;}
	#footerContent .lastItem {border-right: none;}
	#footerContent a {color: #fff;}
	#footerContent {padding-bottom: 20px;}


/* custom */

	.b40d_module-faq dt {font-size: 12px; font-weight: bold;}
	.b40d_module-faq dd {border-left: 3px solid #3F2B2A; padding-left: 6px;}
	#breadcrumb {margin-left: -30px; margin-top: 10px; }
	#breadcrumb li {display: inline;}
	
	dt.javelin_faqItemQuestion {font-size: 12px; font-weight: bold;}
	dd.javelin_faqItemAnswer  {border-left: 3px solid #3F2B2A; padding-left: 6px;}
