/* CSS Document */
* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */


/* -- Body -- */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #404040;
	color: #000000;
}


/* -- Standard --*/
h1 { 
	font-size: 2em;
	font-weight: bold;
	color: #FF0009;
	margin-bottom: 20px;
}

h2 { 
	font-size: 1.5em;
	font-weight: bold;
	line-height: 18px;
	color: #FF0009;
	margin-bottom: 20px;
}

h3 { 
	font-size: 1.3em; 
	color: #5C5C5C;
	margin-bottom: 15px;
}

h4 { 
	font-size: 1.2em; 
	color: #000;
	font-weight: bold;
	margin-bottom: 10px; 
}

h5 { 
	font-size: 1.1em; 
	color: #404040;
}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

a { 
	color: #FF010C;
	text-decoration: none; 
}

a:hover {
	color: #A50007;
	text-decoration: underline; 
}

ul { 
	list-style: disc;
	margin-left: 30px; 
	margin-bottom: 20px;
}

ul li { 
	line-height: 18px;
}


/* -- Wrap --*/
#wrap {
	width: 760px; 
	background-color: #FFFFFF;
	float: left;
	position: relative;
}

#left {
	width: 490px; 
	float: left;
}

#right {
	width: 252px; 
	float: right;
}

#jtb {
	width: 490px; 
	height: 232px;
}

#jtw {
	width: 252px; 
	height: 282px;
}

div#flash {
	width: 490px;
	height: 106px;
	background: url('../images/flash4.jpg') 0 0 no-repeat;
}

/* -- Banner --*/
#banner {
	width: 490px; 
	height: 256px;
	position: relative;
}

#banner-inner {
	width: 490px; 
	height: 111px;
	position: relative;
}

/* -- Content --*/
#content {
	width: 430px; 
	padding: 30px;
}

#contact_info {
	font-weight: bold;
	width: 232px; 
	height: 146px;
	margin-top: 40px;
	padding: 10px;
}

/* Bookmark */
.bookmark {
	padding: 5px; 
	background: #000; 
	color: #fff; 
	font-weight: bold; 
	text-align: center; 
	width: 150px;
	margin: 0 auto;
}

.bookmark a {
	color: #fff;
	text-decoration: none; 
}

.bookmark a:hover {
	color: #fff;
	text-decoration: none; 
}

/* -- Latest News -- */
ul#latest-news {
	list-style: none;
	margin-left: 0; 
	margin-bottom: 20px;
}

ul#latest-news li {
	line-height: 2em;
	display: block;
	clear: both;
}

div.date {
	font-weight: bold;
	float: left;
	padding-right: 10px;
}

div.news-description {
	float: left;
}

/* -- What's Happening -- */
ul#latest-news {
	list-style: none;
	margin-left: 0; 
	margin-bottom: 20px;
}

ul#latest-news li {
	line-height: 1.5em;
	display: block;
	clear: both;
}

div.latest-news-description {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	min-height: 180px;
}

div.latest-news-description img {
float: left; margin: 0 5px 5px 0;
}


/* -- Nav --*/
#navigation {
	margin-top: 60px;
	width: 252px; 
	height: 215px; 
	position: relative;
}


#navslap {
	width: 252px; 
	height: 215px; 
	border-right: 5px solid #FF0009;
	position: absolute; 
	left: 0px;
}

#nav {
	list-style: none;
	display: inline;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a {
	float: left; 
	clear: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	text-indent: -999px;
}

#nav a:hover {
	background-position: 0 -30px;
}

#mhome a  {
	width: 251px; 
	background: url('../images/home.gif') no-repeat;
}

#mprofile a  {
	width: 251px; 
	background: url('../images/profile.gif') no-repeat;
}


#mspecials a  {
	width: 251px; 
	background: url('../images/specials.gif') no-repeat;
}	

#msparew a  {
	width: 251px; 
	background: url('../images/sparewreck.gif') no-repeat;
}

#mspareu a  {
	width: 251px; 
	background: url('../images/spareused.gif') no-repeat;
}

#mcab a  {
	width: 251px; 
	background: url('../images/cabs.gif') no-repeat;
}

#mcontact a  {
	width: 251px; 
	background: url('../images/contact.gif') no-repeat;
}

#img_side {
	width: 252px; 
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}

/* -- Footer --*/
#footer {
	height: 103px; 
	background-color: #000000;
	text-align: center;
	padding-top: 15px;
	color: #fff;
}

#footer a {
	text-decoration: none; 
	color: #FFFFFF;
}

#footer a:hover {
	color:#FF0009;
}




