@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: top;
}

body:focus{
	outline: 0;
}
                                                  
html{
	font: 12px Arial, Helvetica, sans-serif;
}

body{
	background-color: #ececeb;
}

a{
	color: #993333;
}

a:hover{
	color: #000;
	text-decoration: none;
}

/* - - - - - LAYOUT DECLARATIONS - - - - - */
#wrapper{
	width: 800px;
	float: left;
}

#header{
	width: 800px;
	overflow: auto;
}

#logoSearch{
	width: 800px;
	height: 50px;
	background: url(images/bg_search.gif) no-repeat top right;
}

#mainImage{
	width: 800px;
	height: 168px;
	overflow: hidden;
}

#nav{
	width: 204px;
	background: url(images/bg_nav_header.gif) no-repeat top;
	padding: 28px 0 0 0;
	float: left;
	overflow: auto;
	overflow: visible;
}

#nav ul{
	padding: 0 0 20px 10px;
	width: 194px;
	list-style: none;
	display: block;
}

#nav ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 184px;
}

#nav ul li a{
	padding: 5px;
	color: #000000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: url(images/bg_nav_bottomline.gif) no-repeat left bottom;
}

#nav ul ul{
	padding: 0;
	width: 194px;
	list-style: none;
	background: url(images/bg_ss_nav.gif) repeat-y;
}

#nav ul li a:hover{
	color: #993333;
}

#nav ul ul ul{
	padding: 3px 0;
	width: 194px;
	list-style: none;
	background: url(images/bg_nav_bottomline.gif) no-repeat left bottom;
}

#nav ul li li a{
	padding: 5px 5px 5px 15px;
	color: #000000;
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: url(images/bg_nav_bottomline.gif) no-repeat left bottom;
}

#nav ul li a.here{
	color: #993333;
}

#nav ul li li a.here{
	padding: 5px 5px 5px 15px;
	color: #993333;
	font-weight: normal;
}

#nav ul li li li a{
	padding: 3px 5px 3px 25px;
	color: #000000;
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: url(images/bg_ss_arrow.gif) no-repeat 15px center;
	font-size: 12px;
}

#nav ul li li li a.here{
	padding: 3px 5px 3px 25px;
	color: #993333;
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: url(images/bg_ss_arrow.gif) no-repeat 15px center;
	font-size: 12px;
}

#nav a.giving{
	display: block;
	width: 165px;
	height: 105px;
	background: url(images/donatebutton.gif) no-repeat 0 0;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0px 0px 0px 10px;
}

#nav a.giving:hover{
	background: url(images/donatebutton.gif) no-repeat 0 0;
}

#nav a.sonnygram{
	display: block;
	width: 165px;
	height: 125px;
	background: url(images/sonnygram_logo2.gif) no-repeat 0 0;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0px 0px 30px 10px;
}

#nav ul li a.here{
	padding: 5px;
	color: #993333;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: url(images/bg_nav_bottomline.gif) no-repeat left bottom;
}

#applicationDownload{
	display: block;
	background-image: url('images/application.gif');
	width: 162px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px 0px 30px 13px;
}

#contentWrapper{
	width: 800px;
	background: url(images/bg_body.gif) repeat-y;
	height: auto;
}

#content{
	width: 526px;
	float: left;
	padding: 0 0 20px 50px;
	color: #666;
}

#content h1{
	font: normal normal 24px/1.2 "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #993333;
	display: block;
	margin: 0px 0px 10px 0px;
}

#content h1.about{
	font: normal normal 24px/1.2 "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #993333;
}

#content h1.services{
	font: normal normal 24px/1.2 "Times New Roman", Times, serif;
	text-transform: uppercase;
	color:#993333;
}

#content h1.news{
	font: normal normal 24px/1.2 "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #993333;
}

#content h1.contact{
	font: normal normal 24px/1.2 "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #993333;
}

#content h1.sonnygram{
	background-image: url(images/bg-sg-header.gif);
	height: 27px;
	margin-bottom: 50px;
	width: 271px;
}

#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0 0 15px 0;
}

#content p.float{
	width: 250px;
	float: left;
}

#content p.center{
	text-align: center;
	padding-right: 40px;
}

#content p em{
	font-style: italic;
}

#content span.right{
	display: block;
	text-align: right;
	font-style: italic;
}

#content .eventsTable{
	width: 400px;
}

#content .eventsTable th{
	font-weight: bold;
	text-align: left;
}

#content .eventsTable th.small{
	width: 140px;
}

#content .eventsTable th,
#content .eventsTable td{
	padding: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #999999;
}

#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 8px 0;
	font-weight: bold;
}

#content img.imageBorder{
	border: 1px solid #999999;
	padding-bottom: 4px;
}

#content img.imageBorder2{
	border: 1px solid #999999;
	padding-bottom: 8px;
}

#content h2 a{
	background: url(images/bg_arrow_h2.gif) no-repeat 0 5px;
	color: #993333;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#content h2 a:hover{
	color: #000;
}

#content ul{
	list-style-type: none;
	padding: 10px 0 10px 0;
	margin: 0;
}

#content ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 10px 10px 20px;
}

#content ul li{
	background: url(images/bg_li_square_yellow.gif) no-repeat 20px 5px;
	padding: 0 0 10px 35px;
	margin: 0;
	line-height: 18px;
}

#content ol li{
	padding: 0 0 10px 0px;
	margin: 0px 0px 0px 18px;
	line-height: 18px;
}

#content ul ul li{
	background: url(images/bg_li_square_yellow_hollow.gif) no-repeat 10px 5px;
	padding: 0 0 10px 25px;
	margin: 0;
}

#content ul ul ul li{
	list-style-type: circle;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

#content div.newsitem,
#content p.news{
	padding: 0 0 0px 15px;
	display: block;
	overflow: auto;
	height: auto;
	font-size: 11px;
	line-height: 15px;
	border-left: #e9e8e8 10px solid;
	margin: 0 0 15px 0;
}

#content div.newsitem.detail,
#content p.news.detail{
	padding: 0 0 15px 0;
	display: block;
	overflow: auto;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	border-left: none;
	margin: 0 0 15px 0;
}

#content div.newsitem img,
#content p.news img{
	float: left;
	padding: 0 10px 10px 0;
}

#content span.thumb{
	display: block;
	padding-bottom: 10px;
}

#content span.file{
	display: block;
	padding-bottom: 10px;
}

#content p.thumb{
	padding: 0 0 15px 10px;
	display: block;
	overflow: auto;
	height: auto;
}

#content p.thumb img{
	float: left;
	padding: 0 10px 10px 0;
}

#co,
#co3,
#co4{
	border-left: solid 1px #933;
	float: left;
	width: 245px;
	padding: 0 0 0 1px;
	margin: 15px 0 0 0;
}

#co a,
#co3 a,
#co4 a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#co.left,
#co3.left,
#co4.left{
	padding: 0 28px 0 1px;
}

#co.news,
#co3.news,
#co4.news{
	width:523px;
}

#co h2,
#co3 h2,
#co4 h2{
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

#co h2 a,
#co3 h2 a,
#co4 h2 a{
	display: block;
	text-indent: -3000px;
}

#co h2 a.hospital,
#co3 h2 a.hospital,
#co4 h2 a.hospital{
	display: block;
	text-indent: -3000px;
	background: url(images/t_co_about_hospital.gif) no-repeat 0 0;
	width: 235px;
	height: 122px;
}

#co h2 a.services,
#co3 h2 a.services,
#co4 h2 a.services{
	display: block;
	text-indent: -3000px;
	background: url(images/t_co_services.gif) no-repeat 0 0;
	width: 235px;
	height: 122px;
}

#co h2 a.news,
#co3 h2 a.news,
#co4 h2 a.news{
	display: block;
	text-indent: -3000px;
	background: url(images/t_co_news.gif) no-repeat 0 0;
	width: 523px;
	height: 41px;
}

#co p,
#co3 p,
#co4 p{
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
}

#co.news ul,
#co3.news ul,
#co4.news ul{
	width: 523px;
	list-style-type: none;
	padding: 5px 0 0 0;
}

#co.news ul li,
#co3.news ul li,
#co4.news ul li{
	width: 150px;
	padding: 0 25px 0 10px;
	display: block;
	float: left;
	font-size: 11px;
	background: none;
}

#co.news ul li.last,
#co3.news ul li.last,
#co4.news ul li.last{
	width: 150px;
	padding: 0;
	display: block;
	float: left;
	font-size: 11px;
}

#co.news ul li a,
#co3.news ul li a,
#co4.news ul li a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 0;
	display: block;
	margin: 0;
}

#co2{
	border-left: solid 1px #933;
	float: left;
	width: 523px;
	padding: 0 0 0 1px;
	margin: 15px 0 0 0;
}

#co2 a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#co2 p{
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}

#co2 h2 a.hhcs{
	display: block;
	text-indent: -3000px;
	background: url(images/t_co_hhcs.gif) no-repeat 0 0;
	width: 523px;
	height: 41px;
}

#co2 ul{
}

#co2 ul li{
	background: url(images/bg_li_square_yellow.gif) no-repeat 20px 5px;
	padding: 0 0 5px 35px;
	margin:0;
	line-height:17px;
}

#logo{
	width: 250px;
	height: auto;
	float: left;
	padding: 7px 0 0 30px;
}

#logo a{
	display: block;
	width: 200px;
	height: 91px;
	text-indent: -2000px;
}

#detailIcons{
	display: block;
	float: right;
	width: 130px;
	padding: 10px 10px 0px 10px;
	overflow: auto;
}

#flash{
	padding: 0 0 0 7px;
	line-height: 0;
}

#body{
	margin: 0 auto;
	width: 956px;
	background: url(images/bg_body.gif) repeat-y;
	overflow: auto;
}

#subfooter{
	padding-top: 25px;
}

#rightcol{
	float: right;
	margin: 0;
	padding: 0;
	width: 705px;
	line-height: 0;
	font-size: 14px;
	color: #004982;
	text-align: left;
	display: block;
}

#rightcol h2{
	height: 20px;
	color: #004982;
	font-size: 13px;
	font-weight: bold;
	background: url(images/bg_subtitle.gif) no-repeat -1px 0;
	padding: 10px 0 0 36px;
	display: block;
	margin: 0 0 1px 0;
	text-transform: uppercase;
	border: none;
	line-height: 14px;
}

#content h3{
	float: none;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 15px 15px;
	margin: 0;
	display: block;
	line-height: 20px;
}

#content h4{
	color: #993333;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 5px 0px;
}

body.news #content h3{
	float: none;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 15px;
	margin: 0;
	display: block;
	line-height: 20px;
	border-left: #e9e8e8 10px solid;
}

#rightcol h4{
	float: none;
	color: #e5173f;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 15px 36px;
	margin: 0;
	display: block;
	line-height: 20px;
}

#rightcol p{
	float: none;
	color: #004982;
	font-size: 14px;
	padding: 0 25px 15px 36px;
	margin: 0;
	margin: 0 0 1px 0;
	line-height: 18px;
	display: block;
}

#rightcol ul{
	float: left;
	margin: 0;
	padding: 0 48px 0 36px;
	width: 620px;
	font-size: 14px;
	color: #004982;
	background: url(images/bg_bullet_lists.jpg) no-repeat 36px bottom;
	list-style-type: none;
	line-height: 18px;
	display: block;
}

#rightcol ul li{
	float: left;
	margin: 0;
	font-size: 12px;
	color: #004982;
	line-height: 18px;
	padding: 20px;
	width: 270px;
}

#rightcol ul li a{
	margin: 0;
	font-size: 12px;
	color: #004982;
	line-height: 18px;
	text-decoration: underline;
	display: inline-block;
	padding: 10px 0 0 0;
}

#rightcol ul li a:hover{
	color: #e5173f;
}

#leftcol{
	float: left;
	margin: 0;
	padding: 0;
	width: 249px;
}

#cenbody{
	float: left;
	margin: 0 0 0 0;
	width: 420px;
}

#bottomwrapper{
	background: url(images/bg_bottom.jpg) repeat-x;
	margin: 1px auto 0 auto;
}

#callouts{
	margin: 0 auto;
	width: 956px;
}

#callouts ul{
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	float: left;
	width: 948px;
	overflow: auto;
}

#callouts ul li{
	margin: 0;
	padding: 0;
	float: left;
	overflow: auto;
}

#callouts ul li a{
	display: block;
	color: #1f5289;
	text-decoration: none;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	border: none;
}

#callouts ul li a strong{
	display: block;
	color: #1f5289;
	font-size: 14px;
	font-weight: bold;
}

#callouts ul li a span{
	color: #1f5289;
	text-decoration: underline;
	font-weight: bold;
	line-height: 25px;
}

#callouts ul li a.ctcare{
	display: block;
	height: 74px;
	padding: 70px 28px 22px 32px;
	width: 186px;
	background: url(images/bg_co_ctcare.gif) no-repeat 0 0;
}

#callouts ul li a.management{
	display: block;
	height: 144px;
	padding: 22px 106px 0 22px;
	width: 222px;
	background: url(images/bg_co_management.jpg) no-repeat 0 0;
}

#callouts ul li a.birth{
	display: block;
	height: 144px;
	padding: 22px 132px 0 22px;
	width: 197px;
	background: url(images/bg_co_birth_expectations.jpg) no-repeat 0 0;
}

#callouts ul li a:hover{
	display: block;
	background-position: 0 -166px;
	text-decoration: none;
}

#home #callouts{
	margin: 0 auto;
	width: 956px;
}

#home #callouts ul{
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	float: left;
	width: 948px;
	overflow: auto;
}

#home #callouts ul li{
	margin: 0;
	padding: 0;
	float: left;
	overflow: auto;
}

#home #callouts ul li a{
	display: block;
	color: #1f5289;
	text-decoration: none;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	border: none;
}

#home #callouts ul li a strong{
	display: block;
	color: #1f5289;
	font-size: 14px;
	font-weight: bold;
}

#home #callouts ul li a span{
	color: #1f5289;
	text-decoration: underline;
	font-weight: bold;
	line-height: 25px;
}

#home #callouts ul li a.choices{
	display: block;
	height: 119px;
	padding: 22px 126px 0 22px;
	width: 170px;
	background: url(images/bg_co_choices_home.jpg) no-repeat 0 0;
}

#home #callouts ul li a.management{
	display: block;
	height: 119px;
	padding: 22px 76px 0 22px;
	width: 214px;
	background: url(images/bg_co_mgmt_home.jpg) no-repeat 0 0;
}

#home #callouts ul li a.discounts{
	display: block;
	height: 119px;
	padding: 22px 106px 0 22px;
	width: 188px;
	background: url(images/bg_co_discounts_home.jpg) no-repeat 0 0;
}

#home #callouts ul li a:hover{
	display: block;
	background-position: 0 -141px;
	text-decoration: none;
}

#footer{
	width: 800px;
	color: #133880;
	font-size: 10px;
	float: left;
	padding: 0 0 50px 0;
}

#footer p{
	color: #000000;
	font-size: 12px;
	padding: 8px;
	margin: 0;
}

#footer p.address{
	color: #fff;
	font-size: 13px;
	background: #993333;
	padding: 8px;
}

#footer strong{
	color: #fcd556;
	font-weight: bold;
}

#footer strong a{
	color: #fcd556;
}

#footer a{
	color: #993333;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	text-decoration: none;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 10px 0 0 0;
	float: left;
}

#footer ul li{
	margin: 0;
	padding: 0;
	float: left;
	width: 400px;
	display: block;
	padding: 0 25px 0 0;
	line-height: 13px;
}

#footer ul li span{
	text-transform: uppercase;
	display: block;
	padding: 0 0 5px 0;
}

#bookmark{
	float: right;
	padding: 6px 6px 0 0;
}
#bookmark a.rss{
	background: url(images/rss.gif) no-repeat 0 50%;
	display: block;
	padding: 3px 20px 3px 20px;
	float: left;
	margin: 0;
	color: #fff;
}

#search{
	float: right;
	width: 170px;
	height: 33px;
	padding: 15px 0 0 0;
}

#search form{
	padding: 0;
}

#search input.text{
	width: 100px;
	height: 17px;
	display: block;
	border: none;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	background-color: #fff;
	padding: 3px 0 0 3px;
	margin: 0;
	color: #736357;
	font-size: 12px;
	float: left;
	background: url(images/bg_search_field.gif) repeat-x;
	margin-right: 4px;
}

#search input#button{
	text-indent: -9999px;
	width: 47px;
	height: 20px;
	display: block;
	border: none;
	background: url(images/b_search.gif) no-repeat center left;
	padding: 8px 0 0 0;
}

.clearfloat{
	clear: both;
	height: 0;
}

#flashMessage,
label.error,
.error-message{
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: #FEE15E url(images/bg-warning-yellow.gif) repeat-x scroll 0 0;
	border: 1px solid #C19660;
	clear: both;
	color: #990000;
	margin: 5px 1px 5px 0;
	padding: 10px;
}

a.donateNow:link, a.donateNow:visited{
	display: block;
	background: url(images/b_donate_now.gif) no-repeat 0 0;
	width: 150px;
	height: 28px;
}
	
a.donateNow:link:hover, a.donateNow:visited:hover{
	background-position:0 -28px;
}
	

h2 em{
	font-style: italic;
}

#content h2 a.email{
	font-size: 12px;
	font-weight: normal;
	background: none;
	padding: 0px;
}


/* galleries */
.gallery,
.gallery-small{
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: none;
	width: 100%;
}

.gallery .clearFix,
.gallery-small .clearFix{
	clear: left;
}

.gallery div{
	display: block;
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.gallery-small div{
	display: block;
	width: 120px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#cse-search-results{
}

#cse-search-results iframe{
	width: 100%;
}

#content ul li em,
#content ul li ul li em{
	font-style: italic;
}