@CHARSET "UTF-8";

#homeSlider {
	width: 826px;
	height: 469px;
	margin: auto;
	overflow: hidden;
	background-image: url('../img/homeSlider.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
	position:relative;
}

.homeSliderPage {
	width: 826px;
	height: 409px;
	float:left;
	position: relative;
}

.homeTopPage {
	height: 400px;
	overflow: hidden;
	width: 778px;
	padding:0px 24px;
}

.homeSliderSelectorLine {
	height: 13px;
	width: 826px;
	position: absolute;
	bottom: 0px;
}

.homeSliderSelector {
	height: 13px;
	width: 19px;
	background-image: url('../img/slideSelector.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0 !important;
	top:1px;
}

#homeSliderContent {
	width: 4000px;
	position:absolute;
}

#homeSliderPreviews{
	padding:0px 8px;
	height:60px;
	position:absolute;
	bottom:0;
}

.homeSliderPreviewBox{
	float:left;
	width:200px;
	height:60px;
}

.homeSliderPreviewButton{
	height:41px;
	width:81px;
	background-image:url('../img/slidePreviews.png');
	margin:auto;
	cursor:pointer;
}

.homeSliderPreviewTitle{
	color:#333;
	text-align:center;
	cursor:pointer;
}


/*CUSTOM PREVIEW BUTTONS*/

.homeSliderPreviewButton_Global{
	background-position:0px 0px;
}

.homeSliderPreviewButton_Global_Selected{
	background-position:0px -41px;
}

.homeSliderPreviewButton_Formats{
	background-position:0px -164px;
}

.homeSliderPreviewButton_Formats_Selected{
	background-position:0px -205px;
}

.homeSliderPreviewButton_Mechanism{
	background-position:0px -82px;
}

.homeSliderPreviewButton_Mechanism_Selected{
	background-position:0px -123px;
}

.homeSliderPreviewButton_Affiliation{
	background-position:0px -246px;
}

.homeSliderPreviewButton_Affiliation_Selected{
	background-position:0px -287px;
}

/*1ST PAGE : BOXES*/
#homeBoxes {
	width: 772px;
	height: 342px;
	background-image: url('../img/homeBoxes.png');
	margin: auto;
}

.homeBox {
	float: left;
	position: relative;
	height: 342px;
	width: 372px;
}

.homeBoxTitle {
	padding: 24px 0px 24px 24px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.homeBoxButton {
	cursor: pointer;
	display: block;
	width: 218px;
	height: 36px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 79px;
	bottom: 18px;
	line-height: 36px;
	text-align: center;
}

.homeBoxButton:hover {
	color: #FFF;
}

.homeBoxTitle {
	color: #FFF;
}

.homeBoxMore {
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 14px;
	line-height: 14px;
	cursor: pointer;
	color: #444;
	position: absolute;
	right: 4px;
	bottom: -24px;
	font-size: 10px;
}

.homeBoxMore:hover {
	color: #555;
}

.homeBoxContent {
	padding: 0px 24px 0px 24px;
}

.homeBoxContent ul {
	padding: 0;
	margin: 0;
}

.homeBoxContent li {
	background-position: leftcenter;
	background-repeat: no-repeat;
	height: 16px;
	line-height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 14px;
	padding: 0 0 0 22px;
}

/*GREEN*/
.homeBoxGreen {
	margin: 0px 13px 0px 0px;
}

.homeBoxGreen .homeBoxContent li {
	background-image: url("../img/homeLiGreen.png");
}

.homeBoxGreen .homeBoxButton {
	background-image: url("../img/homeButtonGreen.png");
}

.homeBoxGreen .homeBoxTitle { /*color:#484;*/
	
}

.homeBoxGreen .homeBoxMore {
	background-image: url("../img/homeLiGreen.png");
}

/*BLUE*/
.homeBoxBlue {
	margin: 0px 0px 0px 13px;
}

.homeBoxBlue .homeBoxContent li {
	background-image: url("../img/homeLiBlue.png");
}

.homeBoxBlue .homeBoxButton {
	background-image: url("../img/homeButtonBlue.png");
}

.homeBoxBlue .homeBoxMore {
	background-image: url("../img/homeLiBlue.png");
}