/* CSS - New Project */

/* reset */
	body, form, ul, li, img, pre, fieldset {padding: 0px; border: 0px; margin: 0px;}
	
/* 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;}
	.nomargin {margin: 0px;}
	body {font-size: 12px; color: #231f20; font-family: Verdana, Arial, Helvetica, sans-serif; background: #000000;}
	h1 {font-family: Georgia, "Times New Roman", Times, serif; color: #a00913; font-size: 20px; text-transform: uppercase; margin-bottom: -10px;}
	
	
/* basic */
	#bodyWrap {clear: both; width: 100%; min-height: 600px; background: #ffffff url(images/homerepeat.jpg) top repeat-x;}
	#inside #bodyWrap {background: #ffffff url(images/insiderepeat.jpg) top repeat-x;}
	#mainContainer {clear: both; width: 100%; min-height: 600px; background: url(images/bodyrepeat.jpg) center repeat-y;}
	
/* header */
	#headerContainer {clear: both; height: 283px; width: 900px; margin: 0px auto; position: relative;}
        #inside #headerContainer {height: 205px;}
	#headerLogo h1 {text-indent: -9999px;margin: 0; float: left; margin-left: 40px;}
	#headerLogo a {display: block; width: 144px; height: 162px; outline: none; background: url(images/logo1.jpg) no-repeat;}
	#search {position: relative; margin-top: -48px; right: -20px; float: right;}
	#search .searchText {margin-top: 0px; margin-bottom: 3px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #003325;}
	#search #searchButton {border: none; background: url(images/searchbutton.jpg) no-repeat; height: 31px; width: 88px; text-indent: -9999px; line-height: 0px; overflow: hidden; font-size: 0px;}
#search #searchButton:hover {background: url(images/searchbuttonhover.jpg) no-repeat;}
	#search #searchBox {background: url(images/searchbox.jpg) no-repeat; width: 160px; height: 26px; border: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; display: block; float: left; padding-top: 8px; padding-left: 24px;}
	#flash {width: 692px; height: 224px; float: right; padding-right: 5px; margin-top: -2px;}

	
/* body */
	#bodyContainer {clear: both; width: 100%; min-height: 600px; background: url(images/mainbg.jpg) top center no-repeat;}
        #inside #bodyContainer {background: url(images/maininsidebg.jpg) top center no-repeat;}
	#bodyContent {clear: both; width: 900px; margin: 0px auto; position: relative;}
	#leftCol {float: left; width: 208px; min-height: 300px; position: relative;}
	#nav {margin-left: 20px; position: relative; top: -112px; width: 208px;}
        #inside #nav {top: -34px;}
	#nav li {list-style: none; display: block; width: 183px; float: left; position: relative; z-index: 1000; min-height: 30px; background: url(images/navbg.jpg) 0px 0px no-repeat; text-align: center; text-transform: uppercase; font-size: 12px;}
	#nav li a {display: block; text-decoration: none; display: block; padding: 10px 0px; font-weight: bold; color: #ffffff;}
	#nav li a:hover {background: url(images/navhover.jpg) 0px 0px no-repeat;}
	#nav li.javelin_active {background: url(images/navhover.jpg) 0px 0px no-repeat;}
        #nav ul {background: #a00913; padding: 15px 0px 0px 0px; line-height: normal;}
	#nav ul li {background: none; float: none!important; text-transform: none;}
	#nav ul li a { font-weight: normal; padding: 0px;}
	#nav li.javelin_active ul li  {background: none;}
	#nav ul li a:hover {background: none; color: #000000;}
        #inside .address {top: -12px;}
        .address {color: #a00913; position: relative; top: -100px; left: 20px;}
	#rightCol {float: right; width: 625px; padding-right: 20px; min-height: 100px; padding-top: 30px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 24px; font-size: 13px; position: relative;}
        #rightCol .javelin_moduleContent li {list-style: none; padding-left: 15px; color: #a00913; font-weight: bold; background: url(images/insidebullet.jpg) 0px 8px no-repeat;}
        #rightCol a {color: #000000; font-weight: bold; text-decoration: none;}
        #rightCol a:hover {color: #a00913;}
	.homeLeft {width: 280px; float: left; border-right: 1px solid #000000; padding-right: 20px;}
	.homeRightTop, .homeRightBottom {width: 300px; float: right;}
	.homeRightTop {border-bottom: 1px solid #000000; padding-bottom: 20px;}
	.pageTitle {position: relative; z-index: 1000; width: 306px; border-bottom: 1px solid #000000; padding-bottom: 15px; margin-bottom: 17px; margin-top: 0px;}
        #home .pageTitle {width: 280px;}
	
	
	
/* footer */
	#footerContainer {clear: both; width: 100%; background: #000000 url(images/footerrepeat.jpg) top repeat-x; min-height: 180px; color: #ffffff; font-size: 10px;}
	#footerContent {width: 960px; margin: 0px auto; padding-top: 50px; padding-left: 70px; background: url(images/footer.jpg) top center no-repeat;}
	#fnav li {display: inline; float: left; line-height: .8em; border-right: 1px solid; padding-right: 5px; margin-right: 5px;}
	#fnav .javelin_lastItem {border-right: none;}
	#fnav li a {text-decoration: none; font-weight: bold; text-transform: uppercase;}
	#fnav li a:hover {text-decoration: underline;}
	#footerContent a {text-decoration: none; color: #ffffff;}
	#footerContent a:hover {text-decoration: underline;}
	#footerContent p {clear: both; position: relative; top: 5px;}