/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/
/*-- Heading # 1 --*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #ffffff; font-family: "Trebuchet MS";} 
				 .cnt1_heading span  { FONT-WEIGHT: normal; FONT-SIZE: 13px; COLOR: #ffffff; font-family: "Trebuchet MS";}
/*-- Heading # 2 --*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";}
				 .cnt2_heading span  { COLOR: #0c8ffe;}
/*-- Heading # 3 --*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";}
				 .cnt3_heading span  { COLOR: #ec5b00;}
/*-- Heading # 4 --*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";}
				 .cnt4_heading span  { COLOR: #02db54;}
/*-- Heading # 5 --*/ .cnt5_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #FFFFFF; FONT-FAMILY: "Trebuchet MS";}
				 .cnt5_heading span  { COLOR: #cc0200;}
/*-- Heading # 6 --*/ .cnt6_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";}
				 .cnt6_heading span  { COLOR: #cc0200;}
/*-- Heading # 6 --*/ .cnt7_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";}
				 .cnt7_heading span  { COLOR: #cc0200;}

/*-------------------------------------------*/
/*-------------ContentPane Class-------*/
/*-------------------------------------------*/

.ContentPane  {	FONT-WEIGHT: normal;	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma; text-decoration: none;	line-height:1.5;}
.ContentPane ul, .ContentPane li { FONT-WEIGHT: normal;	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma; list-style-type: disc;	COLOR: #ffffff; line-height:1.5;}
.ContentPane td  {	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma; text-decoration: none;	line-height:1.5;}
.ContentPane p  {	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma; text-decoration: none;	line-height:1.5;	margin:0px;	padding:6px 0px;}

/*--- LINK ---*/

.ContentPane A:link, .ContentPane A:visited, .ContentPane A:active{	text-decoration: underline;	COLOR: #ffffff;}
.ContentPane A:hover{ text-decoration: none; COLOR: #ffffff;}

/*-------------------------------------------*/
/*-------------whiteText Class-------*/
/*-------------------------------------------*/

.whiteText  {	FONT-WEIGHT: normal;	FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; text-decoration: none;	line-height:1.5;}
.whiteText ul, .whiteText li { FONT-WEIGHT: normal;	FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; list-style-type: disc;	COLOR: #FFFFFF; line-height:1.5;}
.whiteText td  {	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; text-decoration: none;	line-height:1.5;}
.whiteText p  {	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; text-decoration: none;	line-height:normal;	margin:0px;	padding:0px;}

/*--- LINK ---*/

.whiteText A:link, .whiteText A:visited, .whiteText A:active{	text-decoration: underline;	COLOR: #FFFFFF;}
.whiteText A:hover{ text-decoration: none; COLOR: #FFFFFF;}

/* ----- Jquery Banner Classes  ------*/
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 957px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
border:1px solid #000000;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 957px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

