/* -----------------------
 * GRID & STYLE VARIATIONS
 * FOR SPLASHPAGE VARIANT
------------------------*/

div#header {
	background-image: none;
	background-color: #fff;
	height: 100px;
}

div#logo {
	top: 25px;
}

div#contentwrap {
	min-height: 0;
}

/* content */
div#content {
	background-image: none;
	background-color: #fff;
	margin: 0 0 0 20px;
	padding: 0;
}

div#content div.article {
	float: left;
	margin-right: 40px;
}

div#content div.article_static {
	width: 386px;
	height: 308px;
	background: #fff url(../img/bg_splashpage_article.jpg) no-repeat 0 0;
	padding: 0;
}

body#splashpage div.article_static a {
	display: block;
	height: 190px;
	text-align: right;
	padding: 120px 1em 0 0;
	color: #ff7502;
}

body#splashpage div.article_static a:hover {
	color: #0139fb;
	text-decoration: none;
}

div#content div.article h2 {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}

div#content div.article h3 {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: bold;
	text-decoration: underline;
}


/* footer */
div#footer {
	margin-left: 20px;
	background-image: none;
	background-color: #fff;
}

div#footer div.article {
	float: left;
	width: 366px;
	margin: 0 40px 0 0;
	padding: 0 0 0 22px;
}

div#footer h2 {
	font-size: 14px;
	font-weight: bold;
}

div#footer ul {
	list-style: none;
	margin-left: 1.5em;
}

div#footer li {
	background: #fff url(../img/splashpage_bullet.png) no-repeat 0 4px;
	padding-left: 1.3em;
	color: #616161;
}

/* resets */
body#splashpage div#content div.article_last,
body#splashpage div#content div.article_last div.article_static {
	margin: 0;
	padding: 0;
}

