* {
	margin: 0;
	padding: 0;
}
/*<html5>*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*</html5>*/
ul, ol, dl, pre,
table, fieldset {
	padding-top: 1em;
}
html, body {
	background-color: #011c51;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8e8;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	font-size: inherit;
}
	caption, th {
		text-align: left;
	}
fieldset {
	padding: 5px;
	border: 1px solid #093b54;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p {
	margin-top: 1em;
	text-align: justify;
}
ul, ol, dd {
	padding-left: 1em;
	list-style-image: url('/skin/bullet.png');
}
h1 {
	line-height: normal;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	line-height: normal;
	font-size: 133%;
	font-weight: bold;
}
h3, h4, h5, h6 {
	line-height: normal;
	font-size: 116%;
	font-weight: bold;
}
img {
	border: 0;
}
img.align-left, img[align=left] {
	margin-right: 1em;
	float: left;
}
img.align-right, img[align=right] {
	margin-left: 1em;
	float: right;
}
div.align-center {
	text-align: center;
}
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
object {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	color: #008eca;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a.active, a.active:visited,
a:hover, a:active {
	color: #e8e8e8;
}
input, textarea {
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #093b54;
	background-color: #020a1f;
	line-height: normal;
	font-size: 100%;
	font-family: inherit;
	overflow: hidden;
	color: #e8e8e8;
}
input[type=radio], input[type=checkbox] {
	border-width: 0;
}
select {
	padding: 1px 2px;
	line-height: normal;
	font-size: 100%;
	font-family: inherit;
}
input:hover, input:focus,
textarea:hover, textarea:focus {
	background-color: #121a2f;
	color: #ffffff;
}
option {
	background-color: #ffffff;
}
input.btn, a.btn, a.btn:visited {
	display: block;
	width: 155px;
	height: 23px;
	line-height: 23px;
	padding: 0 32px 0 2px;
	border: 0 none;
	background: transparent url('/skin/btn.png') no-repeat left top;
/*	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #ff821f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb86a), to(#ff6c00));
	background-image: -moz-linear-gradient(-90deg, #ffb86a, #ff6c00);
*/	text-align: center;
	font-size: 116%;
	color: #ffffff;
}
a.btn, a.btn:visited {
	width: 121px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
input.btn:hover, input.btn:active,
a.btn:hover, a.btn:active {
	background-position: left bottom;
/*	background-color: #ff9b42;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc587), to(#ff8328));
	background-image: -moz-linear-gradient(-90deg, #ffc587, #ff8328);
*/	text-decoration: none;
	cursor: pointer;
}
label {
	color: #e8e8e8;
}
label.label {
	display: block;
	width: 150px;
	float: left;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	width: auto;
	color: #accae6;
	float: none;
}
div.banner {
	text-align: center;
}
div.validation-advice {
	clear: left;
	padding-left: 150px;
	font-weight: bold;
	color: #accae6;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}
div.container {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}

header {
	margin: 0 auto;
	background: #040406 url('/skin/bg.png') repeat-x center top;
	z-index: 5;
	position: relative;
}
	header div.container {
		height: 131px;
		background: #040406 url('/skin/bg.png') repeat-x center top;
	}
		a#logo {
			display: block;
			width: 222px;
			height: 74px;
/*			background: transparent url('/skin/logo.png') no-repeat left top;
			text-indent: -20000px;
*/			outline: none;
			overflow: hidden;
			position: absolute;
			top: 8px;
			left: 14px;
		}
		a#logo:hover {
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
		}
			a#logo img {
				display: block;
				width: 100%;
				height: 100%;
				position: relative;
			}
		nav {
			width: 100%;
			height: 33px;
			padding-left: 3px;
			background: transparent url('/skin/nav.png') no-repeat left top;
			position: absolute;
			bottom: 7px;
			left: -2px;
		}
			nav ul.menu {
				display: block;
				margin: 0;
				padding: 0 7px;
				line-height: 33px;
				text-transform: uppercase;
				font-size: 92%;
				position: absolute;
				bottom: 0;
			}
				nav ul.menu li {
					list-style: none outside none;
					float: left;
					position: relative;
				}
					nav ul.menu a {
						display: block;
						padding: 0 7px;
						font-weight: bold;
						color: #accae6;
					}
					nav ul.menu li:hover > a {
						color: #ffffff;
					}
					nav ul.menu a:hover,
					nav ul.menu a.active, nav ul a.active:visited {
						text-decoration: none;
						color: #ffffff;
					}
					nav ul.menu ul {
						display: none;
						min-width: 100%;
						padding: 0;
						background-color: #0f2c5b;
						background-color: rgba(15, 44, 91, 0.94);
						white-space: nowrap;
						line-height: 1.9em;
						position: absolute;
						top: 33px;
						left: 0;
					}
					nav ul.menu li:hover ul {
						display: block;
					}
						nav ul.menu ul li {
							float: none;
						}
							nav ul.menu ul a, nav ul.menu ul a:visited {
								padding: 0 8px;
							}
							nav ul.menu ul a:hover,
							nav ul.menu ul a.active, nav ul.menu ul a.active:visited {
								background-color: #123dbe;
							}
			nav ul.main {
				width: 540px;
				left: 2px;
			}
			nav ul.more {
				width: 412px;
				right: 0;
			}
				nav ul.more li {
					padding-right: 14px;
				}
					nav ul.more ul li {
						padding-right: 0;
					}
					nav ul.more a, nav ul.more a:visited {
						padding-right: 22px;
						background-position: right center;
						background-repeat: no-repeat;
					}
					nav ul.more li.rss a, nav ul.more li.rss a:visited {
						background-image: url('/skin/rss.png');
					}
					nav ul.more li.tic4 a, nav ul.more li.tic4 a:visited {
						background-image: url('/skin/tic4.png');
					}
				nav ul.more li.socialcommunity {
					padding-right: 0;
				}
					nav ul.more li.socialcommunity a, nav ul.more li.socialcommunity a:visited {
						padding-right: 7px;
					}
					ul.social a, ul.social a:visited {
						padding-left: 22px;
						background-position: 2px center;
						background-repeat: no-repeat;
						line-height: 1.9em;
					}
					nav ul.more ul.social a, nav ul.more ul.social a:visited {
						padding-left: 29px;
						background-position: 8px center;
					}
					ul.social li.twitter a {
						background-image: url('/skin/icons/twitter.png');
					}
					ul.social li.facebook a {
						background-image: url('/skin/icons/facebook.png');
					}
					ul.social li.linkedin a {
						background-image: url('/skin/icons/linkedin.png');
					}
					ul.social li.youtube a {
						background-image: url('/skin/icons/youtube.png');
					}
					ul.social li.blogger a {
						background-image: url('/skin/icons/blogger.png');
					}
					ul.social li.google a {
						background-image: url('/skin/gplus-16.png');
					}
		header div.banner {
			height: 77px;
			overflow-y: hidden;
			position: absolute;
			top: 8px;
			right: 0;
		}
footer {
	background: transparent url('/skin/footer.png') repeat-x center top;
	line-height: 1.5em;
	font-size: 92%;
	color: #accae6;
	clear: both;
	position: relative;
}
	footer div.container {
		min-height: 200px;
		background: transparent url('/skin/footer.png') repeat-x center top;
	}
		footer div.column {
			width: 182px;
			padding: 38px 0 0 14px;
			float: left;
		}
			footer a, footer a:visited {
				display: block;
			}
			footer h1, footer h2 {
				padding-bottom: 10px;
				font-weight: normal;
				font-size: 127%;
			}
			footer h2.small, footer h3 {
				padding-bottom: 0;
				font-weight: normal;
				font-size: 100%;
			}
			footer h3.padded, footer ul,
			footer dl, footer dd {
				padding: 0 0 10px;
			}
			footer li {
				list-style: none outside none;
				position: relative;
			}
			footer li.has-sub {
				z-index: 1;
			}
				footer li:hover > a {
					color: #ffffff;
				}
				footer li ul {
					display: none;
					padding: 0;
					background-color: #001446;
					background-color: rgba(0, 20, 70, 0.9);
					white-space: nowrap;
					line-height: 1.9em;
					position: absolute;
					top: 0;
					left: 100px;
				}
				footer li:hover ul {
					display: block;
				}
					footer li li a, footer li li a:visited {
						padding: 0 8px;
					}
					footer li li a:hover,
					footer li li a.active, footer li li a.active:visited {
						background-color: #123dbe;
					}
div#body {
	margin: 0 auto;
	background: #040406 url('/skin/bg.png') repeat-x center -131px;
	position: relative;
}
	div#body div.container {
		padding-bottom: 8px;
		background: #040406 url('/skin/bg.png') repeat-x center -131px;
		zoom: 1;
	}
		section#headlines {
			width: 100%;
			height: 217px;
			margin-bottom: 17px;
			border-bottom: 1px solid #093b54;
			line-height: 1.3em;
			color: #ffffff;
			overflow: hidden;
			position: relative;
		}
			section#headlines p {
				margin-top: 0;
			}
			section#headlines a, section#headlines a:visited {
				color: #ffffff;
			}
			section#headlines a:hover {
				color: #88dcff;
			}
			section#headlines h1, section#headlines h2 {
				padding-bottom: 13px;
				font-weight: normal;
				font-size: 167%;
				color: #ffffff;
			}
			section.brandbox h1 {
				display: none;
			}
				section#headlines h1 a, section#headlines h1 a:visited,
				section#headlines h2 a, section#headlines h2 a:visited {
					font-weight: normal;
				}
			section#headlines li {
				list-style-image: url('/skin/bullet_light.png');
			}
			section#headlines article {
				width: 100%;
				height: 100%;
				overflow: hidden;
				position: absolute;
				top: 0;
				left: 0;
			}
				section#headlines div.content {
					width: 360px;
					height: 189px;
					padding: 17px 49px 0 17px;
					background: transparent url('/skin/brandbox.png') no-repeat left top;
					overflow: hidden;
					z-index: 1;
					position: absolute;
					top: 0;
					right: 0;
				}
					section#headlines a.btn, section#headlines a.btn:visited {
						position: absolute;
						bottom: 17px;
						left: 17px;
					}
					section#headlines a.btn:hover {
						color: #ffffff;
					}
				section#headlines div.image, section#headlines a.image {
					display: block;
					width: 554px;
					height: 100%;
					overflow: hidden;
					float: left;
					position: relative;
				}
			section#headlines a.nav, section#headlines a.nav:visited {
				display: block;
				width: 38px;
				height: 206px;
				background: transparent none no-repeat left center;
				color: #92959b;
				overflow: hidden;
				opacity: 0.67;
				filter: alpha(opacity=67);
				z-index: 2;
				position: absolute;
				top: 0;
			}
			section#headlines a.left, section#headlines a.left:visited {
				background-image: url('/skin/left.png');
				_background-image: none;
				_filter: alpha(opacity=67) progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='/skin/left.png');
				left: 0;
			}
			section#headlines a.right, section#headlines a.right:visited {
				background-image: url('/skin/right.png');
				_background-image: none;
				_filter: alpha(opacity=67) progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='/skin/right.png');
				right: 0;
			}
			section#headlines a.nav:hover {
				opacity: 1;
				filter: alpha(opacity=100);
				cursor: pointer;
			}
			section#headlines a.left:hover {
				_filter: alpha(opacity=100) progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='/skin/left.png');
			}
			section#headlines a.right:hover {
				_filter: alpha(opacity=100) progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='/skin/right.png');
			}
		section#content {
			width: 552px;
			float: left;
			position: relative;
		}
		section#news, aside {
			width: 426px;
			float: right;
			position: relative;
		}
			div.block {
				padding: 0 14px 17px;
			}
			section#content div.highlight {
				width: 538px;
			}
			div.highlight {
				background-color: #020a1f;
				position: relative;
			}
				div.highlight h1, div.highlight h2 {
					padding: 0 14px;
					background-color: #011036;
					line-height: 2.7em;
					font-size: 100%;
					color: #accae6;
				}
				div.highlight div.block {
					padding-right: 0;
				}
			div.social {
				line-height: 1.6em;
				font-size: 92%;
			}
				div.social h1, div.social h2 {
					line-height: 2.8em;
				}
				div.social a, div.social a:visited {
					display: block;
					font-weight: normal;
				}
				div.social div.column {
					width: 262px;
					float: left;
				}
					div.social div.col {
						width: 131px;
						float: left;
					}
						div.social li {
							list-style-image: url('/skin/bullet_light.png');
						}
						div.social li.email {
							list-style-image: url('/skin/icons_small/email.png');
						}
						div.social li.print {
							list-style-image: url('/skin/icons_small/print.png');
						}
						div.social li.favorites {
							list-style-image: url('/skin/icons_small/favorites.png');
						}
						div.social li.rss {
							list-style-image: url('/skin/icons_small/rss.png');
						}
						div.social li.facebook {
							list-style-image: url('/skin/icons_small/facebook.png');
						}
						div.social li.twitter {
							list-style-image: url('/skin/icons_small/twitter.png');
						}
						div.social li.linkedin {
							list-style-image: url('/skin/icons_small/linkedin.png');
						}

