/*
GS1
Home stylesheet
================================================*/

/* Main layout
================================================*/

#intro {
	background:#3c4e7e url(../images/bg-intro.gif) no-repeat right bottom;
	clear:both;
	height:182px;
	width:770px;
	border-top:2px solid #fff;
	margin:0 0 2em 0;
	}
#content-primary {
	float:left;
	width:490px;
	margin:0 0 3em 0;
	}
#content-secondary {
	float:right;
	width:239px;
	margin:0 0 3em 0;
	}


/* Headings
================================================*/

#home  #content-primary h2, #home  #content-secondary h2 {
	font-size:1.2em;
	line-height:130%;
	text-transform:uppercase;
	color: #fff;
	letter-spacing:1px;
	}
#home  #content-primary h2 {
	padding:.5em;
	background:url(images/bg-h2-left.gif) no-repeat;
	margin:0;
	font-weight:bold;
	}
#home  #content-secondary h2 {
	padding:.5em .5em .5em 15px;
	background:#3b4f87 url(images/bg-h2-right.gif) no-repeat 0 0;
	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.3em;
	}

/* Misc
================================================*/

#intro p {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	padding: 15px 15px 10px 0;
	margin-bottom:0;
	line-height:19px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	}
p.date {
	color:#6d78a6;
	background: url(../images/icon-doc.gif) no-repeat center left;
	padding:0 0 0 18px;
	line-height:1.8em;
	margin-bottom:0;
	}

/* Images
================================================*/

#intro img {
	float:left;
	margin-right: 20px;
	}	
#content-primary img {
	background:#fff;
	padding:5px;
	border:1px solid #c5c8d5;
	float:right;
	margin:0 1em 0 3em;
}

