/* CSS Document */

#searchbar{
	background-image: url(../graphics/topbar/bgr_search.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#quicksearchblock{
	background-image: url(../graphics/topbar/searchbackdrip.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


a.nav:link, a.nav:visited{
	color:#FFFFFF;
	font-size: 13px;
	background-image: url(../graphics/topbar/grayuparrow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 80px;

	text-align: center;
	font-weight: bold;

}

a.nav:hover, a.nav:active{
	color:#FFFFFF;
}


a.footer:link,a.footer:visited,a.footer:hover,a.footer:active{
	font-size: 10px;
	color: white;
	text-decoration: none;
}

a.topjob:link,a.topjob:visited,a.topjob:hover,a.topjob:active{
	font-size: 12px;
	color: #008c00;
	text-decoration: none;
	font-weight: bold;
}


a.quicklinks:link,a.quicklinks:visited,a.quicklinks:hover,a.quicklinks:active{
	font-size: 16px;
	color: #404040;
	text-decoration: none;
}


a, a:link, a:visited {
	color: #008c00;
	text-decoration: none;
}
}

a:hover, a:active {
	color: #000000;
}

h1 {
	color: #555555;
	font-family: arial, 'MS Sans Serif';
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #008c00;
	font-family: arial, 'MS Sans Serif';
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -10px;
	padding-bottom: 0px
}

input {
	color: #000000;
	font-family: Arial, 'MS Sans Serif';
	font-size: 11px;
}

p, td {
	color: #4c4c4c;
	font-family: arial, 'MS Sans Serif';
	font-size: 11px;
}

select {
	color: #000000;
	font-family: Arial, 'MS Sans Serif';
	font-size: 11px;
}

td.breadcrumb {
	color: #000000;
	font-family: Arial, 'MS Sans Serif';
	font-size: 11px;
}

.header{
font-size: 13px;
font-weight: bold;
color: #464646;
}

td.level1 {
	padding-left: 8px;
}
 
td.level2 {
	padding-left: 16px;
}

td.level3 {
	padding-left: 24px;
}

textarea {
	color: #000000;
	font-family: Arial, 'MS Sans Serif';
	font-size: 11px;
}

.button_general {
}

.error_text {
	color: #FF0000;
	font-weight: bold;
}


/**************************************************************************************/

/* CSS Dropdowns */
#nav, #nav ul {

	
}

 #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: black;
}


#nav a {
	display: block;
height: 15px;
	text-align: center;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;	
	margin: 3px;
	text-transform:uppercase;
}

#nav li li a:link,#nav li li a:visited
    {
	    display: block;
	    width:140px;	 
	    text-align: left;
	    font-family: tahoma, Arial, Helvetica, sans-serif;
	    font-size:10px;
	    color: white;	
	    padding: 5px;
	    margin:0;
	    background: #000;
	    text-transform:none;	
height: auto;
border-bottom: 1px #008c00 solid;
border-left: 1px #008c00 solid;
border-right: 1px #008c00 solid;
    }
#nav li li a:hover
    {
background:#008c00;
color: white;

    }


#nav a:link, #nav a:active, #nav a:visited 
    {
        color: #FFFFFF;

    }

#nav li li a 
    { 
        border: 0px;
    }
#nav a:hover { color: #FFFFFF; }

#nav li 
    {
	    float: left;
    }

#nav li ul 
    {
	    position: absolute;
	    width: 10em;
	    left: -999em;
    }

#nav li.divider 
    {
	    float: left;
	    width: 1px;
    }

#nav li:hover ul 
    {
	    left: auto;
    }

#nav li:hover ul, #nav li.sfhover ul 
    {
	    left: auto;
    }

/*ie7 bug fix to remove sticky drop down*/

#nav li:hover, #nav li.hover 
    {
        position:static;
    }

/* end CSS Dropdowns */
