/*****Basic Elements*****/  
/*mona classes*/
.GradiantBlueBg
{
	background-image:url(Img/BlueGradiantHome.gif);
	background-repeat:repeat-x;
	width:78px;
	height:296px;
}

.GradiantLightBlueBg
{
	background-image:url(Img/LightBlueGradiantHome.gif);
	background-repeat:repeat-x;
	width:100%;
	border:#fff 1px solid;
}



.container {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.BigOrangeTxt
{
	font-size:12px;
	font-weight:bold;
	color:#C60;
	text-align:right;
}

/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
	padding-top:10px;
	padding-bottom:10px;
}


/** Featured Area **/

#featured_area {
	background: url(img/LightBlueGradiantHome.gif) repeat-x;
	height: 296px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 10px;
}


#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 296px;
	overflow: none;
}


a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(Img/prev-trans.png) no-repeat;
	left: 0px;
}
a.jFlowPrev:hover {
	background: url(Img/prev-transOver.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(Img/next-trans.png) no-repeat;
	right: 0px;
}
a.jFlowNext:hover {
	background: url(Img/next-transOver.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

