@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, cfform, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:1.3em;
}
#footer {
	height:100px;
	width:100%;
	margin-top:50px;
	padding-top:50px;
	text-align:center;
}
ol, ul {
	list-style: none;
}
.center {
	text-align:center;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset */

body {
	background: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #626262;
	}
b {
	font-weight:bold;
	}
a {
	text-decoration:none;
	color: #626262;
	}
strong {
	font-weight:bold;
	}
em {
	font-style:italic
	}
i {
	font-style:italic
	}
h1 {
	xfont-weight:bold;
	font-size:22px;
	color:#085b8a;
	margin-top:18px;
	margin-bottom:13px;
}
h2 {
	xfont-weight:bold;
	font-size:19px;
	color:#085b8a;
	margin-top:15px;
	margin-bottom:13px;
}
h3 {
	xfont-weight:bold;
	font-size:16px;
	color:#085b8a;
	margin-top:12px;
	margin-bottom:12px;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/* head logo */
#head_logo{
    margin:0 auto;
	width:100%;
	height:173px;
	background-image:url(../images/top_logo_bg.png);
	text-align:center;
}
#head_logo_wraper {
	display: inline-block;
	width:900px;
    margin:0 auto;
	text-align:center;
}
#head_logo #logo_image {
    float: left;
	width:166px;
	margin-top:25px;
	margin-left:20px;
	xpadding-right:0px;
}
#head_logo #logo_text {
    float: left;
	width:573px;
	margin-top:55px;
	margin-left:70px;
	xpadding-right:0px;
}
#top_menu{
	width:100%;
	margin-bottom:15px;
	text-align:center;
	color:#877f6f;
	font-weight:bold;
}
#top_menu a{
	margin-left:10px;
	margin-right:10px;
	color:#877f6f;
	text-decoration:none;
	font-weight:bold;
}
#top_menu a:hover{
	color:#B3ADA2;
}
#slideshow_area{
	width:100%;
	height:510px;
	background-image:url(../images/slideshow_bg.jpg);
	text-align:center;
}
#slideshow_area img{
	margin-top:10px;
	border:10px solid #fff;
	box-shadow: 0px 10px 10px #888888;
}
#main_content {
	width:1236px;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
}
#main_content h1 {
	font-size:18px;
	color:#085b8a;
	margin-bottom:10px;
	line-height:1.2em;
}
#main_content h2 {
	font-size:16px;
	color:#016838;
	margin-bottom:10px;
	line-height:1.2em;
}
#main_content h3 {
	font-size:14px;
	color:#016838;
	margin-bottom:10px;
	line-height:1.2em;
}
#main_content a {
	text-decoration:none;
	color:#626262;
}
#main_content a:hover {
	color:#B3ADA2;
}
#main_content ul {
	margin:0 0 0 30px;
}
#main_content ul li{
	list-style:square;
	padding:0px;
}
#main_content p {
	margin-bottom:10px;
}
#wrapper_banner {
  margin:0 auto;
	width:1236px;
}
.wrapper_banner_row {
	display: inline-block;
  margin:0 auto;
	width:1236px;
	margin-top:15px;
	padding-left:70px;
	padding-right:0px;
	xborder:5px solid #000;
}
.banner_menu {
	width:335px;
	xborder:5px solid #000;
}
.banner_menu p{
	text-align: justify;
}
.banner_menu h1{	
	line-height:1.6em;
}
.wrapper_banner_row > .banner_menu {
    float: left;
    margin-left: 0px;
    margin-right: 45px;
	margin-bottom:20px;
}
.wrapper_banner_row > .banner_menu:first-child {
    margin-left: 0;
}
.banner_menu img{
	width:310px;
	border:10px solid #fff;
	box-shadow: 0px 10px 15px #888888;
}
.lite_color_font {
	color:#a8a8a8;
	margin-left:20px;
	text-decoration:none;
}
#slogan {
	font-size:18px;
	color: #626262;
	margin-bottom:15px;
	margin-top:15px;
	line-height:1.6em;
	text-align:center;
}
#index_text {
	display: inline-block;
  margin:0 auto;
	padding-left:70px;
	font-size:16px;
	font-weight:bold;
	color: #626262;
	margin-bottom:15px;
	margin-top:15px;
	line-height:1.6em;
	text-align:justify;
}
.table_programs {
	padding-left:70px;
	padding-bottom:42px;
	font-size:16px;
	color: #626262;
	margin-bottom:35px;
	margin-top:15px;
}
.table_programs td{
	padding-left:10px;
	padding-bottom:12px;
	font-size:16px;
	color: #626262;
	margin-bottom:15px;
}