@charset "utf-8";
body  {

	font-family: Verdana, Times, Helvetica, Arial,  sans-serif;
	font-size: .8em;
	background: #999;
	//background: #FFFFFF url(http://www.mm-ebiz.com/images/gradient-800-black-white.png) repeat-x;
	//background: #888888;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	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 */
	color: #FFF;
}

#container {
	padding: 0px;
	margin:0px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	//width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 820px; /* xtra 30 for overflow:auto scroll bars */
	background-color: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F59300;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	height: 100px;
	width: 820px; 
	background: #000;
	border-bottom: 1px solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align:center;
	//background-repeat:no-repeat;
	//background-position:left left;
	/*border-top:    1px solid #E09353;*/
	//border-bottom: 2px solid #F00;
	/*border-left:   1px solid #E09353;*/
	/*border-right:  1px solid #E09353;*/
} 

#content {
	padding-left:0px;

	background: #000 url(images/border-center.png) repeat-y 15px 60px;	
	
}

#mainContent {
	//position:relative;
	height:auto;
	//float:left;
	width: 700px;
	min-height: 700px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 115px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}



#header_content {
    float:right;
	//margin-left: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align:right;
	vertical-align:middle;
	width: 680px;
	color:#FFFFFF;
}


#left_sidebar {
	//position: absolute;
	float: left;
	margin-left:0px;
	margin-top: 5px;
	width: 110px;
	padding-left: 5px;
	margin-top:50px;
	//background-color: #ffffff;		
}

#addr-box {
	height:6.0em;
	width:8.0em;
	margin-top: 20px;
	background-color:#000;	
	color: #F59300;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	border-top:    1px solid #F59300;
	border-bottom: 1px solid #F59300;
	border-left:   1px solid #F59300;
	border-right:  1px solid #F59300;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomright: .5em; 
	-moz-border-radius-bottomleft: .5em;
}

#hours-box {
	height:5.5em;
	width:8.0em;
	margin-top: 20px;
	background-color:#000;	
	color: #F59300;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	border-top:    1px solid #F59300;
	border-bottom: 1px solid #F59300;
	border-left:   1px solid #F59300;
	border-right:  1px solid #F59300;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-moz-border-radius-bottomleft: .5em;
}

#biker-box {
	height: 3.5em;
	width:8.0em;
	margin-top: 20px;
	background-color:#000;	
	color: #F59300;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	border-top:    1px solid #F59300;
	border-bottom: 1px solid #F59300;
	border-left:   1px solid #F59300;
	border-right:  1px solid #F59300;
	-moz-border-radius-topright: .5em; 
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomright: .5em; 
	-moz-border-radius-bottomleft: .5em;
}

#footer {
//position: absolute;
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000;
	color:	   #FFF;
	font-size: 10pt;
	text-align: center;
}
	
#footer a {
	color:  #FFFF00;
	text-decoration:underline;

}



#frontpage_slideshow {
  //float:left;
  //margin_left: 10px;
  margin-left: 50px;
  margin-top: 10px;
  text-align:center;
}







#adminarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	//background: #2E3191;
	background: #FFFFFF;
	margin: 10; /* 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 */
	color: #000000;
}

#adminarea a 		{color: blue}
#adminarea a:link 	{color: blue}
#adminarea a:active {color: blue}
#adminarea a:hover 	{color: red}




#header_link{
	display:block;
	width:1000px;
	height:130px;
	margin-left: 0px;
	margin-top: 0px;
	//position: relative;
	text-decoration: none;
}

a:link {
  text-decoration:underline;
  color: #FF0;
  border-color:#FF0;
}

a:visited {
  color: #FF0;
  //text-decoration:underline;
  //color: #FFFF00;
  //border-color:#FFFF00;
}

a:hover {
  text-decoration:none;
  color: #FFF;
  border-color:#FFF;
  //background: url("images/dodiesweblogo-50.gif");

}


#light_link a:hover {
  text-decoration:underline;
  color: #7990A1;
}

#light_link a {
  text-decoration:underline;
  color: #FFFF00;
  border:#FFFF00;
}

#big_box_list li {
  text-decoration:none;
  font-size: 14pt;
  color: #000;
  list-style: disc url("images/li-disc-1.png");
  padding-top: 10px; 
    padding-bottom: 10px; 
  //border-color:#FF0000;

}

#big_box_list a {
  text-decoration:underline;
  font-size: 14pt;
  color: #00F;
  //border-color:#FF0000;

}




#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#banner_image_2col {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 425px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#banner_image {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}





#breadcrumbs {
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    margin-top: 5px;
	margin-right: 0px;
	//margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
	background:#DDD;
	text-align:left;
	//color:	   #FFF;
} 

#breadcrumbs a {
  color:	   #000;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#addr_small {
	font-size: 10pt
}



/******************************/
/*  new boxes with gradients  */
/******************************/
.newsbox_container {
width: 620px;
height:auto;
}

.clear {
clear: both;
width: 0px;
height: 0px;
margin: 0px;

}

.blank {
width: 620px;
height: 1px;
}

.clear_left {
clear:left;
}

.clear_right {
clear:right;
}


/* Spry menu overrides */

/* added to get around some IE issues  */
.MenuBarVertical {
min-height:275px;	
	
}

ul.MenuBarVertical
{
	//height:15.3em;
	//border: 1px solid #F59300;
}

ul.MenuBarVertical li
{

	padding: 2px;
}

ul.MenuBarVertical a
{	
	background-color: #000;
	border: 1px solid #F59300;	
	border-radius: .5em; 	
	-moz-border-radius: .5em; 
}



ul.MenuBarVertical a
{
	background-color: #000;
	color: #F59300;
	text-decoration: none;
}


ul.MenuBarVertical ul
{
	border: 2px solid #F59300;


}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
}

ul.MenuBarVertical
{
	width: 8.0em;

}

ul.MenuBarVertical li
{
	width: 8.0em;

}

ul.MenuBarVertical ul
{
	width: 8.0em;
}




