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




*{
	margin:0;
	padding:0;
}


body {

    margin-left:auto;
    margin-right:auto;
    width:900px;
	background-color:#ffffff 
	!important;
	background-attachment:fixed;
	background-image:url(http://tourdekota.com/images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/* Begin Bike Shop Styles*/

#shoppadding{
	padding:10px 0 20px 0;
}

#shopcity{
	width:900px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#3b230a;
	margin:10px auto 10px auto;
}

.shops{
	text-align:center;
	padding-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}

.shops a:link, .shops a:visited, .shops a:hover, .shops a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#3b230a;
}

#clear{
	clear:both;
}

/*End Bike Shop Styles*/

.leftborder {
	border-left: 1px solid #000000;
} 

.routeday{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#3b230a;
}

.routemilage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#794815;
}

.maintext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#3b230a;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.bodytext a:link,.bodytext a:visited, .bodytext a:hover, .bodytext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:600;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#E54520;
	font-weight:600;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3b230a;
	font-weight:600;
}

.footer p a, .footer p a:visited, .footer p a:hover, .footer p a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#794815;
}

a:link, a:visited, a:hover, a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#794815;
}

.padding{
	padding:10px;
}

.footer{
	padding:0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;color:#794815;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#794815;
}

.footersponsortext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#794815;
	font-weight:bold;
	line-height:190%;
}


/* NAVIGATION STYLES*/

.chromestyle{
width: 900px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(http://tourdekota.com/images/navBackground.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


/*This style controls the font color of main nav links*/
.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-weight: bold;
}


/*This style controls the font color of main nav links on hover*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(http://tourdekota.com/images/rolloverBackground.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color: #3B230A;
font-weight: bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:bold 16px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #E54520;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-align: center;
font-size:15px;
border-bottom: 1px solid #3b230a; /*THEME CHANGE HERE*/
padding: 7px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

/*This style controls the font color of dropdown nav links*/
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fbc219;
color: #3B230A;
font-weight: bold;
}

/* END NAVIGATION STYLE */


/* Start of styles for enlarged image on rollover */

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -100px;
visibility: hidden;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180px;
left: -50px; /*position where enlarged image should offset horizontally */

/* End of styles for enlarged image on rollover */
