@charset "utf-8";
/* CSS Document */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 790px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #003366;
overflow: hidden;
margin: 0px;
}

.glidecontentwrapper3{
position: relative; /* Do not change this value */
width: 790px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #003366;
overflow: hidden;
margin: 0px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 790px;
}

.glidecontent3{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 780px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 792px;
margin-top: 0px;
margin-left: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
background-image:url(/images/slider/sliderbackground-grn3.png);
/*background-color:#006699;*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.cssbuttonstoggler2{ /*style for DIV used to contain toggler links. */
width: 780px;
margin-top: 0px;
margin-left: 10px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
/*background: transparent url(/images/square-gray-left.gif) no-repeat top left;*/
color: white;
display: block;
float: left;
margin-right: 0px;
border-right: 1px solid #E5EED0;

font: normal 12px Arial, Helvetica, sans-serif; /* Change 12px as desired */
font-weight:bold;
line-height: 30px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 30px; /* Height of button background height */
padding-left: 0px; /* Width of left menu image */
text-decoration: none;
}


.cssbuttonstoggler2 a{ /*style for every navigational link within toggler */
background: transparent url(/images/square-gray-left.gif) no-repeat top left;
color: #048935;
display: block;
float: left;
margin-right: 6px;
font: normal 10px Arial, Helvetica, sans-serif; /* Change 12px as desired */
font-weight:bold;
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}
.cssbuttonstoggler a span{
/*background: transparent url(/images/square-gray-right.gif) no-repeat top right;*/
display: block;
padding: 0px 12px 0px 12px; /*Set 9px below to match value of 'padding-left' value above*/
}
.cssbuttonstoggler2 a span{
background: transparent url(/images/square-gray-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
/*background: transparent url(/images/square-gray-left-0.gif) no-repeat top left;*/
display: block;
/*color: #ffffff;*/
text-decoration: none;
}
.cssbuttonstoggler2 a.selected, .cssbuttonstoggler2 a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background: transparent url(/images/square-gray-left-0.gif) no-repeat top left;
display: block;
color: #ffffff;
text-decoration: none;
}
.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background: transparent url(/images/slider/sliderbarselectedbkg.png) repeat top right;
display: block;
text-decoration:none;
color: black;
font-weight:bold;
padding: 0px 12px 0px 12px; /*Set 9px below to match value of 'padding-left' value above*/
}
.cssbuttonstoggler2 a.selected span, .cssbuttonstoggler2 a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background: transparent url(/images/square-gray-right-0.gif) no-repeat top right;
display: block;
text-decoration:none
color: #ffffff;
font-weight:bold;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.cssbuttonstoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.cssbuttonstoggler2 a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler-2 a.next:hover{
}
.cssbuttonstoggler2 a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}

.cssbuttonstoggler a.next{
	float: right;
	margin-right: 0px;
	border-right: 0px none #869B58;
}

.cssbuttonstoggler a.prev, .cssbuttonstoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	border-left: 0px none #869B58;
}

.cssbuttonstoggler a.prev:hover, .cssbuttonstoggler a.next:hover{
}

