/****************************************
  __                .__    .__        
_/  |_  ____   ____ |  |__ |__| ____  
\   __\/  _ \_/ ___\|  |  \|  |/    \ 
 |  | (  <_> )  \___|   Y  \  |   |  \
 |__|  \____/ \___  >___|  /__|___|  /
                  \/     \/        \/ 
*****************************************/
 

@import url("reset.css"); /* Loads the Reset CSS, sets all tags to have default styling in all browsers */

body { /* Sets properties of the body */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 14px 0px 0px;
	padding: 0px;
	background: #474747 url(../images/body-back.jpg) repeat-x;
}
a:hover, a:visited, a:active {
	text-decoration:none;
	 }
#content h1 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

a:hover {
	text-decoration:underline;
	}

#container { /* Changes the size of layout */
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header { /* Bar at top */
	height: 93px;
	background: url(../images/header-back.jpg);
	width: 700px;
}
#header h1 { /* Controls the look of the logo */
	height: 44px;
	width: 176px;
	text-indent: -100em;
	overflow: hidden;
	position: relative;
	left: 18px;
	top: 29px;
	background: url(../images/header-logo.jpg);
}
#topnav { /* Sets the properties of navbar */
	height: 28px;
	display: block; /* set to 'display:none;' if no topnav is required */
	background: #FF00FF url(../images/nav-back.jpg);
	padding-top: 5px;
}
#topnav ul { /*Sets postion of top nave (left or right) */
	float:left;
	}
#topnav li { /*  Top navigation */
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topnav li a { /* links in Topnav */
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
#content { /*Background behind left and right columns, can be used for bg images and such*/
	background-color: #CCCCCC;
	}
#content p {
	margin-bottom:15px;
	}
#content ul {
	margin-bottom:15px;
	}
#content li {
	display: block;
	background: #F8F8F8 url(../images/bullet.jpg) no-repeat 6px 8px;
	margin-bottom: 3px;
	padding-left: 25px;
}
#content li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	display: block;
	}
#content a {
	color: #DB1002;
	text-decoration: none;
}
	
#leftcolumn { /* Sets props of column on left side of Page */
	background-color: #FFF;
	width: 660px;
	padding: 20px;
	font: 11px/175% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.clear { /*clears floats (both left & right) */
	clear: both;
	}
#footer { /*Footer at bottom of page */
	height: 40px;
	background: #0066CC url(../images/footer-back.jpg) repeat-x;
}
#footer #tochin { /* display 'Design by Tochin' link */
	display: block;
	width: 100px;
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 15px;
	margin-left: 10px;
}
#footer #tochin a{
		color: #CCCCCC;
		text-decoration:none
		}
#footer #copyright { /* displays the copyright info */
	width: 110px;
	float: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 15px;
	margin-right: 10px;
}
#numbers {
	width: 700px;
	background: url(../images/numbers.jpg) no-repeat center;
	height: 40px;
}
.highlight {
	color: #DB1002;
	font-weight: bold;
}
.floatleft {
	float: left;
	clear: both;
	width: 325px;
}
.floatright2 {
	float:right;
	padding-left: 25px;
	}
.floatright {
	float: right;
	width: 325px;
}
#vehicles td {
	border-bottom: 1px dotted #DB1002;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
}
#vehicles img {
	border: 1px solid #CCCCCC;
}
.bookmark {
	clear: both;
	background: #DB1002 url(../images/nav-back.jpg) bottom;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.backtotop {
	float: right;
}
.backtotop a {
}
