div#mainContent {
	background-image:url(../../_images/graphics/homepage_topcontent_background.gif);
	background-repeat:repeat-y;
	width:660px;
	margin-left:56px;
}

/* Column Set up */
div#columnOne{
	float:left;
	display:inline;
	margin:0px 23px 0px 10px;
	width:480px;
}
div#columnTwo {
	float:left;
	display:inline;
	margin:0px 10px 0px 0px;
	width:132px;
}
div#columnOne .columns {
	float:left;
	margin:0px 10px 0px 10px;
	width:50%;
}
div#stepsLeft, div#stepsRight {
	float:left;
	display:inline;
}
div#stepsLeft {
	width:240px;
	margin:0px 10px 0px 0px;
	border-right:1px solid #b1b1b1;
}
div#stepsRight {
	width:220px;
}
div#stepThree {
	margin-top:5px;
	padding-top:5px;
	clear:both;
	border-top:1px solid #b1b1b1;
}


/* text formatting */
img.header {
	margin:10px 0px 10px 0px ;
}
div#columnOne p, div#columnTwo p {
	margin-bottom:10px;
}
img.section{
	margin:0px 10px 0px 0px;
	float:left;
	display:inline;
	width:25px;
}
div#columnOne img.section{
	margin-bottom:10px;
}
div#stepTwo img.section{
	margin-bottom:60px;
}
div#stepThree img.section{
	margin-bottom:50px;
}
div#stepsLeft, div#stepTwo, div#stepThree {
	font-size:11px;
}


/* All-inclusive Logo  */
img#aipLogo {
	margin:0px 0px 5px 10px;
	float:right;
	width:61px;
	display:inline;
}

/* Floating All-inclusive Logo */
img#floatingaipLogo{
	z-index: 1; 
	position: absolute; 
	margin:0px 0px 5px 10px;
	top: 415px; 
	right: 208px;
	width:61px;
	float:right;
}

/* Floating Marketing Message */
div#floatingMarketingMessage{
	z-index: 1; 
	position: absolute; 
	margin:0px 0px 5px 10px;
	top: 535px; 
	right: 75px;
	float:right;
}

a.market_msg_info:hover {
	z-index:25;
	background-color:transparent
}
a.market_msg_info span {
	display:none;
}
a.market_msg_info:hover span {
	display:block;
    position:absolute;
    top:-2px; left:-2px;
	width:355px;
	padding:7px;
	border:1px solid #51502f;
	border-bottom:2px solid #51502f;
	background-color:#f3f3e4;
	font-weight:normal;
	font-style:normal;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	text-align:left;	
}

/* Calendar Popup Function 
div#stepsLeft a.link_info {
	background-image:url();
	padding-right:13px;
	position:relative;
	z-index:9;
}
div#stepsLeft a.link_info:hover {
	z-index:10;
}
div#stepsLeft a.link_info:hover span {
    top:-19em; left:-5em;
	width:auto;
	color:#000000;
	background-color:#d6d5c5;
	border:1px solid #51502f;
	padding:7px;
}


/* Calendar Formatting 
.calbtn {position:relative; left:expression(document.all?"-14px":"0px"); top:0px;}
*/
div#mainContent .calendar-table {
	clear:both;
	margin-left:45px;
}
div#mainContent .calendar-table th{
	border:none;
	font-size:8px;
	color:#51502f;
}
div#mainContent .calendar-table td{
	padding:0px;
	border:none;
	font-size:10px;
	border:1px solid #ffffff;
	border-right:1px solid #7d7c65;
	border-bottom:1px solid #7d7c65;
	text-align:center;
	vertical-align:middle;
	width:22px;
	height:22px;
	color:#aead8c;
	background-color:#f3f3e4;
}
div#mainContent .calendar-table input {
	float:none;
	display:block;
	margin:0px;
	padding:0px;
}
div#mainContent .calendar-table input.calendar-button, div#mainContent .calendar-table input.calendar-button-other-month, div#mainContent .calendar-table input.calendarNav, div#mainContent .calendar-table input.calendar-button-cell-selected {
	border:none;
	background-color:#2e5d8d;
	font-size:10px;
	width:22px;
	height:22px;
	color:#FFFFFF;
}
div#mainContent .calendar-table input.calendar-button-other-month {
	background-color:#6791c5;
}	
div#mainContent .calendar-table input.calendar-button-cell-selected {
	background-color:#003060;
}	
div#mainContent .calendar-table input.calendarNav {
	background-color:#f3f3e4;
	color:#51502f;
}
div#mainContent .calendar-table td.month {
	color:#51502f;
	font-weight:bold;
	text-align:center;
	background-color:#f3f3e4;
	width:auto;
}

/*form adjustments */
div#mainContent label{
	width:100px;
	margin-left:20px;
}
div#columnOne .submitButton {
	margin:5px 0px 0px 70px;
}
div#columnTwo .submitButton {
	margin-left:20px;
}
div#columnTwo input{
	float:none;
	margin:0px 0px 10px 40px;
}
div#columnTwo label{
	float:none;
	width:auto;
	text-align:left;
	margin:20px 0px 10px 30px;
}
div#stepsLeft select.delivery_location {
	border:1px solid #919191;
	background-color:#f7f7f7;
	font-size:10px;
	width:200px;
	margin-left:25px;
}


/*---Modified from core.css---*/
