@charset "UTF-8";
/*****************************************************************/
/*****************************************************************/
/* local_start.css                                               */
/* Local CSS - Start                                             */
/* Copyright (c) 2009 Enida Coaching 2009                        */
/*****************************************************************/
/* Code by martinrosell.com                                      */
/* Don't steal, it's not very becoming                           */
/*****************************************************************/
/*****************************************************************/

/*div.content div.primary {
	padding: 75px 0 100px;
}*/
div.content div.primary {
	position: absolute;
	left: 0;
	top: 0;
	width: 681px;
	margin: 0;
	padding: 75px 0 0;
}
div.content div.secondary {
	position: relative;
	top: 0;
	right: auto;
	width: auto;
	margin-left: 681px;
	padding: 75px 0 240px;
}

div.primary > div.block:first-child {
	padding-right: 40px;
}
div.block h1 {
	display: inline;
}
div.block p.slogan {
	display: inline;
	font-size: 36px;
	line-height: 33px;
}
div.block p.slogan a {
	text-decoration: none;
	}
	div.block p.slogan a span.read-more {
		font-size: 16px;
		text-decoration: underline;
	}

div.block.ams {
	background: url(/img/puff-ams_nologo.png) center center no-repeat transparent;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
}
div.block.ams h1, div.block.ams h2 {
	color: #125c29;
	font-size: 36px;
	text-align: center;
}
div.block.ams h1 a, div.block.ams h2 a {
	display: block;
	height: 96px;
	padding-top: 18px;
	text-decoration: none;
}
div.block.ams h1 span.read-more, div.block.ams h2 span.read-more {
	display: block;
	font-size: 16px;
	text-align: right;
	margin-right: 70px;
}


/*****************************************************************/
/* OFFERING                                                      */
/*****************************************************************/
a#offering, a#competition {
	left: -120px;
	top: -30px;
}
a#offering.temp {
	left: 140px;
	top: -30px;
}
/*****************************************************************/
/* END - OFFERING                                                */
/*****************************************************************/


/*****************************************************************/
/* ARTICLES                                                      */
/*****************************************************************/
div.secondary div.block p.title {
	font-weight: bold;
	line-height: inherit;
}
div.secondary div.block p.date {
	font-style: italic;
	margin-top: 0;
}
div.secondary div.block p.summary {
	line-height: inherit;
	margin-top: 2px;
}
/*****************************************************************/
/* END - ARTICLES                                                */
/*****************************************************************/

