/* IT splash page override */
/* centered, fixed-width */

/* masthead */
#mastheadsplash {
	margin-top:10px;
	height: 115px;
	background:none;
}
#mastheadsplash img {
	border:none;
}

/************ splash page divs and headings ************/
/*Firefox/Mozilla does not completely fill the td with 
the bg-image; using "background-image" in the td instead,
which causes an error in the W3C XHTML validator. Strangely,
IE displays the css bgcolor just fine.

table tr td#leftcol {
	background-image:url(../img/bg_leftcol.gif) repeat-y;
}*/

/* Announcements */
table tr td#announcements {
	background-color:#9CC06F;
	margin:0;
	padding:0;
}
#annArrow {
	width:347px;
	height:187px;
	background:url("../img/splash_blue_arrow.jpg") no-repeat;
}
/* Services */

#services {
	border-top:8px solid #95c0e3;
	border-left:8px solid #95c0e3;
	border-bottom:8px solid #95c0e3;
	padding:0;
	margin:0;
}
td#services img {
	margin-top:-8px;
	padding:0;
}
#servicemap img {
	border:0;
	padding:0;
	margin:0;
}
#servicesR {
	border-right:8px solid #95c0e3;
	border-bottom:8px solid #95c0e3;
	padding:0;
	margin:0;
	height:450px;
}
#announcebox{
	position:relative;
	width:215px;
	height:135px;
	z-index:1;
	left: 10px;
	top: 0;
	background-color:#fff;
	padding:.25em .5em .25em .5em;
}
td#announcements #announcebox p {
	font-size:9px;
	margin-top:.15em;
	line-height:130%;
}
#announcements h1, #services h1 {
	margin-top:.35em;
	font-size:16px;
	text-indent:.5em;
	display:block;
}
#announcements h1 {
	color:#80af45;
	background-color:#d7f7ae;
}
#services h1 {
	color:#95c0e3;
	background-color:#e5eff8;
	margin-top:0;
	border-bottom:.5em solid #95c0e3;
}
#services ul {
	list-style:none;
	margin-top:0;
	margin-left:-35px;
}
#services ul li{
	font-weight:bold;
	padding:.25em;
	font-size:95%;
}
#services ul li ul li{
	font-weight:normal;
}
#services ul li a {
	color:#000;
	text-decoration:none;
}
#services ul li a:hover{
	text-decoration:underline
}

#content {
	margin-right: 0;
}

#main {
	width:595px;
	padding:0px;
	float:left;
	margin-left: .4em;
}
#main p {
	font-size:11px;
	line-height:150%;
}

#splashImg {
	margin:0;
}

/* footer wrapper */
#footerwrapper {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}
#footer {
	width:500px;
	padding:0px;
	float:left;
	text-align:left;
	background: #fff;
}
#footer img {
	margin-left:15px;
	border:none;
}
#aznavsplash {
	float:right;
	width:18em;
	text-align:right;
	margin-top:.4em;
	padding-right:1em;
	margin-bottom:1em;
}
/* eliminate footer logos img border */
#aznavsplash img, tr td img {
	border:none;
}
#aznavsplash, #aznavsplash a {
	font-size:x-small;
	color:#000;
	text-decoration:none;
	text-transform:capitalize;
}
#aznavsplash a:hover {
	color:#999;
}

.splashcaption  {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#063;
}

/* scroller */
.scroller {
	background-color: #fff;
	/*border: 1px solid #ddd; */
	height: 130px; 
	width: 220px; 
	overflow:auto; 
	margin-left:-.25em;
	padding:0;
}
#main .scroller p {
	margin-left:0;
}
.scroller ul {
	list-style:circle;
	margin-top:.2em;
	padding-bottom:.4em;
}
.scroller ul li {
	padding:0;
	margin:-2px 0 2px -20px;
}
.scroller ul li a {
    font-size:10px;
	font-weight:normal;
	color:#09c;
	text-decoration:none;
}
.scroller ul li a:hover {
    text-decoration:underline;
}

