@charset "UTF-8";
body {
	background: #666666; /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a img {border:0px;}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width:auto;
	height:72px;
	text-align:left;
	background-image: url(../Images/wayfinderlogo.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#header a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#header a:hover {text-decoration:underline;}
#floatmeAcolumn {
	width:auto;
	float: right;
	padding: 0px;
	height: 420px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#mainContact {
	width:780px;
	height:499px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #FFFFFF;
	background-image: url(../Images/islandgirl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	width:780px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #31B1CE;
	height: 20px;
	margin: 0px;
	bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top:6px;
	padding-bottom:2px;
	clear: both;
}
#footer a {text-decoration:none; color:#FFF;}
#footer a:hover {text-decoration:underline;}
.text11px {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding-top: 15px;}

.megaNoPadding {padding:0px;	text-align: center;
	text-align: center;
	font-weight: bold;
	font-weight: bold;
	font-weight: normal;
}

.text14px {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-weight: normal;
	padding-top: 25px;
}
.text12px {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.callOut {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

