body {
	background-color: #c8c8c8;
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

img {
	border: none;
}

/*
 * HEADER
 */

#HeaderContainer {
	background: #afafaf url(../images/BgHeader.gif) repeat-x top left;
	height: 87px;
}

#Header {
	width: 959px;
	margin: 0 auto;
}

.Logo {
	float: left;
	margin-top: 28px;
}

.Menu {
	float: right;
	margin-top: 52px;
	margin-right: 4px;
}

/*
 * NAVIGATION
 */

#menu {
	width: 100%;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 12em;*/
	float: left;
}

#menu li h2 {
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 146px;
}

#menu li a {
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 146px;
}

#menu li li a, #menu li li h2 {
	display: block;
	/*border-left: none;
	border-right: none;
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;*/
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin: 0;
	padding: 7px 3px;
	width: 140px;
}

#menu h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	/*background: #000;*/
	text-align: center;
}

#menu li a {
	color: #fff;
	/*background: #efefef;*/
	text-decoration: none;
}

#menu ul:hover {
	/*color: #a00;*/
	background:		#757575;
	/*width: 146px;*/
}
#menu li.current {
	/*color: #a00;*/
	background:		#757575;
	/*width: 146px;*/
}

#menu li li {
	width: 146px;
}
#menu li li a {
	color: #000;
	/*background: #efefef;*/
	text-decoration: none;
	width: 140px;
}

#menu li li a:hover {
	/*color: #a00;*/
	background:		#00aff0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	color: #fff;
	width: 140px;
}
#menu li li.current {
	/*color: #a00;*/
	background:		#00aff0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	color: #fff;
	width: 146px;
}
#menu li li.current a {
	color: #fff;
}

#menu li {
	position: relative;
	width: 146px;
	text-align: center;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 146px;
}

#menu ul ul:hover {
	/*width: 144px;*/
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
	background-color: #cacaca;
}

div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
	display: block;
}

/*
 * CONTENT
 */

#ContentContainer {
	background: url(../images/BgContent.gif) repeat-x top left;
	height: 100%;
}

#Content {
	width: 959px;
	background-color: #fff;
	margin: 0 auto;
}

.FlashBig {
	display: block;
	width: 925px;
	height: 445px;
	border: 1px dashed #bfc0c0;
}

.Flash {
	display: block;
	width: 925px;
	height: 196px;
	border: 1px dashed #bfc0c0;
}

.ContentMiddle {
	background: #fff url(../images/BgContentMiddle.gif) repeat-y;
	width: 929px;
	text-align: center;
	padding: 12px 15px;
}

.ContentLeft {
	float: left;
	width: 292px;
	margin: 30px 11px 20px 10px;
	text-align: left;
}
	.ContentLeft h1 {
		color: #00aaea;
		font-size: 22px;
		font-weight: normal;
	}
	ul.Sublevel {
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-position: inside;
		/*list-style-image: url(../images/ArrowSublevel.gif);
		list-style-position: inside;*/
	}
	ul.Sublevel ul {
		list-style: none;
		list-style-position: outside;
		margin-left: -20px;
		margin-top: 10px;
	}
	ul.Sublevel li {
		margin-bottom: 10px;
		width: 210px;
	}
	ul.Sublevel li span {
		display: block;
	}
	ul.Sublevel a {
		color: #000;
		text-decoration: none;
		background: url(../images/ArrowSublevel.gif) no-repeat left;
		padding-left: 20px;
		display: block;
	}
	ul.Sublevel ul a.current,
	ul.Sublevel li a.current,
	ul.Sublevel a:hover {
		color: #00abea;
		background: url(../images/ArrowSublevelBlue.gif) no-repeat left;
	}
	ul.Sublevel a.holder {
		color: #00abea;
		background: url(../images/ArrowSublevelBlueDown.gif) no-repeat left;
	}

.ContentRight {
	float: left;
	width: 520px;
	text-align: left;
	margin: 20px 10px 20px 0;
}

.ContentText img {
	padding: 0 10px 10px 0;
	float: left;
}

.ContentText img.board {
	padding: 0 10px 150px 0;
}

.ContentText p {
	line-height: 1.4em;
}

.ContentBottom {
	background: #9d9d9d url(../images/BgContentBottom.gif) no-repeat;
	width: 959px;
	height: 4px;
}

/*
 * PAGINATION
 */

.Paging {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	.Paging a {
		color: #000;
		text-decoration: none;
		padding: 0 3px;
	}
	.Paging a.current,
	.Paging a:hover {
		color: #00aff0;
	}

.BtnPrev, .BtnNext {
	display: inline-block;
	height: 9px;
	width: 5px;
	padding: 0 !important;
}
	.BtnPrev, .BtnNext {
		background: url(../images/ArrowPaging.gif) no-repeat left;
	}
	.BtnNext {
		background: url(../images/ArrowPaging.gif) no-repeat right;
	}
	
/*
 * TYPOGRAPHY
 */

.Typography h1 {
	font-size: 20px;
}
.Typography h2 {
	font-size: 14px;
}
	
.Typography p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Typography ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-image: url(../images/Bullet.gif);
	list-style-position: inside;
}
	.Typography ul li {
		margin-bottom: 5px;
		color: #666;
		list-style-position: outside;
	}

/*
 * FOOTER
 */

#Footer {
	width: 959px;
	margin: 7px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
}
	#Footer a {
		font-size: 10px;
		color: #535353;
		text-decoration: none;
	}
	#Footer a:hover {
		text-decoration: underline;
	}

.FooterLeft {
	float: left;
}

.FooterRight {
	float: right;
	text-align: right;
}

/*
 * POPUP
 */

.PopupContent {
	padding: 0 20px 20px 20px;
}

