/* homepage specific styles */

body {
	background: #83aecc url(/images/bkg_body_home.jpg) top center no-repeat;
}

#main {
	background: #fff url(/images/home_low_bkg.gif) top center repeat-y;
	margin-bottom: 0px;
	clear: both;
	border-top: solid 9px #fff;
	}

#top {
	height: 120px;
	position: relative;
	margin: 0px auto;
}

#header {height: 399px; padding-bottom: 0px;}

#leftcol {padding-top: 10px;}

#bookingform {
	position: absolute;
	top: 33px;
	left: 625px;
	padding: 0px;
	background: transparent;
}

#rightcol {padding-left: 0px; float: right; width: 308px;}

#homeText {padding: 8px 35px 0px 35px;}

#homeText p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	color: #919539;
	margin-bottom: 7px;
}

#homelow {
	background: url(/images/home_low.gif) top center no-repeat;
	clear: both;
	height: 27px;
	color: #476b85;
	padding-top: 10px;
	font-size: 10px;
}

#homelow p {margin: 0px;}

#homeWelcome {background: url(/images/h2_welcome_home.gif) top left no-repeat;}
#homeLearnMore {background: url(/images/h2_learn_more.gif) left 7px no-repeat;width: 140px;padding-bottom: 6px;}
#homeEmailList {background: url(/images/email_list_btn.gif) top left no-repeat; height: 85px;}

#homeCalloutRotator {position: relative;}
#homeCalloutRotator a {position: absolute; top: 5px; left: 15px;}
#ie6fix {display: none;}


