* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif !important;
}
html, body {
	background: #e2e41f;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
ul, ol, dd {
	padding-left: 15px;
}
img {
	border: 0;
}
	img.align-left {
		float: left;
		margin-right: 10px;
	}
	img.align-right {
		float: right;
		margin-left: 10px;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	line-height: normal;
	background: #f1f291;
	font-size: 15px;
	font-weight: bold;
	color: #17a0a8;
	padding: 8px;
	margin-bottom: 10px;
}
div#right h1 {
	background: #ffffff;
}
h2 {
	line-height: normal;
	background: #f1f291;
	font-size: 11px;
	font-weight: bold;
	color: #17a0a8;
	padding: 8px;
	margin-bottom: 10px;
}
h3 {
	line-height: normal;
	background: #f1f291;
	font-size: 7px;
	font-weight: bold;
	color: #17a0a8;
	padding: 8px;
	margin-bottom: 10px;
}
abbr {
	border: 0 none;
	text-decoration: none;
}
object {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	color: #118a91;
}
a.active, a.active:visited,
a:hover, a:active {
	text-decoration: underline;
}
input, textarea {
	padding: 2px;
	border: 1px solid #1490a2;
	line-height: normal;
	font-size: 12px;
	color: #003f8b;
}
input.btn {
	border: 0;
	background: #e6e626;
	color: #16A1A8;
}
input.btn:hover, input.btn:active {
	background: #FF5A00;
	color: #ffffff;
	cursor: pointer;
}
label.label {
	display: block;
	float: left;
	width: 150px;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
}
div.container {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
div.banner {
	margin-top: 20px;
	text-align: center;
}
div.validation-advice {
	padding-bottom: 5px;
	color: #ff0000;
}
.left, img[align=left] {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.right, img[align=right] {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
	.clear-left {
		clear: left;
	}
	.clear-right {
		clear: right;
	}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}

div#header {
	background: #ffffff url('/skin/header.png') no-repeat top center;
	z-index: 1;
	position: relative;
}
	div#header div.container {
		background-image: url('/skin/header.png');
		background-repeat: no-repeat;
		background-position: top center;
		height: 221px;
	}
		div.picture {
			height: 190px;
			width: 656px;
			position: absolute;
			top: 0;
			left: 280px;
		}
			div.picture img {
				position: absolute;
				top: 0;
				left: 0;
			}
		div.overlay {
			height: 100%;
			width: 100%;
			background: transparent url('/skin/header.png') no-repeat top center;
			position: absolute;
			top: 0;
			left: 0;
		}
		a#logo {
			display: block;
			height: 189px;
			width: 279px;
			background: transparent url('/skin/logo.png') no-repeat top left;
			text-indent: -20000px;
			overflow: hidden;
			position: absolute;
			top: 2px;
			left: 0;
		}
		div#header div.topmenu {
			width: 285px;
			line-height: 13px;
			font-weight: bold;
			position: absolute;
			bottom: 31px;
			left: 586px;
		}
			div#header div.topmenu ul {
				display: block;
				padding-left: 0;
				list-style: none;
				text-align: center;
				position: relative;
			}
			div#header div.topmenu li {
				display: inline;
				border-right: 1px solid #17a0a8;
			}
			div#header div.topmenu li.last {
				border-right: 0;
			}
			div#header div.topmenu a, div#header div.topmenu a:visited {
				padding: 0 20px;
			}
		div#header div.menu {
			height: 25px;
			width: 100%;
			background: transparent url('/skin/menu.png') repeat-x bottom left;
			color: #ffffff;
			position: absolute;
			bottom: 0;
			left: 0;
		}
			div#header div.menu ul {
				padding-left: 0;
				list-style: none;
				line-height: 24px;
				position: absolute;
				top: 0;
				right: 100px;
			}
			div#header div.menu li {
				float: left;
				position: relative;
			}
			div#header div.menu a, div#header div.menu a:visited {
				display: block;
				padding: 0 22px 0 10px;
				background: transparent url('/skin/menu-item.png') no-repeat center right;
				font-size: 15px;
				font-weight: bold;
				color: #ffffff;
			}
			div#header div.menu li:hover .submenu {
				display: block;
			}
			div#header div.menu .submenu {
				display: none;
				background: #12809c;
				position: absolute;
				top: 24px;
				left: 0;
				right: auto;
				padding: 10px;
				min-width: 130px;
			}
				div#header div.menu .submenu li {
					float: none;
					white-space:nowrap;
				}
					div#header div.menu .submenu li a {
						padding: 0;
						background: 0;
					}
div#footer {
	text-align: center;
	color: #17a0a8;
	position: relative;
}
	div#footer div.container {
		padding: 15px 0;
		background-color: #e2e41f;
	}
		div#footer div {
			padding-bottom: 10px;
		}
		div#footer img {
			padding: 0 10px;
		}
div#content {
	background-color: #ffffff;
	position: relative;
}
	div#content div.container {
		padding: 10px 0;
	}
		div.socialmedia {
			margin-top: 10px;
		}
			div.socialmedia a { 
				line-height: 24px; 
				display: block;
				text-decoration: none;
			}
				div.socialmedia a img { vertical-align: middle; }
		div#left {
			float: left;
			width: 230px;
		}
		div#center {
			float: left;
			width: 550px;
			padding: 0 10px;
			border-right: 1px solid #17a0a8;
		}
		div#center ul {
			padding-bottom: 20px;
		}
		div#center div.match {
			padding-bottom: 15px;
		}
			div#center div.match h2,
			div#center div.match p {
				margin-bottom: 0;
			}
		div#right {
			float: right;
			width: 150px;
		}
			div#right h1 {
				text-align: center;
				font-weight: normal;
				font-size: 13px;
			}
div.search input {
	width: 170px;
	border-color: #1490a2;
}
div.search input.btn {
	width: 50px;
	background: #e6e626;
	color: #16A1A8;
}

div.search input.btn:hover {
	background: #FF5A00;
	color: #ffffff;
}
	div#submenu {
		width: 230px;
		background: #e6e626;
		line-height: 27px;
		font-size: 16px;
		color: #59be96;
	}
		div#submenu ul {
			padding-left: 0;
			list-style:none;
		}
			div#submenu a, div#submenu a:visited {
				display: block;
				padding: 1px 0 1px 15px;
				border-bottom: 1px solid #ffffff;
			}
			div#submenu a.active, div#submenu a.active:visited,
			div#submenu a:hover, div#submenu a:active {
				background: #ff5a00;
				color: #ffffff;
				text-decoration: none;
			}
				div#submenu ul.menu li li a, div#submenu ul.menu li li a:visited,
				div#submenu ul.menu li li li a, div#submenu ul.menu li li li a:visited {
					height: 27px;
					padding-left: 30px;
					background: #f1f291;
					font-size: 14px;
					color: #16a1a8;
				}
				div#submenu ul.menu li li li a, div#submenu ul.menu li li li a:visited {
					padding-left: 45px;
					font-size: 12px;
				}
				div#submenu ul li li a.active, div#submenu ul li li a.active:visited,
				div#submenu ul.menu li li a:hover, div#submenu ul.menu li li a:active {
					background: #16a1a8;
					color: #ffffff;
				}
				div#submenu ul li li li a.active, div#submenu ul li li li a.active:visited,
				div#submenu ul.menu li li li a:hover, div#submenu ul.menu li li li a:active {
					background: #ddde84;
					color: #16a1a8;
				}
		div.gallery {
			height: 117px;
			_height: 117px;
			width: 550x;
			_width: 550x;
			margin-bottom: 10px;
			background: #e6e626;
			overflow: hidden;
			position: relative;
			top: 0;
			right: 0;
		}
			div.gallery div.items {
				width: 100%;
				position: relative;
				margin-left: 35px;

			}
				div.gallery div.item {
					float: left;
					height: 74px;
					_height: 74px;
					width: 93px;
					_width: 93px;
					margin: 15px 1px 0;
					overflow: hidden;
					position: relative;
				}
				div.gallery div.item a, div.gallery div.item a:visited {
					display: block;
					height: 63px;
					_height: 63px;
					width: 83px;
					_width: 83px;
					border: 10px solid #e2e41f;
					color: #5b5b5b;
					overflow: hidden;
					position: relative;
				}
				div.gallery div.item a:hover, div.gallery div.item a:active {
					text-decoration: none;
				}
				div.gallery div.item span.overlay {
					display: block;
					height: 40px;
					_height: 40px;
					width: 100%;
					_width: 100%;
					background: #ffffff;
					opacity: 0.50;
					filter: alpha(opacity=50);
					position: absolute;
					bottom: 0;
					left: 0;
				}
				div.gallery div.item span.name {
					display: block;
					padding-left: 19px;
					line-height: normal;
					font-size: 13px;
					font-weight: bold;
					position: absolute;
					bottom: 10px;
					left: 0;
				}
			div.gallery div.nav {
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
				div.gallery div.nav a, div.gallery div.nav a:visited {
					display: inline-block;
					height: 64px;
					width: 22px;
					background: transparent none no-repeat center top;
					outline: none;
					position: absolute;
					top: 35px;
				}
				div.gallery div.nav a.gallery_prev, div.gallery div.nav a.gallery_prev:visited {
					background-image: url('/skin/gallery_prev.png');
					background-position: top left;
					left: 0;
				}
				div.gallery div.nav a.gallery_next, div.gallery div.nav a.gallery_next:visited {
					background-image: url('/skin/gallery_next.png');
					background-position: top right;
					right: 0;
				}

div#youtubevids ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	div#youtubevids ul li {
		float: left;
		width: 271px;
		height: 203px;
		margin: 2px;
	}
		div#youtubevids ul li .youtubevid {
			width: 271px;
			height: 203px;
			overflow: hidden;
			position: relative;
			background: #000 url('/skin/spinner.gif') no-repeat center center;
			border: 1px solid #1490A2;
			cursor: hand;
			cursor: pointer;
		}
			div#youtubevids ul li .youtubevid .preview {
				position: absolute;
				top: 0;
				left: 0;
				width: 271px;
				height: 203px;
				z-index: 2;
			}
				div#youtubevids ul li .youtubevid .preview .descr {
					position: absolute;
					top: 0;
					left: 0;
					width: 271px;
					height: 203px;
					background: url('/skin/play.png') no-repeat center center ;
				}
					div#youtubevids ul li .youtubevid .preview .descr p {
						padding: 0 20px;
					}
				div#youtubevids ul li .youtubevid .preview img {
					width: 100%;
				}
			div#youtubevids ul li .youtubevid .vid {
				position: absolute;
				top: 0;
				left: 0;
				width: 271px;
				height: 203px;
				z-index: 1;
			}
