/* =================== 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: url(../images/body-tail.jpg) repeat 50% 804px;
	min-width: 980px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #ffffff;
}

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: #5f8fb4;
}

	a:hover {
		text-decoration: none;
	}
	
/* ========================= Global properties END =============================== */






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

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

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

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

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

section#content {
	width: 100%;
}

footer {
	height: 62px;
	overflow: hidden;
}



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






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

.fleft {
	float: left;
}

	img.fleft {
		margin: 6px 35px 0 2px;
	}
	
	img.fleft1 {
		float: left;
		margin: 6px 30px 0 2px;
	}

.fright {
	float: right;
}

	img.fright {
		margin: 8px 0 0 35px;
	}
	
	ul.fright {
		padding: 0 6px 27px 0 !important;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	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 =================================== */
/*
#navbuttons {
	overflow: hidden;
 	position: absolute;
	font-size:14px;
	top: 25px;
	right: 104px;
	text-align:center;
	color:#ffffff;
	background-color:#00CC00;
	width:120px;
	height:35px;
	border:solid;
	border-color:#ffffff;
	border-width:thin;
	text-transform: uppercase;
	padding-top:15px;
}
*/
#navbuttons {
	overflow: hidden;
 	position: absolute;
	font-size:14px;
	top: 25px;
	right: 104px;
	text-align:center;
	}
/*
		#navbuttons a:hover {
			background-position: 0% 0%;
			text-shadow: 2px 2px 0 #021642;
		}

		#navbuttons a {
			text-decoration: none;
			color: #ffffff;
		}
		*/
/*
#navi {
	overflow: hidden;
	position: absolute;
	top: 54px;
	right: 224px;
}

	#navi li {
		background: url(../images/navi-divider.gif) no-repeat 0% 3px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 12px 0 12px;
		line-height: 1.143em;
		font-size: 1.167em;
		color: #2b67ff;
	}
	
		#navi li a {
			text-decoration: none;
			color: #2b67ff;
		}
		
			#navi li a:hover {
				text-decoration: underline;
			}
*/

nav {
	background: url(../images/menu.jpg) no-repeat 0% 0%;
	width: 968px;
	height: 85px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 1px;
}

	nav ul {
		width: 961px;
		overflow: hidden;
	}
	
		nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 0%;
			float: left;
			margin: 0 0 0 -1px;
		}
		
			nav ul li a {
				background: url(../images/menu-act.gif) repeat-x 0% -78px;
				float: left;
				height: 78px;
				/*padding: 0 41px 0 41px;*/
				padding: 0 31px 0 31px;
				line-height: 80px;
				overflow: hidden;
				font-size: 1.167em;
				font-weight: bold;
				text-transform: uppercase;
				text-shadow: 2px 2px 0 #060e23;
				text-decoration: none;
				color: #cacaca;
			}
			
				nav ul li a strong {
					background: url(../images/menu-act-left.gif) no-repeat 0% -78px;
					display: inline-block;
					height: 78px;
					margin: 0 0 0 -30px;
					padding: 0 0 0 30px;
					cursor: pointer;
				}
				
					nav ul li a b {
						background: url(../images/menu-act-right.gif) no-repeat 100% -78px;
						display: inline-block;
						height: 78px;
						margin: 0 -37px 0 0;
						padding: 0 37px 0 0;
						cursor: pointer;
					}
		
		nav ul li.last a {
			padding: 0 37px 0 37px;
		}
		
		nav ul li.act a {
			background-position: 0% 0%;
			text-shadow: 2px 2px 0 #021642;
		}
		
			nav ul li.act a strong {
				background-position: 0% 0%;
			}
			
				nav ul li.act a b {
					background-position: 100% 0%;
				}
				
		nav ul li a:hover {
			background-position: 0% 0%;
			text-shadow: 2px 2px 0 #021642;
		}
		
			nav ul li a:hover strong {
				background-position: 0% 0%;
			}
			
				nav ul li a:hover b {
					background-position: 100% 0%;
				}

.slogan {
margin-top:3px;
margin-left:25px;
color:#bbbbbb;
font-weight:bold;
}

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





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

#content #indent {
	padding: 0 0 0 0;
}

	#content p {
		padding: 0 0 21px 0;
		line-height: 21px;
		font-size: 1.083em;
		color: #5f8fb4;
	}
	
		#content p.extra {
			padding: 0 0 25px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 18px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 34px 0;
		}
		
		#content p.extra3 {
			padding: 0 0 32px 0;
		}
		
	#content p small {
		float: right;
		padding: 0 14% 0 0;
		font-size: 1em;
	}

#column-left {
	float: left;
	width: 611px;
	padding: 0 22px 0 0;
}

#column-right {
	float: left;
	width: 329px;
}

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



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

.box {
 background: #060f26;
 position: relative;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 behavior: url(js/PIE.htc);
 margin: 0 0 19px 0;
}

	.box .inner {
		padding: 31px 29px 37px 29px;
	}
	
	.box .inner-1 {
		padding: 31px 41px 35px 31px;
	}
	
	.box .inner-2 {
		padding: 31px 25px 39px 29px;
	}
	
	.box .inner-3 {
		padding: 31px 29px 35px 29px;
	}
	
	.box .inner-4 {
		padding: 31px 41px 29px 31px;
	}
	
/* ============================== boxes END ====================================== */





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

h1 {
	background: url(../images/logo.jpg) no-repeat 0% 0%;
	height: 82px;
	padding: 2px 0 0 67px;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 5em;
	font-weight: 400;
	position: absolute;
	top: 21px;
	left: -24px;
}

	h1 a {
		text-decoration: none;
		color: #fff;
	}

h2 {
	padding: 0 0 12px 0;
	line-height: 1.25em;
	font-size: 3em;
	font-weight: 400;
	color: #fff;
}

	h2 strong {
		display: block;
		padding: 0 0 5px 0;
		font-weight: 400;
	}
	
	h2 b {
		display: block;
		padding: 0 0 4px 0;
		font-weight: 400;
	}
	
	h2 small {
		display: block;
		padding: 0 0 10px 0;
		font-size: 1em;
	}
	
	h2 span {
		letter-spacing: -1px;
	}
	
		h2 span span {
			word-spacing: -1px;
			letter-spacing: -2px;
		}

h6 {
	padding: 0 0 21px 0;
	line-height: 21px;
	font-size: 1.083em;
	color: #fff;
}

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

.link {
	background: url(../images/link-tail.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 43px;
	float: left;
	overflow: hidden;
	line-height: 38px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.083em;
	color: #fff;
}

	.link span {
		background: url(../images/link-left.gif) no-repeat 0% 0%;
		display: inline-block;
	}
	
	.link span span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
		height: 43px;
		padding: 0 24px 0 37px;
	}
	
	.link:hover span span {
		cursor: pointer;
		color: #5a9211;
	}

.link-1 {
	color: #1b4dcd;
}

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





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

#contact-form {
	width: 450px;
	padding: 7px 0 0 0;
	overflow: hidden;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 30px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: #131b31;
		width: 440px;
		height: 20px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #5f8fb4;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		color: #5f8fb4;
	}
	
	#contact-form select {
		background: #131b31;
		width: 440px;
		height: 20px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #5f8fb4;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		color: #5f8fb4;
	}
	
	#contact-form textarea {
		background: #131b31;
		width: 440px;
		height: 279px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #5f8fb4;
		float: left;
		overflow: auto;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		color: #5f8fb4;
	}
	
	#contact-form a.link {
		float: right;
		margin: 29px 0 0 12px;
	}

#search-form {
	background: url(../images/search-input.jpg) no-repeat 0% 0%;
	width: 221px;
	height: 39px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	right: 4px;
}

	#search-form input {
		background: none;
		width: 165px;
		height: 15px;
		padding: 12px 0 12px 12px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #fff;
	}
	
	#search-form input#search-submit {
		background: url(../images/search-submit.jpg) no-repeat 0% 0%;
		width: 44px;
		height: 39px;
		padding: 0;
		border: none;
		float: left;
		cursor: pointer;
	}

#subscribe-form {
	width: 275px;
	padding: 7px 0 0 0;
	overflow: hidden;
}

	#subscribe-form strong {
		display: block;
		padding: 0 0 17px 0;
		line-height: 1.636em;
		font-size: 0.917em;
		font-weight: normal;
		text-transform: uppercase;
		color: #5f8fb4;
	}
	
	#subscribe-form label {
		background: url(../images/subscribe-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 71px;
		overflow: hidden;
	}
	
	#subscribe-form input {
		background: none;
		width: 230px;
		height: 16px;
		padding: 14px 19px 14px 19px;
		border: none;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		color: #5f8fb4;
	}
	
	#subscribe-form b {
		float: right;
		width: 45%;
		font-weight: normal;
	}
	
		#subscribe-form b a {
			background: url(../images/link-tail1.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 43px;
			float: right;
			overflow: hidden;
			line-height: 38px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1.083em;
			color: #fff;
		}
		
			#subscribe-form b a span {
				background: url(../images/link-left1.gif) no-repeat 0% 0%;
				display: inline-block;
			}
			
			#subscribe-form b a span span {
				background: url(../images/link-right1.gif) no-repeat 100% 0%;
				display: inline-block;
				height: 43px;
				padding: 0 25px 0 20px;
			}
			
			#subscribe-form b a:hover span span {
				cursor: pointer;
				color: #5a9211;
			}
		
	#subscribe-form em {
		float: left;
		width: 45%;
		padding: 9px 0 0 3px;
		font-style: normal;
	}
	
		#subscribe-form em a {
			float: left;
			line-height: 1.455em;
			font-size: 0.917em;
			text-transform: uppercase;
			color: #1b4dcd;
		}

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





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

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

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

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 12px;
		padding: 0 0 0 19px;
		line-height: 2.308em;
		font-size: 1.083em;
		color: #ddddee;
	}
	
		.list li a {
			color: #1b4dcd;
		}

.list-1 {
	width: 100%;
	padding: 4px 0 7px 0;
	overflow: hidden;
}

	.list-1 li {
		float: left;
		width: 250px;
		padding: 0 41px 21px 0;
		line-height: 21px;
		font-size: 1.083em;
		color: #5f8fb4;
	}
	
	.list-1 li.extra {
		padding: 0 0 21px 0;
	}
	
		.list-1 li img {
			float: left;
			margin: 5px 18px 0 3px;
		}
		
		.list-1 li strong {
			display: block;
			color: #fff;
		}
		
			.list-1 li strong a {
				text-decoration: none;
				color: #fff;
			}
			
			.list-1 li strong a:hover {
				text-decoration: underline;
			}

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

	.list-2 li {
		width: 100%;
		padding: 0 0 30px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
		.list-2 li img {
			float: left;
			margin: 5px 20px 0 0;
		}
		
		.list-2 li strong {
			display: block;
			line-height: 1.615em;
			font-size: 1.083em;
			color: #fff;
		}
		
		.list-2 li p {
			padding: 0 10px 0 0 !important;
			line-height: 21px !important;
			font-size: 1.083em !important;
			color: #5f8fb4 !important;
		}
		
			.list-2 li p a {
				color: #1b4dcd;
			}

.list-3 {
	padding: 3px 0 8px 2px;
	overflow: hidden;
	line-height: 1.615em;
	font-size: 1.083em;
	color: #5f8fb4;
}

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

.list-4 {
	width: 100%;
	margin: 0 0 -35px 0;
	padding: 3px 0 0 0;
	overflow: hidden;
}

	.list-4 li {
		width: 100%;
		padding: 0 0 35px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
		.list-4 li.extra {
			padding: 0 0 5px 0;
		}
	
		.list-4 li img {
			float: left;
			margin: 7px 30px 0 2px;
		}
		
		.list-4 li strong {
			display: block;
			line-height: 1.615em;
			font-size: 1.083em;
			color: #fff;
		}
		
		.list-4 li p {
			padding: 0 0 35px 0 !important;
		}
		
			.list-4 li p.extra {
				padding: 0 0 22px 0 !important;
			}

.list-indent {
	padding: 0 0 20px 0 !important;
}

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





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

#gallery {
	position: relative;
	width: 962px;
	height: 396px;
	margin: 0 0 22px 0;
	overflow: hidden;
}

	#faded {
		width: 962px;
		height: 396px;
	}
	
ul.pagination {
	position: absolute;
	top: 0;
	right: 0;
}

	ul.pagination li {
		padding: 0 0 6px 0;
	}

		ul.pagination li a {
			background: url(../images/gallery-button.png) no-repeat 0% 0%;
			display: block;
			width: 297px;
			height: 79px;
			padding: 16px 0 0 46px;
			overflow: hidden;
			text-decoration: none;
			color: #fff;
		}
		
			ul.pagination li a:hover {
				background-position: 0% -95px;
			}
			
		ul.pagination li a strong {
			display: block;
			padding: 0 0 2px 0;
			line-height: 1.25em;
			font-size: 2.5em;
			font-weight: 400;
			color: #fff;
		}
		
		ul.pagination li a b {
			background: url(../images/gallery-arrow.gif) no-repeat 0% 5px;
			display: block;
			padding: 0 0 0 22px;
			line-height: 1.2em;
			font-size: 1.25em;
			font-weight: normal;
			text-transform: uppercase;
			color: #3464b3;
		}

ul.pagination li.current a {
	background-position: 0% -95px;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	width: 100%;
}

	.privacy .box {
		margin: 0 !important;
	}

	.privacy h2 {
		padding: 0 0 16px 0 !important;
	}
	
	.privacy p {
		padding: 0 0 21px 2px !important;
	}
	
		.privacy p.extra {
			padding: 0 0 19px 2px !important;
		}
	
	.privacy p a {
		color: #1b4dcd;
	}

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





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

footer p {
	padding: 1px 0 0 35px;
	line-height: 1.455em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.917em;
	text-transform: uppercase;
	color: #5f8fb4;
}

	footer p span {
		padding: 0 3px 0 0;
	}
	
	footer p a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #5f8fb4;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}

footer .inner {
	padding: 24px 21px 0 0;
}

footer ul {
	float: right;
	overflow: hidden;
}
	
	footer ul li {
		background: url(../images/divider.gif) no-repeat 0% 4px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 7px 0 8px;
		line-height: 1.455em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.917em;
		text-transform: uppercase;
		color: #5f8fb4;
	}
	
		footer ul li a {
			text-decoration: none;
			color: #5f8fb4;
		}
		
		footer ul li a:hover {
			color: #fff;
		}
		
		footer ul li.act a {
			color: #fff;
		}

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