/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* ------------------------ */
/* RESET DEFAULT ATTRIBUTES */
/* ------------------------ */

html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, q, table, tr, td, caption, fieldset, legend, address, site, samp, img, ul, ol, li, dl, dt, dd, hr {
	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 Helvetica, Arial, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dd, table, address, cite, samp {
		margin-bottom: 20px;
		}
	blockquote, ul, ol, dd {
		margin-left: 31px; /* Even with paragraph indent in screen view */
		margin-right: 31px; /* Even with paragraph indent in screen view */
		}
	blockquote {
		font-style: italic;
		}
	dt {
		margin-bottom: 10px;
		}	
	cite {
		display: block;
		}
	h1 {
		font-size: 2em;
		line-height: 1.1em;		
		font-weight: normal;
		letter-spacing: -1px;
		}
	h2 {
		font-size: 1.5em;
		line-height: 1.1em;
		font-weight: normal;
		}
	h3 {
		font-size: 1.2em;
		font-weight: normal;
		}
	h4 {
		font-size: 1.1em;	
		}	
	h5 {
		font-size: 1em;		
		}
	h6 {
		font-size: 1em;
		margin-bottom: 0;		
		}	
	ul {
		list-style-type: square;		
		}
		ul ul {
			margin-bottom: 0; /* Override default margin below list */
			}			
	ol ol { /* Nested ordered list */
		list-style-type: lower-alpha;
		margin-bottom: 0;
		}	
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}
	address {
		font-style: normal;
		}		
	caption {
		padding-bottom: 3px;
		text-align: left;
		font-weight: bold;
		}
	table {		
		word-wrap: break-word;		
		clear: both;
		}
		table address, table ul, table ol {
			margin-bottom: 0;
			}	
	th {
		text-align: left;
		padding: 3px 10px 3px 10px;	
		}
	td {
		empty-cells: show;
		padding: 3px 10px 3px 10px;
		vertical-align: top;	
		border-bottom: 1px solid #eee;						
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	
	
/* -------------------------- */
/* COMMON ID/CLASS ATTRIBUTES */
/* -------------------------- */

.hidden {
	visibility: hidden;
	}
.end {
	clear: both;
	}
.break {
	display: block;
	margin: 0;
	padding: 0;
	}
/* Headers - Use if there is a subheadline immediately below a headline */
.has-subheader {
	margin-bottom: .2em;
	}
/* Reference */
cite, cite.author {
	margin-right: 20px;
	margin-left: 20px;	
	text-align: right;	
	}
/* 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 0px;
	}	
.f2 {
	float: right;
	margin: 5px 0px 20px 30px ;
	}
/* Generic Alignments */
.a1 {
	display: block;
	text-align: left;
	}
.a2 {
	display: block;
	text-align: center;
	}
.a3 {
	display: block;
	text-align: right;
	}
/* Generic Columns */
.column1 {
	float: left;
	width: 260px; /* Specific width for this site only */
	}
.column2 {
	float: right;
	width: 260px; /* Specific width for this site only */
	}
/* 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;
	}
a.msword {
	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/word-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;
	}
li.msword a.msword { /* Override PDF icon on link if link is a list item with a PDF icon already present */
	display: inline;
	padding: 0;
	background-image: none;
	}
/* ------------------- */
/* -- SPECIAL RULES -- */
/* ------------------- */	

/* Press Releases, Events */				
span.currentpage {
	display: block;
	margin-bottom: 15px;
	}
div.release, div.event {
	margin-top: 15px;
	}
span.date {
	display: block;
	font-style: italic;
	}					
div.back {
	margin-bottom: 20px;
	}
span.paging {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	}
/* Custom Images */
img.last { 
	margin-right: 0; 
	}
/* Remove/Reset Select Invalid/Inappropriate Elements */
blink
{
    display:none;
    visibility:hidden;
    }
u {
    text-decoration:none;
    font-weight:bold;	
	}
bgsound {
	volume: silent;
	}
