@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#small {
	font-size: 10px;
}
#atw {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
#logo {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#home-text {
	width: 890px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	text-align: justify;
}
#footer {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	height: 145px;
}
#footer a {
	text-decoration: none;
}

#footer ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main-nav a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#main-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
#main-nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#main-nav a:hover:visited {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover:visited {
	color: #CC0000;
	text-decoration: underline;
}
#home-text h3 {
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#divide {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.box {
	background-image: url(../images/tile-box.gif);
	background-repeat: repeat-x;
	height: 245px;
	background-position: top;
	text-align: center;
	white-space: nowrap;
}

#main-nav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/tile-top.gif);
	height: 40px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#main-nav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 40px;
}
#main-nav li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.sub {
	background-image: url(../images/tile-sub.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
#sub-text {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#sub-text h3 {
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sub-text h4 {
	font-weight: normal;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin: 0px;
}
#sub-text h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#sub-text p {
	font-size: 16px;
}
#sub-text li {
	font-size: 16px;
	line-height: 20px;
}
#sub-text img {
	margin-left: 20px;
	margin-bottom: 20px;
}
#sub-text .img-left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contact-table img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
