/*
#splash {background:yellow;}
#messages {background:purple;}
#rotating-headline {background:tan;}
#latest-news {background:pink;}
#latest-news h3 {background:orange;}
#callouts {background:aqua;}
*/

/* HOME - SPLASH */
#splash {
	position: relative;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	font-size: 18px;
}
#slideshow,
#slide {
	position: relative;
	height: 316px;
}
#slideshow .caption {
	position: absolute;
	left: 16px;
	top: 214px;
	font-size: 24px;
	line-height: 1.2em;
}

/* HOME - MESSAGES */
#messages {
	height: 130px;
	margin-bottom: 15px;
	overflow: hidden;
	background: url('../images/home-message-bg.gif') repeat-x left top;
	color: #FFF;
}
.message {
	height: 100%;
	overflow: hidden;
	background: url('../images/home-message-sep-bg.gif') no-repeat left top;
}
.message .inner {
	height: 100%;
	overflow: hidden;
}
#message-1 .inner {
	background: url('../images/home-message-left-bg.gif') no-repeat left top;
}
#message-4 .inner {
	background: url('../images/home-message-right-bg.gif') no-repeat right top;
}
.message h3 {
	margin-bottom: 5px;
	padding: 15px 15px 0;
	font-size: 1.5em;
	font-weight: normal;
}
.message p {
	padding: 0 15px;
}
.message a {
	color: #c8d9f4;
	text-decoration: none;
	text-align: center;
}
.message a:hover {
	text-decoration: underline;
	color: #fff;
}

/* HOME - LATEST NEWS */
#latest-news {
	position: relative;
}
#latest-news h2 {
	border-top: 1px solid #AAA;
	background: url('../images/latest-news-header-bg.gif') repeat-x left top;
	color: #FFF;
	line-height: 2em;
	text-indent: 15px;
}
#latest-news .archive {
	border-top: 1px solid #AAA;
	line-height: 2em;
	text-align: right;
}
#latest-news .archive a {
	margin-right: 15px;
}
#latest-news ul {
	border-top: 1px solid #AAA;
	list-style-type: none;
}
#latest-news li {
	margin: 0 15px;
	border-bottom: 1px dotted #5296AD;
	padding: 15px 0;
	color: #666;
}
#latest-news li.last {
	border-bottom: 0;
}
#latest-news li h3 {
	color: #13708F;
	font-size: 1.25em;
}
#latest-news li a {
	color: #FF8A00;
	text-decoration: none;
}
#latest-news li a:hover {
	text-decoration: underline;
}
#latest-news .entry-meta span {
	margin-right: 4px;
}
#latest-news .entry-meta .meta-sep {
	color: #999;
}

/* HOME - CALLOUTS */
#callouts .inner {
	border: 1px solid #AAA;
	padding: 3px;
}
#mailing-list {
	margin-bottom: 5px;
	padding: 15px;
	background: #1789AE url('../images/mailing-list-bg.gif') repeat-x left top;
	color: #FFF;
}
#mailing-list h3 {
	font-size: 1.25em;
}
#clients {
	margin-bottom: 4px;
	padding: 15px;
	border: 1px solid #CCC;
	background: #E7E7E7 url('../images/clients-bg.gif') repeat-y right top;
	color: #13708F;
}
