@charset "utf-8";
/* CSS Document */

#width {
	width:930px;
	}

#page {
	line-height:1.45em;
	font-family:Arial;
	font-size:14px;
	padding:0 0 5px 0;
	}

#page .headerfloat {
	float:left;
	width:570px;
	margin-right:18px;
	padding-bottom:3px;
	}
	

/* Content Slider */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 300px;
height: 200px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
font-size:12px;
line-height:1.5em;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 280px;
font-size:12px;
font-family:Verdana;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: auto;
padding: 5px 2px;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
background: #999; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a,
.glidecontenttoggler a.selected,
.glidecontenttoggler a.toc,
.glidecontenttoggler a.prev,
.glidecontenttoggler a.next { /*style for every navigational link within toggler */
color: #FFF;
padding: 2px 5px;
margin-left: 3px;
font-weight: bold;
text-decoration: none;
background:#444;
display: -moz-inline-box;
display: inline-block;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFF;
color: black;
}

.glidecontenttoggler a:hover{
background: #FFFFAA;
color: #222;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	padding: 2px 6px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background:#444;
	color:#FFF;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #FFFFAA;
color: #222;
}