/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	

/* Global Layout */


body {
  font-size: 13px;
  margin: 0px;
  text-align: center;
  background: #b2c5d4 url(img/blue_to_white.jpg) top left repeat-x;
  color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #355B78;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.2em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.shadow {
  box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
}

.zoomable {
  position: relative;
  width: auto;
  float: left;
}

.zoomer {
  position: absolute;
  right: -4px;
  top: 4px;
}

.prev {
  width: 40%;
  text-align: left;
  float: left;
}

.next {
  width: 40%;
  text-align: right;
  float: right;
}


#bottom a,
#foot a{
  color: #CEE9FF;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  color: #1B6E4B;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}


#shim{
	position: absolute;
	top:0;
	left:0;
	height: 400px;
	width: 100%;
	/* background: url(img/fade.png) top left repeat-x; */
}

#global{
}	

.constraint {
	position: relative;
	margin: auto;
	width: 907px;
}

	#head{
		position: relative;
		min-height: 143px;
	}
	
		#logo{
			position: absolute;
			top: 25px;
			left: 20px;
			height: 103px;
			width: 363px;
			text-indent: -9999em;
			background: url("img/logo.gif") top center no-repeat;
		}
		
		* html #logo{
			float: left;
			position: relative;
			margin-top: 15px;
		}

    #stamp {
      position: absolute;
      top: 25px;
      left: 433px;
      width: 150px;
      height: 138px;
      text-indent: -9000px;
    }

    * html #stamp {
      float: left;
      position: relative;
      margin-top: 15px;
    }
		
		#utility{
			float: right;			
		}
		
			.cbox{
				float: right;
				height: 41px;
				line-height: 41px;
				width: 290px;
				position: relative;
				padding: 0 0 0 35px;
				background: url(img/contact-box.gif) top left no-repeat;
				font-size: 14px;
				color: #222;
			}
			
				#utility .cbox a{
					color: #006EAE;
				}

			#utility ul {
				float: right;
				color: #E6E6E6;
				font-size: 12px;	
				line-height: 41px;
				padding-right: 14px;
				color: #fff;
			}

      #utility li { display: inline; }
			
			#utility ul a{
				color: #E6E6E6;
				margin: 0 8px 0 8px;
			}
		
		#search{
			float: right;
			clear: both;
		}
			
			* html #search{
				width: 300px;
			}
		
			#head label{
				display: block;
				text-align: right;
        clear: right;
				color: #EAEAEA;
				text-align: right;
				font-size: 15px;
        padding: 1em 0;
        width: 400px;
        float: right;
			}

      #head form {
        clear: right;
        float: right;
        width: 213px;
        position: relative;
      }
			
			#head form p {
				overflow: hidden;	
			}

      #head form label {
        display: none;
      }

      #head form .form-item {
        margin: 0;
      }

			
			#head form input.form-text {
				position: relative;
				float: right;
				padding: 10px 20px 10px 10px;
				height: 18px;
				line-height: 18px;
				font-size: 12px;
				width: 180px;
				border: 0;
				float: right;
				color: #000000;
				background: url(img/search-bg.gif) top left no-repeat;
			}

      #head form input.form-submit {
        position: absolute;
        top: 7px;
        right: 5px;
        text-indent: -9000px;
        height: 28px;
        width: 23px;
        background: url(img/magnifying_glass.gif) top left no-repeat;
        border-width: 0;
        cursor: pointer;
      }


/* --------------------------------------------------------------------------*/
/* ->> PRIMARY NAVIGATION <<-------------------------------------------------*/
/* --------------------------------------------------------------------------*/
#nav {
  position: relative;
  height: 44px;	
  padding-top: 4px;
  overflow: hidden;
  border-bottom: 6px solid #fff;
}

  #nav li {
    float: left;
    height: 44px;
    padding: 0 0 0 30px;	
  }
  
  #nav li a {
    float: left;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px 0 #000;
  }
  
  #nav li a:hover,
  #nav li.active a,
  #nav li.active-trail a {
    text-decoration: none;
    background: url(img/tick.gif) bottom center no-repeat;
  }
  
  #nav li a em {
    text-transform: lowercase;
  }


/* --------------------------------------------------------------------------*/
/* ->> HOME_BANNERS <<-------------------------------------------------------*/
/* --------------------------------------------------------------------------*/


#splash {
  border: 6px solid #fff;
  border-width: 0 6px 6px 6px;
  overflow: hidden;
  border-bottom: 0;	
  height: 342px;
}

  #splash #block-views-home_banners-block_1 {
    /* display: none; */
    float: left;
    height: 342px;
    width: 553px;
    overflow: hidden;
    position: relative;
  }
 
  #splash .view-home-banners .views-row { position: absolute; top: 0; left: 0; } 
  #splash .view-home-banners img { display: block; }
 
/* --------------------------------------------------------------------------*/
/* ->> HOME_STEPS <<---------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

#steps {
  float: right;
  width: 341px;
  text-align: left;
  overflow: hidden;	
  border-left: 1px solid #fff;
}

  #steps .block {
    position: relative;
    padding-right: 30px;
    height: 114px;
  }

  #steps .block .content {
    padding-top: 5px;
  }
  
  #steps h3.title {
    font-size: 15px;
    color: #000000;
    padding: 11px 0 0 12px;
    margin-bottom: 3px;
    text-transform: uppercase;				
  }
  
  #steps p {
    padding: 0px 10px 0 12px;
    line-height: 1.4em;
    color: #000000;
  }
  
  #steps a {
    color: #000000;
    font-weight: bold;
  }
  
  #steps .region-count-1 a,
  #steps .region-count-2 a,
  #steps .region-count-3 a {
    padding-right: 17px;
    background: url(img/tick2.gif) right center no-repeat;
  }
  
  #steps .region-count-1 {
    background: url(img/step1.gif) top left;	
  }
  
  #steps .region-count-2 {
    background: url(img/step2.gif) top left;	
  }
  
  #steps .region-count-3 {
    background: url(img/step3.gif) top left;	
    border-top: 1px solid #fff;
  }
  
    #steps .region-count-3 p {
    }
    
    p.step3a{
      /* background: url(img/screen.gif) left center no-repeat; */
    }
    
    p.step3b{
      /* background: url(img/play.gif) left center no-repeat; */
    }


/* --------------------------------------------------------------------------*/
/* ->> QUAD <<---------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

#quad {
  color: #2C1B14;
  position: relative;
  overflow: hidden;	
  text-align: left;
  border: 6px solid #fff;
  border-top:0;
  border-bottom:0;
}

  #quad .block {
    float: left;
    width:193px;
    padding: 15px 15px 0 15px;
    border-right: 1px solid #fff;	
    min-height: 257px;
    height:auto !important;
    height: 257px;
    background: #D4C9B7 url(img/qbg.gif);
  }
  
  #quad .block.region-count-4,
  #quad .block.region-count-8,
  #quad .block.region-count-12 {
    border-right: 0;	
  }
  
  #quad .block h3 {
    font-size: 18px;
    color: #255787;
    font-weight: bold;
  }
  
  #quad .block p {
    line-height: 1.6em;
    padding-top: 1.2em;
  }
  
  #quad .block a {
    color: #355b78;
    text-decoration: underline;
  }


/* --------------------------------------------------------------------------*/
/* ->> PAGE <<---------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/


	#page{
		position: relative;
    width: 895px;
		/* overflow: hidden; */
    padding: 20px 0 20px 0;
		border: 6px solid #fff;
		border-top: 0;
    border-bottom: 0;
		background: url(img/pbg.gif) top left;
	}
	
    #content-header .messages {
      margin: 0 0 1em 0;
    }
	
		#content {
			float: left;
			width: 550px;
			color: #3d3d3d;
			/* position: relative; */
			/* overflow: hidden; */
			padding: 0 25px 0 25px;	
			text-align: left;
		}

    #content li {
      padding: 0.25em 0;
    }

      #content h1,
      #content h2,
      #content h3 { color: #2C1B14; }

      #content-area td,
      #content-area th {
        padding: 2px 8px 4px 2px;
      }

      #content-area td {
        border-bottom: 1px solid #dfdfdf;
      }

      #content-area table.container td {
        border-bottom-width: 0;
      }

      .node .content div,
      .node .content p,
      #content-header p,
      .block .content p {
        line-height: 1.25em;
        margin-bottom: 1em;
      }

      .node .content ul,
      .node .content ol {
        list-style-type: disc;
        margin: 1em 0 1em 1em;
      }

      .node .content ul li {
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 1em;
      }
		
			.entry{
				position: relative;
			}
			
				.entry h2{
					font-size: 25px;
					color: #1B6E4B;
				}
				
				.entry h3{
					font-size: 20px;
					color: #2D4F6A;
					font-weight: bold;
					padding-top: 1em;
				}
				
				.entry p{
					line-height: 1.5em;
					padding-top: 1em;
				}

/* --------------------------------------------------------------------------*/
/* ->> SECONDARY NAVIGATION <<-----------------------------------------------*/
/* --------------------------------------------------------------------------*/
#content-top {
  padding-bottom: 1em;
}

.block-menu_block:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.block-menu_block { display: inline-block; }

/* Hides from IE-mac \*/
* html .block-menu_block {height: 1%;}
.block-menu_block {display: block;}
/* End hide from IE-mac */


#content-top .block-menu_block {
  margin-left: -23px;
  padding-left: 45px;
}

#content-top .block-menu_block {
  background: url("img/2NAV_bg_blue.gif") repeat-y;
}

body.practice-management #content-top .block-menu_block {
  background: url("img/2NAV_bg_green.gif") repeat-y;
}

body.scheduling #content-top .block-menu_block {
  background: url("img/2NAV_bg_purple.gif") repeat-y;
}


#content-top .block-menu_block li {
  height: 54px;
  margin-bottom: 11px;
  float: left;
  display: table;
  vertical-align: middle;
}

#content-top .block-menu_block li.active,
#content-top .block-menu_block li.active-trail {
  background: url("img/2NAV_middle_blue_active.gif") repeat-x;
}

body.practice-management #content-top .block-menu_block li.active,
body.practice-management #content-top .block-menu_block li.active-trail {
  background: url("img/2NAV_middle_green_active.gif") repeat-x;
}

body.scheduling #content-top .block-menu_block li.active,
body.scheduling #content-top .block-menu_block li.active-trail {
  background: url("img/2NAV_middle_purple_active.gif") repeat-x;
}


#content-top .block-menu_block li:hover {
  background: url("img/2NAV_middle_blue_hover.gif") repeat-x;
}

body.practice-management #content-top .block-menu_block li:hover {
  background: url("img/2NAV_middle_green_hover.gif") repeat-x;
}

body.scheduling #content-top .block-menu_block li:hover {
  background: url("img/2NAV_middle_purple_hover.gif") repeat-x;
}

#content-top .block-menu_block li a {
  font-weight: bold;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}


/* --------------------------------------------------------------------------*/
/* ->> SIDEBAR <<------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

#sidebar{
  float: right;
  padding-top: 40px;
  width: 282px;
  font-size: 11px;	
  text-align: left;
  color: #2C1B14;
}

#sidebar .block {
  margin-bottom: 1em;
}

body.LayoutOneColumn #content {
  width: auto;
}

body.LayoutOneColumn #sidebar {
  display: none;
}

body.LayoutOneColumn #page {
  background-image: none;
  background-color: #f7f2ed;
}

  #sidebar .region-count-1.block-menu_block h3.title {
    display: none; /* Hide sidebar menublock title */
  }

  #sidebar .block-menu_block {
    position: relative;
    padding: 0 20px 20px 20px;	
  }

  #sidebar .block-menu_block li {
    padding: 6px 0;	
  }
  
  #sidebar .block-menu_block li a {
    padding-left: 22px;
    color: #1E3D2D;
    font-weight: bold;
    background: url(img/sb-tick.gif) left center no-repeat;
  }

  #sidebar .block-menu_block ul ul {
    margin: 1em 0 1em 2em;
  }

  #sidebar .block-menu_block ul ul li {
    padding: 3px 0;
  }

  #sidebar .block-menu_block ul ul li a {
    padding-left: 0;
    font-weight: normal;
    background: none;
  }

/* --------------------------------------------------------------------------*/
/* ->> FOOTER <<-----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
#footer_top {
  border: 6px solid #ffffff;
  border-width: 0 6px 6px 6px;
  padding: 0 12px;
}

/* --------------------------------------------------------------------------*/
/* ->> FOOTER_TOP <<---------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
#footer_top,
#next_steps {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: url(img/pbg.gif) top left;
	/* background: url(img/pbg.gif) top left; */
  border-top: 1px dotted #818181;
  color: #3d3d3d;
  padding: 15px 0 25px 15px;
}

  #footer_top .block h3.title {
    text-transform: uppercase;
  }

  #next_steps .block,
  #footer_top .block {
    float: left;
    width: 270px;
    /* color: #fff; */
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  #next_steps .block { 
    text-align: center;
  }
  
    .block h4 {
      color: #fff;
      font-size: 17px;
      font-weight: bold;
      padding-bottom: 10px;	
      text-transform: uppercase;
    }
    
    .news-item {
      position: relative;
      overflow: hidden;	
    }
    
      .date {
        float: left;
        width: 50px;
        color: #A0A0A0;	
        text-transform: uppercase;
      }
      
      .date em {
        display: block;
        font-size: 24px;
        font-family: Georgia;
        color: #DFD5C5;
        line-height: 1em;
        margin-top: -3px;
      }
      
      .news-item p{
        margin-left: 50px;
      }
      
      .module a{
        color: #B6E4F6;
        font-weight: bold;
        text-decoration: underline;	
      }
      
      .node-type-testimonial p {
        line-height: 1.4em;
        padding-bottom: 1em;
      }
    
    .node-type-testimonial .content {
      font-size: 16px;
      font-style: italic;
      line-height: 1.1em;
      padding: 13px 55px 10px 20px;
      background: url(img/quote.png) bottom left no-repeat;
    }
    
    .module .quote p {
      padding-bottom: 0;
    }
    
    .module .quote cite {
      display: block;
      padding-top: 6px;
    }
    
    .module .quote strong {
      font-weight: bold;	
    }
    
    .module .quote cite em {
      display: block;
      color: #A0A0A0;	
    }

#footer_top .view-footer-testimonials .view-content {
  position: relative;
}

#footer_top .view-footer-testimonials .views-row {
}
	
/* --------------------------------------------------------------------------*/
/* ->> FOOTER_BOTTOM <<------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

#footer_bottom {
  position: relative;
  text-align: left;
  overflow: hidden;
  padding: 18px 0 24px 0;
  /* background: url("img/pale_bevel.gif") top center repeat-x; */
  /* background: url(img/blue_to_white.jpg) top left repeat-x; */
  color: #3d3d3d;
}

  #footer_bottom a {
    color: #396C9B;
  }

  #footer_bottom .block {
    float: left;
    width: 205px;
    padding: 0 10px;
  }

  #footer_bottom .block h3.title {
    /* color: #fff; */
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;	
    text-transform: uppercase;
  }
  
  #footer_bottom li{
    padding: 2px 0 2px 0;	
  }

  #footer-message {
    clear: both;
    color: #3D3D3D;
    font-size: 10px;
    padding-top: 1em;
    text-align: center;
  }
 
#footer_bottom .region-count-4 .content p,
#footer_bottom .region-count-4 .content h1,
#footer_bottom .region-count-4 .content h2,
#footer_bottom .region-count-4 .content h3,
#footer_bottom #webform-component-4,
#footer_bottom #webform-component-11,
#footer_bottom #webform-component-10 label {
  display: none;
}	


/* --------------------------------------------------------------------------*/
/* ->> WEBFORMBLOCK OVERRIDES <<---------------------------------------------*/
/* --------------------------------------------------------------------------*/
#footer_bottom .form-item {
  padding: 0;
  margin: 0;
}

#footer_bottom .webform-component-textfield,
#footer_bottom .webform-component-email {
  line-height: 1;
  margin-bottom: 0;
 } 

#footer_bottom input.form-text,
#footer_bottom textarea {
  border: 1px solid #8a8a8a;
  width: 200px;
  background: #81A2B0;
  color: #ffffff;
}

#footer_bottom textarea {
  height: 3.2em;
}

.waiting,
#footer_bottom textarea.waiting,
#footer_bottom input.waiting {
  color: #ffffff;
}
	

	


/* --------------------------------------------------------------------------*/
/* ->> DRUPAL UTILITIES <<---------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.block-region {
  clear: both;
}

fieldset {
  margin-bottom: 1em;
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsed,
fieldset.collapsed {
  margin-bottom: 1em;
}

.fieldset-wrapper {
  margin-left: 1em;
}


/* --------------------------------------------------------------------------*/
/* ->> FRONT PAGE OVERRIDES <<-----------------------------------------------*/
/* --------------------------------------------------------------------------*/
.front #page {
  display: none;
}

.front #quad {
  /* border-bottom: 6px solid #ffffff; */
}


/* --------------------------------------------------------------------------*/
/* ->> ckEditor WYSIWYG OVERRIDES <<-----------------------------------------*/
/* --------------------------------------------------------------------------*/

.body-field-wrapper {
  width: 830px;
}


/* --------------------------------------------------------------------------*/
/* ->> CONTENT AREAS <<------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
.tourimage {
  background: #dbdbdb;
  padding: 5px;
  border: 1px solid #C1C1C1;
}

.checkmarks li {
  list-style-image: url("img/check_green.gif");
}

.xs li {
  list-style-image: url("img/bullet_x.gif");
}

.node .content .xs li {
  margin-left: 1.25em;
}

.paper {
  width: 405px;
  padding-top: 15px;
  background: url("img/paper_bg.gif") center top no-repeat;
}

.paper h1, .paper h2, .paper h3, .paper h4, .paper h5, .paper h6,
.paper p, .paper div, .paper ul {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.paper .paperbottom {
  background: url("img/paper_bg.gif") bottom center no-repeat;
  height: 30px;
  margin: 0 !important;
}


/* --------------------------------------------------------------------------*/
/* ->> FOOTER WEBFORM <<-----------------------------------------------------*/
/* --------------------------------------------------------------------------*/
#footer_bottom textarea.waiting, #footer_bottom input.waiting {
  color: #000;
}

#footer_bottom input.form-text, #footer_bottom textarea {
  width: 200px;
  background: white;
  color: #000;
}

#footer_bottom #edit-submit {
  width: 150px;
  height: 40px;
}


/* --------------------------------------------------------------------------*/
/* ->> EMR TOUR SLIDES <<----------------------------------------------------*/
/* --------------------------------------------------------------------------*/
.player {
  background-color: #ffffff;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #8a8a8a;
}

.player .active h4 {
  font-size:  20px;
  font-weight: bold;
}

.player .active img.imagecache-thumbnail,
.player .active .alt {
  display: none;
}


.player .jcarousel-container-horizontal {
  width: 85%;
}

.player .jcarousel-clip-horizontal {
  width: 100%;
}

.player .jcarousel-item-horizontal {
  width: 90px;
  padding: 12px 12px 0 0;
  height: 125px;
  background: transparent;
}

ul.thumbnails {
  float: left;
  background: #dedede;
  width: 100%;
  margin: 1em -1em -1em -1em;
  padding: 1em;
}

ul.thumbnails img.fullsize,
ul.thumbnails .description,
ul.thumbnails .title {
  display: none;
}

ul.thumbnails li {
  cursor: pointer;
  font-size: 11px;
  float: left;
  width: 110px;
  margin-right: 20px;
  height: 130px; overflow: hidden;
  color: #355B78;
}

ul.thumbnails li:hover {
  text-decoration: underline;
}


#SessionPromptPopup {
  display: none;
  background: #FFFFFF;
  color: #363636;
  padding: 20px;
  text-align: left;
}

#SessionPromptPopup input.form-text {
  width: 200px;
}
