/* This stylesheet is used for Home and Landing pages */

/* ****** START Content Area Styles ****** */
.colOne { width: 288px; }

/* Blurb text */
.landing .blurbImg { 
	background: #f7f8f0 url(/corporate/images/bg-blurb.jpg) no-repeat 0 0; 
	padding: 1em 0;
}
.blurbImg p {
	color: #590412;
	padding: 0 1em;
	font: italic 600 1.4em arial;
	line-height: 1.6em;
}
.blurbImg span { color: #ce0021; }

/* Side Navigation */
.sideNav { background: transparent url(/corporate/images/bg-sideNav.jpg) repeat-y 0 0; }
.sideNav h2 { background: transparent url(/corporate/images/bg-sideNav-top.jpg) no-repeat 0 0; }

.sideNav a,
.sideNav a:link,
.sideNav a:visited { margin-right: .9em; }
.sideNav a:hover,
.sideNav a:active { background-color: #fff; }

.sideNavBtm { background: transparent url(/corporate/images/bg-sideNav-bottom.jpg) no-repeat 0 0; }

/* Columns */
.colTwo { 
	background-image: none;
	margin: 0;
	width: 69%; 
}

/* Slideshow flash styles */
#slideshow {	
	left: -6px;	
	position: absolute;
	top: 0;
}
#slideshow .slideshowText {	
	height: 173px;
	left: 337px;	
	position: absolute;
	top: 152px;
	width: 169px;
}
#slideshow .slideshowText p {
	color: #04445f;	
	margin: 0;
}

.landing #slideshow .slideshowText {	
	height: 83px;
	top: 95px;
}

#slideshow ul { 
	bottom: 0;
	list-style-type: none;
	margin: 0; 
	position: absolute;  
}

#slideshow a,
#slideshow a:link,
#slideshow a:visited {	
	background: url(/corporate/images/arw-link-turquoise.gif) no-repeat 0 .5em;
	color: #00bad6;
	font-family: georgia, "times new roman", times, serif;	
	padding-left: 1em;	
}

/* Inner columns  */
.colTwo .colOneInner { 
	border: 0; 
	padding-top: 0;
}

.colTwo .colTwoInner { background-image: none; }

.landing .colTwo .colOneInner,
.landing .colTwo .colTwoInner { margin: 16.5em 0 0 .5em; }

.home .colTwo .colOneInner,
.home .colTwo .colTwoInner { margin: 30em 0 0 .5em; }

.home .colTwo .colOneInner { width: 52.7%; }
.landing .colTwo .colOneInner { width: 55.7%; }

.home .colTwo .colTwoInner,
.home .promoTile { width: 283px; }

.feature { padding-bottom: .5em; }

/* Alternative menu styles */
.altMenu { width: 100%; }
.altMenu h2 {
	color: #a71930;
	font: bold 1.2em arial;	
	margin: 0;
	padding-bottom: .3em;	
}

.altMenu ul { list-style-type: none; }
.altMenu li { padding: .5em 1em; }
.altMenu .alt { background-color: #e1eaec; }

.altMenu a,
.altMenu a:link,
.altMenu a:visited { 
	background: transparent url(/corporate/images/arw-link-double.gif) no-repeat 0 .4em;
	color: #569099; 
	display: block;
	font-size: 1.1em;
	padding-left: 1em;
}
.altMenu a:hover,
.altMenu a:active { color: #0000ff; }
