/* Normalize Everything */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

/* -------------------------------------------------------*/

body {
	position: relative;
	margin: 0 auto;
	background-color: #302E00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.header {
	height: 80px;
	margin-right:auto;
	margin-left:auto;
	background:  url(images/top_stripes.png) repeat;
}

.container {
	background-color: #ffffff;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 770px;
}
.bikepic {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

.content{
	position: relative;
	width: 740px;
	text-align: left;
	padding: 5px;
	z-index: 101;
}

.left-sidebar {
	position: relative;
	margin-top: 40px;
	float: right;
	}
	
.left-sidebar ul li{
	padding: 10px 0px;
}

h2 {
	font-size: 150%;
	color: #00301C;
	text-decoration: underline;
}
.menu {
	width:770px; 
	height: 40px;
	font-size:0.85em;
	background-color: #302E00;
	background-image:  url(images/pownell.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #CCCC66;
	position:relative;
	z-index:102;
}
.footer {
	width:770px; 
	height: 40px;
	font-size:0.85em;
	background-color: #302E00;
	color: #CCCC66;
}
.footer a {

	color: #CCCC66;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:90px;
border-right: 1px solid #969634;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#CCCC66; 
width:90px; 
height:35px; 
border-width:1px 1px 0 0; 
background:#302E00; 
padding-left:0px; 
padding-top: 5px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:79px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#302E00 bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#0080ED bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#0080ED bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#302E00;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#0080ED;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:41px;
left:0; 
width:90px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:41px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:90px; 
top:0;
width:90px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-90px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#302E00; 
color:#CCCC66; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:90px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:90px;
w\idth:79px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#0080ED;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#0080ED;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}



.sponsors {
	background-color: white;
	border-top: 1px solid #661703;
}

.twitterheader {
	border: 1px #000 dotted;
	background-color:#eaeaea;
	padding: 20px;
	}
	
.item {
	border-bottom: 1px solid #000;
	border-left: 10px solid #ed0000;
	padding: 5px 5px 5px 10px;
	magin: 5px 0px;
	background-color:#eeeeee;}
	