

/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #060;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
}

#top /* the background banner image */
{
	background-image: url("/template-assets-custom/07/images/banner/005.jpg");
}

#top p  /* UME title addition */
{
	position: absolute;
	top: 82px;	
	text-decoration: none;
	color: #fff;
}


/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

/* About Us */
#nav div.section1 {
	background-image: url("/template-assets-custom/07/images/icons/034.jpg");
}

/* Staff */
#nav div.section2 {
	background-image: url("/template-assets-custom/07/images/icons/try-red.jpg");
}

/* Referers */
#nav div.section3 {
	background-image: url("/template-assets-custom/07/images/icons/100.jpg");
}

/* Students */
#nav div.section4 {
	background-image: url("/template-assets-custom/07/images/icons/try-orange.jpg");
}

#nav div.section5 {
	background-image: url("/template-assets-custom/07/images/spacer.gif");
}

#nav div.section6 {
	background-image: url("/template-assets-custom/07/images/icons/special.jpg");
}

#nav div.icon-blank
{
	padding: 0;
	margin: 0 3% 1em 0;
	background-repeat: no-repeat;
	float: left;
	clear: none;
	background-image: url("/template-assets-custom/07/images/spacer.gif");
	
	width: 46%;
	/* more in ie-win-5-6.css */
}



.ume {
	
	text-decoration: none;
	font-size: 2em;
	color: #039;
}

/*Link Style*/

.external
{
	background: url(/template-assets-custom/07/images/external.gif) right center no-repeat; 
	padding: 0px 12px 0px 0px;
	display: inline-block;
}

/* home content bottom R styles */
#home-content-bottom
{
	margin: 0 0 0 420px;
	padding: 2em 0 1em 12px;
	margin-left:51%;
}

#home-content-bottom h2
{
	margin: 0 0 0 -12px;
	padding: .2em 10px;
	color: #567;
	letter-spacing: .1em;
	background: #cecece none repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
}

#home-content-bottom h3
{
	margin: 0 0 0 -12px;
	padding: .2em 10px;
	color: #567;
	border-top: 1px solid #cecece;
	font-size: 1.1em;
}

#home-content-bottom ul
{
	margin: 0 0.5em 0 2.5em;
	padding: 0.3em 1em 0.3em 0;
	line-height: 1.2em;
}

#home-content-bottom form { margin: 0 0 0.5em 0; }
#home-content-bottom form h2 { margin-bottom: 0.5em; }
#home-content-bottom form #qt { margin-left: 1em; }

#home-content-bottom p
{
	margin: 0.5em 10px 1em 0;
	line-height: 1.3;
}

#home-content-bottom blockquote
{
	margin: 0.5em 10px 1em 2em;
	color: #333;
}

#home-content-bottom blockquote p { margin: 0; }

#home-content-bottom div.section
{
	border-top: 1px #fff solid;
	padding-top: .5em;
}

#home-content-bottom .notice, #home-content-bottom div.ad
{
	border: 1px dotted #999;
	background-color: #fff;
	padding: 0.6em;
}

#home-content-bottom p.notice { padding: 0.6em; }
#home-content-bottom div.notice, #home-content-bottom div.ad { margin: 0 0.6em 1em; }

#home-content-bottom div.floatright
{
	width: 40%;
	float: right;
}



