/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* ------------------------ */
/* RESET DEFAULT ATTRIBUTES */
/* ------------------------ */

* {
	margin: 0;
	padding: 0;	
	}
div, tr, td, caption, fieldset, legend {
	text-align: left;	
	}
table, img {
	border: none;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	
/* --------------------- */
/* DEFINE NEW ATTRIBUTES */
/* --------------------- */

body {
	font: .75em/1.5em Arial, Helvetica, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, table, address, cite, samp, div.adr {
		margin-bottom: 15px;
		}
	blockquote, ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}
	blockquote {
		font-style: italic;
		}	
	h1 {		
		font-size: 1.6em;					
		}
	h2 {		
		font-size: 1.4em;				
		}
	h3 {
		font-size: 1.3em;		
		}
	h4 {
		font-size: 1.2em;		
		}	
	h5 {
		font-size: 1.1em;		
		}
	h6 {
		font-size: 1em;
		margin-bottom: 0;		
		}	
	dt {
		font-weight: bold;
		}
	ul {
		list-style-type: square;		
		}
		ul ul {
			margin-bottom: 0;
			}
	ol ol {
		margin-bottom: 0;
		list-style-type: lower-alpha;		
		}
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}		
	caption {
	    font-size: 1.6em;
		padding-bottom: 3px;
		text-align: left;
		font-weight: bold;
		}
	table {
		word-wrap: break-word;
		}
		table address, table ul, table ol {
			margin-bottom: 0;
			}
	th {
		text-align: left;
		padding: 3px;	
		}
	td {
		empty-cells: show;
		padding: 2px 7px;
		vertical-align: top;	
		border-bottom: 1px solid #eee;
		}	
	fieldset { /* IE 7 EDIT */
		padding: 5px 10px 10px 10px;
		}	
	label {
		display: block;		
		}
	
/* -------------------------- */
/* COMMON SPECIFIC ATTRIBUTES */
/* -------------------------- */

.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;
	}	
.f2 {
	float: right;
	margin: 5px 0 20px 30px;
	}
/* 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, a[href*=pdfs] {
	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;
	}