/* ----- STYLING FOR TEMPLATE HOMEPAGE ----- */

/* ----------------------------------- LAYOUT -------------------------------------- */


div#holder {
	width: 604px;
	padding: 0;
	margin: 3em auto 0 auto; 
	position: relative;
	background-color: white;
}* html body { /* Hack to center the div in IE<=5.5 */
	text-align: center;
} * html div#holder {
	text-align: left;
} /* END Hack to center the div in IE<=5.5 */


/* START DIV-ENVELOPING/ANTI-MARGIN-COLLAPSING */
div#holder {
	padding-top: 10px 0;
}
/* END DIV-ENVELOPING/ANTI-MARGIN-COLLAPSING */


/* START EASY CLEARING */
div#holder:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */


h1 {
	position: absolute;
	width: 604px;
	height: 3em;
	top: -3em;
}


h2#page-heading {
	position: absolute;
	z-index: 2;
	margin: 0;
	top: 130px;
	left: 43px;
}
h2#page-heading span {
	display: block;
	color: #3E5C8F;
	text-transform: uppercase;
}
h2#page-heading span#page-heading-part-1 {
	font-family: tahoma, arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 10px;
}
h2#page-heading span#page-heading-part-2 {
	letter-spacing: -1px;
	margin-bottom: 3px;
}
h2#page-heading span#page-heading-part-3 {
	color: #FF8A00;
	letter-spacing: -1px;
}


div.jsslideshow {
	background: transparent url(../images/holder-bg-top.png) no-repeat scroll top left; _behavior: url(/iepngfix.htc);
	position: absolute;
	z-index: 1;
	top: -13px;
	left: 0;
	width: 604px;
	padding-top: 13px;
	height: 307px;
} * html div.jsslideshow { /* Tan Hack for IE<=5.x */
	height: 320px;
	he\ight: 307px;
} /* End Tan Hack */


div.jsslideshow img {
	background: transparent url(../images/main-image-drop-shadow.png) no-repeat scroll 0 -11px;
	display: block;
	margin: 0;
	padding-left: 23px;
	width: 558px;
	padding-right: 23px;
	padding-top: 10px;
	height: 274px;
	padding-bottom: 23px;
} * html div.jsslideshow { /* Tan Hack for IE<=5.x */
	width: 	604px;
	w\idth: 558px;
	height: 307px;
	he\ight: 274px;
} /* End Tan Hack */


div#main-image-overlay {
	background: transparent url(../images/main-image-corners.png) no-repeat scroll top left;
	position: absolute;
	top: 23px;
	left: 23px;
	width: 558px;
	height: 274px;
}


div#main-content {
	background: transparent url(../images/main-content-drop-shadow-top-left.png) no-repeat scroll top left;
	float: left;
	padding-left: 40px;
	width: 371px;
	padding-right: 17px;	
	margin-top: 310px;
	min-height: 250px; _height: 250px;
} * html div#main-content { /* Tan Hack for IE<=5.x */
	width: 428px;
	w\idth: 371px;
} /* End Tan Hack */


div#extra-content {
	background: transparent url(../images/main-content-drop-shadow-top-right.png) no-repeat scroll top left;
	float: left;
	padding-left: 17px;
	width: 119px;
	padding-right: 40px;	
	margin-top: 310px;
	min-height: 250px; _height: 250px;
} * html div#extra-content { /* Tan Hack for IE<=5.x */
	width: 	176px;
	w\idth: 119px;
} /* End Tan Hack */


div#main-content form {
	border-top: 1px dotted #bbb;
	padding-top: 20px;
	width: 371px;
}


div#small-print-wrapper {
	clear: left;
	position: relative; zoom: 1;
}


div#small-print {
	background: transparent url(../images/holder-bg-bottom.png) no-repeat scroll top left; _behavior: url(/iepngfix.htc);
	position: absolute;
	width: 604px;
	padding-top: 20px;		
}


/* ---------------------------------END LAYOUT -------------------------------------*/

h1 {
	color: #c0c0c0;
	text-align: center;
}

a {
	color: #73B3E1;
	text-decoration: none;
}
a:visited {
	color: maroon;
}
a:hover {
	color: #73B3E1;
	border-bottom: 1px dotted;
}
a:focus {
	color: blue;
}

div#small-print {
	text-align: center;
	color: #C0C0C0;
}

div#small-print p {
	font-size: 1em;
}
