/* ================================
    Home Page Stylesheet
   ================================ */

	#nonExpandingContainer
	{
		width: 1140px;
		background-image: url(../images/home-right.gif);
		background-repeat:repeat-x;
	}
		
		#rightColumn
		{
			float: left;
			width: 950px;
		}

			#swfArea
			{
				padding-top: 23px;
				width: 770px;
				height: 264px;
			}

			#content
			{
				width: 722px;
				padding-left: 47px;
				margin-bottom: 15px;
				float: left;
				border-right: 1px solid #ccc;
			}
	
				#content h1
				{
					/* changed from :bold because <strong> is used. */
					font-weight: normal;
					color: #C80000;
					font-family: Helvetica, Arial, sans-serif;
					font-size: 20px;
					line-height: 28px;
				}
				
				#content p
				{
					font-weight: normal;
					color: #333;
					font-family: Helvetica, Arial, sans-serif;
					font-size: 12px;
					line-height: 16px;
					margin: 16px 0px;
				}
				
			#locations
			{
				float: left;
				width: 177px;
			}

				#locations h1
				{
					font-weight: bold;
					color: #C80000;
					font-family: Helvetica, Arial, sans-serif;
					font-size: 15px;
					line-height: 18px;
					text-align: right;
				}
				
				#locations address
				{
					font-style: normal;
					text-align: right;
					color: #999;
					font-size: 11px;
					line-height: 13px;
					font-weight: bold;
					font-family: Helvetica, Arial, sans-serif;
					padding-bottom: 22px;
				}
