/*===========================
	Title: World Federation of Nations Foundation
	Date:20.05.09
===========================*/
html,body{height:100%;width:100%;}
body{
	font-family:  Times New Roman,Arial,"Trebuchet MS",Tahoma,Verdana,Georgia, Lucida,Helvetica, sans-serif;
	text-align:center;
	background: url(../images/bg.jpg) repeat;
	min-height:468px;
	min-width:552px;	
}
:focus{
	outline:none;
}
*{
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}
ul,ol,li{
	list-style:none;
}	
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.hide,a b{
     position: absolute;
     left: -9999px;
}
/*-----------------------Page Structure---------------------*/
/*-----------------------Start outerWrapper---------------------*/
#outerWrapper{
	width:984px;
	margin:0 auto;
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
/*-----------------------Start container---------------------*/
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}
/*-----------------------Start innerContainer---------------------*/
#innerContainer {
	width: 984px;
	height: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}	
/*-----------------------Start wrapper---------------------*/
#wrapper{
	width:953px;	
	text-align:left;
	background:url(../images/mainBg.jpg) repeat-y top;
	padding:15px 15px 0;
	border-right:1px solid #4747ff;
}


/*-----------------------Start innerWrapper---------------------*/
#innerWrapper{
	background:#0000ff url(../images/background.gif) repeat-x top;
}
/*-----------------------Start header---------------------*/
#header{
	width:953px;
	overflow:visible;
	text-align:left;
}
#header h1{
	padding:17px 0 8px 29px;
}
/*-----------------------Start navigation---------------------*/
#header ul{
	overflow:visible;
	padding:4px 16px 8px 0;
}
#header ul li{
	float:right;
	background:url(../images/border.gif) no-repeat right 3px;
	padding-right:1px;
}
#header ul li:first-child{
	background:none;
}
#header ul li a{
	color:#e1ecfa;
	display:block;
	height:24px;
}

#header ul li a{
	font-family:Arial;
	font-size:12px;
	padding:4px 10px 0px 10px;
	margin:0;
	font-weight:bold;
}

#header ul li a:hover, #header ul li a.active{
	color:#fff;
	text-decoration:underline;
}


.home{
	background:url(../images/homeBtn.gif) no-repeat;
	width:53px;
}
.home:hover,.activeHome{	
	background:url(../images/homeBtn.gif) no-repeat 0 -24px;
}
.about{
	background:url(../images/aboutBtn.gif) no-repeat;
	width:53px;
}
.about:hover{
	background:url(../images/aboutBtn.gif) no-repeat 0 -24px;
}
.contact{
	background:url(../images/contactBtn.gif) no-repeat;
	width:66px;
}
.contact:hover{
	background:url(../images/contactBtn.gif) no-repeat 0 -24px;
}
.members{
	background:url(../images/membersBtn.gif)  no-repeat;
	width:77px;
}
.members:hover{
	background:url(../images/membersBtn.gif)  no-repeat 0 -24px;
}
.countries{	
	background:url(../images/countriesBtn.gif) no-repeat;
	width:76px;
}
.countries:hover{
	background:url(../images/countriesBtn.gif) no-repeat 0 -24px;
}
/*-----------------------Start mainBody---------------------*/
#mainBody{
	width:953px;
	overflow:hidden;
	background: url(../images/worldMap.jpg) no-repeat center -5px;
	padding-bottom:15px;
}
.contentBody #mainBody{
	background:#4141FF !important;
	z-index:50 !important;
	position:relative;
}
.heading{
	font-size:23px;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px 0 20px 65px;
	line-height:28px;
}
.logo{
	display:block;
	float:right;
}
.logo img{
	margin:0 318px 0 0;
}
.list{
	padding:166px 0 0 27px;
}
.list li{	
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding:0 0 1px 17px;
	font-size:17px;
	color:#e0e0e0;
}
.list li.sm{
	font-size:14px;
	color:#bbcde3;
	padding-top:3px;
}
.list li:first-child{
	background:none;
	padding:0 0 2px 0px;
}
.bottomPart{
	font-size:23px;
	float:right;
	text-align:right;
	padding-right:20px;
	margin:-9px 0 -2px;
}
.bottomPart a{
	color:#a5bad3;
	text-transform:uppercase;
}
.bottomPart b{
	font-size:12px;
	color:#f5f5f5;
	display:block;
	font-weight:normal;
}
.bottomPart b a{
	color:#f5f5f5;
	text-transform:none;
}
/*-----------------------Start footer---------------------*/
#footer{
	background: url(../images/mainBottomSide.jpg) no-repeat center top;
	padding:15px 0 0;
	color:#757575;
	text-align:center;
}
#footer p{
	width:984px;
	font-size:11px;
	text-align:left;
	margin:0 auto;
	padding-top:7px;
	font-family:Arial;
}

.contentP{
background:#4141FF;
font-family:Arial;
padding:30px;
}

.contentP h2{
color:#fff;
}

.contentP p{
color:#fff;
font-size:13px !important;
}

fieldset{
margin-top:20px;
padding-top:10px;
color:#fff;
font-size:12px;
}

fieldset h3{
display:none;
}

fieldset input, fieldset textarea{
font-family:Arial;
font-size:12px;
padding:1px;
border:none;
width:280px;
}

fieldset textarea{
height:80px;
}

fieldset p{
margin-bottom:8px !important;
}

.contentP ul{
color:#fff;
margin-left:30px;
font-size:12px;
margin-top:12px;
}

.contentP ul li{
list-style-type:circle;
}