* {
	margin: 0;
	padding: 0;
}
/* commented backslash hack v2 \*/ 
html, body {
	height: 100%;
} 
/* end hack */ 
body {
	position: relative; /* for ie7 */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul, ol, dl {
	position: relative;
}

p {
	margin: 0 0 1em 0;
	padding: 2px
}

a img {
	border: none;
}

/********************/
/*     Wrappers     */
/********************/
#outerWrap {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	/*min-height: 100%;*/
	text-align: center;
}

* html #outerWrap { 
	/*height: 100%; IE treats height as min-height anyway*/
} 

/********************/
/*      Header      */
/********************/
#header {
	height: 383px;
	background: #000000 url(../images/ebix-banner-home01.jpg) top left no-repeat;
}

/********************/
/*     LinkPanel    */
/********************/
#linkPanel {
	height: 130px;
	background-color: #1973b8;
	text-align: left;
}
	#linkPanel #intermediary {
		float: left;
		margin: 20px 0 0 48px;
	}
	#linkPanel #insurer, #linkPanel #corporate {
		float: left;
		margin: 20px 0 0 18px;
	}
	#linkPanel h1.homepage {
		float: left;
		margin: 20px 0 0 18px;
		width: 200px;
		color: #fff;
		line-height: 36px;
	}
	/*#linkPanel #searchForm {
		float: left;
		margin: 20px 0 0 24px;
		height: 30px;
	}
		#linkPanel #searchForm label {
			display: block;
			float: left;
			width: 55px;
			height: 28px;
			background: url(../images/telstra-search.gif) top left no-repeat;
		}
			#linkPanel #searchForm label span {
				position: absolute;
				top: -999px;
			}
		#linkPanel #searchForm input {
			float: left;
			margin: 0 0 0 0;
			padding: 6px 2px;
			width: 136px;
			height: 16px;
			border: none;
		}
		#linkPanel #searchForm a, #linkPanel #searchForm a img {
			margin: 0;
			padding: 0;
		}
		* html #linkPanel #searchForm a {
			margin-left: -3px;
		}
	#linkPanel #quickinks {
		float: left;
		margin: 20px 0 0 24px;
	}
		#linkPanel #quickinks a {
			display: block;
		}*/

/********************/
/*      Content     */
/********************/
#highlight {
	float: left;
	margin: 75px 0 0 292px;
	width: 250px;
	text-align: left;
	line-height: 16px;
}

#mainText {
	float: left;
	margin: 75px 0 0 0;
	width: 448px;
	text-align: left;
}

/********************/
/*      Footer      */ 
/********************/
#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	margin-top: 40px; /* drag footer from below the fold */
	width: 958px;
	height: 40px;
	background: url(../images/ebix-footer-tile.gif) top left repeat-x;
}
	#footer #footerlinks {
		float: left;
		padding-left: 10px;
		width: 620px;
		height: 30px;
		background: url(../images/ebix-footer-start.gif) top left no-repeat;
		list-style: none;
	}
		#footer #footerlinks li {
			float: left;
			padding-right: 20px;
			line-height: 30px;
			background: url(../images/ebix-footer-divide.gif) right 1px no-repeat;
		}
			#footer #footerlinks li a {
				color: #999999;
				text-decoration: none;
			}
			#footer #footerlinks li a:hover {
				color: #0099cc;
				text-decoration: underline;
			}
	#footer #copyright {
		float: right;
		margin: 0;
		padding: 0 10px 0 0;
		width: 245px;
		height: 30px;
		background: url(../images/ebix-footer-end.gif) top right no-repeat;
		color: #999999;
		line-height: 30px;
	}
		#footer #copyright p {
			margin: 0;
			padding: 0 0 0 20px;
			height: 30px;
			background: url(../images/ebix-footer-divide.gif) left 1px no-repeat;
		}
