@charset "UTF-8";
/* CSS Document */

/* commented backslash hack \*/ 
* html {height:100%;}/* ie6 and under*/
/*html {height:100%;}*/
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF6600;
}
body {
	width:100%;
	height:100%;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-attachment: scroll;
	background-image: url(images/blueBkgRepeat.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#bkgWrapper{
	background-attachment: scroll;
	background-image: url(images/bkgAll.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	
	width: 100%;
}
#mainWrapper{
	width: 963px;
	height: 100%;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	}
#headerHome{
	width:963px;
	height:290px;
	background-attachment: scroll;
	background-image: url(images/header_wbike1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	}
#mainNav{
	height: 43px;
	width: 963px;
	float:left;
}
li{
	margin-left: 15px;
}
/*#mainNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
	clear: both;
	height: 43px;
	width: 725px;
}
#mainNav li{
	margin:0px;
	list-style:none;
	float:left;
}
#mainNav li a{
	width:77px;
	height:43px;
	line-height:43px;
	text-align:center;
	list-style:none;
	margin:0px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	cursor:hand;
}
#mainNav li a:hover{
	color: #fca206;
	cursor:hand;
}*/
#mainNav li .currentPage{
	color: #FF6600;
}

/* Drop down menu Styles*/

#jsddm
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 225px;
}
	
	#jsddm li
	{
	float: left;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

	#jsddm li a
	{
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 43px;
}

	#jsddm li a:hover
	{
	color: #FF9C00;
}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden
}
		
		#jsddm li ul li
		{
	float: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
		
		#jsddm li ul li a
		{
	width: auto;
	background-color: #7C8FBC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFA714;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
		
		#jsddm li ul li a:hover
		{
	background-color: #163BA7;
	background-color: #2B2A70;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Drop down menu Styles*/



#mainContentHome{
	width:725px;
	height: 100%;
	float: left;
}
#mainContentHomeTop{
	height:251px;
	width:725px;
	background-attachment: scroll;
	background-image: url(images/mythHome.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
}
#subHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2766;
	float: left;
	width: 360px;
	margin-top: 35px;
	margin-left: 10px;
	height: 190px;
	word-spacing: 1px;
}
h2 subTitle{}
.blueText{
	color: #6778A1;
	font-weight: bold;
}
.orangeText{
	color: #FF6600;
}
#youTubeVideo1{
	height: 344px;
	width: 425px;
}
#findOutMore{
	width: 225px;
	min-height: 300px;
	height:auto;
	float: right;
	margin-top: 25px;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
}
#findOutMore h3{
	color: #FF8A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
#findOutMore a{
	color: #FF8A00;
	text-decoration: none;
}
#findOutMore hr{
	color: #FFFFFF;
	background-color: #FF8A00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
hr {
	color: #FF8A00;
	background-color: #FF8A00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#learnMore{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	float: left;
	height: 165px;
	padding-top: 75px;
	padding-left: 45px;
	color: #6C81B0;
	text-align: left;
	display: block;
}
#learnMore p{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#mainContentHomeText{
	height: 100%;
	min-height:800px;
	width: 709px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContentHomeText p{
	margin:0px;
}
#mainLeftBar{
	float:left;
	width:238px;
	height:auto;
	margin: 0px;
	padding: 0px;
}
#regForm{
	width:238px;
	height:465px;
	background-attachment: scroll;
	background-image: url(images/leftBar_regForm.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FF8A00;
	text-align: center;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* Form styles*/

textarea, select {
	background-image: url(images/textboxshadow.gif);
	font-family: verdana;
	font-size: 10px;
	color: #336699;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
} 
.inputField{
	background-image: url(images/textboxshadow.gif);
	font-family: verdana;
	font-size: 10px;
	color: #336699;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dropField{
	background-image: url(images/textboxshadow.gif);
	font-family: verdana;
	font-size: 10px;
	color: #336699;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	text-align: center;
}
.radialField{

}


/* Form styles*/

.leftBarTop{
	margin: 0px;
	padding: 0px;
	width: 238px;
	background-attachment: scroll;
	background-image: url(images/leftBar_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
}
.leftBarMid{
	background-color: #FF8A00;
	height: 100%;
	margin: 0px;
}
.leftBarMid img{margin:0px;}
.leftBarBottom{
	height: 248px;
	width: 238px;
	background-attachment: scroll;
	background-image: url(images/leftBar_Bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#mainContent{
	height: 100%;
	width: 963px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#bottomSection{
	height: 276px;
	width: 725px;
	background-attachment: scroll;
	background-image: url(images/bottomSectionBkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}
#bottomSection a{
	color: #FFCC00;
	text-decoration: underline;
}
#bottomSecLeft{
	float: left;
	height: 240px;
	width: 230px;
	margin: 5px;
	background-attachment: scroll;
	background-image: url(images/bottomSecLBkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottomSecLeft p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 90px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#bottomSecMid {
	float: left;
	height: 240px;
	width: 230px;
	margin: 5px;
	background-attachment: scroll;
	background-image: url(images/bottomSecMBkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottomSecMid p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 90px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}
#bottomSecRight {
	float: left;
	height: 240px;
	width: 230px;
	margin: 5px;
	background-attachment: scroll;
	background-image: url(images/bottomSecRBkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottomSecRight p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 90px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}
img {
	margin:0px;
	padding:0px;
	}
.floatLeft{
	float: left;
	border: 3px double #FF9900;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
}
.floatRight{
	float: right;
	border: 3px double #FF9900;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer{
	float: left;
	width: 650px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#footer a{
	color: #FFCC00;
	text-decoration: none;
}

.clear {
	clear: both;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
 
