img {
    border-style: none;
}

body {
    background: #EEE url("/images/body_background.jpg") scroll repeat-x top left;
    color: #323B44;
    font: 16px/24px Verdana, Helvetica, Geneva, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body.fh-printable-site {
    background-color: #FFF;
    background-image: none;
    color: #000;
}

body.fh-printable-site .pageContent {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 96%;
}

@media print {
        body.fh-printable-site .pageContent {
            margin: 0.25in;
            width: auto;
            font-size: 11pt;
            line-height: 13pt;
            font-family: Georgia, serif;
        }

        body.fh-printable-site .pageContent h1.pagetitle,
        body.fh-printable-site .pageContent h2.feature14 {
            color: #000;
        }
}

body img {
    border-style: none;
}

#fh-page {
    background: #FFF;
    box-shadow: 0 0 20px #000;
}

#fh-content .pageContent {
    padding: 20px 30px;
}

#fh-home-page .pageContent {
    line-height: 2em;
}

#fh-home-page #fh-content .pageContent {
    padding: 10px 30px 20px;
}

.fh-service-body {
    padding: 0 30px;
    margin: 0;
    clear: both;
}

.fh-service-body .service-section {
    margin-left: 32px;
    width: 275px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    color: #000;
}

.fh-service-body .service-title {
    color: #2C5F96;
    font-size: 16px;
    font-weight: bold;
}

.fh-service-buttons .service-section {
    padding-top: 20px;
    text-align: center;
}

.fh-service-body .fh-first {
    margin-left: 0;
}

.fh-bio-body {
    padding: 20px 30px;
    color: #FFF;
    display: table;
}

.fh-bio-body .bio-photo,
.fh-bio-body .pageContent {
    display: table-cell;
    vertical-align: top;
}

.fh-bio-body .bio-photo img {
    border: 1px solid #FFF;
    box-shadow: 5px 5px 10px #222;
}

.fh-bio-body .pageContent {
    padding-left: 30px;
}

.fh-bio-body .pageContent .generic-banner-link img {
    margin-left: 20px;
    margin-top: 6px;
    box-shadow: 3px 3px 10px #222;
}

#fh-footer {
    background: #2B6096;
    min-height: 212px;
    margin-top: 30px;
}

.fh-bio-page #fh-footer {
    display: none;
}

.fh-full-width,
.fh-fixed-width {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    min-width: 950px;
}

.fh-fixed-width {
    width: 950px;
}

.fh-full-width {
    width: 100%;
}

#fh-home-page .fh-content-only,
#fh-content-page .fh-home-only {
    display: none;
}

/**** Navigation Menu ****/

#fh-nav {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2B6096;
}

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

#fh-nav li.submenu-top-item {
    display: inline;
}

#fh-nav a:link,
#fh-nav a:visited,
#fh-nav a:hover,
#fh-nav a:visited {
    color: #FFF;
    text-decoration: none;
}

#fh-nav a:hover {
    color: #FD0;
}

#fh-nav .sub-navigation-menu-box {
    display: none;
    position: absolute;
    z-index: auto;
    line-height: 100%;
    min-width: 120px;
    padding: 10px 0;
    text-align: left;
    border: 1px solid black;
    background: #2B6096; 
}

#fh-nav .sub-navigation-menu-box-shiv {
    background: transparent;
}

#fh-nav .sub-navigation-menu-box li a:link,
#fh-nav .sub-navigation-menu-box li a:visited,
#fh-nav .sub-navigation-menu-box li a:hover,
#fh-nav .sub-navigation-menu-box li a:active {
    display: block;
    color: #FFF;
    padding: 10px 20px;
    border-top: 1px solid #2B6096; 
    border-bottom: 1px solid #2B6096; 
}

#fh-nav .sub-navigation-menu-box li a:hover {
    background: #C1C2C7;
    border-top-color: #000;
    border-bottom-color: #000;
    color: #000;
}

#fh-nav li.submenu-top-item .menu-link-text a {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #FFF;
}

#fh-nav li.submenu-top-item-first .menu-link-text a {
    padding-left: 0;
    border-left-style: none;
}

#fh-nav li.submenu-top-item-last .menu-link-text a {
    padding-right: 0;
}

#fh-tools {
    height: 40px;
    background: #2F9ACE url("/images/toolbar_background.png") scroll repeat top left;
}

#fh-search {
    width: 180px;
    padding-left: 30px;
    height: 40px;
    float: left;
    position: relative;
}

/* Default background */
#fh-search {
    background: url("/images/search_box_with_background.png") scroll no-repeat top right;
}

/* IE > 6, and other browsers */
html>body #fh-search {
    background: url("/images/search_box.png") scroll no-repeat top right;
}

#fh-search form {
    display: inline;
}

#fh-search input#q {
    position: absolute;
    top: 12px;
    right: 6px;
    height: 14px;
    font-size: 11px;
    border-style: none;
    background-color: transparent;
}

#fh-search input#q:focus {
    outline-style: none;
    border-style: none;
}

#fh-toolbar-image {
    float: right;
}

#fh-copyright {
    padding: 1em 0;
    text-indent: 30px;
    background: #EEE;
}

#fh-copyright a:link,
#fh-copyright a:visited,
#fh-copyright a:hover,
#fh-copyright a:active {
    text-decoration: none;
    color: #2B6096;
}

#fh-copyright a:hover {
    text-decoration: underline;
}


/* Next CSS */
/* NTMC Specialty Clinic */

a[href=""], a[href="#"] {
  cursor: default;
}

.speciality-list {
	font-size: 14px;
	color: #2B6090;
}
.speciality-list2 {
	font-size: 16px;
	font-weight: 100;
	text-decoration:none;
	color: #2B6090;
	font-weight: 100;
}
.speciality-list a {
	font-weight: 100;
}
.fcondark {
	font: bold 14px Arial, sans-serif;	
	color: #FFFFFF;
}
.fcondark a:link {
	color: #3399FF;
}
.fcondark a:visited {
	color: #3399FF;
}
.fcondark a:hover {
	color: #00FFFF;
}
.fcondarklabel {
	font: bold 14px Arial, sans-serif;
	color: #FFFF00;
}
.formlabel{
	font: bold 14px Arial, sans-serif;
}
.size3text {
	color: #FFFFFF;
	font: bold 16px Arial, sans-serif;
	text-decoration: none;
}
.size5text {
	color: #FFFFFF;
	font: bold 20px Arial, sans-serif;
	text-decoration: none;
}
.piclinks {
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
.piclinks a:link {
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-decoration: underline;
    color: #415694;
}
.piclinks a:hover{
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-decoration: underline;
    color: #415694;
}
.piclinks a:visited{
     font-family: Arial, sans-serif;
     font-size: 18px;
     text-decoration: underline;
     color: #415694;
}

.pagetitle {
	font: bold 19px Arial, sans-serif;
	color: #2B6090;
}
.pagetitle2 {
	font: bold 24px Arial, sans-serif;
	color: #2B6090;
}
.adspace {
	background: #2B6090;
}
.contentpic, .doctor_pic_div {
	background: #FFFFFF;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 33px;
}
.contentpic2, .doctor_pic {
	background: #2B6090;
	border-color : #2B6090;
	border-style : solid;
}
.feature18 {
	font-family: Arial;
	font-size: 18px;
	color: #2B6090;
}
.feature14 {
	font: bold 14px Arial, sans-serif;
	color: #2B6090;
}
.feature12 {
	font: bold 12px Arial, sans-serif;
	color: #2B6090;
}
.feature {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.feature a {
	text-decoration: none;
	color: #0000FF;
}
.feature a:hover {
	text-decoration: none;
	color: #FF0000;
}
.text12b {
	font: bold 12px Arial, sans-serif;
	color: #000000;
}
.text12 {
	font: normal 12px Arial, sans-serif;
	color: #000000;
}
.activedate {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #E8E6FA;
}
.dateevent {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.inactivedate  {
	background: #D3D3D3;
	width: 14%;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
        text-decoration: none;
	color: #00296B;
	background: #FFFFFF;
}
.menu {
	color: #FFFFFF;
	background: #2B6090;
	font: bold 12px Arial, sans-serif;
}
.headermenu a {
	text-decoration: none;
	color: white;
}
.headermenu a:hover {
        text-decoration: none;
	color: #00296B;
	background: #FFFFFF;
}
.headermenu {
	color: #FFFFFF;
	background: #A90003;
	font: bold 12px Arial, sans-serif;
}
.dateevent {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.formlabel {
	font: bold 14px Arial, sans-serif;
	color: #0000CC;
}
.label {
	font: bold 14px Arial, sans-serif;
}
.summary {
	font-size: 12px;
}
.remove {
	color: #FF0000;
}
.myform {
	font: bold 12px Arial, sans-serif;
	background: #E6E6FA;
}
.jobform {
	background: #E6E6FA;
}
.today  {
	font: bold 13px Arial, sans-serif;
	background: #3399FF;
}
.month {
	color: #FFFFFF;
	font: bold 20px Arial, sans-serif;
	background: #000000;
}
.day  {
	color: #FFFFE0;
	font: bold 12px Arial, sans-serif;
	background: #483D8B;
}
.general {
	color: #000000;
	font-size: 14px;
}
.F {
	font: bold 12px Arial, sans-serif;
        background: #FFB6C1;
}
.M {
	font: bold 12px Arial, sans-serif;
        background: #93D2FB;
}
.pageContent a:link
{
    color: #415694;
}
.pageContent a:hover
{
    color: #415694;
}
.pageContent a:visited
{
    color: #415694;

}
table {
        font-size: 1em;
}
.content-size-1,
.content-size-1 .feature,
.content-size-1 .feature12 {
    font-size: 11px !important;
    line-height: 17px;
}

.content-size-1 .feature14 {
    font-size: 13px !important;
    line-height: 20px;
}

.content-size-1 .feature18 {
    font-size: 15px !important;
    line-height: 23px;
}

.content-size-1 .pagetitle {
    font-size: 19px !important;
    line-height: 29px;
}


.content-size-2,
.content-size-2 .feature,
.content-size-2 .feature12 {
    font-size: 12px !important;
    line-height: 18px;
}

.content-size-2 .feature14 {
    font-size: 14px !important;
    line-height: 21px;
}

.content-size-2 .feature18 {
    font-size: 16px !important;
    line-height: 24px;
}

.content-size-2 .pagetitle {
    font-size: 20px !important;
    line-height: 30px;
}


.content-size-3,
.content-size-3 .feature,
.content-size-3 .feature12 {
    font-size: 13px !important;
    line-height: 20px;
}

.content-size-3 .feature14 {
    font-size: 15px !important;
    line-height: 23px;
}

.content-size-3 .feature18 {
    font-size: 17px !important;
    line-height: 26px;
}

.content-size-3 .pagetitle {
    font-size: 21px !important;
    line-height: 32px;
}


.content-size-4,
.content-size-4 .feature,
.content-size-4 .feature12 {
    font-size: 14px !important;
    line-height: 21px;
}

.content-size-4 .feature14 {
    font-size: 16px !important;
    line-height: 24px;
}

.content-size-4 .feature18 {
    font-size: 18px !important;
    line-height: 27px;
}

.content-size-4 .pagetitle {
    font-size: 22px !important;
    line-height: 33px;
}


.content-size-5,
.content-size-5 .feature,
.content-size-5 .feature12 {
    font-size: 16px !important;
    line-height: 24px;
}

.content-size-5 .feature14 {
    font-size: 18px !important;
    line-height: 27px;
}

.content-size-5 .feature18 {
    font-size: 20px !important;
    line-height: 30px;
}

.content-size-5 .pagetitle {
    font-size: 24px !important;
    line-height: 36px;
}


.content-size-6,
.content-size-6 .feature,
.content-size-6 .feature12 {
    font-size: 18px !important;
    line-height: 27px;
}

.content-size-6 .feature14 {
    font-size: 20px !important;
    line-height: 30px;
}

.content-size-6 .feature18 {
    font-size: 22px !important;
    line-height: 33px;
}

.content-size-6 .pagetitle {
    font-size: 26px !important;
    line-height: 39px;
}


.content-size-7,
.content-size-7 .feature,
.content-size-7 .feature12 {
    font-size: 20px !important;
    line-height: 30px;
}

.content-size-7 .feature14 {
    font-size: 22px !important;
    line-height: 33px;
}

.content-size-7 .feature18 {
    font-size: 24px !important;
    line-height: 36px;
}

.content-size-7 .pagetitle {
    font-size: 28px !important;
    line-height: 42px;
}


.content-size-8,
.content-size-8 .feature,
.content-size-8 .feature12 {
    font-size: 22px !important;
    line-height: 33px;
}

.content-size-8 .feature14 {
    font-size: 24px !important;
    line-height: 36px;
}

.content-size-8 .feature18 {
    font-size: 26px !important;
    line-height: 39px;
}

.content-size-8 .pagetitle {
    font-size: 30px !important;
    line-height: 45px;
}


.content-size-9,
.content-size-9 .feature,
.content-size-9 .feature12 {
    font-size: 24px !important;
    line-height: 36px;
}

.content-size-9 .feature14 {
    font-size: 26px !important;
    line-height: 39px;
}

.content-size-9 .feature18 {
    font-size: 28px !important;
    line-height: 42px;
}

.content-size-9 .pagetitle {
    font-size: 32px !important;
    line-height: 48px;
}


.content-size-10,
.content-size-10 .feature,
.content-size-10 .feature12 {
    font-size: 26px !important;
    line-height: 39px;
}

.content-size-10 .feature14 {
    font-size: 28px !important;
    line-height: 42px;
}

.content-size-10 .feature18 {
    font-size: 30px !important;
    line-height: 45px;
}

.content-size-10 .pagetitle {
    font-size: 34px !important;
    line-height: 51px;
}

