@charset "UTF-8";
body {
		font: 100% Century Gothic, 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; /* 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: #96582B;
}
container {
		margin: 0; /* the auto margins (in conjunction with a width) center the page */
		border: 0; /* this overrides the text-align: center on the body element. */
		background-color: #FFFFFF;
		padding: 0;
		text-align: left;
}
#container #header {
		padding: 0;
		margin: 0 auto;
		width: 1024px;
		background-image: url(../images/mast_bkgd_new.jpg);
		background-repeat: no-repeat;
		height: 241px;
		font-size: 11pt;
}
#container #header a {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

#container #header a:hover, a:active {
		color: #a6ae77;
		text-decoration: none;
		font-weight: bold;
}
#container #header li {
		display: inline;
		list-style-type: none;
		padding: 200px 0px 0px 75px;
		color: #000000;
		margin: 0;
		float: left;
}

#mainContent {
		padding: 0;
		background-image: url(../images/content_bkgd_new.jpg);
		background-repeat: no-repeat;
		margin: 0 auto;
		width: 1024px;
		height: 650px;
}
#payment {
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		float: right;
		padding: 190px 75px 0 0;
		line-height: 2em;
		text-align: left;
}
.pmt_head {
		font-weight: bold;
		font-size: 12px;
}
#mainContent h1 {
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		font-size: 36px;
		color: #FFFFFF;
		padding: 20px 0px 15px 42px;
		margin: 0;
		font-weight: normal;
}
#mainContent p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		padding: 0px 450px 0px 65px;
		line-height: 1.5em;
}
#mainContent ul {
		list-style-type: square;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		padding: 0 450px 0px 95px;
		line-height: 2em;
}
#container #mainContent a:link {
		font-weight: bold;
		color: #96582B;
		text-decoration: underline;
}
#container #mainContent a:hover {
		color: #A6AE77;
		font-weight: bold;
		text-decoration: underline;
}

#container #mainContent a:active {
		color: #96582B;
		font-weight: bold;
		text-decoration: underline;
}

#container #mainContent a:visited {
		color: #96582B;
		text-decoration: underline;
		font-weight: normal;
}
#container #footer {
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		font-size: 14px;
		text-align: left;
		width: 1024px;
		padding: 0;
		color: #FFFFFF;
		margin: 0 auto;
}
#container #footer p {
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align: right;
		padding-top: 250px;
}
#container #footer ul {
		list-style-type: none;
		padding: 0;
		display: inline;
		float: right;
}
#container #footer li {
		padding: 0 45px 5px 0;
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		color: #FFFFFF;
}
#container #footer a {
		text-indent: 5px;
		color: #FFFFFF;
		line-height: 1.5em;
		font-size: 14px;
		text-decoration: underline;
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		font-weight: normal;
}
#container #footer h1 {
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		text-transform: uppercase;
		color: #A6AE77;
		font-size: 18px;
		padding: 0;
		font-weight: normal;
}
.email_bottom {
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
}
.maplink a {
		text-decoration: underline;
		margin: 0;
		display: inline;
		padding: 140px 20px 0;
		float: right;
}

