/* Applied to all pages */
body {
	background: white url(/tpl/img/bg-body.png) center repeat-y;
	color: #37434e;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* List killing rule */
map ul, map li, map ol, form, dl, dt, dd, ul, ul li, fieldset, legend, 
#ctl01_search_results ol, #ctl01_search_results ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}
/* self clearing rules */
form:after, fieldset:after, dl:after, div:after, ul:after, map ol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html form, * html fieldset, * html dl, * html div, * html ul, * html map ol {
	height: 1%;
}

form, fieldset, dl, div, ul, map ol {
	display: inline-block;
}

/* !IE Mac \*/
form, fieldset, dl, div, ul, map ol {
	display: block;
}
/* */

/* The jump link to main content */
p#wai, legend strong span {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

/* The area at the top of the page */
form#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	text-align: center;
}
	#head div {
		text-align: left;
		width: 912px;
		height: 125px;
		color: white;
		background: #1f6ee5 url(/tpl/img/bg-head-default.jpg) bottom no-repeat;
		margin: 0 auto;
	}
		p#logo {
			margin: 0;
			float: left;
			width: 488px;
			padding: 19px 0 58px 0;
		}
			#head a {
				color: white;
			}
			#logo img {
				margin: 0 0 0 19px;
}
		#head fieldset {
			float: left;
			width: 424px;
			padding: 17px 0 0 0;
		}
			#head legend {
				display: none;
			}
			#head fieldset ul {
				float: left;
				width: 216px;
			}
				#head li {
					display: inline;
					margin: 0;
				}
					#head map ul a, #head map ul em {
						padding: 0 0.3em;
						border-right: solid 1px white;
						text-decoration: none;
					}
					#head map ul em {
						text-decoration: underline;
						font-style: normal;
					}
					#head map ul .last a, #head map ul .last em {
						border: none;
					}
			#head fieldset p {
				float: left;
				width: 208px;
				margin: 0 0 1em 0;
			}
				#head input {
					border: none;
					background: white url(/tpl/img/bg-head-input.png) top repeat-x;
					vertical-align: top;
					padding: 0.2em 0 0.25em 0;
					width: 122px;
				}
				#head input.button {
					padding: 0;
					background: none;
					width: auto;
				}

/* Main content */
form {
	text-align: left;
	width: 912px;
	margin: 0 auto;
	padding: 125px 0 1em 0;
	position: relative;
}
	/* Container for the main content */
	div#main {
		float: left;
		width: 516px;
		/* The old switcharoo */
		position: relative;
		left: 173px;
	}
		div#content {
			margin: 13px 14px 0 0;
			border-top: solid 1px white;
		}
			h1, h2, h3, h4, h5, h6 {
				font-size: 160%;
				color: #ae2f3a;
				margin: 0;
			}
				h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
					text-decoration: none;
				}

/* Main navigation, left */
div#nav {
	float: left;
	width: 173px;
	padding: 14px 0 0 0;
	/* The old switcharoo */
	position: relative;
	left: -516px;
}
	#nav map {
		font-size: 130%;
		font-weight: bold;
		font-family: 'Lucida sans', Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: -0.03em;
	}
	#nav map ul {
		border-bottom: solid 1px #bfbfbf;
		margin: 0 14px 1.4em 0;
	}
		#nav map a, #nav map em {
			text-decoration: none;
			display: block;
			border-top: solid 1px #bfbfbf;
			font-style: normal;
			padding: 0.12em 0;
			color: #293641;
		}
		/* You are here */
		#nav map a:hover, #nav map em {
			color: #ad2f39;
		}
	* html #nav map li, * html #nav map a {
		height: 1%;
	}

	/* Info box in the navigation */
	#nav div {
		color: white;
		background: #ac2e39;
		margin: 0 14px 0.6em 0;
		padding: 10px 8px 0 8px;
	}
	#nav div#survey, #related div#survey {
		border-top: solid 10px white;
		padding-top: 1em;
		background: #0a32a3 url(/tpl/img/bg-survey.png) 0 0 no-repeat;
	}
		div#survey h2 {
			text-transform: uppercase;
			font-size: 110%;
			margin-bottom: 0;
		}
			div#survey h2 a:hover {
				text-decoration: underline;
			}

		#survey p {
			margin-bottom: 0.8em;
		}	
			div div#survey a {
				color: white;
			}
			div#survey p a {
				text-decoration: underline;
				font-weight: normal;
			}

		#nav div a {
			color: #f8b6bc;
			font-weight: bold;
			text-decoration: none;
		}
		#nav div a strong {
			color: white;
			display: block;
		}
		/* "Click here!" */
		#nav div a span {
			display: block;
			text-decoration: underline;
		}
		#nav div h2, #nav div h3, #nav div h4, #nav div h5, #nav div h6 {
			margin: 0 0 0.5em 0;
		}

	/* Related links, left */
	div#related {
		float: left;
		width: 223px;
	}
		#related a {
			color: white;
			text-decoration: none;
			font-weight: bold;
		}
		#related a:hover {
			text-decoration: underline;
		}

/* Disclaimer */
div#disclaimer {
	width: 914px;
	margin: 0 auto;
	padding: 1em 0 0 0;
	text-align: left;
	background: #f4f4f4 url(/tpl/img/bg-disclaimer.png) top repeat-x;
	font-size: 110%;
}
	/* Product navigation */
	#disclaimer map li {
		display: inline;
		font-weight: bold;
	}
		#disclaimer map a {
			text-decoration: none;
			padding: 0 0.7em 0 0;
			border-right: solid 1px #1a3465;
			margin: 0 0.5em 0 0;
		}
		#disclaimer map .last a {
			border: none;
		}

	#disclaimer ul, #disclaimer p, #disclaimer address {
		margin: 0 8px 1em 8px;
		font-style: normal;
	}

/* I remember you, old IE.  Fight on, you crazy diamond. */
* html td, * html th {
	font-size: 80%;
	f\ont-size: 100%;
}

input, select, textarea {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 100%;
}
.print {display: none;}
.r, .action {text-align: right;}
.c {text-align: center;}
img.r {float: right; margin: 0 0 10px 10px;}
img.l {float: left; margin: 0 10px 10px 0;}
map {display: block;}
p {margin: 0 0 1em 0;}
a, #content map ol a {color: #1a3464;}
a:hover, #content a:hover {color: #ae2f3a;}
a img {border: none;}

#supnavlinks {  }
	#supnavlinks a:hover { text-decoration: underline; }
