﻿#outer1 {    
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

#outer2 {    
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}

body	{
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
}

.border {
	height: 2px;
	width: 100%;
	position: absolute;
	background-color: #666666;
	z-index: 10;
}

#banner {
	height: 83px;
	top: 15px;
	position: absolute;
	background-color: #999999;
}

#banner-img	 {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 150px;
	height: 150px;
	text-align: center;
	z-index: 10;
}

#banner-text	 {
	position: absolute;
	top: 23px;
	left: 150px;
	width: 810px;
	height: 50px;
	text-align: center;
}

#menubar {
	position: absolute;
	width: 810px;
	height: 40px;
	left: 150px;
	top: 99px;
	z-index: 10;
	text-align: center;
}

#content {
	position: absolute;
	width: 960px;
	height: 630px;
	left: 0px;
	top: 146px;
	z-index: 1;
	background-color: #FFFFFF;
}

#content-text {
	position: absolute;
	width: 960px;
	height: 630px;
	left: 0px;
	top: 146px;
	z-index: 10;
}

#footer {
	position: absolute;
	background-color: #999999;
	height: 40px;
	top: 782px;
	z-index: 10;
	text-align: center;
}

#footer-text {
	position: absolute;
	height: 40px;
	width: 960px;
	top: 782px;
	z-index: 20;
	text-align: center;
}

#copyright {
	position: absolute;
	height: 40px;
	width: 960px;
	top: 826px;
	z-index: 10;
	text-align: left;
}

#background {
	position: absolute; 
	top: 10px; 
	left: 480px; 
	width: 450px; 
	height: 338px;
	z-index: 0;
	border: 2px #000000 solid;
}

#home {
	position: absolute; 
	top: 0px; 
	left: 10px; 
	width: 470px; 
	height: 580px;
	z-index: 0;
}

h1	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 22px; 
	font-weight: bold;
	text-align: left;
	margin: 20px 20px -10px 40px;
	color: #990000;
}

h2	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 18px; 
	font-weight: bold;
	text-align: left;
	margin: 10px 20px 0px 0px;
	color: #000000;
}

p	{ 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 17px; 
	text-align: left;
	margin: 15px 20px 10px 20px;
	color: #000000;
}

p.faq {
	margin: 30px 20px 10px 60px;
	font-size: 15px; 
}

p.list	{ 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 15px; 
	text-align: left;
	margin: -15px 60px 10px 62px;
	color: #000000;
}

td	{ 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px; 
	text-align: left;
}

    p.banner1	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 38px; 
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 30px;
	color: #990000;
}
    
    p.banner2	{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 0px 0px 0px 30px;
	color: #464646;
}
    
   .banner3	{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #464646;
}

p.address	{
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
}

p.copyright {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: left;
}

hr		{
	color: #990000;
	background-color: #990000;
	border-width: 0;
	margin-top: 15px;
	margin-right: 5px;
	width: 100%;
	height: 2px;
	}

ul.menu {
	list-style-type: none;
	font-weight: normal;
	margin-top: 8px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

li.menu {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px; 
	color: #ffffff;
	width: 13%;
	margin-left: 0px;
}

.pay  {
    background-color: #990000;
    color: #fff !important;
    margin-left: 10px;
    padding: 2px;
    border-radius: 10px;
    border-color: #990000;
 }
    
.ach  {
    background-color: #990000;
    color: #fff !important;
    border-radius: 10px;
    border-color: #990000;
    padding: 5px 20px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

li.contact {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 650px;
}

ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;	
	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 30px;
}

li {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	margin-left: 30px;
}

table.rates {
	margin-top: 4px;
	margin-left: 0px;
	width: 500px;
	border: 2px #990000 solid;
	border-collapse: collapse;
}

td.rates {
	height: 25px;
	border: 1px #666666 solid;
}

.center {
	text-align: center;	
}

a:link		{
	outline: none;
	color: blue;
}

a:visited		{
	outline: none;
	color: blue;
}

a:hover		{
	color: blue;
}

a.address:link		{
	outline: none;
	color: #FFFFFF;
}

a.address:visited		{
	outline: none;
	color: #FFFFFF;
}

a.address:hover		{
	color: #990000;
}

a.menu:link		{
	display: block;
	outline: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-top: 1px;
}

a.menu:visited		{
	display: block;
	outline: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
}

a.menu:hover		{
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	margin-top: 1px;
}

img.right	{
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 50px;
}

label	{
	font-size: 20px;
}

.white {
	color: #FFFFFF;
}

.right-border {
	border-right: 2px #000000 solid;
}

.zero-sidemargin {
	margin-left: 0px;
	margin-right: 0px;
}

.bigred	{
	font-size: 28px;
	color: #990000;
	font-weight: bold;
}

.red	{
	color: #990000;
}

.underline {
	text-decoration: underline;
}

.skinny	{
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left10 {
	margin-left: 10px;
}

.right10 {
	margin-right: 10px;
}

.smallfont{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}

.transparent1 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.8;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.8;
}

.transparent2 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}

.transparent3 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
}