/* CSS Document */

/* PAGE FORMATTING */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

div#container
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 695px;
}

div#content
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 695px;
	border: solid #555555;
	border-width: 1px;
}

#nav
{
	text-align: center;
}


/* IMAGES */

img
{
	behavior: url(lib/pngbehavior.htc);
	border: none;
}


/* TEXT FORMATTING */
#text
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
	text-align: center;
}

.headline
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8EBFC5;
	font-weight: bold;
}
.headlineLrg {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8EBFC5;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 15px;
}

#formText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
}

#listTitle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

#listText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #555555;
}

a.link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8EBFC5;
	text-decoration: none;
}

a.link:hover
{
	text-decoration: underline;
}

#formText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
}

#footerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888888;
	text-align: center;
}

/* LIST FORMATTING */

#amenitiesList
{
	margin-left: 5px;
	padding-left: 0;
	list-style: none;
}

#amenitiesList li
{	
	padding-left: 10px;
	background-image: url(../images/gfx_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;	
}