
.breadCrumb {
	display: none;
}
#header {
	height: 80px;
}
#main {
	width: 980px;
	float: none;
	padding: 0;
	overflow: hidden;
	background: url(pics/indexMainPic.jpg) no-repeat left top;
	height: 300px;
	color: #fff;
	font-size: 16px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}
.mainText {
	padding: 20px 0 0 515px;
}
.mainText H1 {
	font-size: 36px;
}
.mainText H1,
.mainText A {
	color: #fff;
}
.mainText P {
	padding: 5px 0 20px 0;
}
#column1 {
	height: 520px !important;
	overflow: visible !important;
	overflow-x: hidden !important;
}
HTML>BODY #column1 {
	height: auto;
	min-height: 520px;
	overflow: hidden;
}


/* indexButton
================*/
A.indexButton {
	display: inline-block;
	padding: 0 0 0 22px;
	line-height: 38px;
	background: url(pics/indexButtonLeft.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
}
A.indexButton SPAN {
	display: inline-block;
	padding: 0 50px 0 0;
	line-height: 38px;
	background: url(pics/indexButtonRight.png) no-repeat right top;
	cursor: pointer;
}
A.indexButton SPAN:hover {
	text-decoration: underline;
}

/* column1
============*/
#column1 {
	width: 520px;
	padding: 20px 0 0 30px;
}
#column1 H2 {
	padding-top: 0;
	font-size: 1.5em;
}
.column1Border {
	background: url(pics/lineColumn1.gif) repeat-y center top;
}
#column1 TABLE TD {
	padding: 0 5px;
}
#column2 {
	float: right;
	width: 410px;
	padding: 20px 10px 0 0;
}
.line1 {
	font-size: 1.25em;
	padding: 5px 0 10px 50px;
}
.line1 STRONG {
	font-size: 1.2em;
	color: #0cf;
}
.line2 {
	padding: 10px 0 0 85px;
}
