/* CSS for the home page */

/* begin home layout */
#banner {
	width:704px;
	height:167px;
	margin-bottom:10px;
}

.imgCaption {
	width:auto;
	height:18px;
	padding:0 15px;
	/* overflow:hidden; */
	position:absolute;
	display:inline;
	bottom:10px;
	left:0px;
	background:transparent url("../images/img_caption_bg.png") repeat-x;
	z-index:10;
}

#caption {
	margin:25px 0 10px 17px;
}

#team {
	width:703px; /* full 710px */
	height:80px;
	padding-left:7px; /* for .brdrTeam margin, also fix width here if changed */
	margin:10px 0 0 0;
	background:#FFFFFF;
	display:inline;
	float:left;
}

#team ul {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}

.brdrTeam {
	width:70px;
	height:70px;
	margin:4px 6px 4px 0; /* match #team */
	border:#3E4519 1px solid;
	display:inline;
	float:left;
}

#ticker {
	width:100%;
	height:20px;
	margin:3px 0;
	text-align:center;
	word-spacing:4px;
	line-height:19px;
}

#textCopy {
	width:100%;
	height:260px;
	min-height:260px;
	background:transparent url("../images/content_bot_bg.png") repeat-x;
}

#textCopy .colLeft, #textCopy .colRight {
	width:335px;
	height:auto;
	padding:0px 10px;
	float:left;
	display:inline;
}
/* end home layout */


/* begin typography */
#textCopy {
	line-height:21px;
}

.imgCaption {
	font-style:italic;
	font-size:.86em;
	line-height:18px;
}

#ticker {
	font-size:.76em;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
/* end typography */
