
body {
  font-family: Arial, sans-serif;
  color:#000;
  background: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/********** NAV **********/
.nav {
  height: 12px;
  margin: -7px 0px 0px 0px;
  float: right;
  display: inline;
  text-align: left;
}
.nav li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  padding:0;
}
.nav li.sub {
  margin-right: -75px;
}
.nav li a {
  background: url("../images/bullet.png") 0 0 no-repeat;
  height: 11px;
  width: 100px;
  margin: 0px 0px 13px 0px;
  display: block;
  padding: 0px 16px 0px 16px;
  color: #05559d;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
.nav li a:hover {
  background: url("../images/bullet.png") 0 -11px no-repeat;
  color: #e51937;
}
.nav li ul{
  background: none #FFF;
  background: rgba(255,255,255,0.5);
  visibility: hidden;
  opacity: 0;
  width: 216px;
  height: 88px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav li li {
  float: none;
  width: 100px;
  height: 20px;
}
.nav li li a {
  background: none;
  width: 200px;
  height: 11px;
  margin: 0px;
  padding: 5px 0px 0px 16px;
  text-decoration: none;
}
.nav li li a:hover {
  background: transparent url("../images/bullet2.png") 4px 6px no-repeat;
}
.nav li:hover ul{
  visibility: visible;
  opacity: 1;
  height: 88px;
}
li.current a {
  background: url("../images/bullet.png") 0 -11px no-repeat;
  color: #e51937;
}
li.current li a {
  color: #05559d;
}
.nav li.current li.current_sub a {
  background: transparent url("../images/bullet2.png") 4px 6px no-repeat;
  color: #e51937;
}
/********** SITE GENERAL **********/

.main {
  background: #00539B;
  margin: 0px auto;
  width: 960px;
  text-align: left;
}
.content {
  width: 950px;
  float: left;
  margin: 0px 0px 0px 0px;
  border: solid 5px #00539B;
  text-align: center;
}
.masthead_container {
  background: #fff;
  height: 91px;
  padding: 15px 0px 0px 0px;
  border-bottom: solid 8px #cdcdcf;
}
.logo {
  width: 950px;
  height: 74px;
  margin: 0px 0px 0px 0px;
  float: left;
  display: inline;
}
.logo a {
  text-decoration: none;
}
.copyright {
  background: #fff;
  width: 960px;
  height: 10px;
  font-size: 12px;
  color: #999;
  padding: 10px 0px;
  float: left;
  display: inline
}
/************************************ TEXT ************************************/
.georgia {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.gray {
  color: #808084;
}
.white {
  color: #fff;
}
.blue {
  color: #00529b;
}
/************************************ INDEX ************************************/
.content_index {
  background: #e5e6e6;
  height: 718px;
}
.index_top {
  margin: 81px 0px 0px 218px;
  float: left;
  display: inline;
}
.index_bottom {
  margin: 12px 0px 0px 218px;
  float: left;
  display: inline;	
}
.index_text {
  margin: 10px 0px 0px 218px;
  float: left;
  display: inline;
}
.index_line1 {
  font-size: 40px;
  width: 503px;
  float: left;
  display: inline;
}
.index_line2 {
  font-size: 31px;
  width: 505px;
  line-height: 36px;
  float: left;
  display: inline;
}
.index_text a {
  font-size: 90px;
  color: #808084;
  text-decoration: none;
  width: 503px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  display: inline;
}
.index_text a:hover {
  color: #00539B;
}
.index_text ul {
  height: 0px;
	float: left;
	display: inline;
}
.index_text .triggered_content {
  color: #00539B;
  visibility: hidden;
  opacity: 0;
  width: 450px;
  height: 60px;
  margin: 110px 0px -252px 27px;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trigger:hover ul li {
  visibility: visible;
  opacity: 1;
}
.index_text li.line {
  visibility: hidden;
  opacity: 0;
  background: #999;
  width: 1px;
  height: 30px;
  margin: 63px 0 0px 252px;
  float: left;
  display: inline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trigger:hover triggered_content {
  width: 430px;
  height: 60px;
}
/*************************************** ABOUT ***************************************/
.content_about {
  background: #6683bb;
  color: #808084;
}
.content_about .masthead_container {
	border-bottom: solid 8px #afafb3;
}
.about_box {
  background: url(../images/about_box_bottom.png) bottom left no-repeat;
  width: 438px;
  margin: 52px 0px 22px 45px;
  padding-bottom: 22px;
  text-align: left;
  float: left;
  display: inline;
}
.about_box h2 {
  background: url(../images/about_box_top.png);
  width: 400px;
  height: 36px;
  padding: 20px 0px 30px 38px;
  font-size: 14px;
  line-height: 20px;
 }
.about_box_content {
  background: url(../images/about_box_bg.png) top left repeat-y;
  height: 680px;
}
.about_box p {
  padding: 0px 40px 15px 35px;
  font-size: 12px;
  line-height: 18px;
}
.about_box2 {
  background: url(../images/about_box2_bottom.png) bottom left no-repeat;
  width: 438px;
  margin: 21px 0px 0px 45px;
  padding-bottom: 22px;
  text-align: left;
  float: left;
  display: inline;
}
.about_box2 h2 {
  background: url(../images/about_box2_top.png);
  width: 400px;
  height: 13px;
  padding: 20px 0px 30px 38px;
  font-size: 14px;
  line-height: 20px;
 }
.about_box2_content {
  background: url(../images/about_box2_bg.png) top left repeat-y;
  height: 238px;
}
.about_box2 p {
  padding: 0px 40px 15px 35px;
  font-size: 12px;
  line-height: 18px;
}
.about_right {
  font-family: Georgia, "Times New Roman", Times, serif;
  float:left;
  display: inline;
}
.about_right li.trigger {
  background: url(../images/beth.jpg) 0 0 no-repeat;
  height: 449px;
  margin: -724px 0 0 483px;
  float:left;
  display: inline;
}
.about_right li.trigger a.large_header {
  width: 437px;
  height: 449px;
  padding: 16px 0 0 15px;
  color: #d5d6d7;
  font-size: 39px;
  float:left;
  display: inline;
}
.about_right li.trigger ul {
  background: url(../images/beth.jpg) 0 -465px no-repeat;
  width: 437px;
  height: 449px;
  margin: -465px 0 0 0px;
  float: left;
  display: inline;
}
.about_right li:hover a.large_header {
  color: #fff;
}
.about_right li:hover a {
  color: #fff;
}
.about_right li.trigger ul li {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  float: left;
  display: inline;
}
.about_right li a {
  text-decoration: none;
}
.about_right li ul{
  visibility: hidden;
  opacity: 0;
}
.about_right li:hover ul{
  visibility: visible;
  opacity: 1;
}
.about_1 {
  width: 75px;
  margin: -371px 0 0 252px;
}
.about_2 {
  width: 105px;
  margin: -299px 0 0 326px;
}
.about_3 {
  width: 87px;
  margin: -193px 0 0 350px;
}
.about_4 {
  width: 98px;
  margin: -112px 0 0 320px;
}
.about_5 {
  width: 140px;
  margin: -13px 0 0 227px;
}
.about_6 {
  width: 95px;
  margin: -16px 0 0 114px;
}
.about_bottom {
  background: url("../images/hands.png") no-repeat scroll 514px 34px #DCDDDE;
  width: 950px;
  height: 310px;
  border-top: #fff solid 8px;
  float: left;
  display: inline;
}
/************* SERVICES *************/
.content_services {
  background: #8ac060;
  height: 803px;
}
.content_services .masthead_container {
  border-bottom: solid 8px #808084;
}
.services_top {
  margin: 81px 0px 0px 158px;
  float: left;
  display: inline;
}
.services_text {
  margin: 10px 0px 0px 158px;
  float: left;
  display: inline;
}
.services_line1 {
  font-size: 55px;
  line-height: 63px;
  width: 625px;
}
.services_line2 {
  font-size: 85px;
  width: 625px;
  letter-spacing: 5px;
}
.services_bottom {
  margin: 12px 0px 35px 158px;
  float: left;
  display: inline;	
}
.services_list {
  margin: 0 0 30px 156px;
  float: left;
  display: inline;
}
.services_circle {
	float: left;
	display: inline;
}
.services_circle a {
  background: url("../images/services_circle.png") 0 0px no-repeat;
  color: #00529b;
  text-decoration: none;
  width: 110px;
  margin: 0px 10px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  float: left;
  display: inline;
}
.one_line {
  height: 17px;
  padding: 67px 21px;
}
.two_lines {
  height: 33px;
  padding: 59px 21px;
}
.four_lines {
  height: 65px;
  padding: 43px 21px;
}
.services_circle:hover a {
  background: url("../images/services_circle.png") 0 -151px no-repeat;
  color: #fff;
}
.services_circle ul {
  margin: 159px -11px 0 -264px;
  float: left;
  display: inline;
}
.services_circle:hover ul li {
  visibility: visible;
  opacity: 1;
}
.services_circle li.triggered_content {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  margin: 57px 0px 0px 0px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
  float: left;
  display: inline;	
}
.services_circle li.line {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: 1px;
  height: 37px;
  margin: 9px -104px 0 178px;
  float: left;
  display: inline;
}

/*********** SERVICES SUB PAGES ***********/
.content_services_sub {
  background: #fff;
  text-align: left;
}
.content_services_sub .masthead_container {
  border-bottom: solid 8px #afafb3
}
.left {
  width: 490px;
  height: 100%;
  float: left;
  display: inline;
}
.left {
	background: url(../images/left_bg.png) top left repeat-y scroll;
}
.left h1 {
  background:url(../images/header_services_sub.png);
  width: 363px;
  height: 59px;
  padding-left: 97px;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 3px;
}
.left h1.nospacing {
  letter-spacing: 0px;
}
.left div {
  margin-left: 90px;
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 23px;
  list-style-type: disc;
}
.left .blue {
  background: url(../images/bottom_blue.png) bottom no-repeat;
  width: 362px;
  padding-bottom: 16px;
}
.left .green {
  background: url(../images/bottom_green.png) bottom no-repeat;
  width: 362px;
  padding-bottom: 16px;
}
.left div.blue ul {
  background: url(../images/background_blue.png) repeat-y scroll 0 0 transparent;
  margin: -10px 0px 10px -9px;
  width: 380px;
}
.left div.green ul {
  background: url(../images/background_green.png) repeat-y scroll 0 0 transparent;
  margin: -10px 0px 10px -9px;
  width: 380px;
}
.left div.blue h2 {
  background:url(../images/header_tab_blue.png);
  width: 354px;
  height: 60px;
  padding: 5px 0px 0px 56px;
  margin: 0px 0px 5px -39px;
  color: #fff;
  line-height: 54px;
  font-size: 14px;
  letter-spacing: 1px;
}
.left div.blue h2.reduced_spacing {
  letter-spacing:.5px;
  text-indent:-5px;
}
.left div.green h2 {
  background:url(../images/header_tab_green.png);
  width: 354px;
  height: 60px;
  padding: 5px 0px 0px 56px;
  margin: 0px 0px 5px -39px;
  color: #fff;
  line-height: 54px;
  font-size: 14px;
  letter-spacing: 1px;
}
.left li {
  width: 321px;
  margin-left: 40px;
  list-style-type: disc;
}
.left div.blue ul li ul {
	background: none;
  margin: 0px 0px 0px -9px;
}
.left div.blue ul li ul li {
  width: 290px;
  list-style-type: circle;
}
.red_line {
	background: #e51937;
	width: 1px;
	margin: -15px 0 0 0;
	float: left;
	display: inline;
}
.right {
  background: #bbb;
  width: 380px;
  height: 700px;
  padding: 0px 40px;
  float: right;
  display: inline;
}
.right_content {
  height: 180px;
  color: #fff;
  margin: 100px 0px;
  padding: 12px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  float: left;
  display: inline;
}
.right_content li {
	list-style-type: none;
}
.right_content a {
  color: #fff;
  font-size: 38px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  display: inline;
}
.right_content li ul{
  width: 380px;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  display: inline;
}
.right_content li.trigger {
  line-height: 44px;
  margin: 10px 0px 0px 0px;
}
.right_content li.trigger:hover ul li {
  visibility: visible;
  opacity: 1;
}
.right_content li.triggered_content {
  visibility: hidden;
  opacity: 0;
  background: #446eae;
  width: 380px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  margin: 12px 0px 0px -40px;
  padding: 10px 40px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  display: inline;
}
.right li.line {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: 1px;
  height: 30px;
  margin: 22px 0px 0px 190px;
  float: left;
  display: inline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.right_content a:hover {
  color: #446eae;
}
.right .large {
  font-size: 48px;
}
.right .clinical {
  height: 125px;
  font-size: 27px;
}
.right_content a.clinical_link {
	font-size: 34px;
}
.right_content a.clinical_link:hover {
	color: #4f6f18;
}
.right_content a.clinical_link span.large {
  font-size: 52px;
}
.right_content li.clinical_description {
  background: #6eb43f;
}
.right .modeling {
  height: 192px;
}
.right .modeling li {
  font-size: 24px;
  line-height: 29px
}
.right .modeling span.medium{
  font-size: 26px;
}
.right .modeling span.medium2{
  letter-spacing: 2px;
}
.right .modeling a {
  font-size: 56px;
  line-height: 46px;
}
.right .modeling a:hover {
  color: #e51937;
}
.right .modeling span.large {
  font-size: 45px;
}
.right .modeling .triggered_content {
  background: #e51937;
  font-size: 17px;
}
.right .communication {
  height: 216px;
  font-size: 25px;
  line-height: 30px;
}
.right .communication a {
  margin-top: -8px;
  font-size: 50px;
  line-height: 50px;
}
.right .communication li {
	width: 380px;
}
.right .communication li.line {
	width: 1px;
}
.right .communication li.trigger {
  margin: 15px 0px 0px 0px;
  float: left;
  display: inline;
}
/************* CONTACT *************/
.content_contact {
  height: 745px;
  background: #a5a6aa;
}
.content_contact .masthead_container {
 border-bottom: solid 8px #cdcdcf;
}
.contact_top {
  margin: 81px 0 0 164px;
  float: left;
  display: inline;
}
.contact_bottom {
  margin: 8px 0px 0px 164px;
  float: left;
  display: inline;	
}
.contact_text {
  margin: 10px 0px 0px 164px;
  float: left;
  display: inline;
}
.contact_line1 {
  font-size: 26px;
  width: 630px;
}
.contact_line2 {
  font-size: 62px;
  width: 630px;
}
ul.contact_options {
  margin: 30px 0px 50px 450px;
  float: left;
  display: inline;
}
ul.contact_options li{
  width: 282px;
  margin: 0px 0px 10px 0px;
  text-align: left;
  float: left;
  display: inline;
}
ul.contact_options h2 {
  width: 200px;
  margin: 17px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  float: right;
  display: inline
}
ul.contact_options h2.three_lines {
  margin-top: 9px;
}
ul.contact_options p {
  width: 200px;
  margin: 5px 0px 0px 0px;
  font-size: 12px;
  float: right;
  display: inline
}
ul.contact_options img {
  float: left;
  display: inline;
}
ul.contact_options a.text {
  width: 200px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  font-size: 12px;
  float: right;
  display: inline
}
ul.contact_options a.text:hover {
  color: #ddd;
}
/************* VISIT *************/
.content_visit {
  background: url("../images/visit_bg.jpg") no-repeat scroll left 114px #E5E6E6;
  height: 939px;
}
.content_visit .masthead_container {
 border-bottom: solid 8px #cdcdcf;
}
.visit_text {
  margin: 10px 0px 0px 178px;
  float: left;
  display: inline;
}
.visit_line1 {
  width: 600px;
  margin-top: 128px;
  font-size: 35px;
  line-height: 44px;
  text-shadow: 2px 2px 3px #999;
}
.visit_line2 {
  font-size: 60px;
  width: 600px;
  text-shadow: 2px 2px 3px #999;
}
.visit_line3 {
  width: 500px;
  margin: 90px 0px 0px 47px;
  font-size: 13px;
  line-height: 23px;
  font-weight: bold;
  float: left;
  display: inline;
}