﻿/*--------------------- set font attributes ------------------------*/
/*font styles are separated from their respective DIVs for easier editing
  of attributes when changes are made to font styles in site.css*/

#tagText p {
	font-size: 26px;
	line-height: 36px;
	color: #333;
	margin: 0px;
}

#homeBannerWrapper{
	position: relative;
	width: 857px;
	height: 265px;
	margin: 0px auto;
	clear: both;
	padding: 0px 0px 0px 80px;
	/*border-bottom: 1px #DDDDDD solid;*/
}

#homeBannerImage{
	position: absolute;
	background-color: transparent;
	margin: 0 auto;
	width: 420px;
}

/*------------------- vertical centering DIVs for storyboard ----------------------*/
/* http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */

#tagTextOuter{
	left: 460px;
	height: 245px;
	width: 371px;
	display: table;
	position: absolute;
	overflow: hidden;
}

#tagTextMiddle{
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

/*center horizontally with 'margin:' and center vertically with '#top: -50%';*/

#tagText{
	position: relative;
	top: -50%;
}

#aboutNameWrapper {
	margin: 0 auto;
	text-align: left;
	margin: 5px 20px 45px 28px;
	font-size: 16px;
	line-height: 26px;
}