
/*-------- Start of top menu ------------*/

#topmenuwrapper {    
width: 905px; 
margin: 0 auto; 
padding-top: 2px;
 
} 


/*-------- Start of banner ------------*/
#wrapper {    
width: 905px;   
margin: 0 auto; 
margin-top: 0px;
clear: both;
} 

#header1 {   
  padding-top: 150px; 
  margin: 0;
  overflow: hidden; 
  background-image: url(../images/evpban.PNG);   
  background-repeat: no-repeat;   
  height: 0px;   
}

.page-head{
width: 100%; 
}

#page-nav{    
width: 21%;   
margin: 0 auto; 
float: left;  
clear:left;
} 


/* -----------Start of HeadLogo -----------  */

.page-head{
width: 100%; 
}


/*  -----------Start of Main Navigator-----------  */

ul.main-nav {
list-style:none;
padding:0;
margin: 0;
width:100%;
font-family: Arial, Verdana, Helvetica, sans-serif;   
width:22%;
margin-top:1px;
margin-bottom:15px;
font-size: 9pt;
font-weight: bold;
}

ul.main-nav li a {
list-style:none;
text-decoration:none;
padding-right:0px;
padding-left:0px;
padding-top:5px;
padding-bottom:5px;
width:185px;
background:#485e49;
float:left;
color:#eee;
text-align:left;
text-indent:5px;
border-left:3px solid #CC3300;
border-top:1px solid #fff;
clear:left;
-moz-border-radius: 9px 3px 9px 3px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
}

ul.main-nav li a:hover {
background:#a2b3a1;
color:#000
}


/* -----------Start of Sub Navigator-----------  */
ul.sub-nav {
list-style:none;
margin-bottom:1px;
padding:0;
margin: 0;
width:22%;
font-weight: bold;   
font-size: 8pt;   
}

ul.sub-nav li a {
list-style:none;
text-decoration:none;
padding-right:0px;
padding-left:0px;
padding-top:5px;
padding-bottom:5px;
width:185px;
background:#AEB404;
color:#eee;
float:left;
text-align:left;
text-indent:17px;
border-left:3px solid #CC3300;
border-top:1px solid #fff;
clear:left;
}

ul.sub-nav li a:hover {
background:#a2b3a1;
color:#000
}


/* -----------Start of Sub Sub Navigator-----------  */
ul.sub-sub-nav {
list-style:none;
margin-bottom:1px;
padding:0;
margin: 0;
width:22%;
font-weight: normal;  
font-size: 8pt;   
}

ul.sub-sub-nav li a {
list-style:none;
text-decoration:none;
padding-right:0px;
padding-left:0px;
padding-top:5px;
padding-bottom:5px;
width:185px;
background:#D7DF01;
color:#eee;
float:left;
text-align:left;
text-indent:35px;
border-left:3px solid #FF0000;
border-top:1px solid #fff;
clear:left;
}

ul.sub-sub-nav li a:hover {
background:#a2b3a1;
color:#000
}


/* -----------Start of set left nav selected-----------  */

li#nav-item-selected a.active, li#nav-item-selected a:visited{
text-decoration:none;
padding:5px 0;
width:185px;
background:#a2b3a1;
float:left;
color:#000;
text-align:left;
text-indent:5px;
border-left:3px solid #FF0000;
border-top:1px solid #fff;
clear:left;
}


/* -----------Start of Footer-----------  */

#footer {
       clear: both;      
	width: 100%;
	height: 20px;
	text-align: right;
	color: #485e49;
       background-image: 
              url(../images/footbg.gif);
               background-repeat: repeat-x; background-attachment: scroll; 
               border-style: none; border-width: medium; background-position: 
               bottom               }

	#footer a {
		color: #485e49;
		text-decoration: none;
		}
	#footer a:hover { color: #CC0000; }