/*

*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #ddd;
}

#wrapper { 
 margin: 0 auto;
 width: 855px;
 background: #fff;
}
#header {
 width: 850px;
 color: #fff;
 padding: 1px;
 border: 1px solid #fff;
 height: 128px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}
#content { 
 width: 845px;
 color: #000066;
 border: 1px solid #fff;
 background: #fff;
 margin:  0px 0px 0px 5px;
 padding-top: 10px;
 min-height: 350px;
}

#content p {
	margin: 5px, 0px, 5px, 0px;
	padding: 5px;
}

a:active, a:link, a:visited {
	color: #0066FF;
}

#content ol {
	margin-left: 25px;
}

#content ul.bike {
	margin-left: 25px;
	list-style-image: url(http://panhandlepedalers.com/img/bike_bullet.gif)
}

#content ul.pdf{
	margin-left: 25px;
	list-style-image: url(http://panhandlepedalers.com/img/acrobat.jpg)
}

#content ul.msword {
	margin-left: 25px;
	list-style-image: url(http://panhandlepedalers.com/img/word.jpg)
}

#footer { 
 color: #fff;
 width: 850px;
 border: 1px dashed #ccc;
 background: #fff;
 margin: 10px 0px 0px 0px;
 padding: 1px;
 vertical-align:text-bottom;
}

#footer p {
	font-size: 0.75em;
	color: #666;
	margin: 0; padding: 0;
}
	#footer p.credit {
		float: left;
	}
		#footer p.credit a {
			color: #330000;
		}
	#footer p.copyright {
		text-align: right;
	}

.error {
	color: #FF0000;
	font-weight: bold;
}	
	
	
.WORD {
	width: 100px;
	background: url(../img/word.jpg) no-repeat;
	margin: 5px;
}
.EXCEL {
	background: url(../img/excel.gif) no-repeat 0px 0px;
}
.HTMLLINK {
	background: url(../img/globe.gif) no-repeat 0px 0px;
}
.PDF {
	background: url(../img/acrobat.jpg) no-repeat 0px 0px;
}	

ul.bike {
	list-style-image: url(http://panhandlepedalers.com/img/bike_bullet.gif)
}

ul.pdf{
	list-style-image: url(http://panhandlepedalers.com/img/acrobat.jpg)
}

ul.msword {
	list-style-image: url(http://panhandlepedalers.com/img/word.jpg)
}
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:687px; height:15px; position:relative; z-index:100; font-family: sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:687px; w\idth:687px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; left: 0;}
/*.menu ul ul {width:75px;} */
/* 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:75px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;font-variant: small-caps;text-decoration:none; color:#fff; width:75px; height:15px; border:1px solid #ccc; border-width:1px 0 1px 1px; background:#0407E2; padding-left: 2px; line-height:14px; text-align: left;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:75px; w\idth:75px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { color:#000066; background:#ff0000 url(http://football.joshhughes.com/css/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{ color:#fff; background:#017EFF url(http://football.joshhughes.com/css/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop { color:#fff; background:#017EFF url(http://football.joshhughes.com/css/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#017EFF;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#cccccc;}


/* 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:16px;left:0;width:75px;border-top:1px solid #017EFF;}
/* another hack for IE5.5 */
* html .menu ul ul {top:15px;t\op:16px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:75px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:149px;}

/* 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; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#017EFF; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:75px;w\idth:128px;}

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

/* 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;}


/*====================  End MENU  ======================================*/
/*
Blue 	- #00A3DD
Red		- #D03940
Black	- #000
Yellow	_ #FFEF04
Green	- #29A956
*/
.divbg1 { border: 5px solid #00A3DA; margin: 0; padding: 0;}
.divbg2 { border: 5px solid #D0393F; margin: 0; padding: 0;}
.divbg3 { border: 5px solid #FEF104; margin: 0; padding: 0;}
.divbg4 { border: 5px solid #28A956; margin: 0; padding: 0;}


.location {	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: small;
}
