/* JS disabled styles */  
.no-js nav li:hover ul { display:block; }  

/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: #e4eaef;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #478fe4;
}

	a:hover {
		text-decoration: none;
	}
	
	

/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main {
	font-size: 0.75em;
}

#header-tail {
	background: url(../images/header-tail.gif) repeat-x 50% 0%;
	width: 100%;
}

	header {
		position: relative;
		width: 980px;
		height: 107px;
		margin: 0 auto;
	}

#aside-bg {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

	aside {
		width: 980px;
		margin: 0 auto;

	}

#content-tail {
	background: #f3f6f9 url(../images/content-tail.gif) repeat-x 50% 0%;
	width: 100%;
}

	section#content {
		width: 980px;
		margin: 0 auto;
	}

#footer-tail {
	background: url(../images/footer-tail.gif) repeat-x 50% 0%;
}

	#footer-bg {
		background: url(../images/footer-bg.jpg) no-repeat 50% 0%;
		width: 100%;
	}

		footer {
			width: 980px;
			height: 73px;
			overflow: hidden;
			margin: 0 auto;
		}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 14px 10px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 4px 14px 23px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 55px 21px 0;
	}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4, .block-5 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

#icons {
	position: absolute;
	top: 18px;
	right: 3px;
}

	#icons li {
		float: left;
		padding: 0 0 0 7px;
	}

nav {
	position:absolute;
	top: 44px;
	right: 638px;
	z-index:3;

}

	nav ul {
		overflow: hidden;
	}
	
		nav ul li {
			float: left;
			padding: 0 0 0 50px;
			z-index:0;
		}
		
			nav ul li a {
				float: left;
				line-height: 50px;
				font-size: 1.333em;
				font-weight: 600;
				text-decoration: none;
				color: #2a4467;
				left:0;

			}
			
				nav ul li a:hover {
					color: #909dad;
				}
				
			nav ul li.current a {
				color: #909dad;
				
			}
			
			
			nav li:first-child a { border-left:none; }  


nav ul ul { display:none; width:100%; top:50px; right:5px; position:absolute;  background:#06F; color:#FFF; font-size:14px; font:Verdana, Geneva, sans-serif }  
nav ul ul li { float:inherit;  z-index:2;  }  
nav ul ul a { margin-left:auto;  border-left:none; padding: 0 0 0 20px; border-right:none; font-size:14px; color:#FFF;}  
nav ul ul a:hover { background-color:#FFF; color:#06F; padding: 0 10px 0 10px; }  

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content #indent {
	padding: 27px 4px 31px 4px;
	z-index:1;
}

#content #indent-1 {
	padding: 27px 4px 31px 1px;
		z-index:1;
}

	#content p {
		padding: 0 0 16px 0;
		line-height: 16px;
		font-size: 1em;
		color: #909dad;
	}
	
		#content p.extra {
			padding: 0 0 12px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 20px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 14px 0;
		}
		
		#content p.extra3 {
			padding: 0 0 7px 0;
		}
		
	#content blockquote p strong {
		display: block;
		text-align: right;
		color: #909dad;
	}
	
	#content blockquote p b {
		display: block;
		padding: 0 0 3px 0;
		text-align: right;
		color: #909dad;
	}
	
		#content p small {
			float: right;
			padding: 0 21% 0 0;
			font-size: 1em;
		}

/* ============================== content END ==================================== */






/* ============================= aside START =================================== */

aside .indent {
	padding: 28px 22px 32px 0;
}

/* ============================== aside END ==================================== */







/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #000 url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 0 0 0 0;
	}
	
/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

h1 {
	position: absolute;
	top: 17px;
	left: 3px;
}

	h1 a {
		background: url(../images/logo.png) no-repeat 0% 0%;
		display: block;
		width: 260px;
		height: 70px;
		overflow: hidden;
	}
	
		h1 a span {
			display: none;
		}

h2 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 3em;
	font-weight: 700;
	color: #2a4467;
}

	h2 span {
		float: left;
	}
	
	h2 a {
		float: left;
		position: relative;
		margin: 17px 0 0 9px;
	}
	
	h2 img {
		float: left;
	}
	
	h2 em {
		display: block;
		margin: 0 0 -4px 0;
		font-style: normal;
	}
	
	h2 strong {
		display: block;
		padding: 0 0 4px 0;
		font-weight: 700;
	}

h3 {
	padding: 0 0 10px 0;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 3em;
	font-weight: 700;
	color: #7bc143;
}

h6 {
	padding: 0 0 12px 0;
	line-height: 16px;
	font-size: 1em;
	color: #909dad;
}

	h6 em {
		display: block;
		margin: 0 0 -12px 0;
		font-style: normal;
	}

.link {
	float: left;
	line-height: 16px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #478fe4;
}
	
	.link:hover {
		color: #7bc143;
	}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 271px;
	padding: 4px 0 0 0;
	overflow: hidden;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 41px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 263px;
		height: 15px;
		padding: 2px 3px 2px 3px;
		border: 1px solid #909dad;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #909dad;
	}
	
	#contact-form textarea {
		background: none;
		width: 263px;
		height: 120px;
		padding: 2px 3px 2px 3px;
		border: 1px solid #909dad;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #909dad;
	}
	
	#contact-form a.link {
		margin: 13px 22px 0 0;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 10px 0;
}

.pic-indent-1 {
	margin: 0 0 11px 0;
}

.list {
	padding: 0 0 15px 0;
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 6px;
		padding: 0 0 0 21px;
		line-height: 24px;
		font-size: 1em;
		color: #478fe4;
	}
	
		.list li a {
			color: #478fe4;
		}

.list-1 {
	width: 100%;
	overflow: hidden;
}

	.list-1 li {
		background: url(../images/marker-1.gif) no-repeat 0% 2px;
		width: 100%;
		padding: 0 0 15px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 16px;
		font-size: 1em;
		color: #2a4467;
	}
	
	.list-1 li.last {
		padding: 0 0 7px 0;
	}
	
		.list-1 li div {
			padding: 0 0 0 21px;
		}
	
		.list-1 li strong {
			display: block;
		}
		
			.list-1 li strong a {
				font-weight: normal;
				color: #478fe4;
			}
			
		.list-1 li b {
			display: block;
		}
		
			.list-1 li b span {
				font-weight: normal;
			}

.list-2 {
	width: 100%;
	overflow: hidden;
}

	.list-2 li {
		background: url(../images/line-hor.gif) repeat-x 0% 100%;
		width: 100%;
		margin: 0 0 12px 0;
		padding: 0 0 15px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 16px;
		font-size: 1em;
		color: #909dad;
	}
	
	.list-2 li.last {
		background: none;
		margin: 0;
		padding: 0;
	}
	
	.list-2 li.extra {
		background: none;
		padding: 0 0 17px 0;
	}
	
		.list-2 li span {
			float: left;
			width: 33px;
			height: 40px;
			overflow: hidden;
		}
		
			.list-2 li span strong {
				display: block;
				margin: -4px 0 -16px 0;
				line-height: 1.2em;
				font-size: 2em;
				font-weight: 700;
				color: #909dad;
			}
			
			.list-2 li span b {
				display: block;
				margin: -4px 0 0 0;
				line-height: 1.2em;
				font-size: 1.5em;
				font-weight: 700;
				color: #909dad;
			}
		
		.list-2 li em {
			display: block;
			font-weight: bold;
			font-style: normal;
			color: #7bc143;
		}
		
		.list-2 li p {
			overflow: hidden !important;
			padding: 0 !important;
			line-height: 16px !important;
			font-size: 1em !important;
			color: #909dad !important;
		}
		
			.list-2 li p a {
				text-transform: uppercase;
				text-decoration: none;
				font-weight: 700;
				color: #478fe4;
			}
			
				.list-2 li p a:hover {
					color: #7bc143;
				}

.list-3 {
	padding: 0 0 2px 0;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #909dad;
}

	.list-3 dt {
		font-weight: bold;
	}
	
		.list-3 dt a {
			text-decoration: none;
			color: #909dad;
		}
		
		.list-3 dt a:hover {
			text-decoration: underline;
		}
		
	.list-3 dd {
		padding: 0 0 16px 0;
	}

.list-4 {
	margin: 0 0 -13px 0;
	padding: 0 11px 0 0;
	overflow: hidden;
	line-height: 16px;
	font-size: 1em;
	color: #909dad;
}

	.list-4 dt {
		font-weight: bold;
	}
	
	.list-4 dd {
		width: 100%;
		padding: 0 0 16px 0;
		overflow: hidden;
	}
	
		.list-4 dd small {
			float: right;
			font-size: 1em;
		}

.pic-position {
	float: left;
	margin: 3px 7px 0 0;
}

.info-box {
	overflow: hidden;
}


.info-box_2 {
	overflow: hidden;
}


	.info-box strong {
		display: block;
		padding: 0 0 14px 0;
		line-height: 1.2em;
		font-size: 1.667em;
		font-weight: 600;
		color: #909dad;
	}
	

	.info-box_2 strong {
		display: block;
		padding: 0 0 14px 0;
		line-height: 1.2em;
		font-size: 1.267em;
		
		font-weight: 600;
		color: #909dad;
	}
		.info-box strong b {
			display: block;
			margin: -2px 0 0 0;
			font-weight: 600;
		}
	
		.info-box_2 strong b {
			display: block;
			margin: -2px 0 0 0;
			font-weight: 600;
		}
	
	.info-box p {
		padding: 0 0 9px 0 !important;
		line-height: 16px !important;
		font-size: 1em !important;
		color: #909dad !important;
	}


	.info-box_2 p {
		padding: 10px 0 9px 0 !important;
		line-height: 16px !important;
		font-size: 1em !important;
		color: #909dad !important;
	}
.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	padding: 0 0 3px 0;
}

/* ============================== other END ====================================== */






/* ============================== JS accordion START ====================================== */

.accordion {
	background: #fff;
	min-height: 561px;
	height: auto !important;
	height: 561px;
	position:inherit;
	z-index:1;
}

#accordion {
	width: 100%;
	min-height: 561px;
	height: auto !important;
	height: 561px;
	position:inherit;
	z-index:1;
}

	#accordion dt {
		width: 100%;
		height: 70px;
		line-height: 94px;
		letter-spacing: -2px;
		font-size: 7em;
		font-weight: 900;
		color: #fff;
		cursor: pointer;
		z-index:1;
	}
	
	#accordion dt.active {
		overflow: visible;
		padding: 28px 0 10px 0;
		z-index:1;
	}
	
		#accordion dt a {
	position: relative;
	z-index: 100 !important;
	display: block;
	width: 980px;
	height: 83px;
	overflow: hidden;
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	z-index: 1;
		}
		
		#accordion dt.active a {
			background: none !important;
			overflow: visible;
			z-index:1;
		}
		
			#accordion dt a span {
				display: block;
				height: 70px;
				overflow: hidden;
				z-index:1;
				font-size:55px;
			}
			
			#accordion dt.active a span {
				overflow: visible;
				z-index:1;
			}
		
	#accordion dt.acc-title-1 {
		background: #2a4467 url(../images/accordion-title1.gif) repeat-x 50% 0%;
		z-index:1;
	}
	
		#accordion dt.acc-title-1 a {
			background: url(../images/arrow-1.png) no-repeat 952px 70px;
			z-index:1;
		}
	
	#accordion dt.acc-title-2 {
		background: #478fe4 url(../images/accordion-title2.gif) repeat-x 50% 0%;
		z-index:1;
	}
	
		#accordion dt.acc-title-2 a {
			background: url(../images/arrow-2.png) no-repeat 952px 70px;
		}
	
	#accordion dt.acc-title-3 {
		background: #909dad url(../images/accordion-title3.gif) repeat-x 50% 0%;
		z-index:1;
	}
	
		#accordion dt.acc-title-3 a {
			background: url(../images/arrow-3.png) no-repeat 952px 70px;
		}
	
	#accordion dt.acc-title-4 {
		background: #7bc143 url(../images/accordion-title4.gif) repeat-x 50% 0%;
		z-index:1;
	}
	
		#accordion dt.acc-title-4 a {
			background: url(../images/arrow-4.png) no-repeat 952px 70px;
		}
		
		#accordion dd {
			position: relative;
			height: 339px;
			margin: -108px 0 0 0;
			display: none;
		}
			#accordion dd .indent {
	position: relative;
	width: 980px;
	height: 314px;
	margin: 0 auto;
	padding: 124px 0 0 0;
	overflow: hidden;
	font-size: 8px;
	visibility: visible;
			}
			
			#accordion dd strong {
				display: block;
				width: 100%;
				margin: 0 0 -18px 0;
				overflow: hidden;
				letter-spacing: -2px;
				line-height: 1.2em;
				font-size: 7em;
				font-weight: 900;
				color: #fff;
			}
			
			#accordion dd b {
				display: block;
				width: 375px;
				padding: 0 20px 0 0;
				overflow: hidden;
				line-height: 1.2em;
				font-size: 4.083em;
				font-weight: 300;
				text-align: right;
				color: #fff;
			}
			
				#accordion dd b span {
					display: block;
					margin: -12px 0 0 0;
				}
				
				#accordion dd b em {
					display: block;
					margin: -68px 0 0 0;
					font-style: normal;
				}
				
			#accordion dd ul {
				position: absolute;
				top: 137px;
				left: 395px;
			}
			
				#accordion dd ul li {
					line-height: 30px;
					font-size: 2.667em;
					font-weight: 700;
					color: #fff;
					
				}
				
					#accordion dd ul li span {
						color: #72b1fb;
						
					}
					
					#accordion dd ul li i {
						font-style: normal;
						color: #2a4468;
					}
				
					#accordion dd ul li a {
						margin: 0 0 0 6px;
						text-decoration: none;
						color: #fff;
						
					}
					
						#accordion dd ul li a:hover {
							color: #000;
						}
						
			#accordion dd p {
				width: 340px;
				line-height: 28px;
				font-size: 2em;
				font-weight: 700;
				color: #fff;
				position: absolute;
				top: 137px;
				left: 395px;
			}
			
	#accordion dd.acc-bg-1 {
		background: #2a4467 url(../images/acc-bg-1.jpg) no-repeat 50% 0%;
	}
	
	#accordion dd.acc-bg-2 {
		background: #2c76a3 url(../images/acc-bg-2.jpg) no-repeat 50% 0%;
	}
	
	#accordion dd.acc-bg-3 {
		background: #569cbe url(../images/acc-bg-3.jpg) no-repeat 50% 0%;
	}
	
	#accordion dd.acc-bg-4 {
		background: #55a61d url(../images/acc-bg-4.jpg) no-repeat 50% 0%;
	}

/* =============================== JS accordion END ======================================= */






/* ============================ footer START ===================================== */

footer .inner {
	padding: 15px 4px 0 4px;
}

footer strong {
	float: right;
	line-height: 32px;
	font-size: 1em;
	color: #909dad;
}

	footer strong a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #909dad;
	}
	
		footer strong a:hover {
			text-decoration: underline;
		}

footer p {
	background: url() no-repeat 0% 0%;
	padding: 0 0 0 69px;
	line-height: 32px;
	font-size: 1em;
	font-weight: bold;
	color: #909dad;
}

	footer p span {
		padding: 0 3px 0 0;
	}

	footer p a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #909dad;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}

/* ============================= footer END ====================================== */
