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,
b, u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: url(../images/body-bg.jpg) repeat;
	font-family: Arial;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clear floats */
.clear {
	clear: both;
}

/* Main Containers */
#main-container {
	background: url(../images/main-background.jpg) repeat-x;
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}
#main-container-shadow {
	background: url(../images/bg-shadow.png) repeat-y;
	height: auto;
	margin: 0 auto;
	width: 1010px;
}
#center-container {
	margin: 0 auto;
	text-align: center;
	width: 864px;
}

/* Top Logo */
.silverstar-logo {
	float: none;
	height: 72px;
	margin: 0 auto;
	padding-bottom: 27px;
	width: 248px;
}
.top-right-text {
	color: #fff;
	font-size: 17px;
	float: right;
	height: auto;
	text-align: left;
}
.top-right-small-text {
	color: #b0cbdc;
	font-size: 12px;
}

/* Menu */
#main-menu {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	width: 864px;
}
#main-menu a:link,
#main-menu a:visited {
	background: url(../images/menu-bg.jpg) repeat-x;
	color: #fff;
	float: left;
	height: 28px;
	padding-top: 10px;
	text-decoration: none;
	width: 144px;
}
#main-menu a:hover,
#main-menu a:active {
	background: url(../images/menu-bg-hover.jpg) repeat-x;
}

/* Subpage */
#subpage-containers {
	background: url(../images/sub-container-bg.png) no-repeat;
	height: 394px;
	margin: 0 auto;
	text-align: left;
	width: 876px;
}
.subpage-content {
	color: #643713;
	float: left;
	font-size: 11px;
	height: 330px;
	line-height: 14px;
	margin: 35px 0 0 20px;
	overflow: auto;
	overflow-x: hidden;
	width: 550px;
}
.facility-subpage-content {
	color: #643713;
	float: left;
	font-size: 11px;
	height: 330px;
	line-height: 14px;
	margin: 35px 0 0 20px;
	width: 550px;
}
.subpage-content a:link,
.subpage-content a:visited {
	color: #643713;
	text-decoration: underline;
}
.subpage-content a:hover,
.subpage-content a:active {
	text-decoration: none;
}

.subpage-content-image img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.subpage-image {
	height: 121px;
	float: right;
	margin-top: 10px;
	width: 512px;
}
.icon-subpage {
	float: left;
	height: 42px;
	margin-top: 40px;
}
.icon-subpage ul li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
.icon-subpage img {
	border: 2px solid #fff;
}

/* Content */
.page-title {
	border-bottom: solid 1px #d8d3cd;
	color: #ae855b;
	font-family: Times;
	font-size: 36px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	width: 100%;
}
.page-image {
	height: 172px;
	float: right;
	margin-top: -50px;
	width: 255px;
}
.main-content {
	color: #643713;
	float: left
	font-family: Arial;
	font-size: 11px;
	height: auto;
	line-height: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
	width: 575px;
}
.icon-homepage {
	float: right;
	height: 42px;
	position: relative;
	top: -70px;
}
.icon-homepage ul li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
.icon-homepage img {
	border: 2px solid #fff;
}
.right-images {
	height: auto;
	float: right;
	margin-right: 12px;
	width: auto;
}

/* Footer */
#footer {
	border-top: solid 1px #d8d3cd;
	color: #909170;
	font-size: 11px;
	height: auto;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
	width: 100%;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
#footer a:link,
#footer a:visited {
	color: #909170;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}
#footer-subpage {
	border-top: solid 1px #d8d3cd;
	color: #909170;
	font-size: 11px;
	height: auto;
	line-height: 14px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
	width: 100%;
}