@charset "utf-8";
/* CSS Document */

.style1 {	
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:12px; 
	text-align:left;
	}
	
.content {	
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:12px; 
	text-align:left;
	}

h2 {
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:16px; font-weight:900; 
	margin:10px; 
	color:#3366FF; 
	background:url(../images/h2.png) no-repeat; 
	border-left: 1px solid #dfdfdf; 
	border-bottom: 1px solid #dfdfdf; 
	padding-left:5px; 
	padding-bottom:1px; 
	text-align:left;
	}
	
h3 {
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:14px; font-weight:900; 
	margin:10px; 
	color:#3366FF; 
	background:url(../images/h3.png) no-repeat; 
	border-bottom: 1px solid #dfdfdf; 
	padding-left:5px; 
	padding-bottom:1px; 
	text-align:left;
	}
	
.subtitle {  
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:13px; 
	font-weight:bold 
}

	
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.s_table tr {
	border-bottom: 1px solid #FB7A31;
}


/* ****************************************
 * CSS for kickass, sweet looking buttons *
 **************************************** */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* ****************************************
 *          CSS Slding Menu               *
 **************************************** */
 
 
 # ul#sliding-navigation  
 {  
     list-style: none;  
     font-size: .75em;  
     margin: 10px 0; 
 }  

 ul#sliding-navigation li.sliding-element a  
 {  
 	 display: block;  
     width: 100px;  
     padding: 8px 12px;  
     margin: 0;  
     margin-bottom: 0px; 
	 font: 95% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	 
 	text-align: left;
    background: #FFF url(../images/s_menu.png) left bottom no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	color: #3366FF;
    text-decoration: none; 
 }  
   
 ul#sliding-navigation li.sliding-element a:hover { 
 	background: url(../images/menu/menu_hover_sub.png) left center no-repeat;
	color: #555; 
}  
 
/* ****************************************
 *              CSS End                   *
 **************************************** */
