@charset "UTF-8";
/* CSS Document */


/* Landing Page */

#welcome-message > h1{
	font-size:0.83em;
	}

#header-flash{
	width:818px;
	height:249px;
	border-bottom:1px solid #003366;
	border-top:1px solid #003366;

	}	
#welcome-message{
	padding:20px;
	border-bottom:1px solid #003366;
	}
	
	
/* Feature Boxes */

#feature-box tr.title td#item{
	height:34px;
	background:url(../images/landing-page/feature-box-title-bg.png) repeat-x;
	border-bottom:1px solid #003366;
}

#feature-box td#item{
	border-right:1px solid #003366;
	padding:0;
	}
	
#feature-box #item.last{
	border-right:none;
	}
	
#feature-box p{
	padding:20px;
	padding-top:0;
	padding-bottom:0;
	}


/* Content */
#content.landing-page{
	min-height:200px;
	}