/* Global Css Reset */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.clear{ clear:both; }
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#4E97B3; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
html{
	background:url(../img/bgr_html.png) repeat;
}
body{ background:url(../img/bgr_main.png) repeat-x; color:#666666; font:62.5%/1 Arial,"Times New Roman",Times,sans-serif; }
.wrapper{ margin:0 auto; width:940px; min-width:940px; background:url(../img/bgr_wrapper.png) repeat; }
/* header */
#header{
	width:100%;
	height:79px;
	overflow:hidden;
}
#logo{
	float:left;
	padding:17px 0 0 38px;
}
#logo a{
	width:244px;
	height:43px;
	text-indent:-9999px;
	position:relative;
	overflow:hidden;
	display:block;
	background:url(../img/logo.png) no-repeat;
	cursor:pointer;
}
/*search*/
#search{
	float:right;
	width:314px;
	background:url(../img/bgr_search.gif) no-repeat left 13px;
	padding:13px 0 0 0;
}
#search fieldset{
	width:90%;
	overflow:hidden;
	padding:2px 0 10px 10px;
	border:0px;
}
#search_val{
	border:0;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	float:left;
	width:150px;
	margin:2px 18px 0 0;
	clear:none;
}
#search_sub{
	float:left;
	clear:none;
}
#search ul{
	padding:3px 0 0 0;
	font-size:13px;
}
#search li{
	display:inline;
	color:#999999;
}
#search li span{
	color:#cdcdcd;
}
#search li a, #search li a:visited{
	color:#999999;
}
#search li.size{
	text-transform:uppercase;
}
#search li.size a, #search li.size a:visited{
	color:#5ea0be;
}
#search li.size a.current, #search li.size a.current:visited{
	color:#adc151;
}
#search li.size a.small{
	font-size:12px;
}
#search li.size a.medium{
	font-size:15px;
}
#search li.size a.large{
	font-size:18px;
}
/* menu */
#menu{
	width:100%;
}
#menu_items{
	position:absolute;
	width:940px;
	z-index:20;
}
#menu_items ul{
	float:left;
	padding:0 0 0 11px;
}
#menu_items li{
	float:left;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}
#menu_items a{
	float:left;
	display:block;
	cursor:pointer;
	height:35px;
	color:#fff;
	text-align:center;
	padding:13px 0 0 0;
	text-indent:-9999px;
}
#menu_items a:hover{
	text-decoration:none;
}
#menu_about a{
	width:117px;
	background:url(../img/button_menu_about.png) no-repeat;
}
#menu_about a:hover, #menu_about a.selected, #menu_about a.current {
	background:url(../img/button_menu_about.png) no-repeat left -48px;
}
#menu_services a{
	width:103px;
	background:url(../img/button_menu_services.png) no-repeat;
}
#menu_services a:hover, #menu_services a.selected, #menu_services a.current{
	background:url(../img/button_menu_services.png) no-repeat left -48px;
}
#menu_care_team a{
	width:121px;
	background:url(../img/button_menu_care_team.png) no-repeat;
}
#menu_care_team a:hover, #menu_care_team a.selected, #menu_care_team a.current{
	background:url(../img/button_menu_care_team.png) no-repeat left -48px;
}
#menu_about_cancer a{
	width:138px;
	background:url(../img/button_menu_about_cancer.png) no-repeat;
}
#menu_about_cancer a:hover, #menu_about_cancer a.selected, #menu_about_cancer a.current{
	background:url(../img/button_menu_about_cancer.png) no-repeat left -48px;
}
#menu_patient a{
	width:135px;
	background:url(../img/button_menu_patient.png) no-repeat;
}
#menu_patient a:hover, #menu_patient a.selected, #menu_patient a.current{
	background:url(../img/button_menu_patient.png) no-repeat left -48px;
}
#menu_health a{
	width:147px;
	background:url(../img/button_menu_health.png) no-repeat;
}
#menu_health a:hover, #menu_health a.selected, #menu_health a.current{
	background:url(../img/button_menu_health.png) no-repeat left -48px;
}
#menu_community a{
	width:153px;
	background:url(../img/button_menu_community.png) no-repeat;
}
#menu_community a:hover, #menu_community a.selected, #menu_community a.current{
	background:url(../img/button_menu_community.png) no-repeat left -48px;
}
/*menu_tip*/
#demo_tip1{
	margin:60px 0 0 50px;
}
#demo_tip2{
	margin:100px 0 0 400px;
}
.menu_tip{
	width:490px;
	position:absolute;
	z-index:30;
}
.menu_tip_top{
	width:100%;
	height:40px;
	overflow:hidden;
	background:url(../img/bgr_mmenu_tip_top.png) no-repeat left bottom;
}
.menu_tip_right .menu_tip_top{
	background:url(../img/bgr_mmenu_tip_top_right.png) no-repeat left bottom;
}
.menu_tip_inner{
	width:100%;
	overflow:hidden;
	background:url(../img/bgr_menu_tip_inner.png) repeat-y;
	padding:5px 0 10px 0;
}
.menu_tip_end{
	width:100%;
	height:21px;
	overflow:hidden;
	background:url(../img/bgr_mmenu_tip_end.png) no-repeat;
}
.menu_tip_sidebar{
	float:left;
	width:186px;
	padding:5px 15px 0 18px;
}
.menu_tip_content{
	float:left;
	width:250px;
}
.menu_tip_sidebar h2{
	color:#adc151;
	font-size:1.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	font-weight:normal;
}
.menu_tip_sidebar ul{
	width:150px;
}
.menu_tip_sidebar li{
	color:#218cab;
	font-size:1.3em;
	line-height:1.5em;
	background:url(../img/ico_dotted2.gif) repeat-x bottom;
	padding:5px 0 5px 2px;
}
.menu_tip_sidebar li.last{
	background:none;
}
.menu_tip_sidebar a, .menu_tip_sidebar a:visited{
	color:#218cab;
}
.menu_tip_content p{
	font-size:1.2em;
	line-height:1.6em;
}
.menu_tip_content p img{
	display:block;
	margin:0 0 6px 0;
}
/* body */
#body{
	width:901px;
	margin:0 0 0 20px;
	padding:30px 0 0 0;
}
#flash{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:10px;
}
#flash.home {
	height: 335px;
}
#flash img{
	width:100%;
	float:left;
}
/*main_content*/
#main_content{
	width:100%;
	background:#fff url(../img/bgr_main_content_sub.png) no-repeat;
	overflow:hidden;
	border-top:3px solid #fff;
	padding:20px 0 27px 0;
}
#index #main_content{
	width:100%;
	background:url(../img/bgr_main_content.gif) repeat-y;
	overflow:hidden;
	border:0;
	padding:0;
}
.main_items{
	margin:19px 0 0 0;
}
#main_news{
	float:left;
	width:187px;
	padding:0 13px 0 24px;
}
#main_visit{
	float:left;
	width:204px;
	padding:0 0 0 21px;
	background:url(../img/ico_dotted.gif) repeat-y;
}
#main_care{
	float:right;
	width:438px;
	padding:0 0 40px 0;
}
.main_items h2{
	color:#4e97b3;
	font-size:1.8em;
	line-height:1.4em;
	margin:0 0 8px 0;
	font-style:italic;
	font-weight:normal;
}
.main_items p{
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 10px 0;
}
.main_items p a, .main_items p a:visited{
	/*color:#75c6e1;*/
}
#main_care h2{
	color:#fff;
	text-align:center;
	font-size:1.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#96c8da url(../img/bgr_main_care_title.gif) no-repeat left bottom;
	font-weight:normal;
	padding:22px 0 22px 0;
}
#main_care p{
	font-size:1.2em;
	line-height:1.4em;
	padding:15px 28px 0 28px;
}
/*subpage*/
#sidebar{
	float:left;
	width:212px;
}
#content{
	float:left;
	width:627px;
	padding:0 0 0 27px;
}
/*sidebar*/
#sidebar ul{
	width:100%;
	padding:5px 0 0 0;
}
#sidebar li{
	width:100%;
	font-size:1.3em;
	line-height:1.4em;
}
#sidebar a, #sidebar a:visited{
	width:100%;
	display:block;
	text-align:center;
	color:#218cab;
	padding:10px 0 10px 0;
	background:url(../img/ico_dotted3.gif) no-repeat center top;
}
#sidebar li.last a{
	background:none
}
#sidebar a.selected, #sidebar a.selected:visited, #sidebar li.last a.selected, #sidebar li.last a.selected:visited{
	background:#adc152;
	color:#fff;
}
/*content*/
#content h1{
	color:#4e97b3;
	font-size:2.4em;
	line-height:1.5em;
	font-style:italic;
	font-weight:normal;
	margin:0 0 10px 0;
}
#content h2{
	color:#8ea043;
	font-size:1.2em;
	line-height:1.5em;
	text-transform:uppercase;
}
#content p{
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 14px 0;
}
#content .alignright{
	float:right;
	margin:5px 0 10px 10px;
}
#content .print, #content .print:visited{
	position:absolute;
	color:#6faac5;
	font-size:1.0em;
	background:url(../img/ico_print.gif) no-repeat left center;
	padding:10px 0 10px 30px;
	margin:0 0 0 550px;
}
/* footer */
.footer{
	width:100%;
	padding:35px 0 15px 0;
	overflow:hidden;
	background:url(../img/bgr_footer.png) no-repeat;
	font-size:1.2em;
	color:#fff;
}
#index .footer{
	padding:20px 0 15px 0;
}
.footer a, .footer a:visited{
	color:#fff;
}
#index .footer{
	width:100%;
	padding:30px 0 15px 0;
	overflow:hidden;
	background:url(../img/bgr_footer_index.png) no-repeat;
}
.footer ul{
	float:left;
	padding:0 0 0 45px;
}
.footer li{
	float:left;
	font-weight:bold;
	font-style:italic;
	padding:0 3px 0 3px;
	color:#edd7b8;
}
.footer .contact{
	float:right;
	padding:0 45px 0 0;
	color:#efddc2;
}
/*copy_rights*/
#copy_rights{
	width:850px;
	margin:0 auto;
	padding:10px 0 40px 0;
	text-align:right;
	font-size:0.9em;
	color:#d5a55e;
}
#copy_rights a, #copy_rights a:visited{
	color:#d5a55e;
}

#banner_container
{
	width:901px;
	height:97px;
	background-color:#156F99;
}

#sidebar ul#third-tier-menu
{
	padding:0px;
}
#sidebar #third-tier-menu a
{
	font-size:12px;
	font-style:italic;
	background:transparent;
	padding:5px 0px;
}
#sidebar #third-tier-menu a.selected,
#sidebar #third-tier-menu a.selected:visited
{
	color:#218CAB;
	text-decoration:underline;
}

#main_content #content ul li
{
	list-style-type:disc;
	margin: 6px 0px 6px 34px;
	font-size:12px;
	line-height:1.6em;
}
#main_content #content ul li ul li
{
	list-style-type:square;
	font-size:12px;
}
#content .highlight
{
	background:#FFFF00 none repeat scroll 0 0;
}
img[align=left] {
	float: left;
	margin-right: 1em;
}
img[align=right] {
	float: right;
	margin-left: 1em;
}

.hr hr {
	display:none;
}
#content .hr
{
	background:url(../img/line_dash.png) no-repeat;
	border:0px;
	width: 100%;
	height:1px;
}