@charset "utf-8";
/* CSS Document */

html{
	margin: 0;
	padding: 0;
} 

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	background: #c5e8fa;
}
#page-container{
	width: 70%;
	height: auto;
	min-width: 980px;
	background: #fff;
	margin: 0px auto;	
	overflow: hidden;
/*	border: 1px red solid;*/
}
/*****************
**** HEADER ****
****************/

header{
	width: auto;
	height: auto;
	padding: 0px;
	font-family: Calibri;
	color: #fff;
	margin-top: 30px;
	background-color: #336;
}

#sub-title{
	font-size: 11pt;
	position: relative;
	top: -1px;
}

#hor-bar{
	width: auto;
	height: 6px;
	background-color: #333;
}

/*****************
**** CONTENT ****
****************/

#breadcrumb{
  color: #393;
  font-size: 9pt;
  margin: 10px 0px 20px 24px;
  text-decoration: none;
}

#content{
	width: auto;
	/*height: 460px;*/
	height: auto; 
	position: relative;
}

#locInfo{
  	width: auto;
	height: auto;
	margin: 5px 5px 5px 5px;
	padding: 2px 0px 2px 0px;
}

table.infoPregMother td, table.infoPregMother th, table.infoNursMother td, table.infoNursMother th, table.infoChild td, table.infoChild th{
	border: 1px #666666 solid;
	
}

table.sexChild td{
	border: 1px #ffffff solid;
}

/****Image slider****/ 
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }
/* // image replacement */
			
#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:321px;
}	
					
#img-content{
	position:relative;
	}			


#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{
	margin-top:1em;
}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:321px;
	height:145px;
	overflow:hidden; 
	}	

/****Image slider****/

/*****************
**** FOOTER ****
****************/


#right-bg{
	width: 9%; 
	height: 236px; 
	overflow: none; 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	float: left; 
	top: 210px;
}	

/*****************
**** LINK STYLE ****
****************/

a:link{
 	color: #09C; 
  	text-decoration: underline;
}
a:hover{
  	color: #666666;
  	text-decoration: none;
}
a:visited{
	color: #606;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.button_01 a{
	clear: both;
	display: block;
	width: 100px;
	height: 23px;
	padding-top: 5px;
	background: url(../images/button_01.png) no-repeat;
	
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.header_01 {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 40px;	
	color: #333;
}

.header_02 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #000000;
	background: url(../images/header_01_bg.jpg) left bottom no-repeat;	
}

.header_03 {
	clear: both;
	height: 35px;
	padding: 15px 0 0 20px;
	font-size: 18px;
	color: #ffffff;
	background: url(../images/header_02_bg.jpg) repeat-x;
}

.header_04 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.header_04 a{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.header_05 {
	clear: both;
	font-size: 14px;
	color: #ffffff;
	width: 128px;
	height: 24px;
	padding: 3px 0 0 20px;
	margin-bottom: 5px;
	background:  url(../images/footer_title_bg.png) no-repeat;
}

#header_wrapper {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	/*background: #19446a url(../images/header_bg.jpg) repeat-x;*/
	background: #c5e8fa;
}

#header {
	width: 980px;
	height: 85px;
	margin: 0 auto;
	background: #007795;
	border-bottom: 4px #ffdd57 solid;
	color: #000;
}

#header #site_logo {
	float: left;
	width: auto;
	height: auto;
	font-size: 30px;
	margin: 20px 0px 10px 40px;
	color: #fff;
	/*background: url(../images/logo.jpg) no-repeat;*/
}

/* menu */

/* #menu {
	position: relative;
	float: right;
	height: 47px;
	margin: 20px 40px 0 0;
	background: url(../images/menu_right.jpg) right no-repeat;
}

#menu #menu_left{
	position: absolute;
	width: 20px;
	height: 47px;
	top: 0px;
	left: 0px;
	background: url(../images/menu_left.jpg) no-repeat;
}

#menu ul {
	margin: 10px 20px 0 0;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a{
	float: left;
	display: block;
	width: 100px;
	padding: 5px 0;
	background: url(../images/menu_divider.jpg) right repeat-y;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #919191;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #bbd142;
}

#menu li .last {
	background: none;
} */

/* end of menu*/

/* end of header */

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 281px;
	margin: 0 auto;
	background: #ffffff;
	/*background: #454545 url(../images/banner_repeat.jpg) repeat-x;*/
	z-index: 100;
}

#banner {
	width: 900px;
	height: 251px;
	margin: 0 auto;
	padding: 25px 40px 5px 40px;
	background: #3a9db6;
	
	/*background:url(../images/banner_bg.jpg) bottom no-repeat;*/
	
}

#banner #banner_image {
	float: left;
	width: 440px;	
}

#banner_content {
	float: right;
	text-align: left;
	width: 320px;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	border: 5px solid #cccccc;
}

#address_content {
	float: left;
	text-align: left;
	width: 500px;
	height: 200px;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	position: relative;
	top: 2%;
	left: 20%;
	right:10%;
	bottom: 20%;
	border: 5px solid #cccccc;
	//font-size: 20pt;
}


#banner_image_wrapper {
	position: relative;
	width: 380px;
	height: 230px;
	background:url(../images/banner_image_bg.png) no-repeat;
}

#banner_image_wrapper img {
	position: absolute;
	width: 380px;
	height: 210px;
	top: 10px; 
	left: 10px;
}


/* content */

#content_wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
}

#content {
	width: 900px;
	padding: 20px 0px 10px 40px;
	background: #ffffff;
}


#column_w530 {
	float: left;
	width: 100%;
	line-height: 20px;
	background: #ffffff;
}

#column_w300 {
	float: right;
	width: 278px;
	padding: 15px 0px 0px 20px;
	/*background: #efefef;
	border: 1px solid #e5e5e5;*/
}

#column_w530 .em_text {
	color: #000;
	font-size: 11pt;
}

#column_w530 p {
	margin-bottom: 15px;
}

.content_list_01 {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: square;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 10px 10px;
	
}

.content_section_01 {
	border-left: 10px solid #bbd142;
	padding-left: 20px;
}

.column_w300_section_01 {
	clear: both;
	padding: 20px 19px;
	background: url(../images/side_column_divider.jpg) bottom repeat-x;
}

.even_color {
	background: #e0dfdf;
}

/****Image slider****/ 
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }
/* // image replacement */
			
#container{	
	position:relative;
	text-align:left;
	width:380px;
	border: 10px #cccccc solid;
}	
					
#img-content{
	position:relative;
	}			


#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{
	margin-top:1em;
}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:380px;
	height:210px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:210px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	}	
 #slider1next{ 
	left:635px;
	}														


ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, {
	outline:none;
}
	
/****Image slider****/

.news_image_wrapper {
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 1px solid #dad8d8;
	background: #ffffff;
}

.news_image_wrapper img{
	width: 69px;
	height: 69px;
	border: 1px solid #9c9d85;
}

.news_content {
	float: right;
	width: 170px;
}

.news_content .news_date {
	font-size: 12px;
	color: #9a9a9a;
}

.news_content p{
	line-height: 15px;
	font-size: 11px;
}

/* end of content

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #c5e8fa;
	/*background: url(../images/footer_bg.jpg) repeat-x;*/
}

#footer {
	width: 970px;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	color: #ffffff;
	background: #fff;
	border-top: 4px #ffdd57 solid;
}

#footer-info{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
}

#footer a{
	text-decoration: none;
	color: #7a7a7a;
}

.section_w180 {
	float: left;
	width: 160px;
	padding: 0 20px 0 0;	
}

.section_w180_content {
	padding: 0 0 0 20px;
}

#footer  .footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .footer_menu_list li {
	margin: 0 0 5px 0;
	padding: 0px;
}

#footer .footer_menu_list li a {
	color: #928b85;
	font-weight: normal;
	text-decoration: none;
}


label { 
    color:#000;
    margin-bottom: 5px;
	font-weight: normal;
}

input[type="text"] {
    border:1px solid #dadada;
    background-color: #fff;
	border-radius:7px;	
	padding: 3px;
}

input[type="password"] {
    border:1px solid #dadada;
    background-color: #fff;
	border-radius:7px;	
	padding: 3px;
}

input[type="button"], input[type="submit"], input[type="reset"]{
    /* border:1px solid #dadada; */
	border-radius:7px;
	border-top-color: #eee;
    border-right-color: #666;
    border-bottom-color: #666;
	border-left-color: #eee; 
	background-color: #007795;   
	color: #fff;
	padding: 3px;
}



input:focus { 
    outline:none;
    border-color:#007795;
    box-shadow:0 0 2px #007795;
}

select {
    border:1px solid #dadada;
    border-radius:7px;
	padding: 3px;
}

select:focus { 
    outline:none;
    border-color:#007795;
    box-shadow:0 0 2px #007795;
}