/* Site specific styles for Sisk Healthcare */

/* ++ html selectors ++ */

h3 {
	color: #bf2f38;
}

/* ++ primary content area styles ++ */

#pageFeature {
	background: transparent url(../../img/common/bg_pageFeature.gif) top left repeat-y;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}

#pageFeature div{
	background: transparent url(../../img/common/bg_pageFeature_base.gif) bottom left no-repeat;
}

#pageFeature img {
	margin: 0 5px 4px 2px;
}

div.container_textImg {
	clear: left;
}

div.container_textImg img {
	border-bottom: 5px solid #a4a4a4;
	float: left;
	margin: 0 20px 20px 0;
}

#contentRight p, #contentRight ul {
	margin-right: 5.0em;
}

#contentRight ul {
	font-size: 85%;
	margin-left: 15px;
}

a.moreLink {
	display: block;
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}

a.moreLink:link, a.moreLink:visited {
	background: transparent url(../../img/common/icon_moreLink_out.gif) center left no-repeat;
	color: #bf2f38;
}

a.moreLink:hover, a.moreLink:active {
	background: transparent url(../../img/common/icon_moreLink_over.gif) center left no-repeat;
	color: #bf2f38;
}


/* ++ miscellaneous general styles ++ */

div.divider_main {
	background: transparent url(../../img/common/divider_main.gif) center left repeat-x;
	clear: both;
	height: 16px;
	margin: 10px 5px 20px 0;
}

div.divider_main hr {
	display: none;
}

