@charset "utf-8";
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.top_container {
	background-color: #FFFFFF;
	height: 86px;
}
.top_container .top {
	height: 86px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top_container .top .top_menu {
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
	font-size: 11px;
}
.top_container .top .logo_container {
	width: 320px;
	float: left;
}
.header_container {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 163px;
}
.header_container .header {
	height: 163px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.header_container .image_container {
	background-image: url(images/header_image.jpg);
	height: 163px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 456px;
	float: right;
}
.header_container .slogan {
	width: 530px;
	float: left;
	padding-top: 20px;
}
.style1 {
	color: #EF1C25;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	margin: 0px;
}
.style2 {
	font-size: 15px
}
.content_container {
	background-color: #E8E8E8;
}
.content_container .content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.content_container .content .menu {
	width: 216px;
	float: left;
	padding-top: 30px;
	font-size: 11px;
	color: #000000;
}
.content_container .content .text_container {
	width: 740px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content_container .content .text {

}
.content_container .content .text_container .text p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.content_container .content .clear {
	clear: both;
	width: 100%;
}
.title {
	color: #EF1C25;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}


.roundcont {
	width: 216px;
	background-color: #CCCCCC;
	color: #333333;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right;
}

img.corner {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}
.menu_title_gray {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.content_container .content .menu .roundcont ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(images/bullet.gif);
}
.content_container .content .menu .roundcont li {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000000;
}
.menu_padding     {
	margin-right: 7px;
	margin-left: 7px;
}
.roundcont-b {
	width: 216px;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}
.roundtop-b {
	background: url(images/b-tr.gif) no-repeat top right;
	width: 216px;
}
.roundbottom-b {
	background: url(images/b-br.gif) no-repeat top right;
}
.menu_title_red {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #F11823;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.roundcont-b   p  {
	margin: 0 10px;
}
.content_container .content .menu .roundcont-b .menu_padding .menu_title_red img {
	margin-right: 5px;
}
.content_container .content .menu .roundcont-b .menu_padding .menu_title_red {
	margin-right: 10px;
	margin-left: 10px;
}
.content_container .content .menu .roundcont .menu_padding a {
	text-decoration: none;
	color: #000000;
}
.content_container .content .menu .roundcont .menu_padding a:hover {
	text-decoration: underline;
	color: #333333;
}
.content_container .content .text_container .text a {
	text-decoration: none;
	color: #E5001C;
}
.top_container .top .top_menu a {
	color: #333333;
	text-decoration: underline;
}

.content_container .content .text_container .text a:hover {
	text-decoration: none;
	color: #E5001C;
}
.content_container .content .text_container .text a:visited {
	text-decoration: underline;
	color: #666666;
}
.top_container .top .top_menu a:hover {
	color: #000000;
	text-decoration: none;
}
.content_container .content .text_container .text img {
	margin-right: 10px;
	border: 1px solid #333333;
}
.bottom {
	height: 50px;
	text-align: center;
	padding-top: 5px;
}
