@charset "utf-8";
html
{
	padding: 0;
}

body
{
	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

.mcontainer
{
	margin: 30px 50px 60px 50px;
}

.bodyMain
{
	background: url(images/bgMain.jpg) repeat-x #ccc;
}

.bodyMain1
{
	background: url(images/bgMain1.jpg) repeat-x #ccc;
}

.wrap
{
	background: url(images/bgTopMain.jpg) no-repeat top center;
	margin: 0 auto;
}

.wrap1
{
	background: url(images/bgTopMain1.jpg) no-repeat top center;
	margin: 0 auto;
}

.wrap2
{
	background: url(images/bgBottomMain.jpg) bottom center no-repeat;
	margin: 0 auto;
}

a:focus /*Fix for Firefox' dotted outline*/
{
	outline: none;
}
a img
{
	border: none;
}
a
{
	color: #69c;
}
p
{
	margin: 0;
}
.logoLink
{
	display: block;
}
.logoImg
{
	display: block;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.errorMsg
{
	color: #c00;
	font-size: 9px;
}

.sitemap
{
	margin: 30px 50px 70px 50px;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.pathdiv, .menuchildrendiv
{
	padding: 5px;
}
.modulecontainer
{
}
.centralizer1
{
	margin:  0 auto;
	padding: 27px 0 0 0;
	width: 960px;
}
.centralizer
{
	margin:  0 auto;
	padding: 30px 0 0 0;
	width: 960px;
}
.button
{
	border: 1px solid #000;
	background: #fff;
	color: #000;
	overflow: visible;
	margin: 5px 5px 5px 0;
}

.header
{
	background: url(images/bgHeader.jpg) no-repeat;
	position: relative;
}
.logoMain
{
	margin: 0 0 0 30px;
	width: 450px;
	height: 170px;
}
.logoMain1
{
	margin: 0 0 0 70px;
	width: 410px;
	height: 273px;
}

/*Language Switches*/
.lsc
{
	width: 240;
	margin: 10px 20px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.lsul
{
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	overflow: hidden;
}
.lsli
{
	display: inline;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.lsa
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


/*MENU*/

.menuMain
{
	width: 960px;
	height: 30px;
	background: #c00;
}

.menu
{
	width: 910px;
	line-height: 30px;
	margin: 0;
	padding: 0 25px;
	text-align: left;
	list-style-type: none;
}

.menuItemWrap1
{
	display:inline;
	float: left;
	border: 0 none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.menuItemLink1
{
	color: #fff;
	text-decoration: none;
}

.subMenu
{
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	background: #c00;
	text-align: left;
	position: absolute;
	top: 30px;
	left: -5px;
	width: 200px;
	line-height: 20px;
}

.subMenuItemWrap
{
	display: block;
}


.subMenuItemLink
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.subMenuItemLink:hover
{
	color: #c00;
	background: #fff;
}

/*Content*/
.contentMain
{
	margin: 0;
	padding: 0;
	background: url(images/dotted.gif) repeat-y top right #fff;
}

.contentLeft
{
	overflow: hidden;
	background: #fff;
}

.contentRight
{
	width: 240px;
	display: inline;
	float: left;
	overflow: hidden;
}

/*Search*/
.search
{
	height: 22px;
	background: #ddd;
	padding: 4px 10px;
}

.searchForm
{
	float: right;
}

.searchFieldDiv
{
	float: left;
	display: inline;
	overflow: hidden;
}

.searchButtonDiv
{
	float: left;
	display: inline;
	overflow: hidden;
}

.searchField
{
	text-size: 11px;
	color: #666;
	padding: 0;
	border: 1px solid #a5acb2;
	height: 18px;
	width: 144px;
	margin: 0 5px 0 7px;
}

.searchButton
{
	margin: 0;
	padding: 0;
	border: 1px solid #a5acb2;
	height: 20px;
	width: 50px;
}


/*FooterMENU*/

.menuFooter
{
	width: 960px;
	height: 30px;
	background: #c00 no-repeat;
}

.menu2
{
	margin: 0;
	padding: 10px 25px;
	overflow: hidden;
}

.menuItemWrap2
{
	display:inline;
	float: left;
	overflow: hidden;
	border: 0 none;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}
.menuItemLink2
{
	color: #fff;
	text-decoration: none;
}

.footer
{
	height: 35px;
	padding: 25px 0 0 30px;
	background: #fff;
}
.crFont
{
	font-size: 10px;
	font-weight: bold;
	color: #666;
	
}

.newsArchiveLink
{
	display: block;
	font-weight: bold;
}

/*CAPTCHA*/
.captchaWrap
{
	margin: 8px 0 0 0;
}
.captchaImg
{
	width: 65px;
	float: left;
	display: inline;
	overflow: hidden;
}

.captchaImgSrc
{
	width: 60px;
	height: 20px;
}

.captchaInp
{
	width: 60px;
	float: left;
	display: inline;
	overflow: hidden;
}

.captchaInput
{
	width: 55px;
	border: 1px solid #a5acb2;
}
