﻿/* CSS layout */
#banner {
	width: 100%; /*960px;*/
	height: 158px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url('../Images/banner2.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-color : #212C40;
	border-top: 2px solid #F24950;
	border-bottom: 2px solid #F24950;
}

#strapline {padding-top:112px;}

.bulletLink a
{
	background-image: url('../Images/bullet.gif');
}

.center
{
	display:block;
    margin-left:auto;
    margin-right:auto;
}

.slide {
    position: absolute;
    width:451px;
    background-color: Black;
    border:1px solid Black;
    padding-top:0px;
}


.infoPanel
{
	bottom: 0px;
	height:75px;
	width:451px;
	overflow:hidden;
	position:absolute;
}

.slideDesc 
{		
	position:absolute;	
	height:100%;	
	background-color:Transparent;
}

.transDiv 
{
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter: alpha(opacity=60);
	background-color:Black;
	width:100%;
	height:100%;
	top: 0;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:visited:hover {font-size:12px; font-weight:bold; color: White; text-decoration: none;}

.slideDesc p a:link, .slideDesc p a:visited, .slideDesc p a:hover, .slideDesc p a:visited:hover {font-weight: normal; text-decoration: none; color: White;}

.slide p {margin:5px;}

.slide h3
{
	font-size:12px;
	font-weight:bold;
	margin:5px 5px 0 5px;		
}

.slide img {
   	display:block;
    margin-left:auto;
    margin-right:auto;        
}

.white { background-color: White;}


