/*-----------------------------------------------------
   HOME SPEC.
----------------------------------------------------- */
#home #container .wrapper                             { background: transparent url(../images/layout/container-home-top.gif) no-repeat 165px 0; }
#home #mainContainer                                  { background: transparent url(../images/layout/container-home-bottom.gif) no-repeat left bottom; }

#homeContent a                                        { color: #a92a56; text-decoration: underline; }
#homeContent a:hover                                  { color: #a92a56; text-decoration: none; }

/*-----------------------------------------------------
   INTRO
----------------------------------------------------- */
#introImage                                           {
	padding: 5px 35px 5px 0;
	background: transparent url(../images/layout/topnav-light-border.gif) no-repeat right top;
	position: absolute;
	top: 0;
	left: 20px;
}
#homeIntro                                            {
	display: inline;
	float: left;
	margin: 15px 0 0 190px;
	height: 100%;
	overflow: hidden;
}
#homeIntro h1                                         {
	font-size: 28px; 
	font-weight: normal;
	line-height: normal;
	margin: 0 0 20px 0;
}
.introBox                                             {
	display: inline;
	float: left;
	width: 315px;
	padding: 1px 10px 1px 0;
	margin-bottom: 10px;
}	
.introBox#rightBox                                    {
	width: 280px;
	padding-left: 25px;
	background: transparent url(../images/layout/topnav-dark-border.gif) no-repeat left center;
}

.introBox h2, .introBox h3, 
.introBox h4, .introBox h5, .introBox h6              { font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0 0 10px 0; }