@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
	font-family: arial, "sans serif";
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/pix.jpg);
	background-repeat: repeat;
}
#container,#container_2 {
	width: 784px;
	text-align: left;
	margin: 0 auto;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
}
#container_2 {
	background-image: url(../img/background_2.jpg);
}
#header {
	background-image: url(../img/header.jpg);
	height: 235px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 35px;
}
#mainContent {
	margin-bottom: 10px;
	overflow: auto;
}
.highlights {
	background-image: url(../img/highlights.jpg);
	float: left;
	width: 264px;
	height: 160px;
	padding-left: 10px;
	padding-top: 155px;
	padding-right: 10px;
}
.highlights table td {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}
.td{
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
}
.navigation {
	margin-bottom: 15px;
}

.contentbox {
	height: 315px;
	width: auto;
	margin-left: 284px;
	background-image: url(../img/slogan.jpg);
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

#newsblock {
	background-image: url(../img/newsblock.jpg);
	height: 280px;
	padding-left: 14px;
	width: 742px;
	padding-right: 14px;
}
#newsblock ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
}
#newsblock li {
	padding: 0px;
	list-style-type: disc;
}
.service {
	width: 216px;
	float: left;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 770px;
}
#footer p {
	margin: 0;
	text-align: right;
	padding-top: 45px;
	padding-right: 10px;
}
.textbox {
	padding-left: 30px;
	padding-top: 30px;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.input {
	background-color: #333333;
	padding: 4px;
	width: 250px;
	border: 1px dashed #999999;
	color: #CCCCCC;
}

