
#glidercontent{
	margin:5px 0 0px 12px;


}

.glidecontentwrapper{
	position: relative; 
	width: 629px;
	height:300px;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	background:#fff url(images/gcontent.jpg) repeat-y;
	}

.glidecontent{ 
	position:absolute; 
	padding:0px 5px 0px 5px;
	width:610px;
	color:#555;
	margin:0px 5px;
	height:100%;
	overflow:hidden;
	float:left;
	background:#fff;

}

.glidim{
	float:left;

}

.glidim img{
	margin:0px 5px 5px 0px;
	padding:7px 7px;



}
.glidecontent h2{
	margin:0px 0px 0px 0px;
	padding:5px 0px;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	overflow:hidden;
	font-family: Georgia,Century gothic,Arial,Tahoma,sans-serif;
}
.glidecontent h2 a:link, .glidecontent h2 a:visited{
	color:#303843;
}

.glidecontent p{
	margin:0px 0px 0px 0px;
	padding:5px 0px;
	font-size:14px;
	line-height:22px;

	overflow:hidden;
	font-family: Georgia,Century gothic,Arial,Tahoma,sans-serif;
	color:#696d70;
}



.glidebot{
	width:630px;
	height:18px;
	background:url(images/gldbot.jpg) center no-repeat;
	margin:0px 0px 5px 12px ;
	padding:0px 0px;
	float:left;

}
.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:50px;
	z-index:150;
	float:right;
	padding-right:25px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

	height:35px;
	z-index:150;
	width: 650px;
	background: url(images/gldtop.png) no-repeat;

}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:9px;
	right:25px;
	position:absolute;
	display:block;
	background:url(images/left.jpg) left no-repeat;
	width:50px;
	height:17px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(images/right.jpg) right no-repeat;
	width:20px;
	height:17px;
	position:absolute;
	top:9px;
	right:15px;
}


	