@charset "utf-8";
/* CSS Document */

/**STRUCTURAL**/
div#content{
background:none;}
div#introPanel{
	background:#fff;
	padding:4px;
	margin-bottom:20px;
	position:relative;/*to allow for absolute positioning of images*/
	top:0;
	left:0;
	}
div#rotator img{
	position:absolute;
	top:1px;
	left:1px;
	}
div#introText{
	/*curved corners & transparency (standards browsers)*/
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-color:rgba(255,255,255,0.9);
	border-width:1px;
	/*transparency for IE*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);   /* IE6 & 7 */
	zoom: 1;
	width:365px;
	position:absolute;
	z-index:19;/*one less than the logo div, enough room for plenty of rotating images underneath*/
	top:45px;
	left:15px;
	}
div.homeBox{/*overrides the usual box background (set in style.css) for a longer gradient just for the step 1, 2, 3 box*/
	
	}

div.column{
	width:33%;
	float:left;
	background:url(/wp-content/themes/relish/images/columnDivider.gif) top right no-repeat;
	}
div.lastColumn{background:none;}

/**HEADINGS, ANCHORS, LISTS & PARAGRAPHS**/

div#introText h1{
	font-size:23pt;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:normal;
	padding:8px 0 8px 15px;
	text-shadow: 1px 1px 1px #ddccb5;
}
div.column h2{
	text-align:center;
	font-size:16pt;
	font-weight:normal;
	text-shadow: 1px 1px 1px #ddccb5;
	padding-bottom:16px;/*accommodates decorative divider*/
	background:url(/wp-content/themes/relish/images/divider.gif) center bottom no-repeat;
	}
div#introText p{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	padding:0 10px 8px 15px;
	font-size:0.75em;
	line-height:1.5em;
	}
div.column p, div.column ul li{
	padding:12px 10px 2px 12px;
	font-size:0.75em;
	}
div.column ul{
	margin-bottom:15px;
	}

div.column ul li a{
	font-weight:bold;
	padding:7px 0 5px 9px;
	background-image:url(/wp-content/themes/relish/images/linkArrow.png);
	background-position:center left;
	background-repeat:no-repeat;
	}
div.column ul li a:hover, div.column ul li a:active, div.column ul li a:focus{color:#f30;background-image:url(/wp-content/themes/relish/images/linkArrow-over.png);}

/**IMAGES**/
img.homeCTA{padding:2px 10px 10px 0;}
img.requestCTA{padding:16px 10px 10px 0;}
img.ribbon{position:relative;left:93px;top:-6px;}


