body {
	background-image:url(/images/site_1_11_10/index-header-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/* Middle Area */
.header-text {
	display:block;
	width:680px;
	height:40px;
	background-image:url(/images/site_1_11_10/header-support-text.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:10;
	margin-top:241px;
}
.header-text div {
	display:block;
	width:340px;
	height:275px;
	position:absolute;
	margin-top:-235px;
	z-index:14;
}
.header-text .left {
	background-image:url(/images/site_1_11_10/left-arrow.gif);
	background-repeat:no-repeat;
	background-position: -40px 114px;
	cursor:pointer;
}

.header-text .right {
	background-image:url(/images/site_1_11_10/right-arrow.gif);
	background-repeat:no-repeat;
	background-position: 340px 114px;
	cursor:pointer;
	margin-left:340px;
}



.header-images {
	display:block;
	background-color:#000000;
	width:680px;
	height:275px;
	margin:6px 0px 20px 0px;
	position:absolute;
	overflow:hidden;
}
/* remove the list styles, width : item width * total items */
.header-images ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
	width:2040px;
}

/* width of the item, in this case I put 250x250x gif */
.header-images li {
	width:680px;
	height:275px;
	float:left;
	margin:0px;
}



.header-info {
	display:block;
	margin-top:305px;
	clear:both;
}


.header-info span {
	font-size:15px;
	color:#2D68B2;
	font-weight:bold;
}
.header-info p {
	margin:0px;
	width:140px;
}
.header-info td {
	width:25%
}
.header-info .continue-form {
	height:117px;
	background-image:url(/images/site_1_11_10/index-arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.header-info .continue-form input {
	margin:45px 0px 0px 45px;
}



/* Index Content Area */
div.content {
	display:block;
	clear:both;
	margin-top:20px;
}
.content-disclosure {
	font-size:10px;
	color:#888888;
}
.no-margin {
	margin:0px;
}
/* Index Left Column */
div.content .left {
	display:block;
	width:280px;
	float:left;
}


/* Index Ads */
.ads {
	margin-left:-15px;
}
.ads img {
	padding-left:10px;
}
.ads td {
	padding:5px 0px;
}
.ads_title {
	padding-left:15px;
	width:200px;
}
.ads_title h3 {
	font-size:15px;
	font-weight:bold;
}



/* Index Middle Column */
div.content .middle {
	display:block;
	width:400px;
	float:left;
	padding:0px 0px 30px 0px;
}



/* Index Right Column */
div.content .right {
	display:block;
	width:240px;
	float:right;
}

