@charset "utf-8";
/* CSS Document by Robert Wheeler*/
/* neutralize browser styles */
body, html {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, a, pre,
blockquote, ul, ol, dl, address, div, span {
	margin: 0em 0;
	padding: 0;
}
/* --------------------- general styles --------------------------- */
body {
	background: url(../_images/bg.jpg) repeat 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body a, body a:hover, body a:visited {
	color: #fff;
}
#container {
	position: relative;
	/*width: 935px;*/
	width: 990px;
	margin: 0 auto;
	/*text-align: left;*/
}
img {
	border: 0;
}
/* --------------------- end general styles ----------------------- */
/* --------------------- header styles ---------------------------- */
#header {
	height: 120px;
}
#header h1 {
	font-size: 1.5em;
	padding: 2px 0 4px 0;
}
#header #nav {
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	padding: 8px 0 0 0;
}
#header #webDesignCompany {
	text-align: right;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#header #webDesignCompany a {
	text-decoration: none;
}
/* --------------------- end header styles ------------------------ */
/* --------------------- mainContent styles ----------------------- */
#home #mainContent {
	position: relative;
	background: url(../_images/st-augustine_index_990x878.jpg) no-repeat 0 0;
	width: 990px;
	height: 878px;
	margin: 0 auto;
	font-size: 1.2em;
}
#home #mainContent a {
	color: #fff;
	text-decoration: none;
	/*border: 1px solid #000;*/
	/*border: 1px none #fff;*/
	/*padding: 0;
	margin: 0;*/
}
#home #mainContent a:hover {
	color: #FF9;
	text-decoration: underline;
	/*border: 1px solid #fff;*/
	/*padding: 0;
	margin: 0;*/
}
#home #mainContent #historicDistrict {
	text-align: left;
	position: absolute;
	top: 40px;
	left: 340px;
	/*width: 185px;
	height: 96px;*/
	z-index: 20;
}
#home #mainContent #historicDistrict a {
	margin-left: .7em;
}
#home #mainContent #anastasiaIsland {
	text-align: left;
	position: absolute;
	top: 200px;
	left: 400px;
	/*width: 185px;
	height: 96px;*/
	z-index: 30;
}
#home #mainContent #beachesNorth {
	text-align: left;
	position: absolute;
	top: 310px;
	left: 450px;
	/*width: 185px;
	height: 96px;*/
	z-index: 40;
}
#home #mainContent #beachesCentral {
	text-align: left;
	position: absolute;
	top: 360px;
	left: 450px;
	/*width: 185px;
	height: 96px;*/
	z-index: 50;
}
#home #mainContent #beachesSouth {
	text-align: left;
	position: absolute;
	top: 410px;
	left: 450px;
	/*width: 185px;
	height: 96px;*/
	z-index: 60;
}
/*#home #mainContent #historicAccommodations {
	position: absolute;
	top: 55px;
	left: 350px;
	/*width: 185px;
	height: 96px;*/
	z-index: 21;
}*/
/*#home #mainContent #historicAccommodations p a {
	padding-top: 35px;
	display: block;
	width: 185px;
	height: 61px;
}*/
#mainContent p#centerYellow {
	text-align: center;
	font-weight: bold;
	color: #FF9;
	font-size: 1em;
	padding: 0 0 5px 0;
}
#mainContent #homeImageLinks {
	text-align: center;
}
#mainContent #ImageMap {
	text-align: center;
}
/* --------------------- end mainContent styles ------------------- */
/* --------------------- footer styles ---------------------------- */
#footer {
}
#footer #nav {
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	padding: 14px 0 0 0;
}
#footer p#copyright {
	text-align: center;
	font-size: 1em;
	padding: 10px 0 10px 0;
}
#footer p#copyright a {
	font-weight: 100;
	text-decoration: none;
}
/* --------------------- end footer styles ------------------------ */
/* --------------------- universal styles ------------------------- */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
body #nav a.current {
	color: #FF9;
	text-decoration: none;
	cursor: default;
}
/* --------------------- end universal styles --------------------- */



