/* program css */

/* Use with image title - image needs to wrapped in <div id="title">image goes here</div> */
div#title {
margin: 0 0 15px 0;
}

#landing_page_image {
background: #7680b3 url('../images/qac_anchor.gif') no-repeat top left;
height: 285px;
width: 738px;
border-bottom: 1px solid #9c0105;
padding: 0 0 0 222px;
position: relative;
}

#gallery {
width: 768px;
}


#landing_page_image .photo {
width: 350px;
float: left;
height: 285px;
}

#landing_page_image .description {
width: 198px;
float: left;
height: 230px;
margin: 0 0 0 10px;
background-color: #1c2b7e;
color: #fff;
padding: 10px;
}

#landing_page_image .description a{
color: #fff;
text-decoration: underline;
}

div#content_related {
margin-top: 120px;
}

div#content_related h4 {
color: #990000;
}

/* Fancy homepage section business */
h4.banner {
background: #efefef;
border-style: solid none;
border-color: #999999;
border-width: 1px;
padding: 2px 0px 0px 10px;
}

p.banner_par{
margin: 10px;
height: 100px;
}

p.banner_par a.learn_more{
color: #990000;
font-style: italic;
}

span.banner_img {
height: 100px;
width: 185px;
display: table-cell;
text-align: center;
float: left;
}

span.banner_img img {
margin: 10px;
}

/* container for slides */
.images {
	position:relative;	
	height:250px;
	width:650px;
	float:left;	
	margin:15px;
	cursor:pointer;	
}

/* single slide */
.images div.slides{
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	height:256px;
	font-size:12px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:130px;
	background:#fff url(/common/_internal/files/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; float: right; margin-top:110px; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}