﻿/************************************************************************
* 
* Main navigation used by the masterpage
*
* navigation bars from a unordered list for easy update and better accessibility
*
/************************************************************************/

/* rollover menu funcionality */

/* main (side) nav */

#navside
{
	cursor: pointer;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	margin-left: 1px;    
}

#navside ul
{ 
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 126px;
}

#navside ul li
{ 
	font-family: arial, helvetica, sans-serif;
	/*background-image: url(templates/style2/images/button_main.jpg);*/
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
}


#navside a:link, #navside a:visited
{
	display: block;
	font-size: 12px;
	width: 126px;	
	height: 24px;
	text-decoration: none;	
	padding-left: 10px;	
}

#navside a:hover
{
	color: #FFFF99;
    text-decoration: underline;
	background-image: url(templates/style2/images/button_active.jpg);
	background-repeat: no-repeat;
}
#navside a:active
{
	color: #FFFF99;
    text-decoration: none;
	background-image: url(templates/style2/images/button_active.jpg);
	background-repeat: no-repeat;
}

.navmain
{ 
	background-image: url(templates/style2/images/button_main.jpg);
	background-repeat: no-repeat;
}

.navsub
{ 
	background-image: url(templates/style2/images/button_sub.jpg);
	background-repeat: no-repeat;	
}


/* footer nav */

#navbottom
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;    
}

#navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 18px;
}
#navbottom a:link, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navbottom a:hover
{
    text-decoration: underline;
}
#navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/* oil dropoff locations */
.OilDropoffLocations
{
	padding:0 40px 0 30px;
	background:url(/images/CaptainCanIt.png) no-repeat 300px 50px;
}
.OilDropoffLocations h2
{
	margin:10px 0 0;
	padding:0;
	color:#fb8a0a;
	font-size:12px;
}

/* common styles */
.underline
{
	margin-bottom:10px;
	border-bottom:solid 1px #2a2567;
	color:#2a2567;
}

/* Upcoming Events */
.UpcomingEvents
{
	padding:0 40px 0 30px;
	/*background:url(/images/CaptainCanIt.png) no-repeat 300px 50px;*/
}
.UpcomingEvents h2
{
	margin:10px 0 0;
	padding:0;
	color:#fb8a0a;
	font-size:12px;
}

.underline2
{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:solid 1px #fff;
	color:#fff;
	font-size:14px;
}
