@charset "utf-8";
/* CSS Document */


/*=============================================================== SLIDER */
#slider {
	border: 10px solid #1a1d27;
	margin-left: 23px;
	margin-bottom: 25px;
}
#content #slider ul,
#content #slider li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#slider,
#slider li {
	width: 818px;
	height: 285px;
	overflow:hidden;
}
#slider a {
	outline: none;
}
#slider ul img {
	width: 816px;
	height: 283px;
	border: 1px solid #222933;
}
/* image replacement */
.graphic,
#prevBtn,
#nextBtn,
#slider1prev,
#slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */


#prevBtn,
#nextBtn,
#slider1next,
#slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left: 52px;
	top: 190px;
	z-index:1000;
}
#nextBtn,
#slider1next {
	left: 879px;
}
#prevBtn a,
#nextBtn a,
#slider1next a,
#slider1prev a {
	display:block;
	position:relative;
	width:29px;
	height:63px;
	background:url(../_images/slider_left.gif) no-repeat 0 0;
	outline: none;
}
#nextBtn a,
#slider1next a {
	background:url(../_images/slider_right.gif) no-repeat 0 0;
}

/*=============================================================== ABOUT SECTION */
#content #about {
	float: left;
	display: inline;

	width: 185px;
	margin-left: 25px;
	padding: 18px 17px 18px 19px;
	background-image: url(../_images/aboutBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 253px;
}
#content #about p {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: -1px;	
	padding-bottom: 9px;
}
#content #about p a {
	font-size: 11px;
	color: #c89ce6;
	letter-spacing: 0px;
}

/*=============================================================== NEWS SECTION */
#content #news {
	float: left;
	width: 606px;
}
#content #news h3 {
	color: #5f6679;
	font-size: 39px;
	letter-spacing: -4px;
	padding: 0px 0 12px 32px;
	line-height: normal;	
}
#content #news .newsItem {
	float: left;
	display: inline;
	width: 271px;
	margin-left: 32px;
}
#content #news .newsItem .date {
	height: 42px;
	width: 42px;
	color: #FFF;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 3px;
	background-image: url(../_images/dateBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content #news .newsItem .date strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
	line-height: 24px;
}

#content #news .newsItem h4,
#content #news .newsItem p,
#content #news .newsItem ul {
	float: right;
	width: 218px;
}
#content #news .newsItem p,
#content #news .newsItem ul {
	font-size: 11px;
	line-height: 16px;
}
