/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/*
Use the following constructions to override styles for specific IE browser
versions, where [element] is the name of the element including a dot or has as
needed:
*/

*:first-child+html [element] {	/* IE7 only */
}

* html [element] {	/* IE6 only */
}


/*
Colour schemes
light blue: #2194C6
red: #EF1010
light grey: #909090
dark grey: #333


*/



/* ####################################
   HTML Element Styles
   ################################## */

body {
 	margin: 0;
 	padding: 0;
 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;

	background-color: #fff;
}

a {
}

	a:link {
		color: #2194C6;
		text-decoration: none;
	}

	a:visited {
		color: #2194C6;
		text-decoration: none;
	}

	a:hover {
		color: #1A749B;
		text-decoration: underline;
	}

	a:active {
		color: #1A749B;
		text-decoration: underline;
	}

p {
	margin-top: 0;
	margin-bottom: 1.35em;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2 {
	color: #199EBF;
	font-size: 150%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0.25em;
}

h3 {
	color: #000000;
	font-size: 125%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0.25em;
}

h4 {
	color: #999999;
	font-weight: bold;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.25em;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0.25em;
}

h6 {
	font-size: 92.5%;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 0.25em;
}

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;
}


ol {
	margin: 0px;
}

ol li {
}

big {
	font-size: 110%;
}

small {
	font-size: 83.5%;
}

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;
}

	* html img {
		FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.50);
	}

caption {
	margin: 0em 0em 0.25em 0em;
	
	font-weight: bold;
	text-align: left;
}

address {
	margin: 0em 0em 1.35em 0em;
	font-style: italic;
}


/* ####################################
   Form Styles
   ################################## */

input#search {	
	margin-right: 5px; 
	margin-bottom: 10px;
	width: 100px;
}

input#go {
	margin-bottom: 8px;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 1px 3px 1px 1px;
	
	font-family: arial, helvetica, sans-serif;
	color: #323232;
	
	background-color: #ffffff;
	border: #cccccc 1px solid;
}

input.blank {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: url('/images/templates/spacer.gif');
}
	
input.submit {
background:#F0F0F0 none repeat scroll 0%;
border-color:#F8F8F8 rgb(208, 208, 208) rgb(208, 208, 208) rgb(248, 248, 248);
border-style:solid;
border-width:1px;
color:#000;
font-weight:bold;
padding:2px 8px;
text-transform:uppercase;
}


select {
}

textarea {
}
	
/* ####################################
   Table Styles
   ################################## */

table {
	empty-cells: show;
	border-collapse: collapse;
}

tr {
}

th {
	text-align: left;
	font-weight: bold;
}

td {
}

	td.FileName {
		width: 55px;
	}

/* ####################################
   Page Layout
   ################################## */

#Align {
	/* Coupled with the margin and text-align settings in page-wrapper-outer (below) this is a weird but safe way to center a page in all browsers including IE where the standard doesn't work. */
	text-align: center;
	margin: 5px 0 0 0; /* room for grey border from background image */
	padding: 0;
}

#Page {
	position: relative;
	width: 780px;
	
	/* To re-align text to left in the page div when a parent div is centred. This allows centering of page div using the IE-safe hack. */
	margin: 0 auto;
	text-align: left;
}

	#Page-Inner {
		position: relative;
		width: 100%;
	}

	#TrailNav {
		font-size: 90.8%;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 15px;
		color: #C0C0C0;
	}

	#PageFunctions {
	}

	#Header {
		position: relative;
		z-index: 2;
		
		margin: 0;
		Padding: 0;
		
		background: transparent none;

	}

		#Header #Header-Inner {
		}

		#Header #Logo {
			float: left;
			width: 185px;
			height: 145px;

			
			margin: 0;
			padding: 0;
		}

		#Header #Sponsors {
			float: left;
			width: 595px;
			height: 114px;

			margin: 0;
			padding: 0px 0px 0 0;
			
			text-align: right;
			overflow: hidden;
		}
		
		#Header #Sponsors div {
			margin: 0;
			padding: 0;
		}
		
		#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 {
			position: relative;
			float: left;
			height: 31px;
			width: 592px;
			
			margin: 0 0 0 0;
			padding: 0 0 0 0;

			font-size: 90.8%;
			
			background: transparent none;
		}

		#Header #AnchorMenu {
		}

		
		/* Two Columns only, redone from scratch */
		
		#Content {
			clear: both;
		
			width: 780px;		

			padding: 0;
			margin: 0;
			
			border-top: 20px solid #000;

		}

			#Content-Inner {
				border-top: 5px solid #EF1010;
				/*padding-top: 1px;*/
			}

			#Primary {
				float: right;

				width: 524px;
				
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				
				background: #ffffff;
			}

				#Primary #Primary-Inner {
					margin: 0 20px 0 20px;
					padding: 0 0 0 0;
					
					width: 484px;
				}

				#Primary #PageBody {
				}

				#Primary #SubContainers {
				}

				#Primary #SubArticles {
				}

			#Secondary {
				/* REMOVED */
			}

				#Secondary #Secondary-Inner {
				}

			#Tertiary {
				float: right;

				width: 256px;				
				
				margin: 0;
				padding: 0;

				background: #f2f2f2;
			}

				#Tertiary #Tertiary-Inner {
					margin: 0;
					padding: 0;
				}

	#Footer {

		padding: 2px 0 0 0;
		margin: 0;

		position: relative;
		clear: both;
		width: 100%;

		background-color: #000;
		color: #BFBFBF;
		font-size: 80%;

		border-top: 6px solid #EF1010;
		
	}

		#Footer-Inner {
		}

		#Footer {
		}

		#Footer ul {
			margin: 10px 0 0 0;
			padding: 0 0 0 0;

			list-style-type: none;
			list-style-image: none;
		}

		#Footer ul li {
			padding: 0 0 0 7px;
			margin: 0 0 0 7px;

			display: inline;
			list-style-type: none;
			
			float: left;

			background: transparent url('/images/templates/bg_footer_nav.gif') no-repeat 0 2px;
		}
		
			#Footer ul li.nav-home {
				background: transparent none;
				margin: 0 0 0 3px;
			}

		
		#Footer ul li a, #Footer ul li a:hover, #Footer ul li a:visited, #Footer ul li a:active {
			color: #BFBFBF;
			text-decoration: none;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}

		
		#Footer #Copyright {
			clear: both;
			padding: 8px 0 8px 10px;
			margin: 0 0 0 0;
		}

			* html #Footer #Copyright {
				/* IE6 Fix */
				padding: 0px 0 0 10px;
				margin: 0 0 8px 0;
			}
	
			*:first-child+html #Footer #Copyright {
				/* IE7 Fix */
				padding: 0px 0 0 10px;
				margin: 0 0 8px 0;
			}
		

		#Footer #PoweredByLink {
			position: absolute;
			top: 10px;
			right: 10px;
		}

/* ####################################
   Main Menu
   ################################## */

#nav {	
	float: right;

	margin: 0 0 0 0;
	padding: 0 0 0 0;

	background: transparent none;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a {
	display: block;
	margin: 0 17px 0 17px;
	padding: 0 0 6px 0;
	color: #ef1010;
	text-decoration: none;
	
	font-weight: bold;

	width: auto;
}

#nav a:hover {
	text-decoration: none;
	color: #ef1010;
}

	#nav li.nav-home {
		background: transparent none;
	}

	#nav li#nav-contact a {
		margin: 0 10px 0 17px;
	}	

#nav li {
	float: left;

	color: #ef1010;
	font-weight: bold;
	font-size: 12px;

	margin: 0 0 0 0;
	padding: 0 0 0 0;

	background: transparent url('/images/templates/bg_nav.gif') no-repeat 0 2px;

	
}

#nav li:hover, #nav li.sfhover {
}

#nav li:hover ul {
	left: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 174px;
	background: #fff;
	margin-top: 0px;
	border-top: 1px solid #2A93C3;
	visibility: hidden;
}

#nav li li {
	margin: 0;
	padding: 0;
	/*margin-bottom: -9px;*/
	background: none;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	/*background-color: #ffffff;*/
}

#nav li ul li a {
	margin: 0;
	padding: 0 6px;
	width: 160px;
	line-height: 24px;
	border-bottom: 1px solid #2A93C3;
	border-left: 1px solid #2A93C3;
	border-right: 1px solid #2A93C3;
	color: #2A93C3;

}

* html #nav li ul li a {
	width: 100%;
}

#nav li ul li a:hover {
	color: #fff;
	background: #2A93C3;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	visibility: visible;
}

/* ####################################
   Sub Menu
   ################################## */

#SubMenu {
	color: #ffffff;
	background-color: #199EBF;
	border-right: 3px solid #168EAC;
	border-bottom: 3px solid #168EAC;
	margin: 0;
	padding: 0;
	width: 253px;
}

	#SubMenu ul {
		list-style-image: none;
		list-style-type: square;
		margin: 0 20px 0 20px;
		padding: 6px 0 0 0;
		/* width: 210px; */
		list-style-position: inside;
	}

	#SubMenu ul li {
		/* width: 195px; */
		list-style-type: square;
		padding: 0;
		margin: 0px 0 12px 0;
		font-weight: bold;
		
	}
	
	#SubMenu ul li a, #SubMenu ul li a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	#SubMenu ul li a:hover, #SubMenu ul li a:active {
		color: #ffffff;
		text-decoration: underline;
	}

	#SubMenu ul ul li {
		
	}

	#SubMenu ul li#first {
		/* width: 195px; */
		font-weight: normal;
		list-style-type: none;
	}

		*:first-child+html #SubMenu ul li#first {	
			/* IE7 only */
			margin-left: -17px;
		}

		* html #SubMenu ul li#first {	
			/* IE6 only */
			margin-left: -17px;
		}

/* ####################################
   Custom Element Styles
   ################################## */

.hidden {
	display: none;
}

.date, .author {
	font-size: 91.7%;
	color: #909090;
}

.paging {
	margin: 0px;
}

.pdf a {
	display: block;
	height: 16px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/images/icons/16x16_pdf.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.pdf a:visited {
	text-decoration: none;
}

.pdf a:hover {
	text-decoration: underline;
}

.pdf a small {
	font-weight: normal;
}

ul.warnings {
	margin-top: 0.5em;
	margin-bottom: 1.35em;
	list-style: url('/images/templates/icons/16x16_warning.gif') square;
}

ul.warnings li {
	margin-bottom: 0.7em;
}

#Content h2 a, #Content h2 a:visited {
	color: #199EBF;
	text-decoration: none;
}

#Content h2 a:hover, #Content h2 a:active {
	color: #199EBF;
	text-decoration: underline;
}

#Content h3 a, #Content h3 a:visited {
	color: #000000;
	text-decoration: none;
}

#Content h3 a:hover, #Content h3 a:active {
	color: #000000;
	text-decoration: underline;
}




div.box {
	width: 256px;
	margin: 0 0 0 0;
	padding: 20px 12px 20px 4px;

	color: #aaaaaa;

	background-color: #ffffff; /* inner pages */
	
}



	div.box {
	}
	
		* html div.box {	
			/* IE6 only */ 
			width: 240px;
		}
		
		.feature div.box h4 , #Tertiary div.box h4 {
			margin: 5px 0 0 5px ;
			padding: 0 0 0 20px;
			
			background: transparent url('/images/templates/icons/16x14_email.gif') no-repeat 0 50%;
		}
	
		div.box form {
			margin: 7px 0 6px 5px;
		}
	
		div.box input.text {
			height: 17px;
			width: 145px;

			margin: 0;
			padding: 0 0 0 3px;
			
			color: #C0C0C0;
		}
	
		div.box input.submit-image {
			margin: 0 0 0 3px;
			padding: 0;

			border: 0px;

			background: transparent none;
	}
	

.flyOutLinks {
	background-color: transparent;
	
	/*
	CM3 authors use this style to create flyout links
	within the content
	*/
}

/*Styling for Program Guide section*/

table.program-guide img {
    display: block;
}