/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* RESET DEFAULT ATTRIBUTES */
html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, cite, table, tr, td, caption, fieldset, legend, address, img, ul, ol, li, hr {
	margin: 0;
	padding: 0;
	}
div, tr, td, caption, fieldset, legend {
	text-align: left;
	}
table, img {
	border: none;
	}
table {
	border-spacing: 0;
	/* REM due to Firefox issues - border-collapse: collapse; EDITED IN IE 7 CSS */
	}

/* DEFINE NEW ATTRIBUTES */
body {
	font: .8em/1.5em Helvetica, Arial, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, cite, ul, ol, table, address, form, dt {		
		margin-bottom: 15px;
		}
		ul ul, ol ol {
			margin-bottom: 0;
			}
	dt {
		font-style: italic;
		}
	blockquote, dd {
		margin-left: 20px;
		margin-right: 20px;
		}
	ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}	
	h1 {
		font-size: 1.8em;
		font-weight: normal;
		}
	h2 {
		font-size: 1.6em;
		}
	h3 {
		font-size: 1.2em;	
		}
	h4 {
		font-size: 1.2em;
		font-weight: normal;
		}
	h5 {
		font-size: 1em;
		margin: 0;
		}
	h6 {
		font-size: 1em;
		font-weight: normal;
		margin: 0;
		}
	ul {
		list-style-type: square;
		}
	hr {
		height: 1px;
		margin: 10px 0 20px 0;
		}
	address {
		font-style: normal;
		}
	caption {
		text-align: left;
		font-weight: bold;
		}
	table {
		word-wrap: break-word;
		}
	th {
		text-align: left;
		padding: 3px;
		}
	td {
		empty-cells: show;
		padding: 3px;					
		}
	fieldset {
		display: block;
		margin-bottom: 15px;
		padding: 15px;		
		}

/* COMMON ID/CLASS STYLES */
.noload, .nickjr {
	display: none;
}
.hidden {
	visibility: hidden;
	}
.end {
	clear: both;
	}
blockquote cite {
	font-style: italic;
	display: block;
	text-align: right;
	}
.pub, .media {
	font-style: italic;
	}
.note {
	font-style: italic;
	}
/* SPECIAL CASE */
.note-error {
	display: block;
	width: 180px;
	font-size: 11px !important;
	font-style: italic;
	color: red;
	}
span.reg {
	position: relative;
	top: -3px;
	font-size: .8em;
	}	
img.photo-type1, .f1 {
	clear: both;
	float: left;
	margin: 0 20px 5px 0;
	}
img.photo-type2, .f2 {
	clear: both;
	float: right;
	margin: 0 0 5px 20px;
	}
li.pdf { /* EDITED IN IE 7 CSS */
	list-style-image: url(../../images/icons/pdf.gif);
	}
li.msword { /* EDITED IN IE 7 CSS */
	list-style-image: url(../../images/icons/word.gif);
	}
li.jpeg { /* EDITED IN IE 7 CSS */
	list-style-image: url(../../images/icons/jpeg.gif);
	}
li.rss { /* EDITED IN IE 7 CSS */	
	list-style-image: url(../../images/icons/rss.gif);
	}
a.facebook {
	display: inline-block; /* Need to set for IE due to improper rendering of backgrounds within inline elements that wrap */
	padding-left: 19px;										
	background: transparent url(../../images/icons/facebook.gif) left 2px no-repeat;
	}
a.video {
	display: inline-block; /* Need to set for IE due to improper rendering of backgrounds within inline elements that wrap */
	padding-right: 18px;										
	background: transparent url(../../images/icons/video.gif) right 3px no-repeat;
	}
a.pdf {
	display: inline-block; /* Need to set for IE due to improper rendering of backgrounds within inline elements that wrap */
	padding-right: 18px;										
	background: transparent url(../../images/icons/pdf.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;
	}
	
.has-subheader{
	margin-bottom:0px;
}