body, body * { margin: 0; padding: 0; }
body {
	font: 15px normal "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	background: #fff url(graphics/bgd.gif) top center repeat-y;
}


#container {
	width: 783px;
	margin: 0 auto;
}

#title {
	font-size: 2em;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: "Papyrus", "Trebuchet MS";
	background: #fff;
	height: 237px;
	background: #fff url(graphics/h1_bgd.jpg) top left no-repeat;
}

	#title h1, #title p {
		display: none;
	}

#navigation {
	width: 225px;
	padding: 0 0 1em 0;
	float: left;
	text-align: right;
	color: #7E8AA2;
	border-right: 3px solid #7E8AA2;
}

	#navigation h2 {
		padding: .8em .6em .8em .8em;
		color: inherit;
		font-weight: normal;
	}

	#navigation ul li {
		list-style: none;
		padding-bottom: 2px;
	}
		#navigation ul li a:link, #navigation ul li a:visited {
			display: block;
			color: #7E8AA2;
			text-decoration: none;
			padding: .4em 10px .4em 0;
			border-right: 6px solid #7E8AA2;
			-webkit-transition: all .2s linear;
		}
		#navigation ul li a:hover, #navigation ul li a:active {
			color: #FF9800;
			border-right: 6px solid #FF9800;
		}

#content {
	width: 520px;
	float: right;
	background: transparent url(graphics/content_bgd.gif) top right no-repeat;
	padding-top: 1.2em;
	color: #fff;
}

	#content h3 {
		font-size: 2em;
		color: #fff;
		display: block;
		margin: 0 0 .4em 0;
		text-shadow: 1px 1px 2px #000;
	}

	#content p {
		margin: 0 0 1em 0;
		padding: 0 2em 0 0;
		line-height: 1.4em;
		text-shadow: 1px 1px 2px #152239;
		clear: left;
	}

	#content p img {
		margin: 4px 15px 5px 0;
		float: left;
		border: 1px solid #7E8AA2;
		-webkit-transition: all .2s linear;
	}
		#content p img:hover {
			border: 1px solid #fff;
		}
		#content p img.right {
			float: right;
			margin: 4px 10px 5px 18px;
		}

	#content strong {
		padding-bottom: 1em;
	}
	#content #headline {
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1.4em;
		display: block;
		margin: -21px 0 .7em 0;
	}

	#content a:link, #content a:visited {
		color: #fff;
		font-weight: bold;
		-webkit-transition: all .1s linear;
	}

	#content a:hover {
		color: #7E8AA2;
		font-weight: bold;
	}
	#content a:active {
		color: #253248;
		font-weight: bold;
	}

	#content p.Linklist span {
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: 8px;
	}

	#content p.Linklist strong {
		line-height: 38px;
	}

		#content p.Linklist a {
			font-weight: normal;
		}

ul#footnotes { font-size: .7em; }



.multiBoxDesc { display: none; }


































/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 10px solid #000;
	padding: 0px;
	background: #263248 url(graphics/stripe_bgd.gif) top center repeat;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(./multibox/images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(./multibox/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(./multibox/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(./multibox/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(./multibox/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(./multibox/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.MultiBoxDescription a {
	color: #FFF;

}



/*************************************************************/
