/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #339933;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #FF9900;
}

h2{
 font-family:"Times New Roman", Times, serif;
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FF9900;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p{
 font: 100% "Times New Roman", Times, serif;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	white-space: nowrap;
}

#navBar{
	position:absolute;
	left:10px;
	top:250px;
	margin: 0 79% 0 0;
	padding: 0px;
}

#content{
	background-image:url(_images/Background_Middle_BikeWheel.gif);
	background-repeat:no-repeat;
	float:left;
	width: auto;
	margin: 10;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
background:#FFFFFF;
width: auto;
color: #339933;
border-bottom: 1px solid #339933;
border-top: 1px solid #339933;
padding: 0px 5px 5px 0px;
margin: 0px 10px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font:Arial, Helvetica, sans-serif;
	color: #339933;
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

#globalNav a:hover {
	font:Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

/**************  .menu styles ***************

.menu {font-family: arial, sans-serif; width:750px; position:relative; margin:0; font-size:13px; margin:0px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#fff; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}*/

/* specific to non IE browsers 
.menu ul li:hover a {color:#fff; background:#FFF;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#fff; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#fff; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fff; color:#000;}
.menu ul li:hover ul li a:hover {background:#eee; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
*/

/************** .feature styles ***************/

.feature{
	font:"Times New Roman", Times, serif;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.featureText{
	position:relative;
	float:left;
	width:70%;
	margin: 0px 10px;
}


.feature ul{
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 10px 0;
}

.feature li{
	font:"Times New Roman", Times, serif;
	font-size:100%;
}

/*.feature a{
	color:#FF9900;
}*/

.feature h3{
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#000000;
}

/* adjust margins to change separation between the feature image and text flowing around it */




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: auto;
	border-top: 1px solid #339933;
	font-size: 75%;
	color: #339933;
	padding: 2px 10px 3px 15px;
	margin: 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a{
	float:right;
	font:Arial, Helvetica, sans-serif;
	color:#FF9900;
	/*text-align: justify;*/
	font-weight:600;
	font-size:80%;
}

#siteInfo h4{
	text-align:right;
	padding: 0px 0px 2px 0px;
	font-weight:600;
	font-size:110%;
}

/*#logo a:link, a:hover, a:visited {
	border-color:#FFFFFF;
	vertical-align:top;
	border-bottom: 0px;
	}*/

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/*********** .relatedLinks styles ***********/

.relatedLinks{	
	margin: 0px;
	padding: 40px 0px 0px 0px;
	font-size: 90%;
}

.relatedLinks h4{
	text-align:right;
	padding: 10px 0px 2px 0px;
	font-weight:600;
	font-size:110%;
}