﻿
.ks-main #Main #Content body	{ font-family: "Lucida Grande", Arial, Sans-Serif; 
								background: #ffffff; 
								}

.ks-main #Main #Content a		{ text-decoration: none; outline: none; }
.ks-main #Main #Content a img	{ border: none; }

.ks-main #Main #Content h2		{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }

.ks-main #Main #Content #page-wrap	{ background: white; width: 940px; margin: 0 auto; 
								  padding: 0px 0;  }

.ks-main #Main #Content #slider	{ background: white url(../PublishingImages/slider-bg.jpg); height: 267px; 
								  overflow: hidden;
								  position: relative; margin: 0px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
.ks-main #Main #Content #mover	{
									width: 0px;
									position: absolute;
}

.ks-main #Main #Content .slide	{
									padding: 40px 30px;
									width: 940px;
									float: right;
									position: relative;
									left: 0;
									top: 0;
}
.ks-main #Main #Content .slide h1	{ font-family: Helvetica, Sans-Serif; 
									font-size: 25px; 
									letter-spacing: -1px; 
									line-height: 30px; 
									color: #ac0000; 
									margin: -5px 10px 0px 360px;
									background-color:transparent;
									text-transform:none;

}

									
.ks-main #Main #Content .slide p	{ font-family: "Lucida Grande", Arial, Sans-Serif;
									  color: #565656; font-size: 12px; 
									  line-height: 16px; 
									  width: 525px; 
								      margin: 0px 5px 5px 370px}
.ks-main #Main #Content .slide img						{
									position: absolute;
									top: -0px;
									left: 0px;
}
.ks-main #Main #Content #slider-stopper					
									{ position: absolute; top: 10px; right:10px; background: #CC0001; 
									color: white;
									 padding: 3px 8px; font-size: 10px; text-transform: uppercase; 
								  z-index: 1000; }

