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

/* begin css tabs */
.content1, .content3{background:url(../images/grad03.jpg) repeat-x;}
#tab1 li.tab1 a,
#tab3 li.tab3 a{ /* settings for selected tab link */
color:#3B6EB1; /* set selected tab link color as desired */
position: relative;
padding: 8px 8px/* must change with respect to padding (X) above and below */
}

.content2, .content4{background:url(../images/grad02.jpg) repeat-x;}}
#tab2 li.tab2 a:link,
#tab4 li.tab4 a:link{ /* settings for selected tab link */
color:#006837; /* set selected tab link color as desired */
position: relative;
padding: 8px 8px/* must change with respect to padding (X) above and below */
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
background-color:#d8edd6;
margin: 0 6px 0 12px; /* set margins as desired */
font: 11px verdana, arial, sans-serif; /* set font as desired */
border-bottum:1px solid #e1efdf; /* set border COLOR as desired */
list-style-type: none;
padding: 8px 8px /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.tab1 a, ul#tabnav li.tab3 a {background-color: #b3d8af; color:#006837;margin:0 0 0 -13px;}
ul#tabnav li.tab2 a, ul#tabnav li.tab4 a {background-color: #b2b3de; color:#3B6EB1;margin:0 0 0 -4px;}
ul#tabnav li.tab1 a:hover,
ul#tabnav li.tab3 a:hover{color: #333; margin:0 0 0 -13px/* set unselected tab link color as desired */}
ul#tabnav li.tab2 a:hover,
ul#tabnav li.tab4 a:hover{color: #333; margin:0 0 0 -4px/* set unselected tab link color as desired */}
ul#tabnav li a { /* settings for all tab links */
padding: 8px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/*border:1px solid #e1efdf; /* set border COLOR as desired; usually matches border color specified in #tabnav */
/*margin:0 0 0 -50px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}


/* end css tabs */

ul#subtab {
	text-align: left; /* set to left, right or center */
	background-color:#b3d8af;
	margin: -10px -17px 0 -11px; /* set margins as desired */
	font: 11px verdana, arial, sans-serif; /* set font as desired */
	list-style-type: none;
	padding: 8px 8px /* THIRD number must change with respect to padding-top (X) below */
}
ul#subtab li.sub a:hover{color: #333;}
ul#subtab li { /* do not change */
display: inline;
margin-left:0px;
padding-right: 12px;
}

ul#subtab li.sub { 
position: relative;
color:#006837;
}
