/*-------------------------------------------------------------------------------------*\
		HTML5 Boilerplate Lite
		http://html5boilerplate.org
		
		less.css same as style.css with added LESS CSS nesting, mixins, and variables
		--
		credit is left where credit is due.
\*-------------------------------------------------------------------------------------*/

@font-face {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*---------------------------------------------------------------------------*\
																LESS CSS
\*---------------------------------------------------------------------------*/
/*........................................................*\
												Variables
\*........................................................*/
/* Colors */
/*#00395D;*/
/*Design changes colours*/
/* Font */
/* Width */
/*........................................................*\
														Mixins
\*........................................................*/
.clear-text-shadow {
  text-shadow: none;
}
.clear-box-shadow {
  box-shadow: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
a.skip {
  position: absolute;
  left: -999px;
}
a.skip:focus {
  left: 5px;
  top: 5px;
}
/*---------------------------------------------------------------------------*\
																Styles Reset
\*---------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
strong {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}
em {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
}
body {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before {
  content: '';
  content: none;
}
blockquote:after,
q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
mark {
  background-color: white;
  color: #333333;
  font-weight: bold;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*---------------------------------------------------------------------*\
														Typography
		fonts.css from the YUI Library: http://developer.yahoo.com/yui/
\*---------------------------------------------------------------------*/

body {
  font: 13px/1.231 Verdana, Arial, sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: 'Courier New', monospace, sans-serif;
}
/* -:[ Fibonacci based heading scale ratio ]:- */

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 2.6em;
  font-weight: 100;
  padding: 22px 30px 16px 30px;
  border-top: 6px solid;
  text-transform: uppercase;
}
h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 100;
  padding-right: 65px;
}
h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 100;
}
h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
/* -:[ Remove text-shadow from text selection for better readability: http://twitter.com/miketaylr/status/12228805301  ]:- */

::-moz-selection {
  background-color: #32c0cf;
  color: white;
  text-shadow: none;
}
::selection {
  background-color: #32c0cf;
  color: white;
  text-shadow: none;
}
/*---------------------------------------------------------------------------------------------*\
																		Shortcuts & Helpers
\*---------------------------------------------------------------------------------------------*/

.separator {
  clear: both;
  float: left;
  height: 1px;
  width: 100%;
}
/* -:[ If <br /> ain't enough ]:- */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*---------------------------------------------------------------------------------------------------------*\
				Clearfix
		http://j.mp/bestclearfix
		http://blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page
\*---------------------------------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/*----------------------------------------------------------------------------------*\
																Real styles start here
\*----------------------------------------------------------------------------------*/

ul {
  padding-top: 0;
}
ul li {
  list-style: none;
  background: url(/images/li-arrow.png) 0 6px no-repeat;
  padding-left: 15px;
}
ul li a {
  color: #0069ab;
  text-decoration: none;
}
ul li a:hover {
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #0069ab;
}
a:hover {
  text-decoration: underline;
}
body {
  background: #e6e7e8;
  font-size: 14px;
  color: #585859;
}
header {
  margin: 0 auto;
  width: 920px;
  min-height: 92px;
  padding: 20px;
  background-color: white;
  position: relative;
}
header a {
  color: #0069ab;
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}
header form {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
header form input {
  border: none;
  padding: 0;
  -webkit-appearance: none;
}
header form input[type="submit"] {
  background-color: #333333;
  padding: 0 12px;
  min-height: 28px;
  height: 28px;
  max-height: 28px;
  line-height: 28px;
  margin: 0;
  color: white;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
header form input[type="text"] {
  background-color: #e6e7e8;
  margin-right: -4px;
  width: 150px;
  min-height: 20px;
  height: 20px;
  max-height: 20px;
  line-height: 20px;
  padding: 4px 0 4px 8px;
  color: #585859;
}
header form input[type="text"]:focus {
  background-color: #f5f5f6;
}
.logo img {
  padding: 10px 0 0 22px;
}
nav.top {
  background-color: #fdfdfd;
  margin: 15px 0;
  height: 50px;
  display: block;
}
nav.top ul {
  margin: 0 auto;
  width: 960px;
  padding: 0;
}
nav.top ul li {
  float: left;
  padding: 0;
  background: none;
}
nav.top ul li a {
  height: 42px;
  display: block;
  padding: 8px 0 0 0;
  text-align: center;
  color: #585859;
  text-decoration: none;
  border-top: 5px solid;
  border-color: #e6e7e8;
  margin-top: -5px;
}
nav.top ul li a.home {
  width: 107px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  border-top-color: #32c0cf;
}
nav.top ul li a.professionals {
  width: 278px;
  border-top-color: #4b89ce;
  border-bottom-color: #4b89ce;
}
nav.top ul li a.patients {
  width: 234px;
  border-top-color: #8ccda3;
  border-bottom-color: #8ccda3;
}
nav.top ul li a.news {
  width: 218px;
  border-top-color: #b4d670;
  border-bottom-color: #b4d670;
}
nav.top ul li a.about {
  width: 123px;
  border-top-color: #f4cf51;
  border-bottom-color: #f4cf51;
}
nav.top ul li a:hover {
  text-decoration: underline;
}
.home a.home {
  /*background: @homeBlue;*/
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  /*font-size: 1.15em;*/
  /*color:@white;
	border-bottom: 5px solid;*/
  border-color: #32c0cf;
}
.professionals a.professionals {
  /*background: @professionalsBlue;*/
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  /*font-size: 1.15em;*/
  padding: 4px 0;
  /*color:@white;
	border-bottom: 5px solid;*/
  border-color: #4b89ce;
}
.patients a.patients {
  /*background: @professionalsBlue;*/
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  /*font-size: 1.15em;*/
  padding: 4px 0;
  /*color:@white;
	border-bottom: 5px solid;*/
  border-color: #4b89ce;
}
.news a.news {
  /*background: @professionalsBlue;*/
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  /*font-size: 1.15em;*/
  padding: 4px 0;
  /*color:@white;
	border-bottom: 5px solid;*/
  border-color: #4b89ce;
}
.about a.about {
  /*background: @professionalsBlue;*/
  /* @aboutYellow;*/
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  /*font-size: 1.15em;*/
  padding: 4px 0;
  /*color:@white;
	border-bottom: 5px solid;*/
  border-color: #f4cf51;
}
nav.left {
  width: 227px;
  margin: 0 18px 0 0;
  padding: 0;
  float: left;
  font-size: .95em;
}
nav.left ul,
nav.left li {
  padding: 0;
}
nav.left a {
  display: block;
  border-bottom: 1px solid white;
}
nav.left li {
  background: none;
}
nav.left .dropdown {
  background: url(/images/left-nav-arrow.png) 95% 16px no-repeat;
}
nav.left .dropdown > a {
  padding-right: 24px;
}
nav.left > ul > li > a {
  padding: 16px 30px;
  background: #c6d8ec;
  color: #585859;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.15em;
}
nav.left > ul > li > ul {
  margin-left: 17px;
}
nav.left > ul > li > ul a {
  padding: 10px 13px;
  color: #585859;
}
nav.left > ul > li > ul .active > a {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}
nav.left > ul > li > ul > li > ul > li > a {
  background: url(/images/left-nav-li-bg.png) 13px 15px no-repeat;
  padding-left: 24px;
}
nav.left > ul > li > ul > li > ul > li > ul > li > a {
  background: url(/images/left-nav-li-bg.png) 23px 15px no-repeat;
  padding-left: 34px;
}
nav.left > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  background: url(/images/left-nav-li-bg.png) 33px 15px no-repeat;
  padding-left: 44px;
}
.about nav.left > ul > li > a {
  background-color: #fcf1ca;
}
.news nav.left > ul > li > a {
  background-color: #e8f3d4;
}
.patients nav.left > ul > li > a {
  background-color: #dcf0e3;
}
.breadcrumbs {
  padding: 7px 0 12px 0;
}
.breadcrumbs li {
  list-style: none;
  background: none;
  float: left;
  border-left: 1px solid #0069ab;
  height: 15px;
  line-height: 15px;
  font-size: 0.9em;
  padding: 0 8px 0 7px;
}
.breadcrumbs li:first-child {
  border: none;
  padding-left: 0;
}
.breadcrumbs li.current a {
  color: #585859;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}
.content-wrap {
  border-top: 10px solid;
  padding: 0 0 23px 0;
}
.content-wrap .wide .search-results {
  width: 670px;
}
.content-wrap .content.wide {
  width: 714px;
}
.search-results {
  float: left;
  /*margin-left: 18px;*/
  background: white;
  width: 100%;
}
.search-wrap {
  padding: 24px 30px;
}
.search-wrap .query {
  font-size: 1.5em;
  /*margin-bottom: 1.8em;*/

}
.search-wrap .refine {
  margin: 2.2em 0 1.8em 0;
}
.search-wrap .results-per-page {
  float: left;
  display: none;
  /*because the client doesn't want the form*/

}
.search-wrap .pagination {
  height: 24px;
  float: right;
}
.search-wrap .pagination p,
.search-wrap .pagination a,
.search-wrap .pagination ul,
.search-wrap .pagination li {
  display: inline-block;
}
.search-wrap .pagination ul {
  padding: 0;
}
.search-wrap .pagination > a {
  text-indent: -9999px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
}
.search-wrap .pagination > a.previous {
  background: url(/images/previous.png) center center no-repeat;
}
.search-wrap .pagination > a.next {
  background: url(/images/next.png) center center no-repeat;
}
.search-wrap .pagination li {
  background: none;
  padding: 0;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
}
.search-wrap .pagination li.active {
  background: #585859;
  color: white;
}
.search-wrap .pagination li.active a {
  color: white;
}
.search-wrap .pagination li.active a:hover {
  background: #585859;
}
.search-wrap .pagination li a {
  display: block;
}
.search-wrap .pagination li a:hover {
  background: #f5f5f6;
}
.search-wrap .result li {
  background: none;
  padding: 12px;
}
.search-wrap .result li.odd {
  background: #eff0f3;
}
.search-wrap .result li p.title {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
  font-size: 1.25em;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}
.search-wrap .result li p.title a {
  color: #585859;
}
.search-wrap .result li p {
  font-family: Verdana, Arial, sans-serif;
  padding: 0 0 2em 0;
}
.search-wrap .result li a {
  padding: 0.6em 0 0.2em 0;
}
.search-wrap .result img {
  margin-right: 12px;
  margin-bottom: 12px;
}
.content-wrap .content {
  float: left;
  width: 546px;
  /*was 560px*/
  background: white;
}
.content-wrap.wide .content.wide {
  float: left;
  width: 690px;
}
.title {
  border-bottom: 2px solid;
  position: relative;
  padding: 18px 19px 13px 19px;
}
.title ul.page-actions {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
}
.title li {
  float: left;
  background: none;
  width: 25px;
  height: 25px;
  padding: 0;
  background: none!important;
}
.title li a {
  text-indent: -999em;
  color: red;
  width: 25px;
  height: 25px;
  display: block;
}
.title li.email {
  margin-right: 10px;
}
.title li.email a {
  background: url(/images/email.png) center center no-repeat;
}
.title li.print a {
  background: url(/images/print.png) center center no-repeat;
}
.content {
  font-size: .95em;
}
.content .text-wrap {
  padding: 10px 20px 16px;
}
.content img.right {
  margin: 0 -20px 8px 20px;
}
.content p {
  margin-bottom: 1em;
}
.content h3 {
  margin: 1.4em 0 .7em;
}
.content h4 {
  margin: 1.4em 0 .7em;
  font-weight: 100;
  font-size: 1.3em;
}
.content h5 {
  margin: 1.4em 0 .7em;
  font-weight: 100;
  font-size: 1.1em;
}
.content h6 {
  margin: 1.4em 0 .7em;
  font-size: 1.3em;
}
.content table {
  font-size: 0.85em;
}
.content thead {
  background: #585859;
  color: white;
  border: 1px solid #585859;
}
.content thead th {
  text-align: left;
}
.content .even {
  background: #eff0f3;
}
.content td,
.content th {
  padding: 8px 20px;
}
.content td {
  border-left: 1px solid #cccccc;
}
.content td:first-child {
  border-left: none;
}
.content tbody {
  border: 1px solid #cccccc;
  border-top: 0;
}
.content form .error {
  color: red;
  padding: 0 0 0 0.7em;
}
.content .form-row label,
.content .contourField label,
.content .form-row input,
.content .contourField input,
.content .form-row p,
.content .contourField p,
.content .form-row div,
.content .contourField div {
  display: inline-block;
}
.content .contourNavigation input[type="submit"] {
  float: none;
}
.content .contourField label {
  width: 150px;
}
.content .textarea div {
  display: block;
}
.content .contourError {
  color: red;
}
.content textarea {
  width: 100%;
  min-height: 130px;
  background: #e6e7e8;
  border: none;
}
.content label {
  margin: 0 0 1em 0;
  display: block;
}
.content label span {
  color: red;
  font-size: 1.2em;
  padding: 0 0.8em 0 0.2em;
}
.content label input {
  margin-left: 20px;
}
.content input {
  background: #e6e7e8;
  border: none;
}
.content input[type="submit"] {
  background: #585859;
  color: white;
  border: none;
  padding: 8px 16px;
  float: right;
  margin-top: 15px;
}
.content .styledCheckbox,
.content .styledRadio {
  padding: 5px;
  background-position: center center;
}
.content ul.links {
  padding-top: 18px;
}
.content ul.links li {
  list-style: none;
  background: url(/images/li-arrow.png) 0 6px no-repeat;
  padding-left: 15px;
}
.content ul.links li a {
  color: #0069ab;
  text-decoration: none;
}
.content ul.links li a:hover {
  text-decoration: underline;
}
.content ul {
  margin: 0 0 0.9em;
}
.content ul li {
  background: url(/images/left-nav-li-bg.png) 0 6px no-repeat;
}
.content ol {
  margin: 0.9em 0;
}
.content ol li {
  list-style: decimal inside;
}
.content blockquote {
  background: url(/images/blockquote.png) 0 0 no-repeat;
  position: relative;
  padding: 0 38px 0 45px;
  margin: 2em 0;
  font-family: Verdana, Arial, sans-serif;
}
.content blockquote span {
  background: url(/images/blockquote-end.png) 0 0 no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.download {
  padding: 1em 0 5em 0;
}
.download p {
  margin: 1em 0;
}
.download a {
  display: inline-block;
  padding: 10px 30px;
  background: #585859;
  color: white;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
}
.download span {
  display: inline-block;
  margin: 0 0 0 12px;
  font-family: Verdana, Arial, sans-serif;
}
.sidebar {
  float: left;
  width: 130px;
  padding: 17px 19px;
  font-size: .95em;
  background: #f5f5f6;
}
.sidebar p {
  font-size: 1.3em;
}
.sidebar li {
  padding-top: 12px;
  background-position: 0 17px;
}
.container {
  width: 960px;
  margin: 0 auto;
  /*was 994px*/

}
.wrapper {
  margin: 0 auto;
  width: 960px;
}
.carousel-wrap {
  margin: 0 auto;
  width: 946px;
  height: 390px;
  background-color: white;
  padding: 6px;
  position: relative;
}
.carousel-wrap .slide-wrap {
  position: relative;
}
.carousel-wrap .slide-text {
  width: 759px;
  min-height: 120px;
  position: absolute;
  bottom: 21px;
  left: -6px;
  padding: 20px 160px 20px 40px;
  background: url(/images/carousel-text-bg.png);
  color: white;
  border-bottom: 6px solid white;
}
.carousel-wrap .slide-text h2 {
  font-weight: 100;
  text-transform: uppercase;
}
.carousel-wrap .slide-text p {
  font-weight: 100;
  font-size: 18px;
  margin-top: 7px;
}
.carousel-wrap .slide-text p a {
  color: white;
}
.carousel-wrap .slide-text p a:hover {
  text-decoration: underline;
}
.carousel-wrap .slide-text p a img {
  padding-left: 9px;
}
.camera_pag {
  position: absolute;
  bottom: 36px;
  right: 5px;
  z-index: 900;
}
.camera_pag ul li {
  background: #32c0cf;
  cursor: pointer;
  height: 13px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 13px;
}
.camera_pag ul li span {
  display: none;
}
.camera_pag ul li.cameracurrent {
  background: white;
}
.camera_commands {
  position: absolute;
  bottom: 120px;
  right: 10px;
  height: 54px;
  width: 54px;
  background: #32c0cf;
  cursor: pointer;
  z-index: 100;
}
.camera_commands .camera_play,
.camera_commands .camera_stop {
  display: block;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
  cursor: pointer;
}
.camera_commands .camera_stop {
  background: url(/images/carousel-pause-button.png) 50% 50% no-repeat;
}
.camera_commands .camera_play {
  background: url(/images/carousel-play-button.png) 55% 50% no-repeat;
}
.camera_target_content {
  overflow: visible;
}
.block-wrap-3 {
  margin: 0 auto;
  width: 960px;
  padding: 23px 0;
}
.block-wrap-3 .block {
  float: left;
  width: 300px;
  min-height: 318px;
  margin-left: 30px;
}
.block-wrap-3 .block:first-child {
  margin-left: 0;
}
.block-wrap-3 .block .more-link {
  background-color: #333333;
  color: white;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 5px 30px;
  margin-top: 18px;
}
.block-wrap-3 .block .more-link:hover {
  text-decoration: underline;
}
.block-wrap-3 .block .text-wrap {
  padding: 0 23px 18px 23px;
  color: #585859;
}
.block-wrap-3 .block .text-wrap p {
  padding-top: 18px;
}
.block-wrap-3 .block .text-wrap .events li {
  background: none;
  padding: 10px 0;
  border-bottom: 1px dotted #585859;
}
.block-wrap-3 .block .text-wrap .events li:first-child {
  padding-top: 0;
}
.block-wrap-3 .block .text-wrap .events li span {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}
.block-wrap-3 .block .intro p {
  padding-top: 0;
  padding-bottom: 18px;
}
.block-wrap-2 {
  margin: 0 auto;
  width: 960px;
  padding: 23px 0;
}
.block-wrap-2 .block {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.block-wrap-2 .block:first-child {
  margin-left: 0;
}
.block-wrap-2 .block img {
  float: left;
  margin: 0 22px 0 0;
}
.block-wrap-2 .block .text-wrap {
  padding: 22px 22px 48px 22px;
  min-height: 71px;
}
.block {
  background-color: white;
  position: relative;
}
.block h3 {
  padding: 10px 0 4px 0;
}
.block h3 a {
  padding: 14px 24px;
  background: white;
  display: block;
  color: #585859;
}
.find-out-more {
  padding-right: 20px;
  background: url(/images/find-out-more-arrow.png) 100% 50% no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.landing {
  margin: 0 auto;
  width: 960px;
}
.landing .image {
  float: left;
  width: 490px;
  overflow: hidden;
}
.landing .image img {
  max-width: 100%;
}
.landing .text {
  width: 470px;
  float: left;
}
.landing .text p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.landing .text .intro {
  padding: 26px 28px;
  background: white;
}
.landing .text .links {
  background: #f5f5f6;
  padding: 18px 28px;
}
footer {
  margin: 0 auto;
  width: 900px;
  padding: 30px;
  /*background: url(/images/footer-tagline.png) 30px 30px no-repeat @white;*/
  background: white;
  clear: both;
}
footer .social {
  text-align: right;
}
.footer-links {
  padding: 22px 0;
  border-bottom: 1px dotted #585859;
  /*text-align: right;*/

}
.footer-links ul {
  float: right;
}
.footer-links li {
  background: none;
  /*display: inline-block;*/
  float: left;
  padding: 0 6px 0 7px;
  border-left: 1px solid #0069ab;
}
.footer-links li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-links li a {
  color: #0069ab;
  text-decoration: none;
  font-size: 0.9em;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.copyright {
  padding-top: 15px;
  color: #585859;
  float: left;
}
.precedent {
  padding-top: 15px;
  color: #cccccc;
  font-size: .8em;
  float: right;
}
.precedent a {
  color: #cccccc;
  text-decoration: none;
}
.precedent a:hover {
  text-decoration: underline;
}
/*****************
	PAGE COLORS
******************/

.search .content-wrap {
  border-top-color: #32c0cf;
}
.search .content-wrap .title {
  border-bottom-color: #32c0cf;
}
.home .block h3 {
  background: #32c0cf;
}
.professionals h1 {
  background: #c6d8ec;
  border-color: #4b89ce;
  color: #585859;
}
.professionals .block h3 {
  background: #4b89ce;
}
.professionals .content-wrap {
  border-top-color: #4b89ce;
}
.professionals .content .title {
  border-bottom-color: #4b89ce;
}
.professionals nav.left > ul > li > ul > li.active > a {
  background: #c6d8ec;
  color: #585859;
}
.professionals nav.left > ul > li > ul > li.active.dropdown > a {
  background: url(/images/left-nav-active-arrow.png) 95% 16px no-repeat #c6d8ec;
  /*@professionalsBlue;*/
  color: #585859;
}
.professionals nav.left > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 13px 15px no-repeat #c6d8ec;
  /*@professionalsBlue;*/
  color: #585859;
}
.professionals nav.left > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #c6d8ec;
  /*@professionalsBlue;*/
  color: #585859;
}
.professionals nav.left > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #c6d8ec;
  /*@professionalsBlue;*/
  color: #585859;
}
.patients h1 {
  background: #dcf0e3;
  border-color: #8ccda3;
  color: #585859;
}
.patients .block h3 {
  background: #8ccda3;
}
.patients .content-wrap {
  border-top-color: #8ccda3;
}
.patients .content .title {
  border-bottom-color: #8ccda3;
}
.patients nav.left > ul > li > ul > li.active > a {
  background: #417dc0;
  color: white;
}
.patients nav.left > ul > li > ul > li.active.dropdown > a {
  background: url(/images/left-nav-active-arrow.png) 95% 16px no-repeat #dcf0e3;
  /*@professionalsBlue;*/
  color: #585859;
}
.patients nav.left > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 13px 15px no-repeat #dcf0e3;
  /*@professionalsBlue;*/
  color: #585859;
}
.patients nav.left > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #dcf0e3;
  /*@professionalsBlue;*/
  color: #585859;
}
.patients nav.left > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #dcf0e3;
  /*@professionalsBlue;*/
  color: #585859;
}
.news h1 {
  background: #e8f3d4;
  border-color: #b4d670;
  color: #585859;
}
.news .block h3 {
  background: #b4d670;
}
.news .content-wrap {
  border-top-color: #b4d670;
}
.news .content .title {
  border-bottom-color: #b4d670;
}
.news nav.left > ul > li > ul > li.active > a {
  background: #e8f3d4;
  color: #585859;
}
.news nav.left > ul > li > ul > li.active.dropdown > a {
  background: url(/images/left-nav-active-arrow.png) 95% 16px no-repeat #e8f3d4;
  /*@professionalsBlue;*/
  color: #585859;
}
.news nav.left > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 13px 15px no-repeat #e8f3d4;
  /*@professionalsBlue;*/
  color: #585859;
}
.news nav.left > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #e8f3d4;
  /*@professionalsBlue;*/
  color: #585859;
}
.about h1 {
  background: #fcf1ca;
  /* @aboutYellow;*/
  border-color: #f4cf51;
  /*color: @white;*/

}
.about .block h3 {
  background: #f4cf51;
}
.about .content-wrap {
  border-top-color: #f4cf51;
}
.about .content .title {
  border-bottom-color: #f4cf51;
}
.about nav.left > ul > li > ul > li.active > a {
  background: #fcf1ca;
  /* @aboutYellow;*/
  color: #585859;
}
.about nav.left > ul > li > ul > li.active.dropdown > a {
  background: url(/images/left-nav-active-arrow.png) 95% 16px no-repeat #fcf1ca;
  /* @aboutYellow;*/
  color: #585859;
}
.about nav.left > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 13px 15px no-repeat #fcf1ca;
  /* @aboutYellow;*/
  color: #585859;
}
.about nav.left > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #fcf1ca;
  /* @aboutYellow;*/
  color: #585859;
}
.about nav.left > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
  background: url(/images/left-nav-li-active-bg.png) 23px 15px no-repeat #fcf1ca;
  /* @aboutYellow;*/
  color: #585859;
}
/*These should really be withing a .header class, but one doesn't exist*/

.right ul {
  padding-top: 0;
}
.right ul li {
  background: none;
  display: inline;
}
/*For month and year folders*/

#uBlogsy_post_archive .uBlogsy_months {
  display: none;
}
/*------------------------------------------------------------------------------*\
																Media queries
\*------------------------------------------------------------------------------*/

@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */
}
/*      ........................................................................
		Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
		link: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/
		
		Stop iOS and WinMobile from mobile-optimize the text:
		link: http://j.mp/textsizeadjust
				html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
		........................................................................*/

@media screen and (max-device-width: 480px) {
  
}
/*Styles to accommodate design changes 21/09/12*/

/*Added here to allow for further changes or reverting easily*/

nav.top ul li a.home:hover {
  text-decoration: none;
  background-color: #c1ecf1;
  color: #585859;
}
nav.top ul li a.professionals:hover {
  text-decoration: none;
  background-color: #c6d8ec;
  color: #585859;
}
nav.top ul li a.patients:hover {
  text-decoration: none;
  background-color: #dcf0e3;
  color: #585859;
}
nav.top ul li a.news:hover {
  text-decoration: none;
  background-color: #e8f3d4;
  color: #585859;
}
nav.top ul li a.about:hover {
  text-decoration: none;
  background-color: #fcf1ca;
  color: #585859;
}
.block h3 {
  padding-top: 4px;
  padding-bottom: 0px;
}
.content .result p {
  margin-bottom: 0;
}
/*----------------------------------------------------------------------------------------------*\
																				Print styles
																				
		Inlined to avoid required HTTP connection - link: http://www.phpied.com/delay-loading-your-print-css/ 
\*----------------------------------------------------------------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #444444 !important;
    text-shadow: none;
  }
  a,
  a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  /* Don't show links for images */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
