@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	behavior: url(scripts/iepngfix.htc);
	
}
html, body {
	width: 100%;
}
@font-face {
    font-family: 'QuicksandBook';
    src: url('fonts/Quicksand_Book-webfont.eot');
    src: url('fonts/Quicksand_Book-webfont.eot?iefix') format('eot'),
         url('fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Book-webfont.svg#webfontQNKLE8Me') format('svg');
}

h1 {
	font-size: 26px;
	color: #b60050;
	font-family: QuicksandBook, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}

p.intro {
	font-size: 14px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 10px;
	
	
}
#body {
	position: relative;
	float: left;
	width: 709px;
	height: 400px;
	left: 50%;
	margin:-248px 0 0 -354px;
	padding-top: 25px;
	background-image: url(../images/body.png);
	background-repeat: no-repeat;
	z-index: 10;
}
#contentArea {
	position: relative;
	width: 100%;
	height: 213px;
	float: left;
	background-image: url(../images/contentArea-background.jpg);
	background-repeat: repeat-x;
	}
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-image: url(../images/header-background.jpg);
}
#light {
	position: absolute;
	z-index: 2;
	top: 116px;
	left:50%;
	margin-left: -512px;
}
#logo {
	position: relative;
	left: 50%;
	margin-left: -350px;
	top: 0;
}
#navSection {
	position: relative;
	flaot: left;
	width: 100%;
	height: 36px;
	background-image: url(../images/nav-section.jpg);
	background-repeat: repeat-x;
}
#nav {
	position: relative;
	float: left;
	width: 662px;
	height: 36px;
	padding: 0 1px;
	background-image: url(../images/nav-background.jpg);
	background-repeat: no-repeat;
	margin-left: -331px;
	left: 50%;
}
	#nav ul {
		list-style: none;
		}
	#nav ul li {
		position: relative;
		float: left;
		display: block;
		width:132px;
		height: 36px;
		background-image:url(../images/link-background.jpg);
		background-repeat: no-repeat;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}
		#nav ul li a{
		display: block;
		width: 132px;
		height: 36px;
		line-height: 39px;
		font-size: 13px;
		text-decoration: none;
		font-weight: 100;
		color: #a3a4a6;
		}
			#nav ul li a:hover{
				color: #FFF;
			}
	#nav ul li.current {
		position: relative;
		float: left;
		display: block;
		width:132px;
		height: 36px;
		background-image: url(../images/current.jpg);
		background-repeat: no-repeat;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}
		#nav ul li.current a{
			display: block;
			width: 132px;
			height: 36px;
			line-height: 39px;
			font-size: 13px;
			text-decoration: none;
			font-weight: 100;
			color: #FFF;
		}
		
#sliderArea {
	position:relative;
	float: left;
	width: 100%;
	height:280px;
	background-image: url(../images/slider-backgrond.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

.singleColumn {
	position: relative;
	float: left;
	margin:0 0 35px 25px;
	width: 203px;
}

.doubleColumn {
	position: relative;
	float: left;
	margin:0 0 35px 25px;
	width: 431px;
}

a.learnmore {
	position: relative;
	float: right;
	display: block;
	padding-right: 25px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #A4A4A4;
	text-align: right;
	line-height: 14px;
	background-image: url(../images/learnmore.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-weight: lighter;
	margin: 20px 15px 0 0;
}
	a.learnmore:hover {
			background-image: url(../images/learnmore-over.gif);
			color: #898989	}

/*|||||||||||||||||||||||||||||*/
/*                             */
/*		   What's New          */
/*                             */
/*|||||||||||||||||||||||||||||*/

p.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #A4A4A4;
	margin-bottom: 10px;
	margin-top: 20px;
}
p.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
p.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 16px;
}
a.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 16px;
	color: #a2224c;
}


/*|||||||||||||||||||||||||||||*/
/*                             */
/*		 SLIDER STYLES         */
/*                             */
/*|||||||||||||||||||||||||||||*/


#slideContainer {
	position: absolute;
	width: 2000px;
	overflow: visible;
	left: 50%;
	margin-left: -998px;
	text-align: center;
	background-image: url(../images/light.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}
ul#slider {
	display: block;
	width: 2000px;
	height: 280px;
	z-index: 5;
	overflow: visible;
	list-style: none;


}
ul#slider li {
	position: relative;
	display: block;
	overflow: visible;
	width: 2000px;

}
#feature {
	width: 203px;
	height: 230px
}

.nivo-controlNav{
	position: absolute;
	margin:-5px 5px 0 0;
	float:right;
	top: 230px;
	right: 5px;

}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background-image: url(../images/nivo-nav.gif);
	background-position: 0 0;
	border:0;
	text-indent: -9999px;
	margin: 0 0 0 5px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	
}
.nivo-controlNav a.active {
	background-position: -15px 0;
}
.niv0-directionNav {
	position: absolute;
	background-color: #000;
}
.nivo-directionNav a {
	position: absolute;
	display:block;
	top: 40%;
	width:30px;
	height:30px;
	background:url(../images/arrows.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:0;
	cursor: pointer;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
a.nivo-prevNav {
	left:5px;
}
.clear {
	clear: both;
}



