html
{
    height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center; 
	height: 100%;
}
img{
border: 0px;
}

/* positioning styles begin */
#wrapper {
	position:relative;
	margin: 0 auto;  
	padding: 0;  
	width: 964px; 
  height:auto; 
	text-align: left;
	margin-bottom: 0px;
}
#wrapperSecondary {
	position:relative;  
	width: 964px;  
	height: 62px;
	margin-bottom: 0px;
}
#logo {
	position: absolute;
	min-height: 100%;
	width: 157px;
	height: 62px;
}
#secondaryNav {
	position: absolute;
	min-height: 100%;
	width: 552px;
	height: 62px;
	margin: 22px 0 0 157px;
	text-align:center;
}
#feeds {
	position: absolute;
	min-height: 100%;
	width: 255px;
	height: 62px;
	margin-left: 709px;
	text-align:right;
}
#movieHome {
	position: relative;
	width: 964px;
	height: 233px;
}


#sideNav {
  float:left;
  width:200px;
  padding-top: 15px;
}
#contentHome {
  float:left;
  width:490px;
  margin-left:16px;
	padding-top: 5px;
} 
html>body #centercontent {
}
#columnThree {
  float:left;
	width:242px;
  margin-left:16px;  
	padding-top: 15px;
	float:right;
} 


 /* Secondary page CSS */



#banner {
	position: relative;
	width: 964px;
  height:auto;
	float:left;
}
#secondary_wraper {
  _top:-4px; /*hack for IE */
  position:relative;
  background: url(images/marginRepeat.jpg) repeat-y;
  width: 964px;
  height:auto;
  float:left;
  padding-top:20px;
}
#secondary_innerWraper {
  position:relative;
	background:url(images/marginBottom.jpg) bottom left no-repeat;
  width: 964px;
  height:auto;
  float:left;
}
#sideNav_secondary {
  position:relative;
	width:200px;
  height:auto;
	float:left;
}
#sideNav_secondary p {
  margin-top:0px;
}
#contentSecondary {
  position:relative;
	padding-left:4px;
	width:518px;
  height:auto;
  float:left;
	margin-bottom:-17px;
	_margin-bottom:0px; /*hack for IE */
}
#columnThree_secondary {
  position:relative;
	width:220px;
  height:auto;
  float:left;
}


/* End secondary CSS */


#wrapperFooter {
	position: relative;
	width: 964px;  
	height: 42px;
	margin-top: 50px;
	margin-bottom: 0px;
	float:left;
	_float:none; /*hack for IE */
}
#footerLogo {
	position: absolute;
	min-height: 100%;
	width: 138px;
	left: 0px;
	top: 0px;
} 
#footerLinks {
	position: absolute;
	margin: 0 0 0 138px;
	width: 810px;
	height: 42px;
	text-align: center;
} 
#footerMark {
	position: absolute;
	min-height: 100%;
	width: 16px;
	left: 948px;
	vertical-align: middle;
} 
#mainNav {
	position: relative;
	min-height: 100%;
	width: 964px;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* positioning styles end */

/*positioning styles mega drop downs from http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/# */
ul#menu{
position:relative;
z-index:99;
margin:0px;
padding:0px;
}
ul#menu li {
  display: inline;
  position: relative;
  margin:0px;
  padding:0px;
}
ul#menu div {
  display: none;
}

ul#menu li.mega div {
  /*width: 18em;*/
  position: absolute;
  z-index:99;
  top: 28px;
  left: 0em;
}
ul#menu li.hovering div {
  display: block;
}
ul#menu li.mega div.megaNav div{
	margin-left:19px;
  display:block;
  position:static;
}
/*end positioning styles mega drop downs*/
/*additional mega nav styles*/
.megaNav{
	position:relative;
}
.megaNav,.megaNav a{
	font-size: 11px;
}
.megaNav a{
	font-weight: normal;
}
.megaNav h3,.megaH3{
	margin-bottom:0px;
	margin-left:19px;
}
.megaNavP{
	font-size:11px;
	line-height:16px;
	margin-left:0px;
}
ul#menu li.mega div.megaNav div.mc_relatedInfo_box {
  margin-left:0px;
}
/*end additional mega nav styles*/
/* content styles begin */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #49739d;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #49739d;
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	color: #666666;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 1em;
  line-height:1em;
}
h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-left: 16px;
	margin-bottom: 1em;
  line-height:1em;
}
h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #666666;
	margin-left: 16px;
}
h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #666666;
	margin-left: 16px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 100px;
	color: #666666;
}
p, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
  margin:0px 15px 1em 16px;
}

#contentHome {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.25em;
}
#content_text {
  font-size: 13px;
  line-height: 1.25em;
}
.pMargin {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	vertical-align: top;
}
.pFooter {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.pFooterLinks {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #49739d;
}
.lineHeight {
	margin-top: -8px;
	margin-left: 25px;
	line-height: 17px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-left: 10px;
	color: #333333;
}
.photo {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.image {
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.secondaryNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 16px 0 0px;
}

#sideNav_secondary a {
	font-family: Georgia, Times New Roman, serif;
  font-weight:normal;
	font-size: 12px;
}
#sideNav_secondary a:hover {
	color: #666666;
}

#sideNav_secondary .mc_relatedInfo_box {
  margin-left:16px;
  margin-bottom:1em;
}

#sideNav_secondary .sideNav_secondary_sub {
  padding-left:16px;
}

.feed {
	margin: 20px 16px 0 0px;
}
/* content styles end */

/* Providors and Clinics Start */

.providers_module {
  postition:relative;
}

.providers_module .image {
  margin:0;
  padding:0;
  float:left;
  position:absolute;
  left:18px;
}

.providers_module .staffName,
.providers_module .specialty,
.providers_module .clinics,
.providers_module .medicalSchool,
.providers_module .residencyLocation,
.providers_module .residencyLocation,
.providers_module .fellowshipLocation,
.providers_module .otherSpecialtyLocation,
.providers_module .bio {
  margin-left:108px;
}

.clinics_module {
  postition:relative;
}

.clinics_module .image {
  margin:0;
  padding:0;
  float:left;
  position:absolute;
  top:6px;
  left:16px;
}

.clinics_module .clinicName,
.clinics_module .clinicAddress,
.clinics_module .clinicHours,
.clinics_module .clinicContactInfo,
.clinics_module .clinicBio,
.clinics_module .clinicProviders {
}

.events_module {
  margin-left:16px;
}

.events_module h2,
.events_module p {
  margin-left:0px;
}

.events_module .events {
  margin-top:1em;
}

.news {
  float:left;
  width:200px;
  margin-bottom:10px;
}

.news .top {
  display:none;
}

.news .widget {
  float:left;
  width:200px;
  font-size:11px;
  font-family: Verdana, Helvetica, sans-serif;
}
.news .widget a, .news .widget a h3 {
  color:#49739d;
}

.news .image {
  float:left;
  width:45px;
  height:auto;
  padding-right:5px;
  margin:0;
}

.news .title, .news .short_desc, .news .widget .title h3 a {
  float:left;
  width:140px;
  height:auto;
  font-size:11px;
  font-family: Verdana, Helvetica, sans-serif;
}

.news h3 {
  margin:0;
  padding:0;
}

.news .date {
  display:inline;
}

.news#news_cat_31 {
  width:242px;
  margin-top:1em;
}

.news#news_cat_31 .widget {
  width:242px;
  margin-bottom:1em;
}

.news#news_cat_31 .date {
  display:visible;
}

.news#news_cat_31 .short_desc {
  font-weight:normal;
}

.news#news_cat_31 .short_desc, .news#news_cat_31 .title, .news#news_cat_31 .title a {
  float:left;
  width:242px;
}

.news_module, .news_module .title, .news_module .date, .news_module .description {
  float:left;
  width:100%;
}

.news_module p {
  margin-bottom:0px;
}

.news_module .backLink {
  float:left;
  margin-top:1em;
}

.news_module .news_posts .news_post {
  padding:0px 0px 10px 0px;
}

.news_module .news_posts {
  clear:both;
  margin-left:16px;
}

.widget_teasers_media .media_files {
  float:left;
  width:100%;
}

.widget_teasers_media .media_files .title {
  display:none;
}

.widget_teasers_media .media_files .media_file {
  float:left;
  clear:both;
  width:242px;
  margin-bottom:1em;
}

.widget_teasers_media .media_files .media_file .title, .widget_teasers_media .media_files .media_file .description {
  float:left;
  display:inline;
  width:145px;
  height:auto;
  font-size:11px;
  font-family: Verdana, Helvetica, sans-serif;
}

.widget_teasers_media .media_files .media_file .title h3 {
  margin:0px;
}

.widget_teasers_media .media_files .media_file .title h3 a {
  margin:0px;
  font-size:11px;
  font-family: Verdana, Helvetica, sans-serif;
}

.widget_teasers_media .media_files .image {
  float:right;
  width:95px;
  margin:0px;
  podding:0px;
}
