h1, h2{
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 36px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #844370;
}

a:hover {
	text-decoration: underline;	
}

/*****Generic Classes*****/ 

.container {
	position:static;
	width:100%;
	height:278px;
	margin-left:18px;
}

/** Featured Area **/

#featured_area {
	background: url(images/featured_area_bg.gif) repeat-x;
	height:278px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 10px;
}

#featured_area .description {
	float: left;
	width: 300px;
	height: 152px;
}

#featured_area .description h2 {
	font-size: 40px;
	color: #423d3a;
	margin:50px 0 15px 50px;
	font-weight: bold;
}

#featured_area .description p {
	font-size: 12px;
	margin:0px 0 5px 56px;
	font-family:Tahoma;
	font-weight:normal;
	color:#666666;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	padding: 10px;
	margin-top: 1px;
	float: right;
	position: relative;
}

#featured_area .photo{
	width: 580px;
	height: 250px;
	text-align:center;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	width:974px;
	height: 308px;
	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(images/prev-trans.png) no-repeat;
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prev-trans.png', sizingMethod='scale');
	left: 0px;
}

a.jFlowNext {
	background: url(images/next-trans.png) no-repeat;
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/next-trans.png', sizingMethod='scale');
	right: 0px;
}

div#myController {
	display: none;
}

