html {
	min-height: 100%;
	height:100%;
}

body {	
	background: url("../images/bg_main_rpt.jpg") repeat top center;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color: #ffffff;
	height: 100%;
	margin:0;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height:normal;
	margin: 0 0 20px 0;
	background:url("../images/line.gif") no-repeat bottom left;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #ffffff;
	font-weight:600;
	line-height:20px;
	margin: 0 0 10px 0;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:600;
	color:#ffffff;
	padding:0;
	margin: 0;
}

p {
	line-height: 18px;
	margin:0 0 20px 0;
}

a {
	color: #1db996;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

strong {}

.border {
	border:1px solid #c7c7c7;
}

.border-left {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #c7c7c7;
}

.border-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #c7c7c7;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.container {
	position:relative;
	margin:0 10px 0 14px;
}

ol {
	margin:0 0 20px 20px;
}

ol li {
	line-height:22px;
}

#content ul {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

#content ul li {
	padding-left: 15px;
	background:url("../images/bullet.png") no-repeat 0 5px;
	margin:0 10px 0 0;
	line-height:22px;
}

#content ul.list {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

#content ul.list li {
	padding-left: 15px;
	background:url("../images/bullet.png") no-repeat 0 5px;
	margin:0 10px 0 0;
	line-height:18px;
}

/********************* MAIN BODY *************************/

#wrapper {
	background:url("../images/bg_main_top.jpg") no-repeat top center;
	width:100%;
	height:100%;
	z-index:200;
}

#main_body {
	position:relative;
	margin: auto;
	width:960px;
}

/********************* LAYOUT STYLES *************************/

#top {
	position:relative;
	height:124px;
	width:960px;
}

.logo {
	display:block;
	position:relative;
	top:35px;
	left:340px;
	height:60px;
	width:400px;
	text-indent:-3000px;
}
	

#banner_home  {
	position:relative;
	width:960px;
	height:438px;
	background:url("../images/banner_home.jpg") no-repeat top;
}

#animated_banner {
	position:absolute;
	left:124px;
	width: 830px;
	height: 400px;
}

#animated_banner #photo {
	position: absolute;
	top: 0;
	right: 0;
	height: 400px;
	width: 400px;
	overflow: hidden;
}

#animated_banner #photo img {
	position: absolute;
	top: 0;
	left: 0;
}

#animated_banner #photo img.rotating_photos {
	height: 400px;
	width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1200ms ease-out;
    -moz-transition: all 1200ms ease-out;
    -ms-transition: all 1200ms ease-out;
    -o-transition: all 1200ms ease-out;
    transition: all 1200ms ease-out;
}

#animated_banner #photo img.rotating_photos.show {
    height: 428px;
    width: 428px;
   	visibility: visible;
   	opacity: 1;
}

#animated_banner #photo img.overlay {
	z-index: 10;
}

#animated_banner #message {
	position: absolute;
	top: 0;
	left: 30px;
	width: 380px;
	height: 400px;
/*	background-color: rgba(255,0,0,.5);*/
	overflow: hidden;
}

#animated_banner #message .rotating_message {
	position: absolute;
	top: 0;
	left: 40px;
	width: 340px;
	height: 400px;
    -webkit-transition: all 1200ms ease-out;
    -moz-transition: all 1200ms ease-out;
    -ms-transition: all 1200ms ease-out;
    -o-transition: all 1200ms ease-out;
    transition: all 1200ms ease-out;
   	visibility: hidden;
   	opacity: 0;
}

#animated_banner #message .rotating_message.show {
   	visibility: visible;
   	opacity: 1;
}

#animated_banner #message .rotating_message h1,
#animated_banner #message .rotating_message h2,
#animated_banner #message .rotating_message div {
    -webkit-transition: all 1200ms ease-out;
    -moz-transition: all 1200ms ease-out;
    -ms-transition: all 1200ms ease-out;
    -o-transition: all 1200ms ease-out;
    transition: all 1200ms ease-out;
    position: absolute;
}


#animated_banner #message .rotating_message h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
	font-style: italic;
	background: none;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
	margin: 0;
	top: 70px;
	left: 100px;
}

#animated_banner #message .rotating_message.show h1 {
	left: 0;
}

#animated_banner #message .rotating_message h2 {
	color: #32d4a6;
	font-size: 32px;
	font-weight: 500;
	white-space: nowrap;
	background: none;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
	margin: 0;
	top: 110px;
	right: 130px;
	letter-spacing: -0.03em;
}

#animated_banner #message .rotating_message.show h2 {
	right: 30px;
}

#animated_banner #message .rotating_message div {
	color: #fff;
	font-size: 14px;
	background: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
	margin: 0;
	line-height: 1.7;
	width: 300px;
	top: 180px;
	left: 0;
}

#animated_banner #message .rotating_message div p {
	color: #fff;
	font-size: 14px;
	background: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
	margin: 0 0 10px 0;
	line-height: 1.7;
	width: 300px;
}


#main_nav {
	position:absolute;
	top:189px;
	left:0;
	width:148px;
	height:335px;
	background:url("../images/bg_nav.jpg") no-repeat top;
	z-index:200;
}

#main_nav_int {
	position:absolute;
	top:189px;
	left:0;
	width:148px;
	height:335px;
	background:url("../images/bg_nav_int.jpg") no-repeat top;
	z-index:200;
}

#content {
	position:relative;
	width: 960px;
	background: url("../images/bg_body.gif") repeat-y top right;
}

#content_top {
	position:relative;
	width: 960px;
	background:url("../images/bg_int.jpg") no-repeat top;
}

#content a:hover {
	background-position:0% 100%;
}


/********************* INTERIOR LAYOUT STYLES *************** */

#col_1 {
	position:relative;
	float:left;
	left:205px;
	width:390px;
	padding:0;
	margin:0 120px 0 0;
}

.page_head {
	position:relative;
	left:10px;
	margin:41px 0 50px 0;
}

.inset {
	position:absolute;
	top:36px;
	left:616px;
}

#col_2 {
	position:relative;
	float:left;
	margin-top:228px;
	left:205px;
	width:225px;
	padding:0;
}

#col_2 h2 {
	font-weight: 400;
}

.quote {
	position:relative;
	width:210px;
	color:#01b685;
}

.btm {
	position:relative;
	left:176px;
	width:784px;
}


/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	margin:auto;
	width: 100%;
	height:260px;
	padding-top:40px;
	background: url("../images/bg_footer.jpg") repeat-x top center;
	color:#076a77;
	font-size:11px;
	text-align:center;
}

#footer_int {
	position:relative;
	margin:auto;
	width: 100%;
	height:134px;
	padding-top:40px;
	background: url("../images/bg_footer_int.jpg") repeat-x top center;
	color:#076a77;
	font-size:11px;
	text-align:center;
}

#footer a, #footer_int a {
	color:#076a77;
	text-decoration:none;
}

.centered {
	position:relative;
	left:80px;	
	width:780px;
	margin:auto;
}
	

/*#footer p, #footer_int p {
	position:relative;
	left:80px;	
	margin:10px auto;
	width:960px;
}*/

#staff_login {
	position:relative;
	margin:auto;
	background:url("../images/bg_staff_login.gif") no-repeat top left;
	height:61px;
	width:517px;
	padding-bottom:20px;	
}

#staff_login a {
	color:#00020e;
	text-decoration:underline;
}

#staff_login input.login {
	color:#ffffff;
	text-align:right;
	background:#004050;
	border:0;
	padding:2px;
	font-size:12px;
	width:150px;
	margin-bottom:2px;
}

#loader {
	position:absolute;
	top:-5000px;
	left:0;
}
/* ***************  SUCKERFISH NAV STYLES *************** */

#nav li#btn_home { 		background-image: url("../images/btn_home.gif"); 	width: 148px;height: 38px;	}
#nav li#btn_team  { 	background-image: url("../images/btn_team.gif"); 	width: 148px;height: 40px;	}
#nav li#btn_who { 		background-image: url("../images/btn_who.gif"); 	width: 148px;height: 43px;	}
#nav li#btn_careers { 	background-image: url("../images/btn_careers.gif"); 	width: 148px;height: 43px;	}
#nav li#btn_patient { 	background-image: url("../images/btn_patient.gif"); 	width: 148px;height: 43px;	}
#nav li#btn_contact { 	background-image: url("../images/btn_contact.gif"); 	width: 148px;height: 47px;	}

.on {
	background-position: 100% 0%;
}

#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#ffffff;
	font-size:13px;
	line-height: 1.4;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
	color:#ffffff;
}

#nav li#btn_home_int { 		background-image: url("../images/btn_home_int.gif"); 	width: 148px;height: 38px;	}
#nav li#btn_team_int  { 	background-image: url("../images/btn_team_int.gif"); 	width: 148px;height: 40px;	}
#nav li#btn_who_int { 		background-image: url("../images/btn_who_int.gif"); 	width: 148px;height: 43px;	}
#nav li#btn_careers_int { 	background-image: url("../images/btn_careers_int.gif"); 	width: 148px;height: 43px;	}
#nav li#btn_patient_int { 	background-image: url("../images/btn_patient_int.gif"); 	width: 148px;height: 43px;	}
#nav li#btn_contact_int { 	background-image: url("../images/btn_contact_int.gif"); 	width: 148px;height: 47px;	}
