/* =============================== */
/* == 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-size: .75em;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dd, table, address, cite, samp {
		margin-bottom: 15px;
		}
	blockquote, ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}
	blockquote {
		font-style: italic;
		}
	cite {
		display: block;
		}
	abbr {
		border: none;
		}
	h1, .header1 {
		font-size: 1.6em;
		line-height: 1.2em;
		font-weight: normal;
		word-spacing: .1em;
		color: #a89d8f;
		margin-bottom: 15px;
	}
	h2, .header2 {
		font-size: 1.4em;
		line-height: 1.3em;
		font-weight: normal;
		color: #827869;
		color: #666057;
		color: #ccc1b1;
		color: #998c7a;
		margin-bottom: 15px;
		}
	h3, .header3 { /* Bullet */
		font-size: 1.3em;
		line-height: 1.2em;
		font-weight: normal;
		color: #998c7a;
		padding-left: 20px;
		background: transparent url('../../images/icons/star13.gif') no-repeat 0px 3px;
		margin-bottom: 15px;
		}
	h4, .header4 { /* Bold */
		font-size: 1.1em;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 5px;
		}	
	h5, .header5 {
		font-weight: normal;
		line-height: 1.3em;
		font-size: .9em;
		color: #7d7264;
		margin-bottom: 14px;
		}
	h6, .header6 {
		font-size: 1em;
		line-height: 1.2em;
		margin-bottom: 15px;		
		}	
	ul {
		list-style: none;
		}
		ul ul {
			margin-bottom: -1px;
			}
	ol ol {
		margin-bottom: 0;
		list-style-type: lower-alpha;		
		}
	hr {
		height: 1px;
		border: 0;
		border-top: 1px #d2ccc3 dashed;
		margin: 20px 0;
		}
	address {
		font-style: normal;
		}		
	caption {
		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: 3px 20px 3px 3px;
		vertical-align: top;							
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	
/* -------------------------- */
/* 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;
	}
/* 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;
	}
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;
	}


/* Begin Images */
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px !important;
	display: inline;
	}	
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0 !important;
	display: inline;
	}	
.alignright {
	float: right;
	}	
.alignleft {
	float: left
	}
/* End Images */
