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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #111111;
	background-image: url(../image-core/background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 990px;
}
#navigation {
	height: 25px;
	width: 640px;
	padding-top: 65px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	width: 120px;
	text-align: center;
	height: 22px;
	color: #FFCC33;
	padding-top: 3px;
	margin: 0px;
	font-weight: bold;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FC0;
}

.tab-on {
	background-image: url(../image-core/tab-on.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.tab-off {
	background-image: url(../image-core/tab-off.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner {
	padding-top: 0px;
	padding-bottom: 48px;
}
#home-text #column {
	width: 300px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#home-text #column p a {
	color: #FFF;
}
#homr-text #column p a:hover {
	color: #FC3;
}
#pages-text #column1 {
	width: 629px;
	float: left;
	padding-right: 45px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
#pages-text #column1 p {
	margin-top: 0px;
}
#pages-text #column1 p a {
	color: #FFF;
}
#pages-text #column1 p a:hover {
	color: #FC3;
}
#pages-text #column2 {
	float: left;
	width: 255px;
	padding-right: 15px;
	padding-left: 30px;
	text-align: right;
}
#pages-text #column2 h2 {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#pages-text #column2 h3 {
	color: #FFF;
	margin-bottom: 0px;
}
#pages-text #column2 p {
	margin-top: 0px;
}
#pages-text #column2 p a {
	color: #FFF;
}
#pages-text #column2 p a:hover {
	color: #FC3;
}

#pages-text #column1 ul {
	color: #FFF;
	line-height: 1.5em;
}
#pages-text #column2 ul {
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FC3;
	line-height: 1.5em;
}
#pages-text #column2 ul li {
	padding-bottom: 15px;
}
#thumbnail-box {
	width: 178px;
	border: 1px solid #FFCC33;
	float: left;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#thumbnail-box img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#thumbnail-box p {
	font-size: .8em;
	margin: 0px;
	text-align: center;
}
#thumbnail-box a {
	color: #FFF;
	text-decoration: none;
}

#clip-links div:hover {
	border: 1px solid #FFF;
	background-color: #222;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 990px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FC3;
}
h1 {
	display: none;
}
h2 {
	color: #FC3;
}
p {
	color: #FFF;
	line-height: 1.5em;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.number {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #FC3;
}
.address-line {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #222;
}
.no-icon-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 4px;
}
