@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: #B88045;
	background-color: #37190b;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #B88045;
	letter-spacing: .25em;
	text-align: center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B88045;
	text-align: center;
	word-spacing: 0.2em;
	letter-spacing: .20em;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B88045;
	text-align: center;
}
.oneColLiqCtrHdr #container {
	width: 985px;  /* this will create a container 80% of the browser width */
	background: #37190b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.oneColLiqCtrHdr #header {
	background: #37190b;
	padding: 5 0px 0 5px;  /* 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. */
	height: 230px;
	width: 985px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	float: left;
	visibility: visible;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #37190b;
	height: 955px;
	width: 975px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	position: relative;
	clear: left;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#37190b;
	position: relative;
	width: 975px;
	height: 75px;
	top: 5px;
	float: left;
	clear: left;
} 
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
}
#africatitle  {
	margin: 5px;
	padding: 5px;
	height: 50px;
	width: 975px;
	position: static;
	visibility: visible;
	left: 400px;
	top: 15px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#africa1 {
	background: #F00;
	margin: 5px;
	padding: 5px;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#africa2 {
	background: #0F0;
	margin: 5px;
	padding: 5px;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
	float: left;
}
#africa3 {
	background: #00F;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 15px;
}
#africa4 {
	font-family: Verdana, Geneva, sans-serif;
	background: #FF0;
	margin: 5px;
	padding: 5px;
	clear: left;
	float: right;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: -275px;
	top: 15px;
}
#africa5 {
	background: #0FF;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 250px;
	width: 250px;
	position: relative;
	left: 100px;
	top: 15px;
}
#1usflorida {
	background: #F00;
	margin: 5px;
	padding: 5px;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#2usftdesoto {
	background: #0F0;
	margin: 5px;
	padding: 5px;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
	float: left;
}
#3ushawaii {
	background: #00F;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 15px;
}
#4usmaine {
	font-family: Verdana, Geneva, sans-serif;
	background: #FF0;
	margin: 5px;
	padding: 5px;
	clear: left;
	float: right;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: -275px;
	top: 15px;
}
#5ussandiego {
	background: #0FF;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 250px;
	width: 250px;
	position: relative;
	left: 100px;
	top: 15px;
}
#6usillinois {
	font-family: Verdana, Geneva, sans-serif;
	background: #F00;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: -250px;
	clear: both;
}
#indeximage1 {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#indeximage2 {
	margin: 5px;
	padding: 5px;
	height: 315px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#indeximage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
}
#indeximage4 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	left: 15px;
	top: 25px;
}
#indeximage5 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	clear: left;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 25px;
}
#indeximage6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 25px;
}
#centralamericaimage1 {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#centralamericaimage2 {
	margin: 5px;
	padding: 5px;
	height: 315px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#centralamericaimage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
}
#othercountriesimage1 {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#othercountriesimage2 {
	margin: 5px;
	padding: 5px;
	height: 315px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#othercountriesimage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
}
#australiaimage1 {
	margin: 5px;
	padding: 5px;
	height: 375px;
	width: 350px;
	position: relative;
	visibility: visible;
	left: 100px;
	top: 10px;
	float: left;
}
#australiaimage2 {
	margin: 5px;
	padding: 5px;
	height: 315px;
	width: 350px;
	position: relative;
	visibility: visible;
	left: 200px;
	top: 50px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#africaimage1 {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#africaimage2 {
	margin: 5px;
	padding: 5px;
	height: 355px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 5px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#africaimage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
}
#africaimage4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	clear: left;
	float: left;
	height: 325px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 100px;
	top: 35px;
}
#africaimage5 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 325px;
	width: 325px;
	position: relative;
	left: 450px;
	top: -310px;
	clear: both;
}
#africaimage6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 25px;
}
#maincontentus {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #37190b;
	height: 1175px;
	width: 975px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	position: relative;
	clear: left;
}
#usimage1 {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 10px;
	float: left;
}
#usimage2 {
	margin: 5px;
	padding: 5px;
	height: 315px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#usimage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 325px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 15px;
}
#usimage4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	clear: left;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 25px;
}
#usimage5 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	left: 15px;
	top: 25px;
}
#usimage6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 315px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 25px;
}
#indeximage4a {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	clear: left;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 25px;
}
#indeximage5a {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	left: 15px;
	top: 25px;
}
#usimage7 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 25px;
	float: left;
	clear: left;
}
#usimage8 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 25px;
}
#usimage9 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: 25px;
	top: 25px;
}
#aboutbobimage1 {
	margin: 5px;
	padding: 5px;
	height: 275px;
	width: 135px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 0px;
	float: left;
}
#aboutbobimage2 {
	margin: 5px;
	padding: 5px;
	height: 250px;
	width: 200px;
	position: relative;
	visibility: visible;
	left: 50px;
	top: 0px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#aboutbobimage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 275px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 75px;
	top: 0px;
}
#aboutbobimage4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	clear: right;
	float: right;
	height: 250px;
	width: 250px;
	position: relative;
	visibility: visible;
	left: -10px;
	top: 0px;
}
#aboutbobimage5 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 250px;
	width: 225px;
	position: relative;
	left: 0px;
	top: 25px;
	clear: left;
}
#aboutbobimage6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 250px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 175px;
	right: -25px;
}
#aboutbobimage7 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	height: 225px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: -250px;
	float: left;
	clear: left;
}
#aboutbobimage8 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 225px;
	width: 255px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: 25px;
}
#aboutbobimage9 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 225px;
	width: 230px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: -250px;
}
#aboutbobtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B88045;
	margin: 0px;
	padding: 10px;
	float: left;
	height: 515px;
	width: 465px;
	position: relative;
	visibility: visible;
	left: 2px;
	top: 5px;
	letter-spacing: 0.1em;
}
#aboutbobimage8b {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 225px;
	width: 230px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: -200px;
}
#contactarea {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 625px;
	width: 650px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: -240px;
	clear: left;
}
.oneColLiqCtrHdr #container #footer div h3 br {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 980px;
}
#maincontentabout {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #37190b;
	height: 1500px;
	width: 975px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	position: relative;
	clear: left;
}
#linksimage1 {
	margin: 5px;
	padding: 5px;
	height: 225px;
	width: 135px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
	float: left;
}
#linksimage2 {
	margin: 5px;
	padding: 5px;
	height: 225px;
	width: 200px;
	position: relative;
	visibility: visible;
	left: 55px;
	top: 0px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
}
#linksimage3 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 225px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 65px;
	top: 0px;
}
#linksimage4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	clear: right;
	float: right;
	height: 225px;
	width: 215px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
}
#linksimage5 {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 175px;
	width: 225px;
	position: relative;
	left: 0px;
	top: 0px;
	clear: left;
}
#linkstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B88045;
	margin: 0px;
	padding: 10px;
	float: left;
	height: 310px;
	width: 465px;
	position: relative;
	visibility: visible;
	left: 2px;
	top: 5px;
	letter-spacing: 0.1em;
}
#linksimage6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 250px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 75px;
	right: -25px;
}
#linksimage7 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	height: 225px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: -250px;
	float: left;
	clear: left;
}
#linksimage9 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 275px;
	width: 300px;
	position: relative;
	visibility: visible;
	left: -150px;
	top: -175px;
}
#linksimage8 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 265px;
	width: 325px;
	position: relative;
	visibility: visible;
	left: 150px;
	top: -175px;
	clear: left;
}
#maincontentlinks {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #37190b;
	height: 1100px;
	width: 975px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	position: relative;
	clear: left;
}
#linksimage7b {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	height: 175px;
	width: 225px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: -165px;
	float: left;
	clear: left;
}
#linksfooter {
	font-family: Verdana, Geneva, sans-serif;
}
#gallerytitles {
	margin: 5px;
	padding: 5px;
	height: 65px;
	width: 975px;
	position: static;
	visibility: visible;
	left: 300px;
	top: 10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	z-index: 700;
	clear: left;
}
#gallerycontent {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #37190b;
	height: auto;
	width: 975px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	position: relative;
	clear: left;
	z-index: 400;
	float: left;
	top: -15px;
}
#galleryfooter {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#37190b;
	position: relative;
	width: 975px;
	height: 75px;
	top: 5px;
	float: left;
	clear: left;
}
#galleryiframe {
	margin: 5px;
	padding: 5px;
	height: 515px;
	width: 975px;
	position: relative;
	visibility: visible;
	left: 5px;
	top: 0px;
	float: left;
	z-index: 300;
	clear: left;
}
#gallerybottomtext {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 850px;
	position: relative;
	visibility: visible;
	left: 75px;
	top: 15px;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
	clear: left;
}
.oneColLiqCtrHdr #container #maincontentlinks #linkstext p font strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	word-spacing: .25em;
	white-space: normal;
	display: block;
	font-weight: bold;
}
#formarea {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 325px;
	width: 650px;
	position: relative;
	visibility: visible;
	left: 15px;
	top: -225px;
	clear: left;
}
#headertestnav {
	background: #F00;
	padding: 0 10px 0 20px;  /* 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. */
	height: 200px;
	width: 975px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
#galleryiframetest {
	margin: 5px;
	padding: 5px;
	height: 515px;
	width: 975px;
	position: relative;
	visibility: visible;
	left: 5px;
	top: 0px;
	float: left;
	z-index: 300;
	clear: left;
}
