/* CSS - New Project */

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

/* general */
	a { color:#cd1615; }
	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 {padding-bottom: 30px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #c0baba; background: #000 url(images/bodyBg.jpg) left top repeat-x;}
	#bodyWrapper { min-height:600px; background: transparent url(images/background.jpg) center top no-repeat;}
	.fancyLine {display: block; width: 293px; height: 6px; background: url(images/side-line.jpg) no-repeat;}
	h1 {color: #ffffff; font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
	h3 {color: #ffffff; font-size: 16px; font-family: Arial, Helvetica, sans-serif;}
	

/* basic */
	#mainContainer {clear: both; min-height: 600px; width: 1002px; margin: 0 auto; background: #000 url(images/mainContainerBg.jpg) left top repeat-y;}
	
/* header */
	#headerContainer {clear: both;}
	#headerImage {height: 251px;}
	#headerImage p {margin: 0px;}
	#headerImage img {border: none;}
	#headerLogo h1 {text-indent: -9999px; margin: 0; display: none;}
	#headerLogo a {display: block;}
	#headerNav {background: #000 url(images/navBg.jpg) left top repeat-x; height: 68px;}
	#nav {margin:0; padding:0;}
	#nav li {list-style: none; display: block; float:left; font-weight: bold; font-size:120%; border-right: 1px solid #000; border-left: 1px solid #1f1f1f; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
	#nav li.javelin_navitem1 {border-left: 0;}
	#nav li a {display:block; width:94px; padding:26px 0; margin:0; background: #000 url(images/navItemBg.jpg) left top repeat-x; color: #d2d2d2; text-decoration: none; text-align: center;}
	#nav li a:hover { background: #000 url(images/navItemActiveBg.jpg) left top repeat-x; color: #cd1716; }

/* body */
	#bodyContainer {clear: both; margin: 0px auto; padding: 0 21px;}
	#bodyContent {clear: both; margin: 0px auto; background: url(images/bodyTop.jpg) top no-repeat; min-height: 300px; width: 960px; padding-top: 70px;}
	#leftCol {float: left; width:645px; padding: 0px 10px;}
	.pageTitle {margin-top: 0px;}
	.javelin_blogPostTitle {margin: 0px;}
	.javelin_blogPostTitle a {text-decoration: none; font-size: 12px;}
	.javelin_blogPostTitle a:hover {color: #b1b1b1;}
	.javelin_blogPostDate {color: #e9e9e9;}
	.javelin_moduleContent img {border: 5px solid #444444;}
	#rightCol {float: right; width:293px;}
	#rightContent {width:273px; margin: 0px auto;}
	.javelin_links .javelin_linksItem {list-style: none; background: url(images/rightcolArrow.jpg) 0px 5px no-repeat; padding-left: 10px; padding-top: 0px; font-weight: bold; line-height: normal; min-height: 20px;}
	#search {padding: 10px 0px 0px 10px; font-family: Arial, Helvetica, sans-serif;}
	#search .searchText {margin-top: 0px; margin-bottom: 3px; font-size: 14px; font-weight: bold; color: #FFFFFF; width: 240px; height: 14px; background: url(images/searchDecoration.jpg) right 3px no-repeat;}
	#search #searchButton {border: none; background: url(images/gobutton.jpg) no-repeat; height: 22px; width: 22px; text-indent: -9999px; margin-top: 2px;}
	#search #searchBox {background: url(images/searchbox.jpg) no-repeat; width: 202px; height: 27px; border: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; padding-top: 6px; float: left; margin-right: 13px; color: #a0a0a0;}
	#subNav {margin-left: 0px;}
	#subNav li {line-height: 18px; list-style: none; display: block; min-height: 28px; background: url(images/subnavbg.jpg) top repeat-x; padding-top: 5px; padding-left: 15px;}
	#subNav li a {text-decoration: none; color: #ffffff; font-weight: bold;}
	#subNav li a:hover {color: inherit; text-decoration: none;}
	#subNav ul {background: url(images/thirdlevelbg.jpg) bottom no-repeat; margin-left: 0px; padding-top: 15px; padding-bottom: 7px; margin-left: -15px;}
	#subNav ul li {background: url(images/rightcolArrow.jpg) 0px 5px no-repeat; padding-left: 10px; padding-top: 0px; line-height: normal; min-height: 20px; margin-left: 20px;}
	#subNav ul li a {color:#cd1615; text-decoration: underline;}
	#subNav ul li a:hover {color: inherit;}
	

/* footer */
	#footerContainer {clear: both; width: 100%; background: #2a2a2a url(images/footerBg.jpg) center top repeat-x;}
	#footerContent {margin: 0px auto; padding:20px 40px;}
	#fnav li {display: inline; float: left; line-height: .8em; border-right: 1px solid #cd1615; padding-right: 5px; margin-right: 5px; font-weight: bold;}
	#fnav .javelin_lastItem {border-right: none;}
	#fnav li a {text-decoration: none; color: #cd1615;}
	#fnav li a:hover {text-decoration: underline;}
	#footerContent a {text-decoration: none; color: inherit;}
	#footerContent a:hover {text-decoration: underline;}
	#footerContent p {clear: both; position: relative; top: 5px;}