
/* css for Mied Law Group Website */
/* created: 06-17-06 ---- last modified: ??  */

body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #848891; }


/* ---( layout )----------------------------------- */

#hdrSpace { margin: 18px 0px 15px 0px; }

#pagePad { padding: 0px 12px; }

/* ---( table styles )----------------------------- */



/* ---( text )------------------------------------- */

td { font-size: 1.0em; line-height: 1.4em; color: #3c404b; }
p { font-size: 1.1em; line-height: 1.4em; color: #3c404b; }
h3 { font-size: 1.8em; color: #3c404b; }

.smItal { font-style: italic; }
.smBold { font-weight: bold; }
.medText { font-size: 1.2em; line-height: 1.5em; }

.subHead { font-size: 1.2em; font-weight: bold; color: #3c404b; } 

#smFooter { font-size: 0.9em }
	
/* ---( links )------------------------------------ */

/* Default Links */
a:link { color: #c76c00; text-decoration: underline; font-weight: bold; }
a:visited { color: #c76c00; text-decoration: underline; font-weight: bold; }
a:hover { color: #c76c00; text-decoration: none; font-weight: bold; }
a:active { color: #c76c00; text-decoration: underline; font-weight: bold; }

/* Footer Links */
a.footer:link { font-weight: bold; text-decoration: none; color: #323729; }
a.footer:visited { font-weight: bold; text-decoration: none; color: #323729; }
a.footer:hover { font-weight: bold; text-decoration: underline; color: #c76c00; }



/* ---( images )----------------------------------- */

.imgOutline { border: 1px solid #464b3c; }

#hdrLogo  { 
  margin: 16px 25px 0px 10px;
  background-image:url(images/hdr_logo.png) !important;    /* this is the critical part. it tells normal browsers to use the background image, even if it is reset later */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/hdr_logo.png'); /*ie*/
}

#titleAmber
{
 width: 130px;
 height: 51px;
 background-image:url(images/about_amber.png) !important;    /* this is the critical part. it tells normal browsers to use the background image, even if it is reset later */

}

#titleMaria
{
 width: 160px;
 height: 51px;
 background-image:url(images/about_maria.png) !important;    /* this is the critical part. it tells normal browsers to use the background image, even if it is reset later */

}

#titleLindsey
{
 width: 218px;
 height: 51px;
 background-image:url(images/about_lindsey2.png) !important;    /* this is the critical part. it tells normal browsers to use the background image, even if it is reset later */

}

#tempImg
{
 width: 754px;
 height: 175px;
 margin-top: 14px;
 background-image:url(images/temp_img.png) !important;    /* this is the critical part. it tells normal browsers to use the background image, even if it is reset later */
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/temp_img.png'); /*ie*/
}

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



