/* CSS Document */


/*===================INDEX PAGE LAYOUT=====================*/

#homeleft {
	min-height: 420px; /*will it validate?*/
	width: 370px;
	padding: 0px;
	margin: 0px;
	float: left;
	}
	/* for Internet Explorer */
	/*\*/
	* html #homeleft {
	height: 420px;
	}
	/**/
#homeright {
	min-height: 420px; /*will it validate?*/
	width: 370px;
	padding: 0px;
	margin: 0px;
	float: right;
	}
	/* for Internet Explorer */
	/*\*/
	* html #homeright {
	height: 420px;
	}
	/**/

/*===================HOME PANELS=====================*/


.homesquare_panel { /*for flash content*/
	width: 370px;
	height: 370px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/panel_square_home.png);
	}
.homeleftsquare_panel { /*outer div for flash and reflection*/
	width: 370px;
	margin-bottom: 12px;
	padding: 0px;
	clear: both;
	}
.homeleft_panel {
	width: 370px;
	margin-bottom: 12px;
	padding: 0px;
	clear: both;
	}
.homeright_panel {
	width: 370px;
	margin-bottom: 12px;
	padding: 0px;
	clear: both;
	height: 200px;
	}

.homeleft_panel_bottom {
	width: 370px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	}
.homeright_panel_bottom {
	width: 370px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	}
	
.homebluetop {
	width: 370px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_bluetop_home.gif);
	background-repeat: no-repeat;
	}
.homebluetop-campaign {
	width: 370px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_bluetop_home_campaign.gif);
	background-repeat: no-repeat;
	}
.homebluetop p {
	font: 140%/100% Lucida, Lucida Grande, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: white;
	margin: 0px;
	padding: 7px 0px 4px 8px;
	text-align: left;
	list-style: none;
	}
	
#homebluetop_seasonal1 { /*seasonal content*/
	width: 370px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_bluetop_home_free.gif);
	background-repeat: no-repeat;
	}
#homebluetop_seasonal2 { /*seasonal content*/
	width: 370px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_bluetop_home_garden.gif);
	background-repeat: no-repeat;
	}
	
.homemid_seasonal1 { /*seasonal content*/
	width: 370px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_mid_home_free.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	}
.homemid_seasonal2 { /*seasonal content*/
	width: 370px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_mid_home_garden.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	}

.homemid_interactive1 { /*interactive content*/
	width: 370px;
	height: 124px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_mid_interactive1.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	}
.homemid_interactive2 { /*interactive content*/
	width: 370px;
	height: 124px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_mid_interactive2.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	}

.homereflect {
	width: 370px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_square_reflect.jpg);
	background-repeat: no-repeat;
	}
.homeredreflect {
	width: 370px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/panel_square_reflect_red.jpg);
	background-repeat: no-repeat;
	}

