/* CSS Document */

/* These are styles specific to a theme. If a class you define doesn't
   change for each theme, move it to styles.css in the root directory
   and save yourself the bother of entering the same info over and over */

a:link {
  color: #6D8D23;
  text-decoration: none;
}
a:visited {
  color: #6D8D23;
  text-decoration: none;
}
a:active {
  color: #445816;
  text-decoration: underline;
}
a:hover {
  color: #445816;
  text-decoration: underline;
}

ul {
	list-style: none;
}

/* Layout CSS*/
#flash  {
background:url(/themes/green/images/gradient.jpg) repeat;
}

#flash p {
background:url(/themes/green/images/header_slogan.jpg) no-repeat left bottom ;
}

/* Naviagtion CSS */
#homecenter_nav a{
width:160px;
height:28px;
background:url(/themes/green/images/menu01_r1_c1.gif);
}
#homecenter_nav a:hover{
background:url(/themes/green/images/menu02_r1_c1.gif);
}

#company_nav a{
width:168px;
height:28px;
background:url(/themes/green/images/menu01_r1_c2.gif);
}
#company_nav a:hover{
background:url(/themes/green/images/menu02_r1_c2.gif);
}

#info_nav a{
width:231px;
height:28px;
background:url(/themes/green/images/menu01_r1_c3.gif);
}
#info_nav a:hover{
background:url(/themes/green/images/menu02_r1_c3.gif);
}

#locations_nav a{
width:137px;
height:28px;
background:url(/themes/green/images/menu01_r1_c4.gif);
}
#locations_nav a:hover{
background:url(/themes/green/images/menu02_r1_c4.gif);
}

#events_nav a{
width:104px;
height:28px;
background:url(/themes/green/images/menu01_r1_c5.gif);
}
#events_nav a:hover{
background:url(/themes/green/images/menu02_r1_c5.gif);
}

/* Side Menu Naviagtion CSS */
#side_nav ul{
background:url(/themes/green/images/submenu.png) repeat-y;
}
#side_nav ul a {
color:#3A2F1F;
display:block;
width:100%;
}
#side_nav ul li a:hover {
color:#6D8D23;
background-color:#FFFFFF;
text-decoration:none;
}
#side_nav_top {
background:url(/themes/green/images/submenu_top.png) no-repeat ;
width:150px;
height:16px;
display:block;
}
#side_nav_bottom {
background:url(/themes/green/images/submenu_bottom.png) no-repeat ;
width:150px;
height:16px;
display:block;
}










