body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,
blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,
caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul 
{list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/* Flash Area */

.flashArea
{
	margin-top: 8px;
	border-top:1px solid #CCCCCC;	
	border-bottom:1px solid #CCCCCC;
	width: 498px;
	height: 205px;
}

.flashAreaText
{
	background: #F7F3FF; /* #F1F2ED */
	margin-top: 8px;
	padding: 10px 10px 0px 10px;
	border-top:1px solid #CCCCCC;	
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;	
	width: 210px;
	height: 195px;
	text-align: left; /* justify */
	font-size: 11px;
}

.flashAreaText h1
{
	font-weight: normal;
}

.flashAreaText a
{
    display: block;
    padding-top: 10px;
}

.flashAreaText b
{
	font-weight:bold;
	font-size:14px;
	display: block;
	margin-bottom: 10px
}

/* Bubbles */

.bubbleOLD
{
	margin: 8px 0px 0px 0px;
	padding-bottom:0px;
	width:231px;
}

.bubbleOLD h2
{
	text-align: left;
	background:url(../images/bubble_top.jpg) no-repeat;
	padding: 5px 10px 4px 10px;
	color:#276B74;
	font-weight:bold;
	font-size:13px;
	height: 16px;
	border-bottom:1px solid #CCCCCC;
}

.bubbleOLDContent
{
	text-align: left; /* justify */
	padding: 5px 5px 5px 5px;
	border-left:1px solid #CCCCCC;	
	border-right:1px solid #CCCCCC;	
	width:219px;	
	height:85px;
}

/* Side Boxes */

.side-Box-Bottom
{
	border-style: none solid solid none; 
	border-width: 1px; 
	border-color: #C6C7D6; 
	width: 190px; /*230 total*/
	height: 170px;  /*180 total*/
	text-align: left; 
	vertical-align: text-top;
	padding: 10px 20px 0px 20px;
}

.side-Box
{
	text-align: left;
	background-color: #F7F3FF;
	margin: 8px 0px 0px 0px;
	padding-bottom: 0px;
	width: 230px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#FPTitle
{
	color: #666666;
}

.side-Box h3
{
	background-color: #F7F3FF; /* aeaeae */
	padding: 5px 5px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px; /*line-height:1em;*/
}

.side-Box ul 
{
	padding:9px 0 3px 10px; 
	line-height:101%; /* sync IE and FF line-height */
}

.side-Box li 
{
	display:block;
	padding:0 0 5px;
}

.side-Box ul
{
	font-size:11px;
}

.side-Box div.selectBox a 
{
	display:block;
	width:153px;
	min-height:14px; /* req: mac */
	padding:2px 6px 1px;
	border:1px solid #CCCCCC;
	text-decoration:none; 
}

.side-Box div.selectBox a:link, 
.side-Box div.selectBox a:visited 
{ 
	color:#666;
	text-decoration:none;
}

/* Rotator */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-top: 8px;
	border: solid 1px #CCCCCC;
}
/*--Window/Masking Styles--*/
.window {
	height:205px;	width: 727px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
 
/*--Paging Styles--*/
.paging 
{
    color: White;
	position: absolute;
	bottom: 5px; right: -5px;
	width: 123px; height:32px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 26px;
	background: url(../images/paging_bg4.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active 
{
    color: #5C5C5C;
	font-weight: bold; 
	background: #F7F3FF; 
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.pagerText
{
    font-weight: bold; 
    margin: 0px 5px 0px 0px;
}

