/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* Valid CSS level 2.1 as tested on 6/9/08 */

/* ------------------------ */
/* RESET DEFAULT ATTRIBUTES */
/* ------------------------ */


div, tr, td, caption, fieldset, legend {
	text-align: left;	
	}
table, img {
	border: none;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	img {
	padding:0;
	margin:0;}
/* --------------------- */
/* DEFINE NEW ATTRIBUTES */
/* --------------------- */
a
{
    outline-style: none;
}
body {
	font: .75em/1.5em ;	
	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, table, address, cite, samp, div.adr, div.articles {
		margin-bottom: 20px;
		}
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, helvetica;
		font-weight: normal;
		color: #2443a5;
		
		/* REM GML, causes home page design issues - line-height: 1em; */
		}
	blockquote, ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}
	blockquote {
		font-style: italic;
		}
	cite {
		display: block;
		}
	h1 {
		font-size: 2.4em;
		}
	h2 {
		font-size: 2em;
		}
	h3 {
		font-size: 1.6em;				
		}
	h4 {
		font-size: 1.6em;			
		}	
	h5 {
		font-size: 1.1em;		
		}
	h6 {
		font-size: 1.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 {
		padding-bottom: 3px;
		text-align: left;
		font-weight: bold;
		}	
	table p, 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 { /* IE 7 EDIT */
		clear: both;		
		padding: 5px 10px 10px 10px;
		}	
	
	
/* -------------------------- */
/* COMMON SPECIFIC ATTRIBUTES */
/* -------------------------- */

.end {
	clear: both;
	height: 0; /* For IE 7 - IE 6 EDIT */	
	}
/* 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;
	}
/* ASP.NET controls tend to render as spans - this helps control them */
span.div {
	display: block;
	margin-bottom: 20px;
	}
	
a.HasTrait
{
	color: #0000FF;
}
a.NoTrait
{
	color: #C0C0C0 !important;
}
a
{
     outline-style:none;
}


