.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 906px;
height: 232px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
background-color: #ccc;
}

.glidecontentwrapperCAP{
position: relative; /* Do not change this value */
width: 490px;
height: 511px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
/*background-color: #fff;*/
display: inline-block;
}

.capLtColumn{
float:left;
/*background:url(/cms/images/services/capabilities/fade-divider.png) right top no-repeat; #fff;*/
width:185px;
height:491px;
padding-right:10px;
}
.capLtColumn h1.capTitle{
color:#c41230;
font-size:21px;
padding:10px 0 0 10px;
}
.capLtColumn a{
display:block;
padding:8px 0 8px 10px;
color:#666;
text-decoration:none;
}
.capLtColumn a:hover{font-weight:bold; }
.capLtColumn a:active{font-weight:bold; color: #900; }

.capMidColumn{
float:left;
/*background:url(/cms/images/services/capabilities/fade-divider.png) left top no-repeat;*/
width:435px;
height:491px;
padding:20px;
}

.capRtColumn{
float:right;
width:200px;/*206*/
height:491px;
padding:35px 0 0 10px;
font-size: 11px;
/*background:url(/cms/images/services/capabilities/capRtCol-bk.jpg) left bottom repeat-x #f8f8f8;*/

}
.capRtColumn h3{
text-transform: uppercase;
font-size: 11px;
padding: 0; margin: 0;
color: #369;
}

.capRtColumn hr{
color: #f2f2f2;
width: 90%;
margin: 6px 0 20px 0;
}

.capRtColumn p.resources a{
display: block;
padding: 3px 0 3px 15px;
text-decoration: none;
background: url(/cms/images/structure/nv-rt-arrow.gif) left center no-repeat; 
}
/*
	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
*/

.glidecontentwrapperCAP .glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 435px;
background-color: #fefefe;
cursor:pointer;
padding-top: 10px;

}

.glidecontentwrapperCAP .glidecontent h3{
font-weight: normal;
color: #369;
  
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 906px;
/*background-color: #ccc;*/
cursor:hand;
cursor:pointer;
}
/*
 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: 185px;
z-index:2000;
margin-top: 0;
float: left;
text-align: left; /*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*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #666;
padding: 5px 3px;
margin-left: 8px;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #c41230;
}

.glidecontenttoggler a:hover{
color: #333;
}

.glidecontenttoggler a.captoc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
padding:0;margin:0;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background: url(/cms/images/structure/nv-rt-arrow.gif) left center no-repeat;
padding-left: 15px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

#p-select{
/*background-color:#f8f8f8;	*/
}

.glideTitle{
	color: #f8f8f8;
	font-size: 24px;
	display: block;
	font-weight: normal;
}

.glideContent{
	color: #fff;
	font-size: 13px;
	display: block;
	
}

/*.glideHref{
	background: url(/cms/images/gray-grad-bt-bk.jpg) bottom left repeat-x #fff;
	border: 1px solid #fff;
	padding: 4px;
	text-decoration: none;
	color: #999;
text-align: middle;
}



.glideHref span{
	padding: 7px 8px;
	height: 50px;
	border: 1px solid #567;
}
*/

a.glideHref{
	text-decoration: none;
}

a.glideHref span{
    background: url(/cms/images/gray-grad-bt-bk.jpg) bottom left repeat-x #fff;
	margin: 20px 0 ;
	padding: 4px;
	text-decoration: none;
	color: #999;
	text-align: top;
	border: none;

}


