/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

a {

}

a:link {
	color: #254379;
	text-decoration: none;
}

a:visited {
	color: #254379;
	text-decoration: none;
}

a:hover {
	color: #254379;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

td {
	font-family: arial, helvetica, sans-serif;
}

body {

	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 83.5%;
	color: #333333;
}

h1 {

	margin: 0px;
	padding: 0px 0px 5px 0px;

	font-size: 150%;
	font-weight: normal;
	color: #254379;

}

h2 {

	margin: 0px;
	padding: 6px 0px 4px 0px;

	font-size: 110%;
	font-weight: bold;
	color: #254379;
}

h3 {

	margin: 0px;
	padding: 6px 0px 4px 0px;

	font-size: 110%;
	font-weight: bold;
	color: #333333;}

h4 {

	margin: 0px;
	padding: 6px 0px 4px 0px;

	font-size: 110%;
	font-weight: normal;
	color: #254379;

}

h5 {

	margin: 0px;
	padding: 4px 0px 2px 0px;

	font-size: 100%;
	font-weight: bold;
	color: #254379;
}

h6 {

	margin: 0px;
	padding: 4px 0px 2px 0px;

	font-size: 100%;
	font-weight: normal;
	color: #254379;
}

p {

	margin: 0px;
	padding: 3px 0px 7px 0px;

	line-height: 135%;
	color: #333333;

}

ul {

	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 3px;
	padding-bottom: 4px;

	list-style: url("/images/templates/bullet_square_grey.gif") square;
}

ul li {

	padding-top: 0px;
	padding-bottom: 3px;

}


.AnchorLinks {

	margin: 0px;
	padding: 2px 0px 2px 20px;

	line-height: 135%;
	color: #333333;

	background: url(/images/templates/bg_forthlevelmenuarrow.gif) 10px center no-repeat;

}

.TopLink {

	margin: 0px;
	padding: 2px 0px 2px 20px;

	line-height: 135%;
	color: #333333;

	background: url(/images/templates/bg_uparrow.gif) 8px center no-repeat;

}

.GlossaryLink {
	margin: 0px;
	padding: 0px 13px 0px 0px;
	background: url(/images/templates/icons/glossary_marker.gif) 3px right no-repeat;
	border-bottom: 1px dotted;
}
	
ol {

	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 5px;
	padding-bottom: 4px;

}

ol li {

	padding-top: 0px;
	padding-bottom: 3px;

}

big {
	font-size: 110%;
}

small {
	font-size: 91.6%;
}

hr {
	
	margin: 8px 0px;
	padding: 0px;
	
	width: 100%;
	height: 1px;
	
	background: transparent url(/images/templates/bg_hr.gif) top left repeat-x;

	
}

img {
	border: none;
}

caption {

	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.25em;
	text-align: left;

}

address {

	font-style: italic;
	margin-top: 0;
	margin-bottom: 1.35em;

}

/* ####################################
   Form Styles
   ################################## */

form {
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
}

input {
	font-family: arial, helvetica, sans-serif;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #323232;
	margin-top: 0;
	margin-bottom: 0;
}

input.blank {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
	background: url('/images/templates/spacer.gif');
}

input.submit {
	font-family: arial, helvetica, sans-serif;
	color: #323232;
	border: #cccccc 1px outset;
	background: url('/images/templates/bg_nav.gif') #e0e0e0;
}

input.submit-small {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #323232;
	border: #cccccc 1px outset;
	background: url('/images/templates/bg_nav.gif') #e0e0e0;
}

select {
	font-family: arial, helvetica, sans-serif;
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #323232;
	margin-top: 0;
	margin-bottom: 0;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #323232;
	margin-top: 0;
	margin-bottom: 0;
}

/* ####################################
   Page Layout
   ################################## */

#Header {
	
	margin: 0px;
	padding: 0px;

	width: 100%;
	
	border-top: 1px solid white;

}

/*
	#Header #Logo {

		position: relative;		
		float: right;
		z-index: 10;
		
		margin: 10px 10px 5px 10px;
		
	}

		#Header #Logo img {

			border: none;

		}

	#Header #MenuAnchor {
	
		display: none;
		visibility: hidden;
		
	}

	#Header #MainMenu {

		display: none;
		visibility: hidden;
		
	}
		
	#Header #HeaderBar {
	
		position: relative;
		clear: both;
		
		margin: 0px;
		padding: 0px;
		
		width: 100%;
		height: 50px;
		
		background: #E6E6E6 url(/images/templates/bg_headerbar.gif) top left repeat-x;
		
	}
	
		#Header #HeaderBar #Right {
		
			display: none;
			visibility: hidden;
			
		}
			
		#Header #HeaderBar #Left {
		
			float: left;
			width: 100%;
		
		}
		
			#Header #HeaderBar #Left #TrailNav {
			
				margin: 20px 0px 0px 0px;
				padding: 0px;
								
			}

				#Header #HeaderBar #Left #TrailNav a {

					position: relative;
					display: inline;

					margin: 0px;
					padding: 0px 4px 0px 4px;
					
					font-family: Arial;
					font-size: 83.5%;
					font-weight: bold;
					color: #254379;
					text-decoration: none;
					
					background: none;
					
				}
				
				#Header #HeaderBar #Left #TrailNav a.home {

					margin: 0px;
					padding: 0px 4px 0px 0px;
					
					background: none;
					
				}

				#Header #HeaderBar #Left #TrailNav a:hover {
							
					text-decoration: underline;
							
				}
*/




		#Header #Header-Inner {
		}

		#Header #Logo {
			float: left;
			/* width: 185px; */
			height: 145px;

			
			margin: 0;
			padding: 0;
		}

		#Header #Sponsors {
			float: right;
			/* width: 585px; */
			height: 145px;

			margin: 0;
			padding: 0;

			text-align: right;
		}
	
		#Header #Sponsors img {
			margin-left: 23px;
		}
		
		
		#Header #QuickSearch {
			height: 30px;
			
			margin: 0px 0px 0px 500px;
			padding: 0px;
			
			background: #fff url(/images/templates/bg_search.gif) top left repeat-x;
		}

		#Header #MainMenu {
			display: none;
			visibility: hidden;
		}

		#Header #AnchorMenu {
			display: none;
			visibility: hidden;
		}

		


	#TrailNav {
		font-size: 90.8%;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 15px;
		color: #000000;
	}


#FeatureImage {

	margin: 0px;
	padding: 0px;

	float: left;

	width: 100%;

}
	
	#FeatureImage #FeatureContent {

		margin: 0px 190px 0px 0px;
		padding: 3px 0px 2px 0px;
				
		background: url(/images/templates/bg_featureimage.gif) left bottom repeat-x;

	}
	
#Main {

	margin: 0px;
	padding: 0px;

	float: left;

	width: 100%;

}

	#Main #Main-Inner {

		margin: 0px;
		padding: 20px 0px;
		
	}

	#Main #ForthLevelMenu {

		margin: 0px 190px;
		padding: 0px;
		
		background: #ffffff url(/images/templates/bg_forthlevelmenu.gif) right bottom repeat-y;
		
	}
	
		#Main #ForthLevelMenu table {

			display: none;
			visibility: hidden;
			
			margin: 0px;
			padding: 0px;

			width: 100%;
			
			background: url(/images/templates/bg_featureimage.gif) left bottom repeat-x;
		
		}

			#Main #ForthLevelMenu table tr {

				background: url(/images/templates/bg_featureimage.gif) left top repeat-x;

			}

			#Main #ForthLevelMenu table tr.first {

				background: none;

			}
			
			#Main #ForthLevelMenu table tr td {

				margin: 0px;
				padding: 0px;

				width: 33%;

				vertical-align: top;
			
			}
				
				#Main #ForthLevelMenu table td a {

					position: relative;
					display: block;

					margin: 7px 5px;
					padding: 0px 0px 0px 11px;
					
					font-size: 91.7%;
					color: #000000;
					
					background: url(/images/templates/bg_forthlevelmenuarrow.gif) 3px 4px no-repeat;
					
				}
				
	#Main #PageOptions {
	
		display: none;
		visibility: hidden;
	
	}
	
#Content {
	clear: both;
	
	margin: 0;
	padding: 0;
	
	border-top: 10px solid #c0c0c0;
}

#Content-Inner {
	margin: 0;
	padding: 0;
	
	border-top: 3px solid #e0e0e0;
}

#Primary {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
		#Primary-Inner {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
	
#Secondary {

	display: none;
	visibility: hidden;
	

}

	#Secondary #Secondary-Inner {
	
		margin: 0px;
		padding: 0px;
		
	}

#Tertiary {

	display: none;
	visibility: hidden;
	
}


#Footer {

	display: none;
	visibility: hidden;

	margin: 0;
	padding: 10px 0 0 0;

	font-family: arial, helvetica, sans-serif;
	font-size: 91.7%;
	
	border-top: 3px solid #e0e0e0;

}

	#Footer ul {
		display: none;
		visibility: hidden;
	}
	
	#Footer #PoweredByLink {
		display: none;
		visibility: hidden;
	}




/*** WEBSITE PAGE ELEMENTS ***/

#PageBody {

	
	
}

	#PageBody-Inner {
	
	
	
	}

#SubContainers {

	margin: 0;
	padding: 0;


}

	#SubContainers table {

		width: 100%;

	}

		#SubContainers table td {

			width: 50%;

			vertical-align: top;

		}

		div.Container-Daffodil {

			clear: left;

			margin: 20px 20px 0px 0px;
			padding: 0px;

		}

			div.Container-Daffodil h2 {

				margin: 0px;
				padding: 0px;

			}
			
			
			div.Container-Daffodil p {
			
				position: relative;
				display: block;

				margin: -2px 10px 0px 0px;
				padding: 0px 0px 0px 35px;
			
			}
			
			div.Container-Daffodil a {
			
				position: relative;
				display: block;

				margin: 0px;
				padding: 3px 10px 0px 35px;
			
				width: auto;
				/*height: 23px;*/
				
				background: url(/images/templates/bg_pagemenu_off.gif) top left no-repeat;
			}

			div.Container-Daffodil a:hover {			
				background: url(/images/templates/bg_pagemenu_on.gif) top left no-repeat;
			}

		div.Container-Icon {

			clear: left;

			margin: 10px 20px 0px 0px;
			padding: 0px;

		}

			div.Container-Icon img {

				float: left; 

				margin: 10px 5px 0px 0px;
				padding: 0px;

				width: 42px;
				height: 42px;

				border: none;

			}
			
#SubArticles {

	margin: 0;
	padding: 0;

}

/*** SEARCH RESULTS & REFINE FORM ***/

.SearchResult {

	clear: left;
	
	margin: 5px 0px 0px 0px;
	padding: 0px;

}

	.SearchResult img.ContentType {

		float: left;
		position: relative;

		margin: 8px 0px 0px 0px;

		width: 60px;
		height: 60px;

	}

	.SearchResult .ResultDetails {

		margin: 0px 0px 0px 70px;
		padding: 0px;

	}
	
	.SearchResult .trailnav {
	
		font-size: 83.5%;
	
	}

#ResultsSummaryTop {

	margin: 10px 0px;

}

#ResultsSummaryBottom {

	clear: left;
	
	margin: 10px 0px;

}

.RefineSearch {
	
	background-color: #eeeeee;
	padding: 4px;
	border: 1px solid #cccccc;
	
}
	.RefineSearch.label{
		font-weight: bold;
	}
	.RefineSearch.input{
	}
	.RefineSearch.submit-button{
		padding: 2px;
		width: 55px;
		font-family: Verdana;
		font-size: 83.5%;
		font-weight: normal;
	}
	.RefineSearch .SearchType{
	}
	
#relatedlinks {

}

#relatedlinks td {

	margin: 0px;
	padding: 3px 0px 7px 0px;

}

#QuickLinks {

	z-index: 5;
	position: relative;
	display: block;
	clear: left;

	margin: 0px;
	padding: 0px;

	font-family: arial, helvetica, sans-serif;
	font-size: 91.7%;
	font-weight: bold;
	text-transform: uppercase;

}

	#QuickLinks #Links {			


	}

	#QuickLinks ul {		

		margin: 10px;
		padding: 0px;

		list-style: none;

	}

	#QuickLinks a {

		display: block;

		margin: 0px;
		padding: 7px 15px;

		width: 170px;

		font-size: 100%;
		font-weight: bold;

		text-transform: uppercase;

		background: url(/images/templates/bg_quicklink_base.gif) bottom left no-repeat;


	}

		#QuickLinks a:hover {

			text-decoration: none;
			color: #ffffff;

		}

	#QuickLinks li {

		display: block;

		margin: 0px 0px 4px 0px;
		padding: 0px;

		width: 170px;

		font-size: 83.5%;

		background: url(/images/templates/bg_quicklink_top.gif) top left no-repeat;


	}

		#QuickLinks li:hover, #QuickLinks li.sfhover {



		}

		#QuickLinks li:hover a.reveal, #QuickLinks li.sfhover a.reveal {

			background: none;

		}


	#QuickLinks li:hover ul {			
		/* All list items (li) in nav object, hover state */
		left: auto;
	}


	#QuickLinks li ul ul {			
		/* Any sub list (second level list) (ul) */	
		position: relative;
		left: -4px;
		margin: -1em 0 0 10em;
	}


	#QuickLinks li ul {		
		/* Any list inside an li (second level list) (ul) */

		position: absolute;
		left: -999em;

		margin: 0px;
		padding: 0px;

		width: 170px;
		height: auto;

		background: #ffffff url(/images/templates/bg_quicklink_hover.gif) repeat-y;

		text-align: left;
	}


	#QuickLinks li ul li {			
		/* Any list item in a sub list (second level list items) (li) */

		position: relative;		
		float: none;

		margin: 0px;
		padding: 9px 15px 10px 15px;

		width: 100%;	/* Odd little size hack for Mozilla, doesn't affect IE... Check against widths of other items if width changes. */
		height: auto;

		font-family: arial, helvetica, sans-serif;
		font-size: 110%;
		font-weight: normal;

		text-align: left;
		text-transform: none;

		background: url(/images/templates/bg_quicklink_hover_base.gif) bottom left no-repeat;

	}


	#QuickLinks li ul li:hover, #QuickLinks li ul li.sfhover {	
		/* Any list item in a sub list (second level list items) (li) - mouseover */
	}


	#QuickLinks li ul li a {
		/* Any anchor tag in a list item in a sub list (second level list items) (li) - anchor tags (links) */		
		margin: 0px;
		padding: 5px 10px;

		width: 155px;
		height: auto;

		font-size: 115%;
		text-align: left;
		text-decoration: none;
		line-height: 110%;
		color: #444B4C;
	}

	* html #QuickLinks li ul li a {
		/* IE6 only - Any anchor tag in a list item in a sub list (second level list items) (li) - anchor tags (links)
		  - Pushes the link to the width of the li. Mozilla does it anyway but behaves
		    badly with this setting so it's only switched on for IE. */
		width: 100%;
	}

	#QuickLinks li ul li a:hover {		
		/* Any list item in a sub list (second level list items) (li) - anchor tags (links) - mouseover */
		text-decoration: none;
		color: #444B4C;
		background: #FFCB05;
	}

	#QuickLinks li:hover ul ul, #QuickLinks li.sfhover ul ul {	
		/* CSS trick for menu placement, DON'T TOUCH */
		left: -999em;
	}

	#QuickLinks li:hover ul, #QuickLinks li li:hover ul, #QuickLinks li.sfhover ul, #QuickLinks li li.sfhover ul { 	
		/* CSS trick for menu placement, DON'T TOUCH */
		left: auto;
	}

#CallsToAction {

	z-index: 5;
	position: relative;
	display: block;
	clear: left;

	margin: 0px;
	padding: 0px;

	font-family: arial, helvetica, sans-serif;
	font-size: 91.7%;
	font-weight: bold;
	text-transform: uppercase;

}

	#CallsToAction #Calls {			


	}

	#CallsToAction ul {		

		margin: 10px;
		padding: 0px;

		list-style: none;

	}
	
		#CallsToAction ul li.blue {
			background: #ffffff url(/images/templates/bg_call_to_action_blue.gif) top left no-repeat;
		}

		#CallsToAction ul li.blue ul {
			width: 166px;
			background: url(/images/templates/bg_call_to_action_blue_over.gif) bottom left no-repeat;
		}
		
		
		
		#CallsToAction ul li.yellow {
			background: #ffffff url(/images/templates/bg_call_to_action_yellow.gif) top left no-repeat;
		}

		#CallsToAction ul li.yellow ul {
			width: 166px;
			background: url(/images/templates/bg_call_to_action_yellow_ov.gif) bottom left no-repeat;
		}
		
		
		
		#CallsToAction ul li.orange {
			background: #ffffff url(/images/templates/bg_call_to_action_orange.gif) top left no-repeat;
		}

		#CallsToAction ul li.orange ul {
			width: 166px;
			background: url(/images/templates/bg_call_to_action_orange_ov.gif) bottom left no-repeat;
		}
		
		#CallsToAction p {
			margin: 0px 10px 0px 10px;
		}
	
		
	#CallsToAction li {

		display: block;
		visibility: hidden;

		margin: 3px 0px 0px 0px;
		padding: 0px;

		width: 170px;
		
		border-top: 1px solid white;

	}

		#CallsToAction li:hover, #CallsToAction li.sfhover {



		}

		#CallsToAction li:hover a.reveal, #CallsToAction li.sfhover a.reveal {

			background: none;

		}

	#CallsToAction a {

		display: block;
		visibility: hidden;

		margin: 0px;
		padding: 0px;

		width: 170px;
		
	}


	#CallsToAction li:hover ul {			
		/* All list items (li) in nav object, hover state */
		left: auto;
	}


	#CallsToAction li ul ul {			
		/* Any sub list (second level list) (ul) */	
		position: relative;
		left: -4px;
		margin: -1em 0 0 10em;
	}


	#CallsToAction li ul {		
		/* Any list inside an li (second level list) (ul) */

		position: absolute;
		
		left: -999em;

		margin: -20px 0px 0px 0px;
		padding: 24px 2px 15px 2px;

		width: 170px;
		height: auto;

		text-align: left;
		
	}


	#CallsToAction li ul li {			
		/* Any list item in a sub list (second level list items) (li) */

		position: relative;		
		float: none;

		margin: 0px;
		padding: 0px;

		width: 100%;	/* Odd little size hack for Mozilla, doesn't affect IE... Check against widths of other items if width changes. */
		height: auto;

		font-family: arial, helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;

		text-align: left;
		text-transform: none;
		
		background-color: #ffffff;
		
		border: none;

	}


	#CallsToAction li ul li:hover, #CallsToAction li ul li.sfhover {	
		/* Any list item in a sub list (second level list items) (li) - mouseover */
	}


	#CallsToAction li ul li a {
		/* Any anchor tag in a list item in a sub list (second level list items) (li) - anchor tags (links) */		
		margin: 0px;
		padding: 0px;

		width: 155px;
		height: auto;

		font-size: 115%;
		text-align: left;
		text-decoration: none;
		line-height: 110%;
		color: #444B4C;
	}

	* html #CallsToAction li ul li a {
		/* IE6 only - Any anchor tag in a list item in a sub list (second level list items) (li) - anchor tags (links)
		  - Pushes the link to the width of the li. Mozilla does it anyway but behaves
		    badly with this setting so it's only switched on for IE. */
		width: 100%;
	}

	#CallsToAction li ul li a:hover {		
		/* Any list item in a sub list (second level list items) (li) - anchor tags (links) - mouseover */
		text-decoration: none;
		color: #444B4C;
		background: #FFCB05;
	}

	#CallsToAction li:hover ul ul, #CallsToAction li.sfhover ul ul {	
		/* CSS trick for menu placement, DON'T TOUCH */
		left: -999em;
	}

	#CallsToAction li:hover ul, #CallsToAction li li:hover ul, #CallsToAction li.sfhover ul, #CallsToAction li li.sfhover ul { 	
		/* CSS trick for menu placement, DON'T TOUCH */
		left: auto;
	}




