body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans;
	color: #666666;
	background-image: url(../images/tile_greyWheel2.jpg);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

p {
	margin-top: .8em;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
ul {
	list-style-position: inside;
	margin: 0px;
	text-indent: -1.2em;
	padding: 0px;
}
li {
	list-style-image: url(../images/5-star.png);
	margin-top: 3px;
	margin-bottom: 5px;
}
ul ul {
	margin-left: 20px;
}
ul ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 3px;
	margin-bottom: 1px;
	text-transform: lowercase;
	font-size: 0.95em;
}





#wrapper {
	display: block;
	width: 800px;
	margin: 0px auto 0px auto;
}
#top_bg {
	display: block;
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/bg_top.png);
	height: 23px;
	background-repeat: no-repeat;
	font-size: 20px;
}
#bot_bg {
	display: block;
	padding: 0px;
	clear: both;
	width: 800px;
	background-image: url(../images/bg_bot.png);
	background-repeat: no-repeat;
	height: 23px;
	font-size: 20px;
	margin-bottom: 15px;
}
#page_cont {
	background-image: url(../images/bg_content_strip.png);
	background-repeat: repeat-y;
	width: 800px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-position: top;
}
#page {
	background-image: url(../images/bg_content.png);
	display: block;
	padding: 0px 30px 15px 40px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}




/* /////////////////////////////////////////////////////
///////////////////////// HEADER ///////////////////////
//////////////////////////////////////////////////////*/
#header {
	width: 730px;
	clear: both;
	display: block;
}
#logo {
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 200px;
	clear: left;
}
#byline {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans;
	font-size: 2.6em;
	font-style: italic;
	color: #176F21;
	padding-left: 29px;
}
#byline_cont {
	display: block;
	float: left;
	width: 500px;
	margin-top: 57px;
}


/* /////////////////////////////////////////////////////
///////////////////////// NAVIGATION ///////////////////
//////////////////////////////////////////////////////*/
#navCont {
	display: block;
	width: 530px;
	margin-top: 25px;
	float: left;
	font-size: 1.2em;
	line-height: 2.1em;
}
#nav {
	padding-left: 28px;
}
#navLeft a:link, #navLeft a:visited {
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 13px 0px 17px;
	border-right: 1px solid #F3F4FA;
	background-image: url(../images/bg_navLeft.jpg);
	background-position: left top;
	color: #FFFFFF;
}
#navLeft a:hover {
	background-image: url(../images/bg_navLeftOv.jpg);
	background-position: left top;
	text-decoration: underline;
}
#navRight a:link, #navRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 17px 0px 13px;
	background-image: url(../images/bg_navRight.jpg);
	background-position: right top;
	border: none;
}
#navRight a:hover {
	background-image: url(../images/bg_navRightOv.jpg);
	background-position: right top;
	text-decoration: underline;
}
#navCentre a:link, #navCentre a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #F3F4FA;
	padding: 0px 13px 0px;
	display: block;
	float: left;
	background-image: url(../images/bg_centreNav.jpg);
	background-position: center top;
}
#navCentre a:hover {
	text-decoration: underline;
	background-image: url(../images/bg_centreNavOv.jpg);
	background-position: top;
}
/*////////////////////END NAVIGATION /////////////////*/


#greyBar {
	display: block;
	width: 730px;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans;
	font-size: 0.95em;
	text-align: center;
	color: #F3F4FA;
	background-image: url(../images/grey_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 40px;
	padding-bottom: 15px;
	clear: left;
}
#greyBar a:link, #greyBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#greyBar a:hover {
	text-decoration: underline;
}

/* /////////////////////////////////////////////////////
///////////////////// END HEADER ///////////////////////
//////////////////////////////////////////////////////*/




#breadcrumb {
	display: block;
	width: 730px;
	font-size: 0.9em;
	clear: both;
	padding: 2px 0px;
	color: #5DAE49;
	float: left;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #5DAE49;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #177121;
	text-decoration: underline;
}



/* services content to accommodate subnav menu */
#content_lvl2 {
	line-height: 1.3em;
	display: block;
	width: 585px;
	font-size: 1.1em;
	color: #414C4E;
	float: left;
	padding-left: 30px;
	border-left: 1px solid #7AA557;
}
#content_lvl2 a:link, #content_lvl2 a:visited {
	color: #506193;
	font-weight: bold;
	text-decoration: underline;
}
#content_lvl2 a:hover {
	text-decoration: underline;
	color: #2a8c2a;
}
#content_cont {
	float: left;
	width: 730px;
}
/*/////////////////////////////////////*/




#content {
	line-height: 1.3em;
	display: block;
	font-size: 1.1em;
	color: #4D5B5D;
	float: left;
	clear: both;
	padding-right: 15px;
}
#content a:link, #content a:visited {
	color: #506193;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #2a8c2a;
}
#subnav {
	display: block;
	float: left;
	width: 100px;
	color: #95BF73;
	background-image: url(../images/subnav_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#subnav_title {
	background-position: top;
	display: block;
	padding: 6px 0px 4px 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: #107139;
	background-image: url(../images/subnav_title_bg.png);
	line-height: 1.3em;
}
#subnav_bot {
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 3px;
	background-image: url(../images/subnav_bot_bg2.png);
	border-right: 1px solid #7AA557;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	font-size: 1.1em;
	margin: 0px;
	text-indent: 0px;
	color: #F3F4FA;
	border-bottom: 1px solid #F3F4FA;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	display: block;
	background-color: #7AA557;
	border-right: 1px solid #7AA557;
}
#subnav ul ul li  {
	font-size: 0.9em;
}
#subnav ul ul li  a:link, #subnav ul ul li  a:visited {
	background-color: #A5D07B;
	color: #444E4F;
	text-transform: capitalize;
	padding-left: 15px;
}
#subnav ul ul li  a:hover {
	color: #FFFFFF;
	background-color: #298B46;
}
#subnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #107139;
	color: #FFFFFF;
	display: block;
	border-right: 1px solid #7AA557;
}
.subscript {
	font-size: 0.6em;
	vertical-align: top;
	line-height: 1.2em;
	padding-bottom: 8px;
	color: #00CC00;
}
#footnote {
	font-size: 0.7em;
	display: block;
	border-top: 1px solid #95BF73;
	line-height: 1.2em;
	padding-top: 5px;
	color: #95BF73;
	margin-top: 15px;
	clear: left;
	float: left;
	width: 730px;
	text-transform: uppercase;
}
#footnote a {
	text-transform: lowercase;
}
#footnote2 {
	font-size: 0.7em;
	display: block;
	border-top: 1px solid #95BF73;
	line-height: 1.2em;
	padding-top: 5px;
	color: #95BF73;
	margin-top: 15px;
	clear: left;
	float: left;
	width: 585px;
	text-transform: uppercase;
}
#footnote2 a {
	text-transform: lowercase;
}
#botNav {
	color: #D3D7D9;
	display: block;
	font-size: 0.9em;
	text-align: center;
	padding-top: 15px;
}
#botNav_cont {
	display: block;
	clear: both;
	height: 30px;
	width: 800px;
	background-image: url(../images/bg_botNav.png);
}
#botNav a:link, #botNav a:visited {
	color: #B2BBC2;
	text-decoration: none;
}
#botNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



/* /////////////////////////////////////////////////////
///////////////////// CLASSES //////////////////////////
//////////////////////////////////////////////////////*/

.float_l {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.float_r {
	display: block;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.clear_me {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 25px;
	margin-top: 15px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	float: left;
	line-height: 0.2em;
	display: block;
	margin-bottom: 15px;
	clear: both;
	width: 100%;
}
h1 {
	font-size: 2.4em;
	color: #7AA557;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -7px;
	margin-top: 0px;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #7AA557;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans;
	font-weight: bold;
	margin-bottom: -7px;
}
h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #7AA557;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans;
	font-weight: bold;
	margin-bottom: 0px;
}
.head3 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #7AA557;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans;
	font-weight: bold;
}
p.less_gap_above {
	margin-top: 2px;
}
.green_highlight {
	color: #7AA557;
	font-weight: bold;
}
.list_pusher_hm {
	float: left;
	padding-left: 15px;
	display: block;
}
.quote {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-right: 30px;
	padding-left: 15px;
	display: block;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 15px;
}
.quote2 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding-right: 30px;
	padding-left: 15px;
	display: block;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 15px;
}
.quote3 {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-right: 30px;
	padding-left: 15px;
	display: block;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 15px;
}
.quote4 {
	display: block;
	border: 1px solid #333333;
	padding: 7px;
	clear: right;
	color: #333333;
	background-color: #FAFBFD;
	margin-top: 12px;
	margin-left: -14px;
}
.quoted {
	display: block;
	padding-left: 15px;
	text-align: right;
	padding-right: 30px;
	font-size: 0.8em;
	padding-bottom: 15px;
}
.quoted3 {
	display: block;
	padding-left: 15px;
	text-align: right;
	padding-right: 30px;
	margin-top: -5px;
	margin-bottom: 6px;
	font-size: 0.9em;
}




/* construction notice ////////////////////////////////////////
////////////////////////////////////////////////////////////*/
#highlight_box_cont {
	display: block;
	float: left;
	width: 730px;
	margin-bottom: 15px;
}
#highlight_box {
	background-color: #95BF73;
	padding: 8px 16px;
	display: block;
	float: left;
	color: #F3F4FA;
}
#highlight_box a:link, #highlight_box a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
#highlight_box a:hover {
	text-decoration: underline;
}
/*///////////////////////////////////////////////////////////////*/



/* rounded corners one_col layout */
.bl {
	background: #95BF73 url(../images/corners/bl.png) no-repeat 0 100%;
	width: 730px;
	color: #F3F4FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: left;
	float: left;
}
.bl3 {
	background: #95BF73 url(../images/corners/bl2.png) no-repeat 0 100%;
	width: 730px;
	color: #F3F4FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: left;
	float: left;
}
.bl2 {
	background: #95BF73 url(../images/corners/bl.png) no-repeat 0 100%;
	width: 585px;
	color: #F3F4FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: both;
	float: left;
}
.centre_img {
	text-align: center;
	display: block;
	clear: left;
	float: left;
	width: 550px;
}
.br {
	background: url(../images/corners/br.png) no-repeat 100% 100%
}
.tl {
	background: url(../images/corners/tl.png) no-repeat 0 0
}
.tr {
	background: url(../images/corners/tr.png) no-repeat 100% 0;
	padding:10px
}
.clear {font-size: 1px; height: 1px}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
/* end rounded corners one_col layout */

/* rounded corners two_col layout */
.bl_2c {
	background: #95BF73 url(../images/corners/bl.png) no-repeat 0 100%;
	width: 585px;
	color: #F3F4FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: left;
	float: left;
}
.bl3_2c {
	background: #95BF73 url(../images/corners/bl2.png) no-repeat 0 100%;
	width: 585px;
	color: #F3F4FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: left;
	float: left;
}
.bl2_2c {
	background: #95BF73 url(../images/corners/bl.png) no-repeat 0 100%;
	width: 440px;
	color: #F3F4FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: left;
	float: left;
}
.centre_img_2c {
	text-align: center;
	display: block;
	clear: left;
	float: left;
	width: 365px;
}
/* end rounded corners 2 col layout*/


/* original 3 pronged teaser on hm page 
.teaser_head {
	color: #096F13;
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans;
	display: block;
	padding: 8px 0px 3px;
}
.teaser_cont {
	display: block;
	float: left;
	width: 730px;
}
.teaser {
	display: block;
	float: left;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-right: 15px;
}
*/
.bikesatwork {
	color: #23303B;
	font-weight: bold;
}
.question {
	color: #7AA557;
	font-size: 1.4em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
#contact_form {
	padding: 15px;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
.black {
	color: #000000;
}
/*scrolling layer that all news is on */
#news {
	float: left;
	width: 684px;
	height: 140px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #95BF73;
	color: #666666;
	display: block;
	clear: both;
	margin: 12px 0px 12px 0px;
	padding: 0px 20px 0px 20px;
}
.date {
	color: #0D7316;
}
