/*  ------------------------------------------------------------------------
                              Montclair Radiology
    ------------------------------------------------------------------------  */

body {
	margin: 		0px;
	padding: 		0px;
	text-align: 	left;
	background: 	#fffff2;
	font-family: 	"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 		12px;
}


/*  -------------------------------- HEADINGS ------------------------------- */


h1 {
	color: 			#fb6b2f;
	font-size: 		22px;
	font-weight: 	normal;
	padding: 		0px;
	margin: 		0px 0px 10px 0px;
}
	
h1 a {
	color: 				#fb6b2f; 
}

h1 a:hover {
	color: 				#fb6b2f;
	text-decoration: 	none; 
}
	
h2 {
	color: 			#99a9a9;	
	font-size: 		16px;
	font-weight: 	normal;
	margin: 		0px;
	padding: 		0px 0px 8px 0px; 
}

	#messaging_sub a {
		color:			#625245;
	}

h3 {
	color: 			#6D4432;	
	font-size: 		10px;
	font-weight: 	bold;
	margin: 		0px;
	padding: 		0px; 
}


/*  ---------------------------------- LISTS -------------------------------- */

ul {
	margin: 			0px;
	padding-left: 		0px;
	padding-right: 		0px;
	padding-top: 		1px;
	padding-bottom: 	8px;
	background: 		#fffff5; 
}

li {
	color: 				#6a453f;
	padding-bottom: 	7px;
	list-style-type: 	none; 
}


.short_list li {
	padding-bottom: 	2px;
}

.short_bullet_list li {
	padding-bottom: 	2px;
	margin-left:	 	14px;
	list-style-type: 	disc;
}

.long_bullet_list li {
	padding-bottom: 	6px;
	margin-left:	 	14px;
	list-style-type: 	disc;
}

p {
	color: 				#6a453f;
	font-size: 			12px;
	line-height:		15px;
	text-align: 		left;
	margin:				0px;
	padding:			0px 0px 8px 0px;
}

a {
	color: 				#99a9a9;
	text-decoration: 	none; 
}

.selected a {
	text-decoration:	underline;
}
		
a:hover {
	color: 				#99a9a9;
	text-decoration: 	underline; 
}

img {
	border:				0px; 
}


/*  ----------------------|  TEXT CLASSES  |----------------------  */

.quick_nav a {
	color: #625245;
}


/*  ----------------------|  FOOTER  |----------------------  */

#footer_text {
	font-size:		9px;
	color:			#c6c3a1;
}

	#footer_text a {
		color:		#c6c3a1;
	}
	
	

/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */

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

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

.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

