/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */

a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}
/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}*/
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: PMG' */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
* {
margin:0;
padding:0;
}
a, a:hover, a:visited, a:active{
border: none;
outline:none;
}
img {
border:0;
}
a {
text-decoration:none;
}
body {
background-color:#CCC;
font-weight:bold;
}
div#center {
width:740px;
margin-left:auto;
margin-right:auto;
margin-top:25px;
}
hr {
height:1px;
color:#9a9895;
}
div#pagewrapper {
background-color:#FFFFFF;
min-height:540px;
width:740px;
}
#header {
display:block;
margin-right:25px;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
div#logo {
float:left;
margin-top:25px;
margin-bottom:25px;
padding-left:25px;
}
div#main_image {

}
div#monthly {
font:11px normal Arial, Helvetica, sans-serif;
color:#9a9895;
}
div#news {
font:11px normal Arial, Helvetica, sans-serif;
color:#9a9895;
}
div#news a{
color:#FFB400;
}
div#left {
clear:left;
margin-top:6px;
margin-right:20px;
padding-left:25px;
float:left;
display:block;
width:125px;
}
#left a{
/*font: 10px normal Verdana, Arial, Helvetica, sans-serif;
Font-weight: bold;*/
}
div#content {
float:right;
width:535px;
font:11px normal Arial, Helvetica, sans-serif;
font-weight:bold;
color:#9a9895;
padding-right:25px;
}
#content a , #left a{
color:#ffb400;
}
#content li {
margin-left:25px;
}
div#main_image {
clear:right;
float:right;
margin-top:25px;
margin-right:25px;
width:535px;
}
.header3 {
color:#ffb400;
font: 11px normal Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
border-bottom: 1px solid #b8b7b7;
margin-bottom:3px;
padding-left:1px;
}

#tertiary_nav {
}
ul#tertiary {
list-style:none;
display:block;
}
ul#tertiary li {
display:block;
background-image:url(uploads/images/dot.jpg);
background-position: 0em .5em;
background-repeat:no-repeat;
padding-left:8px;
}
ul#tertiary li a{
color:#9a9895;
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
ul#tertiary li a.menuactive{
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
color:#ffb400;
font-weight:bold;
}
.breadcrumbs {
display:block;
border-bottom: 1px solid #ffb400;
padding-bottom:4px;
margin-bottom: 5px;
font-weight:bold;
}
.breadcrumbs a{
color:#9a9895; !important;
font: 14px normal Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.breadcrumbs strong {
color:#ffb400;
font: 14px normal Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
/****************************************************
Global Nav 
*****************************************************/
div#menuwrapper {
float:right;
clear:right;
margin-top:25px;
width:535px;
}
ul#primary-nav {
list-style:none;
padding:0;
margin:0;
}
#primary-nav li a {
display:block;
color:#ffffff;
font: 11px bold Verdana, Arial, Helvetica, sans-serif;
padding: 0.2em 0px 0.2em 4px;
}

#primary-nav li li a {
display:block;
padding: 0.3em 0px 0.1em 10px;
height:17px;
}
#primary-nav li li a:hover {
padding: 0.3em 0px 0.1em 10px;
color:#1a4d81;
background-color:#afe331;
}
#primary-nav li {
float:left;
position:relative;
/*width:129px;*/
padding: 0px 15px 0px 0px;
text-align:left;
cursor:default;
background-color:#ffb400;
border-right:4px solid #FFFFFF;
height:19px;
}
ul#primary-nav li ul {
display:none;
position:absolute;
top:100%;
left:0;
background-color:#9a9895;
}
li>ul { 
top:auto;
left:auto;
}
ul#primary-nav li li {
display:block;
float:none;
background-color: transparent;
border:0;
padding:0px 0px;
width:129px
}
ul#primary-nav li:hover ul{
display:block;
border-top:3px solid #FFFFFF;
}
ul#primary-nav li.over ul {
display:block;
border-top:3px solid #FFFFFF;
}
div#global_nav {
margin-top:7px;
width:95px;
float:right;
font-weight:bold;
}
div#global_nav a{
color:#9a9895;
font: 11px bold Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
div#global_nav a:visited{
color:#9a9895;
}
.clearb {
display:none;
}
.NewsSummarySummary {
display:inline;
}
.NewsSummaryMorelink {
display:inline;
margin-top:2px;
}
#NewsPostDetailTitle {
color:#ffb400;
}
#clinic_image {
float:right;
padding-left:5px;
}
.providers {
float:left;
width:410px;
font:11px normal Verdana;
font-weight:bold;
}
.providers_wrapper {
border-bottom:1px solid #CCCCCC;
display:block;
min-height:169px;
/*height:170px;*/
padding-top:4px;
padding-bottom:3px;
}
.providers_wrapper:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.providers_pic{
float:left;
padding-right:10px;
}
.providers_wrapper_last{
display:block;
min-height:170px;
padding-top:4px;
margin-bottom:4px;
}
.providers_wrapper_last:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.comments textarea{
width:400px;
height:110px;
}
.recognize input{
width:400px;
}
.specialty {
color:#ffb400;
}
/* End of 'Layout: PMG' */

