/*
Home stylesheet
================================================*/

/* Main layout
================================================*/

#intro {
	background:#1e285e url(../images/bg-intro.gif) no-repeat right bottom; /* #3c4e7e */
	clear:both;
	height:182px;
	width:770px;
	border-top:2px solid #fff;
	margin:0 0 2em 0;
}

/* Headings
================================================*/

#home  #page-content h2, #home  #left-column h2 {
	font-size:1.2em;
	line-height:130%;
	text-transform:uppercase;
	color: #fff;
	letter-spacing:1px;
	font-family:"Lucida Grande","Lucida Sans","Lucida Unicode",Arial,Helvetica,sans-serif,Verdana;
}

#home  #page-content h2 {
	padding:.5em;
	background:url(../images/bg-h2-left.gif) no-repeat;
	margin:0;
	font-weight:bold;
}

#home  #left-column h2 {
	padding:.5em .5em .5em 15px;
	background:#1e285e url(../images/bg-h2-right.gif) no-repeat 0 0;	/* #3b4f87 */
	margin:0;
	font-weight:bold;
}

#home h3 {
	margin:0 0 1em 0;
	background:url(../images/bg-h3.gif) repeat-x;
	border-top:1px dashed #dbdbe4;
	padding:.5em 0 0 0;
	color: #727a9b;
	font-size:1.5em;
}

/* Misc
================================================*/

#intro p {
	color:#fff;
	padding: 15px 10px 10px 0;
	margin-bottom:0;
	line-height:20px;
	font-size:12px;
}

p.date {
	color:#6d78a6;
	background: url(../images/icon-doc.gif) no-repeat 0 0;
	padding:0 0 0 18px;
	line-height:1.8em;
	margin-bottom:0;
}

/* Images
================================================*/

#intro img {
	float:left;
	margin-right: 20px;
}
