@charset "UTF-8";
/* CSS Document */


/* GENERAL ******************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #969696;
}

.leftColumn {
	background-image: url(images/interface/content_left_stretch.jpg);
	background-repeat: repeat-y;
}

.rightColumn {
	background-image: url(images/interface/content_right_stretch.jpg);
	background-repeat: repeat-y;
}

.dividingLine1 {
	background-image: url(images/interface/content_dividing_line.jpg);
}

.contentBottomLeftCorner {
	background-image: url(images/interface/content_left_stretch.jpg);
}

.contentBottomRightCorner {
	background-image: url(images/interface/content_right_stretch.jpg);
}


/* HEADERS ******************************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3582bd;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #222222;
}


/* CONTENT ******************************************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #222222;
}

.classTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #111111;
}

.amenitiesList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #888888;
	font-weight: normal;
	text-transform: uppercase;
}

.specialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}


/* LINKS - BOTTOM MENU ******************************************************/

a.bottomMenu:link {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

a.bottomMenu:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

a.bottomMenu:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

a.bottomMenu:active {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/* LINKS - GENERAL ******************************************************/

a:link {
	color: #0066FF;
	text-decoration: underline;
}

a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a:active {
	color: #0066FF;
	text-decoration: underline;
}


/* LISTS ******************************************************/

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #222222;
	text-indent: 0px;
	white-space: normal;
	text-align: left;
	display: list-item;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #222222;
	line-height: 15px;
	list-style-type: square;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
}
