@font-face {
    font-family: 'ArvoRegular';
    src: url('Arvo/Arvo-Bold-webfont.eot');
    src: url('Arvo/Arvo-Bold-webfont.eot?#iefix') format('eot'),
         url('Arvo/Arvo-Bold-webfont.woff') format('woff'),
         url('Arvo/Arvo-Bold-webfont.ttf') format('truetype'),
         url('Arvo/Arvo-Bold-webfont.svg#webfontxi5Flt4Z') format('svg');
    font-weight: normal;
    font-style: normal;

}

.shadow {
  -moz-box-shadow: 0px 0px 12px #aaa;
  -webkit-box-shadow: 0px 0px 12px #aaa;
  box-shadow: 0px 0px 12px #aaa;
}

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, 
article, aside, dialog, figure, footer, header, header-pract,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog,
footer, header, header-pract, hgroup, menu, nav, section {
    display:block;
}

body {
  line-height: 1.5;
  background: white;
}




/*table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}*/

blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

:focus { outline: 0; }

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: Verdana, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; color: #00a4e4; font-weight: bold; }
h2 { font-size: 1.6em; margin-bottom: 0.2em; color: #00a4e4; font-weight: bold; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; color: #00549f; display: inline;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
/*
  These can be used to pull an image at the start of a paragraph, so
  that the text flows around it (usage: <p><img class="left">Text</p>)
 */
.left        { float: left !important; }
p .left      { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right       { float: right !important; }
p .right     { margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #09f; }
a           { color: #06c; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn  { font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

#header li ul,
#header li ol       { margin: 0; }
#header ul, #header  ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

#header ul          { list-style-type: none; }
#header ol          { list-style-type: decimal; }

#header dl          { margin: 0 0 1.5em 0; }
#header dl dt       { font-weight: bold; }
#header dd          { margin-left: 1.5em;}


 #sidebar li ul,
 #sidebar li ol       { margin: 0; }
  #sidebar ul,  #sidebar  ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

  #sidebar ul          { list-style-type: none; }
  #sidebar ol          { list-style-type: decimal; }

  #sidebar dl          { margin: 0 0 1.5em 0; }
 #sidebar dl dt       { font-weight: bold; }
  #sidebar dd          { margin-left: 1.5em;}
 

  li ul,
li ol       { margin: 0; }
 ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3em; }

 ul          { list-style-type: disc; }
 ol          { list-style-type: decimal; }

 dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
 dd          { margin-left: 1.5em;}  

/* Tables
-------------------------------------------------------------- */

/*
  Because of the need for padding on TH and TD, the vertical rhythm
  on table cells has to be 27px, instead of the standard 18px or 36px
  of other elements.
 */
/*
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }*/
/*
  You can zebra-stripe your tables in outdated browsers by adding
  the class "even" to every other table row.
 */
/*tfoot       { font-style: italic; }
caption     { background: #eee; }
*/


body {
    
    background-image: url(/images/background.png);
    height: 100%;
     font-family: Verdana, sans-serif;
    
}

.mainbox {
    background-image: url(/images/container-bg.png);
    position:relative;
    width: 1121px;
    margin: 0 auto;
    min-height: 100%;
}

.container {
    position:relative;
    width: 1024px;
    margin-left: 48px;
    margin-right: 48px;
    
}

.searchform {
    
    width: 299px;
    position: absolute;
    right: 48px;
    top: 8px;
    height: 100px;
    
}

.searchform-pract {
    
    width: 299px;
    position: absolute;
    right: 48px;
    top: 8px;
    height: 100px;
    
}

.searchform ul {
    
    list-style: none;
    color: #808285;
    font-size: 12px;
    float: right;
    clear:both;
}

.searchform-pract ul {
    
    list-style: none;
    color: #808285;
    font-size: 12px;
    float: right;
    clear:both;
}

.searchform a {
    
    color: #808285;
    text-decoration: none;
    
}

.searchform-pract a {
    
    color: white;
    text-decoration: none;
    
}

.searchform li {
    
    margin-left: 0px;
    margin-right: 0px;
    padding-left:6px;
    padding-right:6px;
    float: left;
    border-right: 1px solid #808285;
    
}

.searchform-pract li {
    
    margin-left: 0px;
    margin-right: 0px;
    padding-left:6px;
    padding-right:6px;
    float: left;
    border-right: 1px solid #808285;
    
}

.searchform li:last-child {
    
     border-right: none;
    
}

.searchform-pract li:last-child {
    
     border-right: none;
    
}

#searchbox {
    
    width: 165px;
    height: 27px;
    border:0;
    background-image: url(/images/searchbar.png);
    margin: 0;
    float:left;
    padding-left: 24px;
    color: #808285;
    
}

#searchsubmit, .buttonSearchGo {
    
    float:left;
    
}


.clearfix {clear: both;}

#header {
    
    height:170px;
    position:relative;
    z-index:100;
       
}

#header-pract {
    
    height:170px;
    position:relative;
    background-color: #bcbec0;
    
}


#header .nav {
    
        display: block;
        width: 1025px;
        background-color: #00549f;
        height: 39px;
        position: absolute;
        bottom:0px;
        list-style: none;
        color: white;
        font-size: 13px;
        font-weight: bold;
}

#header-pract .nav {
    
        display: block;
        width: 1025px;
        background-color: #00549f;
        height: 39px;
        position: absolute;
        bottom:0px;
        list-style: none;
        color: white;
        font-size: 13px;
        font-weight: bold;
}

.nav a {
    
    color: white;
    text-decoration: none;
    
    padding: 6px;
    padding-top:12px;
    padding-bottom: 12px;
  height: 15px;
  display: block;
  float:left;
}

.nav a.footer {
    color: #808285 !important;
    font-size: 9px !important;
    padding: 0px !important;
    padding-top:0px !important;
    padding-bottom: 0px !important;
    height: auto !important;
}

.nav a:hover {
    
    color: #00a4e4;
    
}

.navLinkUnderline
{
    
    background-color: #00a4e4;
    }



.nav a.navLinkUnderline:hover
{
  
    color: white;
    
    background-color: #00a4e4;
    }

#header .nav li {
    
    float:left;
    width: auto;
    margin:auto;
    padding-left: 4px;
    padding-right: 4px;
}

#header-pract .nav li {
    
    float:left;
    width: auto;
    margin:auto;
    padding-left: 4px;
    padding-right: 4px;
}



.logo {
    
    position: absolute;
    top: 30px;
   left: 36px;
    
}


.praclogo {
    
    position: absolute;
    top: 40px;
   left: 210px;
    
}


#content {
    
    min-height: 450px;
    position: relative;
    background-image: url(/images/sidebar-bg.png);
    background-repeat: repeat-y;
    
}

#sidebar {
    
    padding:12px;
    padding-right: 0px;
    width: 188px;
    display: block;
    margin-right: 48px;
    float:left;

}

#sidebar
{
    
    line-height: 2em;
    }

#sidebar ul
{
    list-style: none;
    
    }

#sidebar ul li
{
    line-height:12px;
    padding-top:8px;
    }

#sidebar .subNavTitle
{
        font-size: 14px;
    font-weight: bold;
    color: #00549f;
    
    text-decoration: none;
    margin: 0;
    padding: 0;
       }


#sidebar li
{
   
    
    }

#sidebar ul a
{
    
    font-size: 12px;
    font-weight: bold;
    color: #00a4e4;
    text-decoration: none;
    
    }

#sidebar div.linksTertiary ul a
{
    color: #9a9a9a;
    
    }

#main {
    
    width: 750px;
    float:left;
    margin-top: 18px;
    
}


#feature-box {
    
    width: 750px;
    height: 293px;
    background-color: #00549f;
    display:block;
    position: relative;
    clear:both;
    margin-bottom: 18px;
    overflow:hidden;
}

#feature-box #slider {
    
    margin:0;
    padding:0;
    list-style: none;
    width: 9999px;
    
}



.feature-img {
    
    width: 334px;
    height: 293px;
    float:left;
    
}



.feature-content {
    padding: 30px;
    padding-top: 24px;
    width: 360px;
    height: 221px;
    float:left;
    color: white;
}

.feature-content a {
    
    color:#00a4e4;
    font-weight: bold;
    text-decoration: none;
    
}

.feature-content .pad {
    
    margin-right: 25px;
    
}

.feature-content hr {
    
    border: none;
    background-color: white;
    height: 2px;
    
}


#main .col {
    
    width: 500px;
    float:left;
    margin-right: 20px;
}

#main .col2 {
    
    width: 220px;
    float:left;
    
    
}

#main .last {
    
    margin-right: 0;
    
}

#main h3 {
    
  
    padding-top:6px;
    padding-left: 16px;
    height: 22px;
    background-color: #00a4e4;
    color: white;
    font-size: 16px;
    font-family: ArvoRegular, Arial, sans-serif;
      -moz-box-shadow: 0px 0px 12px #aaa;
  -webkit-box-shadow: 0px 0px 12px #aaa;
  box-shadow: 0px 0px 12px #aaa;
}

#main H3.Calender {
    
  
    padding-top:6px;
    padding-left: 16px;
    height: 22px;
    background-color: #00549F;
    color: white;
    font-size: 16px;
    font-family: ArvoRegular, Arial, sans-serif;
      -moz-box-shadow: 0px 0px 12px #aaa;
  -webkit-box-shadow: 0px 0px 12px #aaa;
  box-shadow: 0px 0px 12px #aaa;
}

#latest-news-home div 
{
    background-color: #dddddd;
    padding: 10px;
    margin-bottom: 16px;
    }
    
#latest-news-home div h4
{
   color: #2B537A;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    
    
    }    
    


#faq {
    
    width: 718px;
    height: 110px;
    padding: 16px;
    float: right;
    background-color: #00a4e4;
    margin-right: 30px;
    
}

.faq-img { float:left; margin-right: 15px;}

.faq-questions {
   margin:0;
       padding:0;
    
    list-style: none;
    width: 640px;
}

.faq-questions li {
    
    color: white;
    
    padding-right: 36px;
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 12px;
}

.faq-questions a{
    
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#social {
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #808285;
    position: absolute;
    bottom: 32px;
    left: 32px;
}

#social a {
    
    display: none;
    background-image: url(/images/social-media.png);
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    float:left;
    margin-top: 12px;
    margin-right: 16px;
    
}

#social .facebook {
background-position:left top;
}

#social .twitter {
background-position:right top;
}


#footer {
    clear:both;
    width: 1051px;
    margin-top: 24px;
    margin-left: 35px;
    margin-right: 35px;
    height: 50px;
    background-image: url(/images/footer.png);
    position: absolute;
    background-repeat: no-repeat;
    bottom:-16px;
    left:-1px;
    display: block;
    color: #808285;
    font-size: 9px;
    
}

#footer ul {
    
    margin-top: 26px;
    margin-left: 28px;
    list-style: none;
    
}

#footer li {
    
    float:left;
    margin-left: 5px;
    margin-right: 5px;
}

#footer .address {
    
    float:left;
    
}

#footer .nav {
    
    width: 250px;
    float: right;
    
}

.practice {
    float: right;
    color: white;
    font-size: 13px;
    font-weight: bold;
    width: 256px;
    height: 25px;
    background-image: url(/images/practitioners.png);
    position: absolute;
    bottom: 0px;
    right: 10px;
    text-align: center;
    padding-top: 32px;
}

.practice a{

  height: auto;
  width: auto;
  padding: 0;
  margins: 0;
  float: none;
  clear:none;

}

.practice-note {
    display:none;
    clear:both;
    background-image: url(/images/asterix.png);
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    width: 120px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sideicon-button
{
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.sideicon-left
{
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.sideicon-middle
{
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.sideicon-right
{
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.sideicon-top-left
{
    float: left;
    margin: 3px 12px;
    padding: 0;
    display: block;
}

.sideicon-top-right
{
    float: left;
    margin: 3px 5px;
    padding: 0;
    display: block;
}

.sideicon-bottom-left
{
    float: left;
    margin: 7px 12px;
    padding: 0;
    display: block;
}

.sideicon-bottom-right
{
    float: left;
    margin: 7px 5px;
    padding: 0;
    display: block;
}

.nav ul {
    
    list-style: none;
    margin: 0;
    padding:0;
    
}

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.ie-shadow {
    display: none; /* don't show in non-ie browsers */
}

#dropdownNavigationSub { background-color: #00a4e4; }
#dropdownNavigation ul { top: 29px; }
#dropdownNavigation ul li { float:none;
                            display: block;
                            }
#dropdownNavigation ul li a { background-color: #00a4e4;; }

/**********tertiary position********/
#dropdownNavigation ul ul { top: 0; }
#dropdownNavigation ul ul { left: 140px; }
/**********tertiary position********/

/*******secondary menu styles********/
#dropdownNavigation ul a { background-color: #00a4e4; !important; }
#dropdownNavigation ul a.hover { background-color: #00a4e4; !important; }
#dropdownNavigation ul a
{
border-bottom: 1px solid white;
/*
border-right: none; opacity: 0.9;
filter:
alpha(opacity=90);
background-color: #175EA9;*/
background-color: #00a4e4;
text-align:left;
vertical-align:middle;
font-size:10px;
font-family:Arial;
font-weight:normal;
}


/*home page feature*/
 h4 a { color: #00549f; text-decoration:none;}

.calendarTitle td
{
    text-align: center;
    font-family: ArvoRegular,Arial,sans-serif;
    color: #00A4E4;
   
}
.calendarDay, .calendarDayHeader
{
     padding: 0px 0px 0px 0px;
     
}

.calendar td
{
    padding: 0px 0px 0px 0px;
} 

.calTooltip 
{
    
    background-image: url('../images/asterix-small.png');
    background-repeat: no-repeat;
    background-position: center center;
    
    }

.even { background-color: #dddddd !important; }

.odd  { background-color: #BFE2F8 !important; }
 
#messagebox 
{
    padding:6px;
    background-color:#BFE2F8;
    border: 1px #33a7e7 solid;
    margin-bottom: 16px;
}
  
  
#messagebox .closebox 
{
    
    float:right;
    display:inline;
    position: absolute;
    top: 23px;
  right: 37px;
    }  
    
    
    table {
  border-collapse: separate;
  border-spacing: 0;
}

#messagebox2 
{
    padding:6px;
    background-color:#BFE2F8;
    border: 1px #33a7e7 solid;
    margin-bottom: 16px;
}
  
  
#messagebox2 .closebox 
{
    
    float:right;
      position: absolute;
  top: 23px;
  right: 37px;
    }  
    
    
    table {
  border-collapse: separate;
  border-spacing: 0;
}

/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: top;
}

.imageText {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 10px;
}

img.shadow 
{
    
    -webkit-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.31);
-moz-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.31);
box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.31);
    
    }

.bluebox
{
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    float: right;
    width: 200px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
