/*-------------------------------------
           Reset Styles
--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

/*-------------------------------------
           End Reset Styles
--------------------------------------*/

body {
	line-height: 1;
	color: black;
	background: white;
	#background-image: url(pelicans.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e8e3D0;
	font-family: Georgia, serif;
}

.clear-fix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.clear-fix {
	zoom: 1;
}

a,
a:link,
a:visited {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/*-------------------------------------
         Used by multiple pages
--------------------------------------*/

.info-container {
	width: 840px;
	border: 1px solid #d8d5c6;
	padding: 4px;
	margin: 40px auto 0;
}

.inner-border {
	background-color: #fcfbf9;
	border: 1px solid #d8d5c6;
	padding: 10px 20px;
}

/*-------------------------------------
       End Used by multiple pages
--------------------------------------*/



/*-------------------------------------
          Coming Soon Page Styles
--------------------------------------*/

.body-coming-soon {
	width: 980px;
	margin: 0 auto;
}

.body-coming-soon h1 {
	background-image: url(comingsoon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 500px;
}

.body-coming-soon h1 span {
	display: none;
}



.coming-soon-visitor strong,
.coming-soon-owner strong {
	font-weight: bold;
	color: #000;
}

.coming-soon-owner {
	float: left;
	font-size: 14px;
	color: #6d6a5b;
	font-weight: normal;
	width: 400px;
	border-right: 1px solid #d9d6c5;
	padding: 10px 0;
	.margin-bottom: 10px;
}

.coming-soon-visitor {
	float: left;
	font-size: 14px;
	color: #6d6a5b;
	font-weight: normal;
	padding-left: 20px;
	padding: 10px 0 10px 20px;
	.margin-bottom: 10px;
}

/*-------------------------------------
         End Coming Soon Page Styles
--------------------------------------*/

/*-------------------------------------
         Suspended Page Styles
--------------------------------------*/

.body-suspended {
	width: 980px;
	margin: 0 auto;
}

.body-suspended h1 {
	background-image: url(images/suspended.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 500px;
}

.body-suspended h1 span {
	display: none;
}


/*-------------------------------------
       End Suspended Page Styles
--------------------------------------*/