@charset "utf-8";
/* CSS Document */
/* Universal fonts */
body {
	font-family:  Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 62.5%;
}
p, pre, ul {
	margin:4px 0px 10px 0px;
	font-size: 1.2em;
}
ol {
	font-size: 1.1em;
}

ul ul, ol ol {
	font-size: 1em;
}

dl, dd, dt {
	font-size: 1.1em;
}
a:link, a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #464aee;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #464aee;
}

#navlist li	{
margin: 0;
padding: 0 20px;
list-style: none;
display: inline;
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 1.1em;
letter-spacing: 2px;
font-variant: small-caps;
}

#navlist li a {
margin: 0;
padding: 0 10px;
text-decoration: none;
color: #373c3c;
line-height: 20px;
}

#navlist li a:link { 
	color: #373c3c;
 }
#navlist li a:visited { 
	color: #373c3c;
 }

#navlist li a:hover {
	color: #1f2323;
	text-decoration: underline;
}

#navlist li a#current {
background: #fff;
color: #1f2323;
border-bottom: solid 3px #fff;
}
	



h1 {
	color: #083873;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	margin:0px 0px 8px 0px;
	font-size: 2.0em;
}
h1 a:link,
h1 a:visited {
	color: #233e99;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	margin:0px 0px 8px 0px;
}
h2 {
	color: #083873;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	margin:0px 0px 6px 0px;
	font-size: 1.6em;
}
h2 a:link, 
h2 a:visited {
	color: #083873;
	font-weight: bold;
}

h3 {
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	margin:14px 0px 6px 0px;
	font-size: 1.4em;
}

h4  {
	color: #083873;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	margin:14px 0px 6px 0px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.header  {
	color: #083873;
	font-size: 1.2em;
	font-weight: bold;
}

.header a:link, 
.header a:visited {
	color: #083873;
	font-size: 1.2em;
	font-weight: bold;
}

.rule {
	border-bottom: solid 1px #bec4c8;
	margin: 5px 0px 10px 0;
}

.boxhead {
	background-color: #bec4c8;
	color: #083873;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bikebox a:link, .bikebox a:visited  {
	color: #083873;
	font-size: 1.1em;
	font-weight: bold;
}


.bikebox a:hover {
	text-decoration: underline;
	}

/* LIST STYLES*/
ul.none {
	list-style: none;
	margin: 0 0 0 10px;
}

ul {
	list-style: url(../images/bullet.gif);
	margin: 0 0 5px 18px;
	padding: 0 0 10px 18px;
}
li {
	/*padding: 0 0 0.5em 0;
	padding: 2px 0 0 5px; */
	margin: 2px 0 3px 5px;
	padding: 0px;
}
ul ul {
	list-style-image:url(../images/bullet_greysquare.gif);
	margin: 0 0 0 10px; /*4px -5px 3px 14px;*/
	padding: 0; 
}

.alert {
	color:#EE3524;
}
.tip {
	color: #636467;
	font-style:normal;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.0em;
	font-size: 0.9em;
}

.more {
	font-size: 1.0em;
	font-variant: small-caps;
	letter-spacing: .1em;
}

#footer {
	border-top: solid 1px #005;
	border-bottom: solid 1px #005;
	background-color: #444;
	font-size: 0.9em;
	font-variant: normal;
	color: #eee;
	text-align: center;
	clear: both;
	}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #ccc;
}
	
#footer a:hover {
	text-decoration: underline;
	color: #ccc;
}

