* {
	margin: 0;
	padding: 0;
	outline: none;
}

h1 {
	text-indent: -1000em;
	background: url(http://media.peirce.edu/Themes/Default/Images/home-headline.jpg) no-repeat;
	height: 210px;
}

.call-to-action a img {
	float: right;
	margin-right: 15px;
	border: 0;
}

.call-to-action {
	padding-top: 5px;
}

#tabgroup {
	margin-top: -145px;
}

div#features {
	height: 263px;
	position: relative;
}

#features IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#features IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#features IMG.last-active {
	z-index: 9;
}

div#features IMG.last-active {
	z-index: 9;
}

/* @group tabs */

.anchors:after {
	display: block; /*clear: both;*/
	content: " ";
}

.anchors {
	margin: 0 0 0 15px;
	padding: 10px 10px 0 0;
	list-style: none;
}

.anchors li {
	float: left;
	margin: 0 3px 0 0;
	background: url(http://media.peirce.edu/Themes/Default/Images/offtablefthome.gif) no-repeat left top;
	color: #fff;
}

.anchors li.on {
	float: left;
	margin: 0 3px 0 0;
	background: url(http://media.peirce.edu/Themes/Default/Images/ontablefthome.gif) no-repeat left top;
	color: #fff;
}

div.anchor h2 {
	text-indent: -1000em;
	height: 15px;
	display: none;
}

div.anchor p {
	padding: 20px 15px 0 15px;
	color: #0c3583;
	text-align: left;
	text-shadow: #ffcc35 0px 0px 0px;
	font: 15px/18px Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

div.anchor p b, div.anchor p strong {
	color: #0c3583;
	font-weight: bold;
}

div.anchor p a {
	color: #0c3583;
	text-decoration: none;
	font-weight: bold;
}

div.anchor {
	padding: 0;
	width: 640px;
	background: #ffcc35 url(http://media.peirce.edu/Themes/Default/Images/tabback.png) repeat-x 0 bottom;
	min-height: 116px;
	height: auto !important;
	height: 116px;
	color: #fc0; /*clear: both;*/
	margin-top: 25px;
}

.anchors a, .anchors .on a {
	display: block;
	position: relative;
	background: url(http://media.peirce.edu/Themes/Default/Images/ontabrighthome.gif) no-repeat right top;
	color: #00057d;
	border: none;
	font: bold 12px Helvetica, Geneva, sans-serif;
	padding: 5px 7px 5px 0;
	margin: 0 0 0 7px;
	text-decoration: none;
}

.anchors a {
	background: url(http://media.peirce.edu/Themes/Default/Images/offtabrighthome.gif) no-repeat right top;
	color: #fff;
}

.anchors a:hover {
	color: #ffcc20;
}

.anchors .on a:hover {
	color: #000064;
}

/* @end */


