/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* RESET DEFAULT ATTRIBUTES */
html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, p, table, tr, td, caption, fieldset, legend, img, ul, ol, li, hr {
	margin: 0;
	padding: 0;	
	}
	div, tr, td, caption, fieldset, legend {
		text-align: left;	
		}
	table, img {
		border: none;
		}	
	
/* DEFINE NEW ATTRIBUTES */
body {	
	font: 12px/17px Helvetica, Arial, sans-serif;
	color: #333;
	}
	h1, h2, h3, h4, h5, p, ul, ol, blockquote {
		margin-bottom: 15px;
		}
	h1 {
		font-size: 2.2em;
		font-weight: normal;
		line-height: 110%;		
		}
	h2 {
		text-align: left !important;
		font-size: 1em;
		line-height: 100%;
		}
	h3 {
		font-size: 1.3em;	
		line-height: 100%;		
		}
	h4, h5 {
		font-size: 1em;
		}
	/* FIX ISSUE WITH FONT SIZE BEING SPECIFIED IN XML BY ALEX */
	/* Emulates a subheader */
	span.afterfont {
		display: block;
		font-size: .5em;
		}
	ul {
		list-style-type: square;	
		}
	blockquote, li {
		margin-left: 20px;
		margin-right: 20px;
		}
	li {
		list-style-type: square;
		}
	br {
		clear: both;
		}
	hr {
		height: 1px;
		overflow: hidden;		
		margin: 0;
		}	
	table {				
		margin-bottom: 10px;		
		}	
	caption {
		text-align: left;
		font-weight: bold;
		}
	th {						
		text-align: left;					
		}
	td {	
		empty-cells: show;
		padding: 3px 20px 3px 3px;
		vertical-align: top;	
		/* REM border-bottom: 1px solid #eee; */				
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	
/* SET SPECIFIC ID/CLASS STYLES */

.end {
	clear: both;
	}
/* Headers - Use if there is a subheadline immediately below a headline */
.has-subheader {
	margin-bottom: .2em;
	}
/* Note */
.note, .caption {
	font-style: italic;
	}
/* Publications, Media (TV shows, etc.) */
.pub, .media {
	font-style: italic;
	}
/* Generic Floats */
.f1 {
	float: left;
	margin: 5px 30px 20px 0;
	}	
.f1-form {
	float: left;
	clear: none !important;
	display: inline;
	width: auto !important;
	}
.f2 {
	float: right;
	margin: 5px 0 20px 30px;
	}
.f2-form {
	float: right;
	clear: none !important;
	display: inline;
	width: auto !important;
	}
/* Generic Alignments */
.a1 {
	display: block;
	text-align: left;
	}
.a2 {
	display: block;
	text-align: center;
	}
.a3 {
	display: block;
	text-align: right;
	}
/* Links to non-HTML documents */
li.pdf, li.msword, li.jpeg {
	margin-bottom: .5em;
	padding-left: 10px;	
	}
li.pdf {		
	list-style-image: url(../images/icons/pdf.gif);
	}	
li.msword {	
	list-style-image: url(../images/icons/word.gif);
	}
li.jpeg {	
	list-style-image: url(../images/icons/jpeg.gif);
	}
a.pdf {
	display: inline-block; /* Need to set for IE due to improper rendering of backgrounds within inline elements that wrap */
	padding-right: 14px;										
	background: transparent url(../images/icons/pdf-12.gif) right 3px no-repeat;
	}
li.pdf a.pdf { /* Override PDF icon on link if link is a list item with a PDF icon already present */
	display: inline;
	padding: 0;
	background-image: none;
	}
/* Press Release Contacts */
p.contact {
	float: left;
	}
p.additional-contact {
	float: right;
	margin-top: 32px;
	}