@charset "utf-8";
/* CSS Document */

body {
	background-color:#1762aa; /*#5b9c4f*/
	margin:0;
	padding:0;
	/*font-family:"Tahoma", Arial, Helvetica, sans-serif;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight:normal;
}



#wrapper {
	margin:0px auto;
	width:1000px;
	background:url(images/background.jpg) repeat-y;
	height:100%;

}


#header_shadow {
	background:url(images/header_shadow.jpg) no-repeat;
	width:1000px;
	height:20px;
}

#header {
	margin:0 auto;
	background:url(images/header.jpg) no-repeat;
	width:1000px;
	height:394px;
}

#logo {
	border:none;
	padding:18px 23px 0  0;
	display:block;
	text-align:right;
}
#slogan {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	padding:15px 35px 0 0;
	color:#FFFFFF;
	text-align:right;
}
#partners {
	float:left;
	width:400px;
}
.partner_link1 {
	float:left;
	margin: 60px 0 0 35px;
	display:block;
}

.partner_link2 {
	float:left;
	margin: 25px 0 0 35px;
	display:block;
}

#content{
	padding: 1px 50px 0px 50px;
}

#content .postinfo {
	background-image: url(images/postinforbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 50px;
	text-align: center;
	font-size: 10px;
	clear: left;
}

#content h1 {
font-size:26px;
text-align:center;
}

#content h1, h2, h3{
	color:#000000;
	/*display:block;*/
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;

}

#content h2{
	font-size:18px;
}

#content h3 {
	font-size:16px;
}


p{
	text-align:justify;	
	line-height: 18px;
	color: #666666;
	margin-bottom: 20px;
}

img{border:none;}

#content .left {
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}

#content img {
	background-color:#EFEFEF;
	border:1px solid #D8D8D8;
	padding:5px;
}

#content ul {
	list-style-type: none;
	padding: 10px;
	color: #666666;
}

#content ul li {
	display: block;
	background-image: url(images/listbullet.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

a {
	border:none;
	color:#999900;;
}

a.more {
	border:none;
	color:#999900;;
	float:right;
}

a.download {
	border:none;
	color:#999900;;
	display: block;
}

img.colorizer  {background-color:none; border:none;}

#footer {
	background:url(images/footer.jpg) no-repeat;
	width:1000px;
	height:94px;
}

#menu{
	margin:0px auto;
	padding:35px 0 0 0;
	width:940px;
	height:40px;
}

#menu ul {
	margin:0px auto;
	list-style:none;
	width:75%;
}

#menu li {
	float:left;
	border-right:1px solid #FFFFFF;
	padding:0 10px 0 10px;
	text-align:center;
}
#menu li.last {border-right:none;}
#menu li a {
	font-size:14px;
	font-weight:normal;

	color:#FFFFFF;
}

#menu li a:hover {
	text-decoration:none;
}

.form_text {
 	width:250px;
}
.form_textarea{
 	width:380px;
}


.number {
	text-indent:0px;
	display: table;
	_height: 0;/*??6*/
	zoom: 1;/*??*/

}

#badget {
	position:relative;
	width:131px;
	height:131px;
	top:150px;
	right:20px;
}

#copyright {
	text-align:center;
	margin:0 auto;
	width:950px;
}
