@charset "UTF-8";

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
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 */
	color: #000000;
	line-height: 1;
	font: normal 14px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
}
#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p, dl, multicol {
  display: block;
  margin: 1em 0;
}
.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: #030;
}

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;
}
.clearfloat { /* this class should be placed on a div or break element &amp; 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: #fff;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.roundedborders { /* creating rounded corners in div */
	color: #000;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: medium solid #000080;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration: none;
	color: #03C;
}
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;
}
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: #000;
	text-indent: 10px;
	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;	
}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	position: relative;
	height: 145px;
	font-weight: bold;
	z-index: 50;
}
#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: 90px;
	z-index: 30;
}
/* LETTER NAV */
#letternavholder {
	position: relative;
	left: 55px;
}
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;
}

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;
}

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;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#maincontent_wrapper {
	width: 760px;
	float: left;
}
#list01 {
	margin: 5 px;
	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: #CCC;
	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 &amp; 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;
}


#AddThis {
	position: relative;
	top: -85px;
	right: 370px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Table
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.table1 {
	width:480px;
	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 td{
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #FFF;
	text-align: center;
}
.table1centred td:hover {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #CCC;
	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:14px;
	border:1px solid #000080;
	padding: 5px;
	border-spacing: 2px;
}
.table700 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;
}
.table700 td {
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	border:1px dotted #000080;
	background-color: #FFF;
	padding: 5px;
	border-spacing: 2px;
	text-align: inherit;
}
.table700 th[scope=row] {
	background-color: #b8cfe5;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.table700 th[scope=row]:hover {
	background-color: #FC0;
	font-weight:bold;
	color:#000;
}

.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
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	text-align: center;
	clear: both;
	font-size: 12px;
	top: 20px;
	position: relative;
	background-color: #000080;
	color: #FFF;
	width: 980px;
	height: 70px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#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: 11px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	float: right;
	width: 258px;
}
.image img {
	vertical-align:middle;
	margin-bottom: 4px;
} 
#fracs-logo-exam {
	margin-bottom: 10px;
}

/* =11 Miscellaneous
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.maincontent_part1 {
	height: 200px;
	margin-bottom: 20px;
}
#dateModified {
	font-style: italic;
	color: #999;
}
#wrapper #sidebarwrap #sidebar-hospitallogos {
	border: 1px solid #000080;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 168px;
	margin-top: 10px;
}
#wrapper #maincontent_wrapper #bigletter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 72px;
	font-weight: bolder;
	color: #000080;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	width: 80px;
	border: 1px solid #000080;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#wrapper #maincontent_wrapper #mainContent #takehomemessage h3 {
	text-align: center;
	color: #000080;
	font-size: 18px;
	font-weight: bold;
}
#wrapper #maincontent_wrapper #mainContent #takehomemessage {
	text-align: left;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: medium solid #000080;
}
#wrapper #maincontent_wrapper #mainContent #reviewed-by {
	width: 400px;
}
#wrapper #maincontent_wrapper #answer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 40px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	height: 60px;
	width: 200px;
	border: 1px solid #000080;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
	-moz-linear-gradient(-90deg,#1aa6de,#022147);
-webkit-gradient(linear, left top, left bottom, from(#1aa6de), to(#022147));
	background-image: -moz-linear-gradient(100% 100% 90deg, #609BD1, #06C);
	margin-right: auto;
	margin-left: auto;
}

#wrapper #maincontent_wrapper #share_this_page .custom_images #facebook-share {
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #maincontent_wrapper #share_this_page .custom_images #tweetmeme {
	height: 60px;
	width: 60px;
	float: left;
	margin-left: 5px;
}
#wrapper #maincontent_wrapper #share_this_page .custom_images #stumbleupon {
	height: 60px;
	width: 60px;
	float: left;
	margin-left: 5px;
}
#wrapper #maincontent_wrapper #share_this_page .custom_images {
	margin-bottom: 20px;
}
.divcenter {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

