@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #81BABD;
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-image: url(images/q-coast-shipping-header-2.jpg);
	height: 80px;
	padding-top: 225px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 433px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	color: #7B9CA2;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	margin-top: 0px;
}
#mainContent a {
	color: #008000;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active {
	color: #7B9CA2;
}
#mainContent h1 {
	color: #7B9CA2;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
}
.quote {
	font-family: Tahoma, Geneva, sans-serif;
	color: #7B9CA2;
	font-size: 18px;
}
.highlight1 {
	color: #7B9CA2;
}
#mainContent p, li {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: small;
	line-height: 150%;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #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 */
}
#mainContent #frame1 {
	height: 500px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

