﻿/* CSS for Intermountain Healthcare 
	Function: Element formatting for major landing pages
	Scope: All major landing pages
*/
.ih-minorLandingWrap {background:url(/images/lyt/bg-singleLine.gif) repeat-y 390px 0;}
.ih-minorLandingWrap:after {content:"."; font-size:0; visibility:hidden; display:block; clear:both;}
html .ih-minorLandingWrap {height:1%;}
.ih-floatCol {float:left; margin-top:0;}
.ih-colA {width:375px;}
.ih-ColB {width:310px;}
.ih-colB p {line-height:170%; clear:both;}
.ih-colB img {padding-bottom:15px;}
.archCallout {width:310px; background:url(/images/lyt/bg-callout310-btm.gif) no-repeat 0 100%; font:italic 1.2em/170% "Georgia", "Times New Roman", Times, serif; margin: 10px 0 15px; color:#8f8b75;}
.archCallout .archCont {background: url(/images/lyt/bg-callout310-top.gif) no-repeat 0 0; padding:30px 30px 55px; text-align:center; margin:0;}
.archCallout p {margin:0; padding:0 0 15px;}
.ih-colA {margin-right:30px;}
.ih-colBImg {margin: 0 0 15px;}
.ih-colB>p:first-child {margin-top:0;}

/*Blue Button*/
a.ih-button {background:#b2bec8 url(/images/lyt/bg-ih-button.gif) repeat-x 0 100% !important; color:#fff !important; font-family:Verdana; padding:3px 7px 5px; border:0; width:auto; overflow:visible;}
/*Green Button*/
a.ih-button-green {background:#8dc640 url(/images/lyt/bg-ih-button-green.gif) repeat-x 0 100% !important; color:#fff !important; font-family:Verdana; padding:3px 7px 5px; border:0; width:auto; overflow:visible;}
/*Brown Button*/
a.ih-button-brown {background:#734338 url(/images/lyt/bg-ih-button-brown.gif) repeat-x 0 100% !important; color:#fff !important; font-family:Verdana; padding:3px 7px 5px; border:0; width:auto; overflow:visible;}
/*Yellow Button*/
a.ih-button-yellow {background:#f0af21 url(/images/lyt/bg-ih-button-yellow.gif) repeat-x 0 100% !important; color:#fff !important; font-family:Verdana; padding:3px 7px 5px; border:0; width:auto; overflow:visible;}
/*Red Button*/
a.ih-button-red {background:#b1222a url(/images/lyt/bg-ih-button-red.gif) repeat-x 0 100% !important; color:#fff !important; font-family:Verdana; padding:3px 7px 5px; border:0; width:auto; overflow:visible;}

/*Button Hover*/
a.ih-button:hover,
a.ih-button-green:hover,
a.ih-button-brown:hover,
a.ih-button-yellow:hover,
a.ih-button-red:hover{ color:#e0e0e0 !important; text-decoration:none !important; }

