﻿/*
Title:      	Brearley Benefit 2009
Programming:   	campbell@scdny.com
03.30.09:    	Adaptation of 2008 Printing Styles
*/

/*
BODY
--------------------------------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: black;
	background-color: #none;
}

#wrap
{
	margin: 0;
	padding: 0;
	text-align: left;
}

#content { width: 100%; }
#menu, #logo, #date, #jammers { display: none; }
#footer, #bottomnav { display: none; }

/*
TEXT
--------------------------------------------------------------------- */

h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	line-height: 18pt;
	margin: 0 0 9pt 0;
	padding: 0;
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
	margin: 0 0 4pt 0;
	padding: 0;
}

h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-transform: none;
	margin: 0;
	padding: 0;
}

#committee h3
{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 12pt;
	margin-bottom: 4pt;
}

h4
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h5
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#header h5 { margin: 0 0 12pt 0; }

p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 12pt;
	padding: 0;
}

p.caption { display: none; }
p.note { font-size: 8pt; }

a:link, 
a:visited,
a:hover
{
	color: black;
	text-decoration: none;
}

ol
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 12pt;
	margin-top: 0;
}

ol h4 { margin-top: 6pt; }
li { margin-bottom: 4pt; }

img
{
	float: right;
	margin-left: 12pt;
	padding: 0;
	border: none;
}

img.left
{
	float: left;
	margin-right: 12pt;
}

em
{
	font-weight: normal;
	font-style: italic;
}

/*
RIGHT CONTENT
--------------------------------------------------------------------- */

#rightcontent
{
	position: relative;
	top: 0;
	left: 0;
	margin: 15pt 0 0 0;
	width: 100%;
	padding-bottom: 20px;
}

#profile
{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 15pt;
	padding-bottom: 15pt;
	border-bottom: #000 1pt dotted;
}

#profile p { margin-bottom: 0; }
#profile img { margin-bottom: 15pt; }

#committee
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5in;
	margin: 0;
	padding: 0;
}

#committee p
{
	font-size: 9pt;
	line-height: 11pt;
	margin: 0 0 6pt 0;
}

#letter
{
	position: absolute;
	top: 0;
	left: 1.5in;
	width: 5.5in;
}

/*
LOCALIZED LINKS
--------------------------------------------------------------------- */

ul.pdflist
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

a.pdf
{
	padding-left: 18pt;
	padding-bottom: 1pt;
	background: url(img/pdf.gif) left 50% no-repeat;
}

