﻿
#glidercontent{
	margin:0px 0px 0px 0px;
}

.glidecontentwrapper{
	border-style: solid none none none;
	border-color: #0f86cd;
	border-width: 2px 0px 0px 0px;
	position: relative;
	width: 545px;
	height: 340px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url("images/gradient-grey.gif") repeat-x;
}

.glidecontent{
	position: absolute;
	padding: 0px 0px 0px 0px;
	width: 515px;
	overflow: hidden;
	float: left;
	background: #fff;
	margin-left: 15px;
	margin-right: 15px;
	height: 220px;
}

.glideimage{
	border: 5px solid #fff;
	height:212px;
	width:505px;
	overflow: hidden;
	background-color:#FFFFFF;
}

.glidim{
	float:left;
}

.glidim img{
	margin:0px 0px 0px 0px;
	padding:0px 0px;
}

.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:25px;
	z-index:150;
	width: 515px;
	padding-top:9px;
	padding-left:15px;
	color:#4d4d4d;
	font-weight:bold;
	font-size:10pt;
}

.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:5px;
	right:40px;
	position:absolute;
	display:block;
	background:url("images/left.jpg") left no-repeat;
	width:20px;
	height:17px;
}

.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url("images/right.jpg") right no-repeat;
	width:20px;
	height:17px;
	position:absolute;
	top:5px;
	right:15px;
}

.inpost{
	position:absolute;
	top:220px;
	height:86px;
	background:#FFFFFF;
	width:515px;
}

	
.inpost h2{
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 5px 5px;
	font-size: 22px;
	line-height: 16px;
	overflow: hidden;
	color: #0f86cd;
	font-weight: normal;
}

.inpost h2 a:link, .inpost h2 a:visited{
	color:#0f86cd;
}

.inpost p{
	margin:0px 0px 0px 0px;
	padding:2px 5px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	color:#777;
}	

