html,body {
	height:100%;
	margin: 0;
}
body{
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	background:#8da2bf url(../images/bg-body.gif) repeat-x;
	min-width:1022px;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.main-holder {
	min-height:100%;
	width:1022px;
	margin:0 auto;
	background:url(../images/bg-page.gif) repeat-y;
}
* html .main-holder {
	height:100%;
}
h1{
	margin:0;
	font-size:27px;
	line-height:33px;
	color:#000;
	text-align: center;
}
h3{
	margin:0;
	font-size:18px;
	line-height:24px;
	color:#306;
	text-align: center;
}
/* all page */
#main{
	width:100%;
	overflow:hidden;
	padding:0 0 74px 0;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
/* header */
#header{
	width:100%;
	background:url(../images/bg-header_jacob.jpg) no-repeat;
	padding:141px 0 0;
	position:relative;
	float:left;
	z-index:9999;
}
.logo{
	display:block;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:18px;
}
.logo a{
	display:block;
	width:268px;
	height:130px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
}
.logo a em{
	display:block;
	text-indent:-9999px;
}
.text-community{
	display:block;
	width:559px;
	height:128px;
	overflow:hidden;
	position:absolute;
	top:5px;
	left:298px;
	text-indent:-9999px;
	background:url(../images/text-community.png) no-repeat;
}
/* menu */
#menu{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	display:table;
}
#menu li{
	float:left;
	padding:0;
	position:relative;
}
#menu li a{
	float:left;
	overflow:hidden;
	height:31px;
}
#menu li a em{
	display:block;
	text-indent:-9999px;
}
#menu li.about a{
	width:102px;
	background:url(../images/nav-about.gif) no-repeat;
}
#menu li.surgery a{
	width:103px;
	background:url(../images/nav-surgery.gif) no-repeat;
}
#menu li.admissions a{
	width:106px;
	background:url(../images/nav-admissions.gif) no-repeat;
}
#menu li.services a{
	width:107px;
	background:url(../images/nav-services.gif) no-repeat;
}
#menu li.boarding a{
	width:103px;
	background:url(../images/nav-boarding.gif) no-repeat;
}
#menu li.community a{
	width:103px;
	background:url(../images/nav-community.gif) no-repeat;
}
#menu li.peteducation a{
	width:109px;
	background:url(../images/nav-peteducation.gif) no-repeat;
}
#menu li.contact a{
	width:107px;
	background:url(../images/nav-contact.gif) no-repeat;
}
#menu li.doctors a{
	width:103px;
	background:url(../images/nav-doctors.gif) no-repeat;
}
#menu li.home a{
	width:103px;
	background:url(../images/nav-tab_home.png) no-repeat;
}
#menu li.doctors ul li{
	background-color:#043e4a;
}
#menu li.home ul li{
	background-color:#043e4a;
}
#menu li a:hover,
#menu li:hover a,
#menu li.hover a{
	background-position:0 -31px;
}
#menu li a.active{
	background-position:0 -62px;
}
/* drop down */
#menu li:hover ul,
#menu li.hover ul{
	top:30px;
}
#menu li:hover ul li ul,
#menu li.hover ul li ul{
	top:-9999px;
}
#menu li ul{
	width:101px;
	margin:0;
	padding:2px;
	list-style:none;
	position:absolute;
	top:-9999px;
	left:-2px;
}
#menu li ul li{
	float:none;
	width:100%;
	text-align:center;
	height:28px;
	background:url(../images/bg-drop-down.gif) repeat-x;
	vertical-align:top;
	letter-spacing:-1px;
}
#menu li.about ul li{
	background-color:#0f014b;
}
#menu li.surgery ul li{
	background-color:#780422;
}
#menu li.admissions ul li{
	background-color:#094000;
}
#menu li.services ul li{
	background-color:#043e4a;
}
#menu li.community ul li{
	background-color:#540357;
	left:4px;
}
#menu li.peteducation ul{
	left:8px;
}
#menu li.peteducation ul li{
	background-color:#882202;
}
#menu li ul li:first-child{
	background-image:none;
}
#menu li.about ul li a,
#menu li.surgery ul li a,
#menu li.admissions ul li a,
#menu li.services ul li a,
#menu li.boarding ul li a,
#menu li.community ul li a,
#menu li.home ul li a,
#menu li.doctors ul li a,
#menu li.peteducation ul li a,
#menu li.contact ul li a{
	width:auto;
	height:auto;
	background:none;
}
#menu li ul li a{
	color:#fff;
	display:block;
	float:none;
	font-size:12px;
	line-height:28px;
}
/* multi level drop down */
#menu li ul li:hover ul,
#menu li ul li.hover ul{
	top:0px;
}
#menu li ul li ul{
	width:100px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:-9999px;
	left:100%;
}
#menu li ul li ul li{
	float:none;
	width:100%;
	text-align:center;
	height:28px;
	background:url(../images/bg-drop-down.gif) repeat-x;
}
#menu li.about ul li ul li{
	background-color:#0f014b;
}
#menu li ul li ul li:first-child{
	background-image:none;
}
/* all content */
.content-holder:after{
	content:"";
	clear:both;
	display:block;
}
.content-holder{
	width:100%;
	position:relative;
	z-index:1;
	float:left;
}
/* left column */
.left-column{
	float:left;
	width:154px;
	padding:0 0 0 27px;
	position:relative;
}
.left-column .image{
	width:100%;
	overflow:hidden;
	margin:0 0 18px 0;
}
.left-column a em{
	display:block;
	text-indent:-9999px;
}
.left-column .link-1{
	display:block;
	width:154px;
	height:10px;
	background-repeat: no-repeat;
}
.left-column a.link-1:hover{
	background-position:0 -90px;
}
.left-column .link-2{
	display:block;
	width:154px;
	height:92px;
	background:url(../images/link-2.jpg) no-repeat;
}
.left-column a.link-2:hover{
	background-position:0 -92px;
}
.left-column .link-3{
	display:block;
	width:154px;
	height:266px;
	margin:1px 0 0;
	background:url(../images/link-3.jpg) no-repeat;
}
.left-column a.link-3:hover{
	background-position:0 -266px;
}
.left-column .link-3a{
	display:block;
	width:154px;
	height:50px;
	margin:1px 0 0;
	background:url(../images/link-3a.jpg) no-repeat;
}
.left-column a.link-3a:hover{
	background-position:0 -50px;
}
/* right column */
.right-column{
	float:right;
	width:270px;
	padding:2px 0 0 20px;
	position:relative;
}
.right-column .image{
	width:100%;
	overflow:hidden;
}
.right-column a em{
	display:block;
	text-indent:-9999px;
}
.right-column .link-4{
	display:block;
	width:243px;
	height:130px;
	margin:17px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(..images/link-7a-FAITH_copy2.gif);
}
.right-column a.link-4:hover{
	background-position:0 -159px;
}
.right-column .link-5{
	display:block;
	width:246px;
	height:163px;
	margin:14px 0 1px 0;
	background:url(../images/link-5.jpg) no-repeat;
}
.right-column a.link-5:hover{
	background-position:0 -163px;
}
.right-column .link-6{
	display:block;
	width:186px;
	height:145px;
	margin:34px 0 0 0;
	background:url(../images/link-6.jpg) no-repeat;
}
.right-column a.link-6:hover{
	background-position:0 -145px;
}
.right-column .link-7{
	display:block;
	width:244px;
	height:68px;
	background:url(../images/link-7.jpg) no-repeat;
	margin-top: 49px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.right-column a.link-7:hover{
	background-position:0 -68px;
}
/* content */
.content{
	float:left;
	width:505px;
	padding:28px 23px 0 22px;
}
.flash{
	padding:0 0 0 8px;
	overflow:hidden;
	width:485px;
	height:136px;
}
.content .title{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:13px 0 2px 0;
	position:relative;
}
/*sIFR end*/
.content .title2 {
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:4px 0 0px 0;
	position:relative;
	margin-bottom: -8px;
}
.content-text{
	width:524px;
	overflow:hidden;
	margin:0 0 0 -20px;
	padding:8px 0 0;
	position:relative;
}
.content-text2 {
	width:490px;
	overflow:visible;
	position:relative;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.content-text3 {
	width:490px;
	overflow:visible;
	position:relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 14px;
	clear: right;
}
.content-text .text{
	float:left;
	width:240px;
	display:inline;
	margin:0 0 0 20px;
	text-align:justify;
	position:relative;
}
.content-text .text p{
	margin:0 0 15px 0;
	font-size:12px;
	line-height:16px;
	color:#000;
	position:relative;
}
/* footer */
#footer-holder{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:-74px 0 0;
	height:74px;
	float:left;
}
.footer{
	width:1022px;
	overflow:hidden;
	margin:0 auto;
	height:74px;
	background:url(../images/bg-footer.jpg) no-repeat;
}
.f-text{
	float:left;
	padding:28px 0 0;
	position:relative;
	margin:0 0 0 -1px;
	display:inline;
}
.f-text ul{
	margin:0;
	padding:0;
	list-style:none;
}
.f-text ul li{
	float:left;
	padding:4px 5px 3px 22px;
	background:url(../images/bg-footer-list.gif) no-repeat;
}
.f-text ul li:first-child{
	background:none;
}
.f-text ul li span{
	display:block;
	overflow:hidden;
	height:11px;
}
.f-text ul li.text-f1 span{
	width:247px;
	background:url(../images/text-f1.png) no-repeat;
}
.f-text ul li.text-f2 span{
	width:165px;
	height:12px;
	background:url(../images/text-f2.png) no-repeat;
}
.f-text ul li.text-f3 span{
	width:176px;
	height:13px;
	background:url(../images/text-f3.png) no-repeat;
}
.f-text ul li.text-f4{
	margin-left:-2px;
	padding-left:21px;
}
.f-text ul li.text-f4 span{
	width:100px;
	height:13px;
	background:url(../images/text-f4.png) no-repeat;
}
.f-text ul li span em{
	display:block;
	text-indent:-9999px;
}
.f-logo{
	float:right;
	margin:13px 20px 0 0;
	overflow:hidden;
}
.f-logo a{
	display:block;
	width:176px;
	height:48px;
	overflow:hidden;
	background:url(../images/f-logo.png) no-repeat;
}
.f-logo a em{
	display:block;
	text-indent:-9999px;
}
/*sIFR start*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

