/*---------- Jellybean Hotrods ----------*/
/*----- Site Created by: Drizzy -----*/




/*---------- General Site Styles ----------*/



* {
	margin: 0;
	padding: 0;
	}
	
body {
	min-width: 1024px;
	color: #fff;
	font: normal medium arial, verdana, sans-serif;
	background: #000 url(../images/webimages/bg.jpg) repeat-x top left;
	}

/*---------- Site Background ----------*/
#wrapperShadow {
	width: 1024px;
	margin: 0 auto;
	background: url(../images/webimages/containerShadow.jpg) no-repeat top left;
	}
	
#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(../images/webimages/containerBg.jpg) repeat-x top left;
	}

	
/*---------- Header ----------*/
#header {
	width: 800px;
	background: url(../images/webimages/headerBg.jpg) no-repeat top left;
	overflow: hidden;
	}
	
#header h1#logo a {
	float: left;
	display: block;
	width: 475px;
	height: 133px;
	text-indent: -99999px;
	background: url(../images/webimages/logo.jpg) no-repeat top left;	
	}
	
#header blockquote {
	float: right;
	width: 305px;
	height: 30px;
	margin-top: 87px;
	margin-right: 15px;
	text-align: right;
	}

	
/*---------- content ----------*/
#container {
	width: 800px;
/*	border: 1px solid orange;*/
	}
	
#banner {
	width: 785px;
	min-height: 322px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 11px;
	background: #232323 url(../images/webimages/bannerBg.jpg) repeat-x top center;
	}


/*---------- Navigation ----------*/
#mainNav {
	float: left;
	width: 136px;
	font: normal 75% arial, verdana, sans-serif;
	background: url(../images/webimages/menuBg.gif) repeat-y top left;
	}
	
#mainNav ul {
	list-style-type: none;
	}
	
#mainNav ul li {
	width: 136px;
	}
	
#mainNav ul li a {
	display: block;
	text-decoration: none;
	padding: 0.85em;
	border-bottom: 1px solid #242424;	
	padding-left: 15px;
	}
	
#mainNav ul li.current {
	color: #000;	
	padding: 0.85em;
	padding-left: 15px;
	border-bottom: 1px solid #242424;
	background: url(../images/webimages/menuSelect.gif) no-repeat top left;
	}

	
/*---------- Secondary Links ----------*/
#mainNav ul li.secNav a:link, #mainNav ul li.secNav a:visited {
	color: #d6a504;
	}
	
#mainNav ul li.secNav a:hover {
	color: #000;
	}	


/*---------- Navigation Links ----------*/
#mainNav ul li a:link, a:visited {
	color: #c8c8c8;
	}

#mainNav ul li a:hover, a:active {
	color: #000; 
	background: url(../images/webimages/menuSelect.gif) no-repeat top left;
	}
		
#mainNav ul li.secNav {
	background: url(../images/webimages/menuSelect2.gif) no-repeat top left;
	}


/*---------- Home Page Welcome ----------*/
#welcome {
	width: 800px;
	height: 115px;
	margin-left: 15px;
	overflow: hidden;
	}

#welcome h2 {
	padding: 10px 25px;
	text-align: right;
	font: normal 150% verdana, sans-serif;
	}
	
#welcome p {
	font-size: 80%;
	margin-left: 80px;
	margin-right: 20px;
	text-align: right;
	}



/*---------- Content ----------*/
#content {
	width: 800px;
	height: 344px;
	margin-left: 15px;
	background: url(../images/webimages/contentBg.jpg) no-repeat bottom left;
	overflow: hidden;
	}

#content h2 {
	padding: 30px 45px;
	text-align: right;
	font: normal 150% verdana, sans-serif;
	}
	
#content p {
	font-size: 75%;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#content #updates a:link, #content #news a:link { color: #fff; }
#content #updates a:hover, #content #news a:hover { color: #fff; }
	
	
/*----- Updates Section -----*/
#content #updates {
	float: left;
	width: 148px;
	height: 230px;
	margin-left: 15px;
	padding-top: 30px;
	text-align: center;
	background: url(../images/webimages/updatesBg.jpg) repeat-x bottom center;
	border-top: 1px solid #dea724;
	border-right: 1px solid black;
	}
	
#content #updates span.date {
	color: #000;
	}
	
#content #updates p {
	font-size: 70%;
	margin: 0 15px;
	}
		
		
/*----- News Section -----*/
#content #news {
	float: right;
	width: 410px;
	height: 230px;
	margin-right: 195px;
	padding: 30px 0 0 30px;
	border-top: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;
	background: url(../images/webimages/newsBg.jpg) repeat-x bottom center;
	}
	
#content #news h3 {
	color: #d6a504;
	}	

#content #news span.date {
	color: #d6a504;
	margin-right: 20px;
	}
	

/*---------- Projects main page ----------*/

#contentWrap {
	overflow: auto;
	padding-top: 30px;
	background: url(../images/webimages/infoBg.jpg) no-repeat bottom center;
	}
	
#contentWrap div {
	padding-top: 15px;
	padding-left: 30px;	
	}
	
#contentWrap img {
	border: none;
	}

#contentWrap ol {
	overflow: auto;
	font: normal 75% arial, verdana, sans-serif;
	list-style-type: none;
	margin-top: 30px;
	}	
	
#contentWrap ol li {
	float: left;
	width: 100px;
	min-height: 160px;
	margin-right: 28px;
	text-align: center;	
	}
	
#contentWrap ol li a {
	float: left;
	margin-bottom: 5px;
	border: 2px solid #fff;
	}
		
#contentWrap ol li a img {
	float: left;
	border: none;
	}


	
#contentWrap h2 {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #393939;
	font: normal 150% verdana, sans-serif;
	}

#contentWrap h3 {
	font: normal 100% verdana, sans-serif;
	color: #d6a504;
	}
	
#contentWrap p{
	margin: 15px 0;
	padding-right: 30px;
	font: normal 85%/2em arial, verdana, sans-serif;
	}
	
#contentWrap .contentImage img {
	float: left;
	padding: 15px;
	}

#contentWrap ol li a:hover {border: 2px solid #d6a504;}
	
#contentWrap #mainContent {
	clear: left;
	}
	
#contentWrap #mainContent ul {
	font: normal 90%/1.5em arial, verdana, sans-serif;;
	padding: 15px 0 15px 15px;
	}
	
#contentWrap #mainContent ul li a:link { color: #d6a504; text-decoration: none;}
#contentWrap #mainContent ul li a:hover { color: #d6a504; }
	
#contentWrap #secContent {
	margin-top: 15px;
	margin-bottom: 87px;
	border-top: 1px solid #4a4a4a;
	background: #393939 url(../images/webimages/newsBg.jpg) repeat-x top center;
	}	

#contentWrap #secContent blockquote {
	font: normal 85% verdana, sans-serif;
	}
	
#contentWrap #secContent ul.secLists {
	
	font: normal 75%/2em arial, verdana, sans-serif;
	padding: 15px 0 15px 15px;
	}
	
#contentWrap #secContent ul{
	font-size: 100%;
	padding-left: 30px;
	}
	
#contentWrap #secContent a:link, #contentWrap #secContent a:visited { color: #d6a504;	text-decoration: none; }

#contentWrap #secContent a:hover, #contentWrap #secContent a:active { color: #c8c8c8; } 
	

	
#contentWrap #secContent a img {
	border: none;
	}



	
	
/*---------- Event Table ----------*/
#eventTable {
	/*	font: normal 75% arial, verdana, sans-serif; */
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 11pt;
	}
	
	
#eventTable a:link, a:visited, a:hover, a:active{
	text-decoration: underline;
	}

	



/*---------- Flames ----------*/
#lflame {
	position: fixed;
	bottom: 0;
	left: 0;
	}
	
#rflame {
	position: fixed;
	bottom: 0;
	right: 0;
	}
	
	
/*---------- Footer ----------*/
#footer {
	clear: both;
	color: #d6a504;
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
	font: normal 70% arial, verdana, sans-serif;
	}
	
#footer ul {
	margin-left: -6px;
	}
	
#footer ul li {
	float: left;
	list-style-type: none;
	}
	
#footer ul li a {
	display: block;
	float: left;
	padding: 0 0.5em;
	}
	
#footer	a:link, a:visited {color: #fff; text-decoration: none;}
#footer	a:hover, a:active {color: #000; background-color: #d6a504; text-decoration: none;}
	
	
#footer p {
	clear: left;
	padding-top: 15px;
	}
	
#footer p#designer {
	float: right;
	}
	
body .centerImg {
	display: block;
	margin: 0 auto;
	text-align: center;
}


hr {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 80%;
	text-align: inherit;
}

                       

