@charset "utf-8";
/* CSS Document */
body {
	background:#53b1d0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5
 browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#schedule_add {
	position: absolute;
	height: 30px;
	width: 214px;
	left: 555px;
	top: 137px;
}

a:link {
	color: #003366;
}



a:hover {
	color: #FF9900;
}

 
#container {
	width: 900px;
	height: 755px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#wrapper {
	position: relative;
	height:750px;
	background: url(../Images/container.jpg) no-repeat;
}	
#header {
	margin-left:-40px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: absolute;
	height: 200px;
	width: 200px;
	left: 0px;
	top: 0px;
}
#home_pg_favorites {
	height: 184px;
	width: 423px;
	position: absolute;
	left: 29px;
	top: 139px;
}
#header_nav_login {
	position: absolute;
	z-index: auto;
	height: 169px;
	width: 662px;
	left: 272px;
	top: 3px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	left: 20px;
	top: 110px;
	
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
.style1 {
	color: #193946;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style2 {color: #193946}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #910F0D;
}
#tipDiv {
	position: absolute;
	height: 255px;
	width: 345px;
	left: 300px;
	top: 300px;
}
#logon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 142px;
	width: 379px;
	position: absolute;
	left: 343px;
	top: 3px;
}

#popup {
	height: 260px;
	width: 345px;
	position: absolute;
	left: 480px;
	top: 78px;
}
#home_pg_navbar {
	position: absolute;
	height: 80px;
	width: 450px;
	left: 260px;
	top: 0px;
	z-index: auto;
}
.style8 {color: #611816}
#topemail {
	position: absolute;
	z-index: auto;
	height: 52px;
	width: 187px;
	left: 758px;
	top: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	font-style: oblique;
	text-align: right;
}
#schedule {
	position: absolute;
	height: 265px;
	width: 854px;
	left: 32px;
	top: 469px;
}
.style15 {
	font-size: 12px;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#ecobadge {
	position: absolute;
	height: 54px;
	width: 153px;
	left: 696px;
	top: 203px;
	text-decoration: none;
}
