body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #330000;
	text-align: center;
	position: relative;
}

h1 {
	font-size: 19pt;
	letter-spacing: 0.2em;
	padding: 7px 0px;
	margin-bottom: 0px;
	background: url(../assets/gv-bg.jpg) center center;
}

div.navtable {
	width: 100%;
}

.navtable {
	font-size: 100%;
	font-weight: bold;
	background-color: #000000;
	padding: 3px 0;
	color: #FFFFFF;
}

.navtable a:link {
	font-size: 105%;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	width: 9%;
	padding-right: 10px;
	padding-left: 10px;
	border-right: thin inset #FFF;
}

.navtable a:visited {
	font-size: 105%;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	width: 9%;
	padding-right: 10px;
	padding-left: 10px;
	border-right: thin inset #FFF;
}

.navtable a:hover {
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	width: 9%;
	border-right: thin inset #FFF;
	background: #000000;
}

.navtable a.last {
	border-right: 0px;
}

.main-content {
	padding: 10px 3%;
	text-align: left;
	font-size: 90%;
	margin: 20px auto;
	width: 90%;
	background: #FFEDDB;
}
.main-content p {
	border-bottom: 2px groove #59002D;
	padding-bottom: 15px;
	font-style: italic;
}
.main-content h3 {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #660000;
	text-align: center;
	border-bottom: 2px solid #59002D;
}
div.leftfloat {
	float: left;
	width: 40%;
	margin-left: 5%;
}
div.rightfloat {
	float: right;
	width: 40%;
	margin-right: 5%;
}

/** main content divs for faq template pages with wider floata **/

.main-content2 {
	padding: 10px 3%;
	text-align: left;
	font-size: 90%;
	margin: 20px auto;
	width: 90%;
	background: #FFEDDB;
}
.main-content2 p {
	border-bottom: 2px groove #59002D;
	padding-bottom: 15px;
	text-align: justify;
}

div.main-content2 table tr td {
	padding-right: 20px;
	padding-left: 20px;
}

div.main-content2 table tr td p.rates {
	font-size: 90%;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 2px groove #59002D;
}

.main-content2 h2 {
	font-size: 125%;
	text-align: center;
	border-bottom: thin groove #59002D;
}
.main-content2 h4 {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #660000;
}
div.leftfloat2 {
	float: left;
	width: 45%;
}
div.rightfloat2 {
	float: right;
	width: 45%;
}

/***********************/

div.clearer {
	clear: both;
}
#phone {
	color: #333333;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 3px;
	font-size: 11pt;
}

#location {
	color: #333333;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 3px;
	font-size: 11pt;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #330066;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#contact {
	font-size: 80%;
	background-image: url(../assets/gv-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px 0px 0px;
	padding: 5px 0px;
	width: 100%;
}

#footer {
	font-size: 80%;
	text-align: center;
	width: 100%;
	padding: 5px;
}
