/*
	Stolberg Equity Partners stylesheet
	
	Author: Nicholas Robinson
	Email: nicholas@pixelumbrella.com
	Website: http://www.pixelumbrella.com
	
	Table of Contents:
		reset styles
		global styles 
		utility classes
		
		layout
		navigation
		typography
		images
*/

/* reset styles (v1.0 | 20080212) source: http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}

/* global styles 
----------------------------------------------- */
html {width:100%;height:100%;font-size:62.5%;}
body {width:100%;height:100%;font-family:arial,helvetica,verdana,sans-serif;font-size:1em;color:#818485;}
label {cursor:pointer;}

/* utility classes
----------------------------------------------- */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
	* html .clearfix {height:1%;}
	.clearfix {display:block;}
/* End hide from IE-mac */

/* layout
----------------------------------------------- */
.shadow-top, .shadow-left, .shadow-right {width:100%;}
	.shadow-top {background:transparent url(images/shadow-top.png) repeat-x 0 369px;padding-bottom:150px;}
	.shadow-left {background:transparent url(images/shadow-left.png) repeat-y top left;}
	.shadow-right {background:transparent url(images/shadow-right.png) repeat-y top right;}
	
#intro {width:100%;height:100%;}
#header {width:100%;height:369px;}
.content {width:800px;margin:50px auto;}
	
.column-right {float:right;font-size:.9em;margin:0 0 15px 20px;padding-left:20px;width:315px;border-left:4px double #d9d9d9;}

/* navigation
----------------------------------------------- */


/* typography
----------------------------------------------- */
h1 {display:block;margin-bottom:20px;color:#088B9F;font-family:arial,helvetica,verdana,sans-serif;font-size:2.4em;font-weight:normal;text-transform:uppercase;}
h2 {display:block;margin-bottom:8px;color:#0D5472;font-family:arial,helvetica,verdana,sans-serif;font-size:1.6em;font-weight:normal;}
h3 {display:block;margin-top:20px;margin-bottom:3px;color:#555;font-family:arial,helvetica,verdana,sans-serif;font-size:1.4em;font-weight:normal;}
h4 {margin-bottom:4px;color:#088B9F;font-family:arial,helvetica,verdana,sans-serif;font-size:1.4em;font-weight:normal;}
h5 {margin-bottom:6px;color:#c2c2c2;font-family:arial,helvetica,verdana,sans-serif;font-size:1.2em;font-weight:normal;font-style:italic;}

a {color:#088B9F;text-decoration:none;border-bottom:1px dotted #088B9F;}
	a:hover {color:#333;border-bottom:1px solid #333;}
p {display:block;padding-bottom:25px;font-family:georgia,"Times New Roman",serif;font-size:1.2em;line-height:1.6;}
ul {padding-left:20px;padding-bottom:35px;list-style-type:disc;list-style-position:inside;}
	ul ul {padding-bottom:0;font-size:.9em;}
li {font-family:arial,helvetica,verdana,sans-serif;font-size:1.1em;line-height:1.6;}

.column-right ul {padding-left:0;padding-bottom:0;font-size:.9em;}
	.column-right ul h2 {float:left;margin:11px 0 0;padding-right:5px;line-height:1;}
.column-right li {margin:5px 0;list-style-type:none;font-family:georgia,"Times New Roman",serif;}
.column-right h3 {margin-top:0;color:#999;font-size:1.6em;font-weight:bold;}
.column-right p {padding-bottom:0;padding-top:10px;}
.column-right em {margin-bottom:12px;color:#c2c2c2;font-size:1.2em;line-height:1.5;}

.label {display:block;padding-bottom:6px;font-size:#999;font-size:1.2em;font-weight:bold;}

/* images
----------------------------------------------- */
.company img {float:left;margin:0 15px 15px 0;padding:3px;border:1px solid #d3d3d3;}

.object {float:left;}