/* Getting the new tags to behave */
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;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/tail-body.jpg) center top; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#232931;
	padding-bottom:26px;
}
html { 
	min-width:980px;
	height:100%;
}


/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:980px;
	font-size:.75em;
}

	/* Header */
	header {
		height:200px;
		position:relative;
	}
	
	/* Content */
	section#content {
		width:748px;
		float:left;
	}
	
	/* Sidebar */
	aside {
		float:left;
		width:222px;
		margin-right:10px;
	}
			
	/* Footer */
	footer .right {
		height:40px;
		background:url(../images/footer-tail.gif) no-repeat right top;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

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



/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.jpg) center top repeat-x;
	min-height:290px;
	height:auto !important;
	height:290px;
}
.header-bg {
	background:url(../images/header-bg.jpg) no-repeat center top;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.top-menu {
	position:absolute;
	right:0;
	top:68px;
}
	.top-menu li {
		float:left;
		border-right:1px solid #3e454d;
		padding-right:11px;
		margin-right:11px;
	}
	.top-menu li.last {
		border:0;
		margin:0;
		padding:0;
	}
		.top-menu li a {
			color:#6f8197;
			text-decoration:none;
		}
		.top-menu li a:hover {
	color:#d0dcea;
	text-align: right;
		}

.list {
	padding-bottom:15px;
}
	.list li {
		border-bottom:1px solid #dedede;
		padding:0 0 6px 15px;
		margin-bottom:7px;
		background:url(../images/marker.gif) no-repeat left 2px;
	}
	.list li.last {
		border:0;
		padding-bottom:0;
		margin:0;
	}
		.list li a {
			color:#0077ca;
			font-weight:bold;
			text-decoration:none;
		}
		.list li a:hover {
			text-decoration:underline;
		}

.list1 li {
	position:relative;
	border-bottom:1px solid #d6d6d6;
	min-height:71px;
	height:auto !important;
	height:71px;
	padding:0 0 19px 90px;
	margin-bottom:19px;
}
.list1 li.last {
	border:0;
	margin-bottom:0;
}	
	.list1 li	h2 {
		color:#0077ca;
		line-height:1.111em;
		padding:0;
		position:relative;
		margin-bottom:3px;
	}
		.list1 li	h2 a {
			color:#0077ca;
			text-decoration:none;
		}
		.list1 li	h2 a:hover {
			text-decoration:underline;
		}
		.list1 li	h2 em {
			font-style:normal;
			font-size:.778em;
			line-height:1.4em;
		}
	.list1 li strong {
		width:71px;
		height:71px;
		display:block;
		position:absolute;
		font-weight:normal;
		left:0;
		top:0;
		color:#414445;
		text-transform:uppercase;
		background:url(../images/marker1.gif) no-repeat left top;
		text-align:center;
	}
		.list1 li strong b {
			display:block;
			font-size:3em;
			line-height:1.5em;
			margin-bottom:-7px;
		}
	.list1 li p {
		margin:0;
		line-height:1.17em;
		color:#232931;
		padding-bottom:10px;
		width:234px;
	}
	.list1 li a.button {
		position:absolute;
		right:0;
		bottom:18px !important;
		bottom:17px;
	}
	.list1 li a.more {
		text-decoration:none;
		color:#909497;
		position:absolute;
		left:90px;
		bottom:16px;
	}
	.list1 li a.more:hover {
		color:#0077ca;
	}

.list2 {
	padding-bottom:19px;
}
	.list2 li {
		padding-top:7px;
		width:100%;
		overflow:hidden;
		vertical-align:top;
		border-bottom:1px solid #dedede;
		padding-bottom:20px;
		margin-bottom:25px;
	}
	.list2 li.last {
		border:0;
		padding-bottom:0;
		margin-bottom:0;
	}
		.list2 li img {
			border:1px solid #c7c7c7;
			float:left;
			margin:-7px 15px 0 0;
		}
		.list2 li a {
			font-weight:bold;
			color:#0077ca;
			line-height:1.5em;
		}
		.list2 li p {
			 clear:left;
			 overflow:hidden;
			 margin:0;
			 padding-top:12px;
			 line-height:1.333em;
		}
		
.list3 li {
	padding-top:7px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	border-bottom:1px solid #dedede;
	padding-bottom:23px;
	margin-bottom:24px;
}
.list3 li.last {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
	.list3 li img {
		border:1px solid #c7c7c7;
		float:left;
		margin:-7px 15px 0 0;
	}
	.list3 li strong {
		display:block;
		padding-bottom:12px;
	}
		.list3 li strong a {
			color:#0077ca;
			line-height:1.5em;
		}
	.list3 li p {
		 margin:0 0 10px 0;
		 line-height:1.333em;
	}
		.list3 li p.clear {
			overflow:hidden;
			clear:left;
			margin:0;
		}
	.list3 li a.button {
		float:right;
	}
	
.list4 li {
	padding-top:7px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	border-bottom:1px solid #dedede;
	padding-bottom:23px;
	margin-bottom:28px;
}
.list4 li.last {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
	.list4 li img {
		border:1px solid #c7c7c7;
		float:left;
		margin:-7px 15px 0 0;
	}
	.list4 li strong {
		display:block;
		padding-bottom:12px;
	}
		.list4 li strong a {
			color:#0077ca;
			line-height:1.5em;
		}
	.list4 li p {
		 overflow:hidden;
		 margin:0;
		 clear:left;
		 line-height:1.333em;
	}
	.list4 li a.button {
		float:right;
	}
	.list4 li .extra-wrap {
		padding-bottom:24px;
	}

	

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
}

dl.more {
	width:100%;
	overflow:hidden;
	padding:26px 0 23px 0;
	line-height:1.2em;
}
	dl.more dt {
		float:left;
		font-size:1.17em;
		padding:0 20px 0 13px;
	}
	dl.more dd {
		float:left;
		border-right:1px solid #c2c2c2;
		padding-right:17px;
		margin-right:17px;
	}
	dl.more dd.last {
		border:0;
		margin:0;
		padding:0;
	}
		dl.more dd a {
			color:#ff4800;
			text-decoration:none;
		}
		dl.more dd a:hover,
		dl.more dd.current a {
			color:#909497;
			text-decoration:underline;
		}
	
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		
.inside {
	padding:10px 0 11px 0;
}
.bottom-indent {
	margin-bottom:10px;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#232931; 
	outline:none;
	border:0;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
	display:block;
	width:380px;
	height:147px;
	background:url(../images/logo.png) no-repeat left top;
	position:absolute;
	left:2px;
	top:4px;
	}
h2 {
	font-size:1.5em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:25px;
}

.link {
	color:#ff4800;
}

a.button {
	display:block;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	background:url(../images/button-left.png) no-repeat left top;
}
	a.button span {
		display:block;
		float:left;
		padding:0 13px;
		background:url(../images/button-right.png) no-repeat right top;
	}
	a.button span b {
		display:block;
		background:url(../images/button-tail.gif) repeat-x left top;
		padding:6px 0 6px 0;
	}
	a.button:hover span b {
		color:#000;
	}


/*==================boxes====================*/
.nav-box {
	position:absolute;
	left:1px;
	bottom:0;
	width:728px;
	height:45px;
	background:url(../images/nav-box-bg.jpg) no-repeat left top;
}
	.nav-box nav {
		padding:7px 0 0 10px;
	}
		.nav-box nav ul li {
			float:left;
		}
			.nav-box nav ul li a {
				color:#763107;
				text-transform:uppercase;
				text-decoration:none;
				font-size:1.08em;
				display:block;
				text-shadow:1px 1px #ffaa2f;
				background-repeat:repeat-x;
			}
			.nav-box nav ul li a:hover,
			.nav-box nav ul li.current a {
				text-shadow:0 0 #ffaa2f;
				background-image:url(../images/nav-act-tail.gif);
			}
				.nav-box nav ul li a span {
					display:block;
					background-repeat:no-repeat;
					background-position:left top;
				}
				.nav-box nav ul li a:hover span,
				.nav-box nav ul li.current a span {
					background-image:url(../images/nav-act-left.gif);
				}
					.nav-box nav ul li a span span {
						padding:7px 15px 9px 15px;
						background-repeat:no-repeat;
						background-position:right top;
					}
					.nav-box nav ul li a:hover span span,
					.nav-box nav ul li.current a span span {
						background-image:url(../images/nav-act-right.gif);
					}

.box {
	width:100%;
}
	.box .left-top-corner {
		background:url(../images/left-top-corner.png) no-repeat left top;
		height:47px;
		padding-left:10px;
	}
		.box .left-top-corner1 {
			background:url(../images/left-top-corner1.png) no-repeat left top;
			height:57px;
			padding-left:10px;
		}
	.box .right-top-corner {
		background:url(../images/right-top-corner.png) no-repeat right top;
		height:47px;
		padding-right:10px;
	}
		.box .right-top-corner1 {
			background:url(../images/right-top-corner1.png) no-repeat right top;
			height:57px;
			padding-right:10px;
		}
	.box .border-top {
		background:url(../images/border-top.png) repeat-x left top;
		height:47px;
	}
		.box .border-top1 {
			background:url(../images/border-top1.png) repeat-x left top;
			height:57px;
		}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.png) no-repeat left bottom;
		height:6px;
		padding-left:6px;
	}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.png) no-repeat right bottom;
		height:6px;
		padding-right:6px;
	}
	.box .border-bot {
		background:url(../images/border-bot.png) repeat-x left bottom;
		height:6px;
		font-size:0;
		line-height:0;
		overflow:hidden;
	}
	.box .border-left {
		background:url(../images/border.png) repeat-y left top;
		padding-left:1px;
	}
	.box .border-right {
		background:url(../images/border.png) repeat-y right top;
		padding-right:1px;
	}
	.box .xcontent {
		background:url(../images/box-tail.gif) repeat-x left top #fbfbfb;
		width:100%;
		min-height:155px;
		height:auto !important;
		height:155px;
	}
	.box .inner { 
		padding:20px 13px 20px 20px;
	}
		.box .inner1 { 
			padding:0 6px 0 6px;
		}
			.box .inner2 { 
				padding:20px 25px 20px 20px;
			}
	.box h2 {
		color:#fff;
		padding:15px 0 0 12px;
		margin:0;
	}
	
.box1 {
	width:100%;
	background:url(../images/box1-tail.gif) repeat-x left top #f5f5f5;
}
	.box1 .border-left1 {
		background:url(../images/border1.gif) repeat-y left top;
	}
	.box1 .border-right1 {
		background:url(../images/border1.gif) repeat-y right top;
	}
	.box1 .border-bot1 {
		background:url(../images/border1.gif) repeat-x left bottom;
	}
	.box1 .left-bot-corner1 {
		background:url(../images/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
	}
	.box1 .right-bot-corner1 {
		background:url(../images/right-bot-corner1.gif) no-repeat right bottom;
	}
	.box1 .inner {
		padding:40px 14px 17px 14px;
	}
	
.box2 { 
	width:250px;
	background:url(../images/box2-tail.gif) repeat-y left top;
}
	.box2 .top { 
		background:url(../images/box2-top.jpg) no-repeat left top;
	}
	.box2 .bot { 
		background:url(../images/box2-bot.jpg) no-repeat left bottom;
		min-height:260px;
		height:auto !important;
		height:260px;
	}
	.box2 .inner { 
		padding:27px 29px 16px 20px;
	}
	
.box3 { 
	width:100%;
}
	.box3 .left-top-corner { 
		background:url(../images/left-top-corner2.png) no-repeat left top; 
		height:47px; 
		padding-left:10px;
	}
	.box3 .right-top-corner { 
		background:url(../images/right-top-corner2.png) no-repeat right top; 
		height:47px; 
		padding-right:10px;
	}
	.box3 .border-top { 
		background:url(../images/border-top2.png) left top repeat-x; 
		height:47px;
		overflow:hidden; 
	}
	.box3 .left-bot-corner { 
		background:url(../images/left-bot-corner2.png) no-repeat left bottom; 
		height:7px; 
		padding-left:7px;
	}
	.box3 .right-bot-corner { 
		background:url(../images/right-bot-corner2.png) no-repeat right bottom; 
		height:7px; 
		padding-right:7px;
	}
	.box3 .border-bot { 
		background:url(../images/border-bot1.png) left bottom repeat-x; 
		height:7px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.box3 .border-left { 
		background:url(../images/border.png) left top repeat-y; 
		padding-left:1px;
	}
	.box3 .border-right { 
		background:url(../images/border.png) right top repeat-y; 
		padding-right:1px;
	}
	.box3 .xcontent {
		background-color:#fff;
		width:100%;
	}
	.box3 .inner {
		padding:20px 19px 23px 20px;
	}
	.box3 h2 {
		padding:15px 0 0 12px;
		margin:0;
	}

/*===== content =====*/
#content.content {
	float:none;
	width:auto;
}

/*===== footer =====*/
footer {
	background:url(../images/footer-tail.gif) repeat-x left top;
	color:#909397;
	line-height:1.2em;
}
	footer a {
		color:#909397;
		text-decoration:none;
	}
	footer a:hover {
		text-decoration:underline;
	}
	footer .left {
		background:url(../images/footer-tail.gif) no-repeat left top;
	}
	footer .inside {
		padding:12px 21px 0 21px;
	}


/*----- forms -----*/
#search-form .rowElem {
	width:241px;
	height:35px;
	position:absolute;
	right:0;
	bottom:0;
	padding:10px 0 0 10px;
	background:url(../images/search-box-bg.jpg) no-repeat left top;
}
	#search-form .rowElem strong {
		background:url(../images/input-bg.gif) no-repeat left top;
		display:block;
		width:159px;
		height:25px;
		float:left;
		margin-right:2px;
	}
#search-form input {
	background:none;
	border:0;
	color:#767676;
	margin:5px 0 0 10px;
	vertical-align:top;
	font-size:.92em;
	line-height:1.3em;
	width:139px;
}
#search-form a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	background:url(../images/button-tail2.gif) repeat-x left top;
}
#search-form a:hover {
	text-decoration:underline;
}
	#search-form a span {
		display:block;
		background:url(../images/button-left2.gif) no-repeat left top;
	}
		#search-form a span span {
			padding:5px 10px 5px 10px;
			background:url(../images/button-right2.gif) no-repeat right top;
		}
	
/*----------------------*/

#events-form .rowElem {
	height:49px;
}
#events-form a.but {
	float:right;
	color:#097fd2;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height:1.3em;
	background:url(../images/button-left1.png) no-repeat left top;
	cursor:pointer;
}
	#events-form a.but span {
		display:block;
		float:left;
		padding:0 15px;
		background:url(../images/button-right1.png) no-repeat right top;
	}
	#events-form a.but b {
		display:block;
		background:url(../images/button-tail1.gif) repeat-x left top;
		padding:8px 0;
	}
	#events-form a.but:hover b {
		color:#000;
	}

/*==========================================*/

/* faded slider */    

#faded { 
	width:748px;
	height:385px;
	background:url(../images/slider-bg.png) no-repeat left top;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
	#faded ul { 
		list-style:none; 
		padding:0; 
		margin:0;
	}
	#faded ul.slide {
		position:absolute;
		left:7px;
		top:7px;
	}
		#faded ul.slide li {
			height:378px;
			overflow:hidden;
			position:relative;
		}
			#faded ul.slide li a.button {
				position:absolute;
				right:30px;
				top:37px;
			}
			#faded ul.slide li h2 {
				padding:12px 0 0 16px;
				line-height:1.5em;
			}
			#faded ul.slide li .desc {
				position:absolute;
				left:0;
				bottom:53px;
				width:734px;
				height:85px;
				background:url(../images/slide-desc-bg.png) no-repeat left top;
				color:#fff;
			}
				#faded ul.slide li .desc p {
					padding:15px 0 0 19px;
					width:550px;
					line-height:1.5em;
				}
#faded .prev,
#faded .next {
	position:absolute;
	width:34px;
	bottom:13px;
	height:29px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#faded .prev {
	background-image:url(../images/prev.gif);
	right:53px;
}
#faded .next {
	background-image:url(../images/next.gif);
	right:19px;
}
ul.pagination { 
	list-style:none; 
	padding:0; 
	margin:0;
	position:absolute;
	right:107px;
	bottom:7px !important;
	bottom:6px;
}
	ul.pagination li { 
		float:left;
		margin-left:-1px;
		position:relative;
	}
		ul.pagination li a {
			color:#343845;
			font-size:1.17em;
			line-height:2.8em;
			text-decoration:none;
			text-align:center;
			display:block;
			width:40px;
			height:40px;
			background-repeat:no-repeat;
			background-position:left top;
			background-image:url(../images/pagination-bg.gif);
		}
		ul.pagination li.current a,
		ul.pagination li a:hover {
			color:#0a56a4;
			background-image:url(../images/pagination-act.gif);
		}

/* tabs */

.tab_container {
	overflow: hidden;
	width: 100%;
	float:left;
}

ul.tabs {
	padding:17px 0 0 14px;
}
	ul.tabs li {
		font-size:1.5em;
		line-height:1.2em;
		color:#fff;
		float:left;
	}
		ul.tabs li a {
			text-decoration:none;
			color:#fff;
			width:166px;
			height:40px;
			display:block;
			background-repeat:no-repeat;
			background-position:left top;
			background-image:url(../images/tab-button.png);
			margin-right:-15px;
		}
		ul.tabs li.active a {
			color:#232931;
			background-image:url(../images/tab-button-act.png);
			position:relative;
		}
			ul.tabs li a span {
				display:block;
				padding:9px 0 0 21px;
			}
			
			
/* custom forms */

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:199px !important;
	position:relative;
	height: 27px;
	float:left;
	background-color:#fff;
	border:1px solid #b3b3b3;
	color:#25364a;
}

.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 27px;
	line-height: 15px;
	padding: 6px 0 0 10px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
	/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 25px;
	height: 27px;
	background: url(../images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 27px;
	left: -1px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #b3b3b3;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	z-index:10;
	width:199px !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color:#25364a;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #e1e1e1;
	color:#097fd2;
}

.jqTransformSelectWrapper ul a:hover, 
.jqTransformSelectWrapper ul a.selected:hover {
	background:#989da0;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
