@charset "utf-8";
/* CSS Document */

.introDiv{
	width:960px;
	margin:auto;
	text-align:left;
	position:relative;
	/*top:35px;*/
	height:210px;
}

.introImg{	
	background-position:0px;
	background-repeat:no-repeat;
	width:300px;
	height:200px;
	position:absolute;
	top:4px;
	left:2px;
}

.introTxt{
	margin-left:390px;
	position:relative;
	margin-top:20px;
	padding-top:0px;
	clear:none;
}

.introTxt ul, .introTxt ul li{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

.introPartners{
	background-image:url(../images/partners.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100px;
	height:50px;
	position:absolute;
	right:0px;
	top:155px;
}

.introLeft{
	background-image:url(../images/bkgIntroLeft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:4px;
	float:left;
	clear:none;
	height:210px;
}

.introMiddle{
	background-image:url(../images/bkgIntroBkg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:950px;
	position:absolute;
	left:4px;
	height:210px;
}

.introRight{
	background-image:url(../images/bkgIntroRight.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:6px;
	position:absolute;
	left:954px;
	height:210px;
}

/* boxes inside contentDiv */

.leftDiv, .rightDiv{
	width:300px;
	height:336px;
	position:absolute;
}

.leftDiv{
	left:0px;
}

.leftDiv table{
	margin:0px 0px 0px 23px;
	width:265px;
	text-align:left;
}

.rightDiv{
	right:0px;
}

.rightDiv p{
	margin:0px 0px 0px 23px;
	width:265px;
	font-size:12px;
	line-height:14px;
	padding-top:13px;
}

.centralDiv{
	height:336px;
	position:absolute;
	left:307px;
}

.centralDiv p{
	margin:0px 0px 0px 23px;
	width:295px;
	font-size:12px;
	line-height:14px;
	padding-top:13px;
}

.bigBoxHeader{
	background-image:url(../images/bigBoxHeader.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:346px;
	height:33px;
	line-height:35px;
}

.bigBoxBkg{
	background-image:url(../images/bigBoxBkg.gif);
	background-repeat:repeat-y;
	background-position:0px;
	width:346px;
	height:293px;
}

.bigBoxFooter{
	background-image:url(../images/bigBoxFooter.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:346px;
	height:10px;
}

.smallBoxHeader{
	background-image:url(../images/smallBoxHeader.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:300px;
	height:33px;
	line-height:35px;
}

.smallBoxBkg{
	background-image:url(../images/smallBoxBkg.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:300px;
	height:293px;
	text-align:left;
}

.smallBoxFooter{
	background-image:url(../images/smallBoxFooter.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:300px;
	height:10px;
}

#slideshow div {
left:0;
position:absolute;
top:1;
}