@charset "utf-8";
body {
	font-family: 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: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr  #container #nav_bar {
	position: relative;
	height: 22px;
	width: 990px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #DDDDDD;
	background-image: url(../images/mast2.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 990px;
	margin: 0px;
	position: relative;
}
.oneColFixCtrHdr  #container #mainContent {
	padding: 0;
	margin: 0px;
	position: relative;
	height: 400px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #1F4C79;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
	

a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #1F4C79;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #1F4C79;
}
a:active {
	color: #1F4C79;
}
.NrmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	list-style-type: decimal;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nowtaking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F4C79;
}
.stepsOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F4C79;
}
.stepsOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6DA4DA;
}
.stepsDone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
#cart  {
	top: 52px;
	right: 8px;
	position: absolute;
}
.buynowbluebold {
	font-weight: bold;
	color: #1F4C79;
	font-size: 18px;
}
.StopsType {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F4C79;
}
.largeText {
	color: #000000;
	font-size: 14px;
}
.largeText2 {
	color: #000000;
	font-size: 16px;
}
.redText {
	color: #990000;
	font-size: 13px;
}
.redText a {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
.redText a:link {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
.redText a:hover {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}
.redText a:visited {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
.redText a:active {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
.redTextBig {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.redTextBig a {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.redTextBig a:link {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.redTextBig a:hover {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.redTextBig a:visited {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.redTextBig a:active {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
