/* =================== 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 }

table, td {
	border-collapse: collapse;
}

table, td, img {
	border: 0;
}

td, tr {
	vertical-align: top;
	text-align: left;
}

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





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

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

html {
	background: transparent;
	min-width: 1037px;
	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: #000;
}

	a:hover {
		text-decoration: none;
	}

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






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

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

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

#main {
	width: 1037px;
	margin: 0 auto;
	padding: 0 1px 0 0;
	font-size: 0.75em;
}

header {
	position: relative;
	height: 641px;
}

section#content {
	background: #f2f2f2 url(../images/content-tail.gif) repeat-x 50% 57px;
}

footer {
	background: url(../images/footer.gif) no-repeat 0% 0%;
	height: 91px;
	overflow: hidden;
}

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






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

.fleft {
	float: left;
}

.fright {
	float: right;
}

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

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

.block-1, .block-2, .block-3, .block-4 {
	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 =================================== */

header i {
	display: block;
	line-height: 16px;
	font-size: 1em;
	font-style: normal;
	color: #fff;
	position: absolute;
	top: 77px;
	left: -1px;
}

#navi {
	position: absolute;
	top: 44px;
	right: -1px;
}

	#navi li {
		float: left;
		padding: 0 0 0 16px;
		font-size: 0.917em;
		text-transform: uppercase;
		color: #fff;
	}
	
		#navi li a {
			text-decoration: none;
			color: #fff;
		}
		
			#navi li a:hover {
				text-decoration: underline;
			}

#menu {
	position: absolute;
	top: 116px;
	left: 0;
}

	#menu li {
		float: left;
		padding: 0 18px 0 0;
		line-height: 16px;
		font-size: 0.917em;
		text-transform: uppercase;
		color: #21426b;
	}
	
		#menu li a {
			text-decoration: none;
			color: #21426b;
		}
		
			#menu li a:hover {
				text-decoration: underline;
			}

nav {
	background: url(../images/menu-tail.gif) repeat-x 50% 0%;
	width: 100%;
	height: 66px;
	overflow: hidden;
	position: absolute;
	top: 151px;
	left: 0;
}

	nav ul {
		width: 100%;
		overflow: hidden;
	}
	
		nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 0%;
			float: left;
			margin: 0 0 0 -2px;
		}
		
		nav ul li.last a {
			padding: 0 27px 0 27px;
		}
		
			nav ul li a {
				background: url(../images/menu-act.gif) repeat-x 50% -66px;
				position: relative;
				float: left;
				height: 66px;
				line-height: 66px;
				padding: 0 26px 0 27px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 1.917em;
				font-weight: bold;
				text-transform: uppercase;
				text-shadow: 1px 1px 0 #4d9dc1;
				text-decoration: none;
				color: #fff;
			}
			
				nav ul li a:hover {
					background-position: 0% 0%;
				}
				
				nav ul li.current a {
					background-position: 0% 0%;
				}

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





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

#content p {
	padding: 0 0 16px 0;
	line-height: 16px;
	font-size: 1em;
	color: #8b8b8b;
	text-align:left;
}

	#content p.extra {
		padding: 0 0 10px 0;
      text-align:left;
	}
	
	#content p.extra1 {
		padding: 0 0 11px 0;
	}

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



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

.box {
	width: 100%;
	overflow: hidden;
}
	
	.box .indent {
		padding: 20px 20px 26px 20px;
	}
	
	.box .indent-1 {
		padding: 20px 20px 20px 20px;
	}
	
		.box .inner {
			padding: 0 20px 0 0;
		}

.box-1 {
	background: #172d45 url(../images/box-tail-1.gif) repeat-x 0% 0%;
	border-top: 1px solid #274a71;
	border-right: 1px solid #1c344f;
	border-bottom: 1px solid #14273c;
	border-left: 1px solid #1a344f;
}

	.box-1 .indent {
		padding: 5px 5px 21px 5px;
	}
	
	.box-1 .indent-1 {
		padding: 5px 5px 17px 5px;
	}
	
		.box-1 .inner {
			padding: 0 12px 0 14px;
		}
		
		.box-1 .inner-1 {
			padding: 0 22px 0 14px;
		}
		
	.box-1 p {
		padding: 0 0 14px 0 !important;
		line-height: 19px !important;
		font-size: 1em !important;
		color: #a0dcf9 !important;
	}

.box-2 {
	background: #172d45 url(../images/box-tail-2.gif) repeat-x 0% 0%;
	border-top: 1px solid #3970ad;
	border-right: 1px solid #284e7e;
	border-bottom: 1px solid #1d395d;
	border-left: 1px solid #264d7c;
}

	.box-2 .indent {
		padding: 5px 5px 21px 5px;
	}
	
		.box-2 .inner {
			padding: 0 12px 0 14px;
		}
		
	.box-2 p {
		padding: 0 0 14px 0 !important;
		line-height: 19px !important;
		font-size: 1em !important;
		color: #a0dcf9 !important;
	}

.box-3 {
	background: #449ec8 url(../images/box-tail-3.gif) repeat-x 0% 0%;
	border-top: 1px solid #a6daf3;
	border-right: 1px solid #60b7e0;
	border-bottom: 1px solid #4093ba;
	border-left: 1px solid #6cb3d4;
}

	.box-3 .inner {
		padding: 12px 19px 17px 19px;
	}
	
		.box-3 p {
			padding: 0 0 20px 0 !important;
			line-height: 18px !important;
			font-size: 1em !important;
			color: #172e46 !important;
		}

/* ============================== boxes END ====================================== */





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

h1 {
	position: absolute;
	top: 26px;
	left: 0px;
}

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

h2 {
	background: url(../images/title-tail.gif) repeat-x 0% 0%;
	height: 57px;
	padding: 0 18px 0 18px;
	overflow: hidden;
	line-height: 56px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.917em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

h3 {
	background: url(../images/title-tail1.gif) repeat-x 0% 0%;
	height: 57px;
	padding: 0 18px 0 18px;
	overflow: hidden;
	line-height: 54px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.917em;
	text-transform: uppercase;
	color: #404040;
}

h4 {
	background: #21426b;
	height: 37px;
	margin: 0 0 5px 0;
	padding: 0 12px 0 12px;
	line-height: 36px;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
}

h5 {
	background: url(../images/title-tail2.gif) repeat-x 0% 0%;
	height: 29px;
	margin: 0 0 17px 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
	line-height: 28px;
	font-size: 1em;
	text-transform: uppercase;
	color: #49a3cd;
}

	h5 strong {
		float: right;
		width: 86px;
	}

h6 {
	padding: 0 0 10px 0;
	line-height: 16px;
	font-size: 1em;
	font-weight: normal;
	color: #49a3cd;
}

	h6 strong {
		display: block;
		padding: 0 0 7px 0;
		font-weight: normal;
	}

.link {
	float: left;
	line-height: 18px;
	font-size: 1em;
	font-weight: bold;
	color: #1c1c1c;
}

.link-1 {
	background: url(../images/link-arrow.gif) no-repeat 100% 7px;
	float: right;
	padding: 0 7px 0 0;
	font-weight: bold;
	color: #49a3cd;
}

.link-2 {
	float: left;
	line-height: 18px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.link-3 {
	background: url(../images/link-arrow1.gif) no-repeat 100% 7px;
	float: right;
	padding: 0 7px 0 0;
	font-weight: bold;
	color: #fff;
}

.link-indent {
	margin: 0 0 16px 0;
}

.title {
	padding: 0 0 10px 0;
	line-height: 1.333em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.title-1 {
	padding: 0 0 8px 0;
	line-height: 30px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.917em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

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





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

#contact-form {
	width: 100%;
	overflow: hidden;
}

#search-form {
	width: 278px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	top: 113px;
	right: 0;
}

	#search-form input {
		background: #fff;
		width: 208px;
		height: 15px;
		padding: 3px 7px 3px 7px;
		border: 1px solid #dbdbdb;
		border-right: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.917em;
		color: #aca9a9;
	}
	
	#search-form a {
		background: url(../images/search-subtmit.gif) no-repeat 0% 0%;
		float: left;
		width: 55px;
		height: 22px;
		overflow: hidden;
		line-height: 22px;
		font-size: 0.917em;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #fff;
	}
	
	#search-form a:hover {
		color: #000;
	}

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





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

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

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

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 9px;
		padding: 0 0 0 13px;
		line-height: 24px;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
	}
	
		.list li a {
			text-decoration: none;
			color: #fff;
		}
		
			.list li a:hover {
				text-decoration: underline;
			}

.list-1 {
	overflow: hidden;
}

	.list-1 li {
		background: #172d45 url(../images/list-tail.gif) repeat-x 0% 0%;
		padding: 5px 6px 5px 6px;
		border-top: 1px solid #274a71;
		border-right: 1px solid #152940;
		border-bottom: 1px solid #14273c;
		border-left: 1px solid #1a3550;
	}
	
	.list-1 li.extra {
		background: #21426b url(../images/list-tail1.gif) repeat-x 0% 0%;
		border-top: 1px solid #3970ad;
		border-right: 1px solid #284f7e;
		border-bottom: 1px solid #1d395d;
		border-left: 1px solid #21426c;
	}
	
		.list-1 li div {
			width: 100%;
			overflow: hidden;
		}
		
		.list-1 li img {
			float: left;
		}
		
		.list-1 li strong {
			background: url(../images/list-title.gif) repeat-x 0% 0%;
			display: block;
			height: 29px;
			padding: 0 0 0 10px;
			overflow: hidden;
			line-height: 28px;
			color: #49a3cd;
		}
		
			.list-1 li strong a {
				text-decoration: none;
				color: #49a3cd;
			}
			
			.list-1 li strong a:hover {
				color: #000;
			}
		
		.list-1 li p {
			overflow: hidden !important;
			padding: 5px 8px 0 10px !important;
			line-height: 19px !important;
			font-size: 1em !important;
			color: #a0dcf9 !important;
		}
		
			.list-1 li p span {
				color: #fff !important;
			}

.list-2 {
	overflow: hidden;
	padding: 0 0 8px 0;
}

	.list-2 dt {
		line-height: 18px;
		font-size: 1em;
		font-weight: bold;
		color: #182e46;
	}
	
		.list-2 dt a {
			text-decoration: none;
			color: #182e46;
		}
		
			.list-2 dt a:hover {
				text-decoration: underline;
			}
			
	.list-2 dd {
		background: url(../images/line-hor.gif) repeat-x 0% 100%;
		margin: 0 0 17px 0;
		padding: 0 0 16px 0;
		line-height: 18px;
		font-size: 1em;
		color: #172e46;
	}
	
	.list-2 dd.last {
		background: none;
		margin: 0;
		padding: 0;
	}
	
		.list-2 dd strong {
			display: block;
			padding: 0 0 1px 0;
			color: #fff;
		}

.list-3 {
	overflow: hidden;
	padding: 4px 0 18px 0;
}

	.list-3 li {
		width: 100%;
		padding: 0 0 4px 0;
		overflow: hidden;
		vertical-align: top;
		font-size: 0.917em;
		color: #fff;
	}
	
		.list-3 li strong {
			background: #354c67;
			float: right;
			width: 85px;
			height: 20px;
			margin: 0 0 0 1px;
			overflow: hidden;
			line-height: 20px;
			font-weight: normal;
			text-align: center;
			color: #fff;
		}
		
			.list-3 li.extra strong {
				background: none;
			}
		
		.list-3 li em {
			background: #354c67;
			float: left;
			width: 18px;
			height: 20px;
			margin: 0 1px 0 0;
			padding: 0 0 0 2px;
			overflow: hidden;
			line-height: 20px;
			font-style: normal;
			text-align: center;
			color: #fff;
		}
		
			.list-3 li.extra em {
				background: none;
			}
		
		.list-3 li b {
			background: #354c67;
			display: block;
			height: 20px;
			padding: 0 0 0 6px;
			overflow: hidden;
			line-height: 20px;
			font-weight: normal;
			color: #fff;
		}
		
			.list-3 li.extra b {
				background: none;
			}
		
				.list-3 li b a {
					text-decoration: none;
					color: #fff;
				}
				
				.list-3 li b a:hover {
					color: #49a3cd;
				}

.table {
	border-top: 1px solid #b8b5b3;
}

.results {
	margin: 0 0 0 1px;
	border-bottom: 1px solid #b8b5b3;
	border-right: 1px solid #e7e6e6;
}
	
	.results tr.indent td {
		padding: 13px 0 0 0;
	}
	
	.results tr.last td {
		padding: 0 0 13px 0;
	}

		.results tr td {
			border-left: 1px solid #e7e6e6;
		}

	.results span {
		display: block;
		height: 39px;
		overflow: hidden;
		border-bottom: 1px solid #b8b5b3;
		line-height: 38px;
		font-size: 1em;
		font-weight: bolder;
		text-align: center;
		color: #000000;
	}
	
	.results strong {
		display: block;
		width: 69px;
		padding: 0 0 0 4px;
		line-height: 30px;
		font-size: 1.083em;
		font-weight: normal;
		text-align: center;
		color: #8b8b8b;
	}
	
	.results p {
		width: 411px;
		padding: 0 15px 0 33px !important;
		line-height: 30px !important;
		font-size: 1.083em !important;
		color: #8b8b8b !important;
	}
	
		.results p a {
			text-decoration: none;
			color: #8b8b8b;
		}
		
		.results p a:hover {
			color: #000;
		}
	
	.results b {
		display: block;
		width: 79px;
		padding: 0 10px 0 0;
		line-height: 30px;
		font-size: 1.083em;
		font-weight: normal;
		text-align: center;
		color: #8b8b8b;
	}
	
	.results em {
		display: block;
		width: 62px;
		padding: 0 0 0 27px;
		line-height: 30px;
		font-size: 1.083em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut1 {
		display: block;
		width: 75px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut2 {
		display: block;
		width: 40px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut3 {
		display: block;
		width: 25px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut4 {
		display: block;
		width: 340px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut5 {
		display: block;
		width: 40px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut6 {
		display: block;
		width: 210px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut7 {
		display: block;
		width: 110px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}

	.results sut8 {
		display: block;
		width: 90px;
		padding: 0 0 0 7px;
		line-height: 30px;
		font-size: 0,91em;
		font-style: normal;
		color: #8b8b8b;
	}



.privacy {
	width: 100%;
}

	.privacy .indent {
		padding: 16px 20px 11px 20px;
	}
	
	.privacy p strong {
		display: block;
		padding: 9px 0 0 0;
	}

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





/* ============================== JS faded-slider END ====================================== */

#faded {
	width: 1037px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 227px;
	left: 0;
}

	#faded ul li div {
		background: url(../images/gallery-box.png) repeat-x 0% 0%;
		width: 719px;
		height: 30px;
		padding: 10px 20px 0 19px;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
		#faded ul li div strong {
			display: block;
			padding: 0 0 8px 0;
			word-spacing: 1px;
			line-height: 20px;
			font-size: 1.833em;
			font-weight: bolder;
			color: #404040;
		}
		
		#faded ul li div p {
			padding: 0 0 0 0 !important;
			line-height: 16px !important;
			font-size: 1em !important;
			font-weight: normal;
			color: #2a5284 !important;
		}
		
		#faded ul li div a {
			background: url(../images/gallery-button.gif) repeat-x 0% 0%;
			float: right;
			height: 27px;
			overflow: hidden;
			margin: 8px 0 0 0;
			padding: 0 11px 0 11px;
			line-height: 24px;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			border-top: 1px solid #274a71;
			border-right: 1px solid #192f48;
			border-bottom: 1px solid #14273c;
			border-left: 1px solid #203d5d;
		}
		
			#faded ul li div a:hover {
				color: #48bbf0;
			}

ul.pagination {
	width: 279px;
	position: absolute;
	top: 0;
	right: 0;
}

	ul.pagination li {
		width: 100%;
		height: 100px;
		overflow: hidden;
		vertical-align: top;
	}

		ul.pagination li a {
			background: url(../images/gallery.gif) no-repeat 0% 0%;
			display: block;
			width: 267px;
			height: 88px;
			padding: 6px;
			overflow: hidden;
			text-decoration: none;
		}
		
			ul.pagination li a:hover {
				background-position: 0% -100px;
			}
			
				ul.pagination li.current a {
					background-position: 0% -100px;
				}
				
		ul.pagination li a img {
			float: left;
		}
		
			ul.pagination li a strong {
				background: url(../images/gallery-title.gif) repeat-x 0% 0%;
				display: block;
				height: 29px;
				overflow: hidden;
				padding: 0 0 0 10px;
				line-height: 28px;
				font-size: 1em;
				color: #fff;
				cursor: pointer;
			}
			
				ul.pagination li a:hover strong {
					background: none;
					color: #a0dcf9;
				}
			
				ul.pagination li.current a strong {
					background: none;
					color: #a0dcf9;
				}
			
			ul.pagination li a b {
				display: block;
				padding: 5px 30px 0 10px;
				overflow: hidden;
				line-height: 18px;
				font-size: 1em;
				font-weight: normal;
				color: #2c568a;
				cursor: pointer;
			}
			
				ul.pagination li a:hover b {
					color: #f9f9f9;
				}
			
				ul.pagination li.current a b {
					color: #f9f9f9;
				}

/* ============================== JS faded-slider END ====================================== */





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

footer .inner {
	padding: 37px 21px 0 22px;
}

footer p {
	float: right;
	line-height: 18px;
	font-size: 1em;
	color: #fdfdfd;
}

	footer p a {
		margin: 0 0 0 9px;
		text-decoration: none;
		color: #0cb2f9;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}
		
	footer p strong {
		display: block;
		text-align: right;
		font-weight: normal;
	}

footer ul {
	float: left;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	footer ul li {
		float: left;
		padding: 0 15px 0 0;
		line-height: 16px;
		font-size: 0.917em;
		text-transform: uppercase;
		color: #fff;
	}
	
		footer ul li a {
			text-decoration: none;
			color: #fff;
		}
		
			footer ul li a:hover {
				text-decoration: underline;
			}

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