@charset "UTF-8";

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =1 Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	position: relative;
	height: 145px;
	font-weight: bold;
	z-index: 40;
	margin-bottom: 20px;
}

#CenterContainer {
	margin-top: 0;
	margin-right: 8em;
	margin-bottom: 0;
	margin-left: 11em;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
}
#LeftContainer {
  float: left; 
  width: 180px;          /* LC width */
  padding: 0 10px;       /* LC padding */

  }
#RightContainer {
  width: 130px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  float: right; 
}
#footer {
	text-align: center;
	clear: both;
	font-size: 12px;
	top: 20px;
	background-color: #000080;
	color: #FFF;
	width: 980px;
	height: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
}

/*** IE Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}
/* =1 End Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.highlightText {
	color: #2A0000;
}
.green {
	color: #090;
}
img {  
border-style: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* titles */
abbr[title], acronym[title] {
  border-bottom: dotted 1px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rounded { /* creating rounded corners in div */
	color: #999;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: thin solid #999;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	color: #2A0000;
	display: block;
	margin: .67em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
}
h2 {
	color: #2A0000;
	display: block;
	margin: .83em 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}
h3 {
	font: Arial, Geneva, Helvetica, sans-serif;
	color: #666;
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
h4 {
	font: Arial, Geneva, Helvetica, sans-serif;
	color: #999;
	display: block;
	font-weight: bold;
	margin: 1.33em 0;
}
h5 {
	font: Arial, Geneva, Helvetica, sans-serif;
	color: #999;
	text-indent: 15px;	
  	display: block;
  	font-size: 0.83em;
  	font-weight: bold;
 	margin: 1.67em 0;	
}
h6 {
	font: bold 0.7em Arial, Geneva, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 0px;
	text-indent: 20px;
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;	
}
#wrapper #header #headerabout {
	font-size: 10px;
	position: absolute;
	top: 40px;
	right: 6px;
}
#wrapper #header .OrthoFracs {
	font-size: 36px;
	color: #2A0000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	text-decoration: none;
}
#wrapper #header #search {
	position: absolute;
	left: 507px;
	top: 11px;
	width: 393px;
	height: 75px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navholder {
	top: 80px;
	z-index: 30;
}
#list01 {
	margin: 5px;
	list-style-type: none;
}
#list01 li {
	padding: .2em 0 .2em .5em;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	display:block
}

#list01no-underline li {
	padding: .2em 0 .2em .5em;
	font-weight: bold;
	list-style-image: none;
}
#list01 li:hover {
	cursor: pointer;
	background-color: #f2f2f2;
	color: #000;
	list-style-image: none;
}
#list01 li a span{
	display: none;
}
#list01 li a:hover span {
	position: absolute;
	height: 150px;
	width: 150px;
	left: 55px;
	top: 190px;
}
/* pop-up image */
#list01 a .large {
	border: 0px; display: block; position: absolute;
	width: 1px; height: 1px;
	left: -1px; top: -1px;
}

/* pop-up image, size and placement of pop-up image */
#list01 a.popupimage:hover .large {
	border: 1px solid #000000;
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	left: 750px;
	top: 270px;
	z-index: 1000;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Table
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.table1 {
	width:500px;
	font-size:14px;
	border:1px solid #000080;
	padding: 5px;
	border-spacing: 2px;
}
.table1 th {
	font-weight:bold;
	color:#FFF;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	background-color: #000080;
	padding: 5px;
	border-spacing: 2px;
}
.table1 td {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #FFF;
	padding: 5px;
	border-spacing: 2px;
	text-align: inherit;
}
.table1verticaltop td {
	font-weight:normal;
	color:#000;
	vertical-align:text-top;
	border:1px dotted #000080;
	background-color: #FFF;
}
.table1 tr:hover td {
	color:#000;
	background-color: #FF9;
}
.table1centred {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #FFF;
	text-align: center;
}
.table1alt td {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #CCC;
}
.table1 th[scope=row] {
	background-color: #b8cfe5;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.table1 th[scope=row]:hover {
	background-color: #FC0;
	font-weight:bold;
	color:#000;
}
.table1alt02 td {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #FCF;
}
.table1 caption {
	font-weight:bold;
	caption-side: bottom;
  	font-size: 0.9em;
  	font-style: italic;
  	text-align: right;
  	padding: 0.5em 0;

}
.table700 {
	width:700px;
	font-size:12px;
	border:1px solid #000080;
	padding: 3px;
}
.table700 th {
	font-weight:bold;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	background-color: #000080;
}
.table700 td {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	text-align:left;
	border:1px dotted #000080;
	background-color: #FFF;
}
.table700alt td {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	text-align:left;
	border:1px dotted #000080;
	background-color: #CCC;
}
.table700 tr:hover td {
	color:#000;
	background-color: #FF9;
}
.table700 caption {
	font-weight:bold;
	caption-side: bottom;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footnote-search {
	width: 100%;
	position: relative;
}
#footer-about {
	position: relative;
	text-align: center;
	top: 10px;
}
#wrapper #footer #footer-about a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #footer #footer-about a:hover {
	color: #FF0;
	text-decoration: none;
}
.table1centred {
	text-align: center;
}
/* =10 Image
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.image {
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #008000;
	text-align: center;
	float: right;
	width: 258px;
	font-weight: bold;
	margin-left: 10px;
}
.image img {
	vertical-align:middle;
	margin-bottom: 4px;
} 
.image300 {
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	float: right;
	width: 300px;
}
.image300 img {
	vertical-align:middle;
	margin-bottom: 4px;
} 
.image-centered {
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #008000;
	text-align: center;
	font-weight: bold;
}
.image-centered img {
	vertical-align:middle;
	margin-bottom: 4px;
} 
.image200 {
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	float: right;
	width: 208px;
}
.image200 img {
	vertical-align:middle;
	margin-bottom: 4px;
} 

#lastupdated {
	color: #666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}
.pagenavigation {
	clear: both;
	margin-top: 60px;
}

a#nextlink {
	float: right;
	width: 200px;
	text-align: right;
	font-family: Georgia;
	font-size: 150%;
	background-image: url(../images/anywidth/arrowRight.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 70px;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 0;
	display: inline;
}

a#previouslink {
	width: 200px;
	height: 70px;
	text-align: left;
	display: block;
	font-family: Georgia;
	font-size: 150%;
	background-image: url(../images/anywidth/arrowLeft.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 70px;
}
/* LETTER NAV */
ul#letternav {
	padding: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul#letternav li {
	float: left;
	background: url(/img/bg_letternav.gif) repeat-x bottom;
	border: 1px solid #d8dbd4;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	width: 14px;
	text-align: center;
	list-style: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
}

ul#letternav li:hover {
	border: 1px solid #a3dae9;
	background-color: #FF0;
	background-image: url(/img/bg_letternav_on.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul#letternav li.disabled {
color: #a3a3a3;
}

ul#letternav li.disabled:hover {
background: url(/img/bg_letternav.gif) repeat-x bottom; border: 1px solid #d8dbd4;
}
/* LETTER NAV HORIZONTAL */
ul#letternavhorizontal {
	padding: 0;
	margin-top: 8px;
	margin-bottom: 0;
}

ul#letternavhorizontal li {
	float: left;
	background: url(/img/bg_letternav.gif) repeat-x bottom;
	border: 1px solid #d8dbd4;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	width: 14px;
	text-align: center;
	list-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
}

ul#letternavhorizontal li:hover {
	border: 1px solid #a3dae9;
	background-color: #FF0;
	background-image: url(/img/bg_letternav_on.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul#letternavhorizontal li.disabled {
color: #a3a3a3;
}

ul#letternavhorizontal li.disabled:hover {
background: url(/img/bg_letternav.gif) repeat-x bottom; border: 1px solid #d8dbd4;
}
#AZ-navigation-heading {
	display: block;
	border: 1px solid #d8dbd4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 66px;
	font-weight: bold;
	color: #006;
	padding: 5px;
	height: 76px;
	width: 76px;
	text-align: center;
	vertical-align: middle;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.h1-green-border {
	color: #0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0C0;
	font-size: 24px;
	display: block;
	width: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.box-curve {
	display: block;
	border: 1px dashed #333;
	width: auto;
		margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.box-curve-highlight {
	display: block;
	border: 1px dashed #090;
	width: auto;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 5px;
	color: #FFF;
	background-color: #33C;
	font-weight: bold;
wwwort
	font-family: Verdana, Geneva, sans-serif;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 4px;
	-webkit-box-shadow: #333 3px 3px 4px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #609BD1, #06C);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06C), to(#609BD1));
}
#wrapper #header #navholder #letternavholder {
	position: relative;
	left: 55px;
}
#wrapper #container #CenterContainer #writing #highlightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #060;
	text-align: center;
	vertical-align: middle;
}
#wrapper #CenterContainer #writing {
	padding-left: 0px;
	width: 300px;
	float: right;
	margin-right: 35px;
}
#tip {
	text-align: center;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #FFF;
	background-color: #008080;
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: #333 3px 3px 4px;
-moz-box-shadow: #333 3px 3px 4px;
-webkit-box-shadow: #333 3px 3px 4px;
}
#tip h3{
	text-align: center;
	color: #FFF;	
}
#tipblue {
	text-align: center;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #000;
	background-color: #FFF;
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 4px;
	-webkit-box-shadow: #333 3px 3px 4px;
}
#tipblue h3{
	text-align: center;
	color: #FFF;	
}
.caption {
	text-align: center;
	color: #333;
}
#comingsoon {
	text-align: center;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #CCC;
	background-color: #0445D1;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 4px;
	-webkit-box-shadow: #333 3px 3px 4px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #609BD1, #0445D1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0445D1), to(#609BD1));
	width: 200px;
	float: right;
}
#comingsoon h2{
	color: #FFF;
	text-align: center;
}
#comingsoon h3{
	text-align: center;
	color: #FFF;	
}
#facebook-share {
	height: 60px;
	width: 60px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#tweetmeme {
	height: 60px;
	width: 60px;
	margin-left: 5px;
	float: left;
}
#stumbleupon {
	height: 60px;
	width: 60px;
	margin-left: 5px;
	float: left;
}
#addthis-share {
	height: 60px;
	width: 60px;
	margin-left: 5px;
	float: left;
}
#wrapper #maincontent_wrapper #share_this_page .custom_images {
	margin-bottom: 20px;
}
#wrapper #CenterContainer #mainContent .image div {
	color: #008000;
	font-size: 12px;
	font-weight: bold;
}
#video {
	position: relative;
	top: -50px;
}
#wrapper #CenterContainer #mainContent ul li big .Apple-style-span {
	font-family: Georgia, Times New Roman, Times, serif;
}
#wrapper #CenterContainer #mainContent ul li big .Apple-style-span {
	color: #FFF;
}

#sthoverbuttons {
	cursor: pointer;
	font: 11px Helvetica,Tahoma,Arial;
	margin-left: 0px;
	position: fixed;
	top: 25%;
	width: 50px;
	z-index: 980000 !important;
}
.sthoverbuttons-pos-left {
    left: 0;
}

