@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;}

body{
background:url(images/bg.gif) repeat-y 50% 0 #FFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
line-height:20px;
color:#000000;
}

.clear{
clear:both}

a
{
outline:0;
border:0;
color:#000000; text-decoration:underline}

img
{
border:0;
}
a:hover
{
color:#666666;
text-decoration:none}
#main-container
{
	width:890px;
	height:auto;
	margin:0 auto;
}
#nav
{
	width:890px;
	height:39px;
	float:left;

}
#flags
{
width:400px;
height:28px;
float:left;
background:url(images/flags.jpg) no-repeat}
#socialicon
{
width:92px;
height:28px;
float:right;
background:url(images/social-icon.jpg) no-repeat}

#banner
{
	margin-top:5px;
}

.seprator
{
	background:url(images/border.gif) no-repeat;
	margin-top:5px;
	margin-bottom:10px;
	width:580px;
	height:15px;
}

.seprator1
{
	background:url(images/border1.gif) no-repeat;
	margin-top:5px;
	margin-bottom:10px;
	width:275px;
	height:7px;
}

.seprator2
{
	background:url(images/border2.gif) no-repeat;
	margin-bottom:5px;
	width:890px;
	height:23px;
}

#leftpanel
{
	width:275px;
	height:auto;
	float:left;
}
#rightpanel
{
	width:580px;
	height:auto;
	float:right;
	margin-right:15px;
}
#leftpanel h2
{
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding-left:10px;
	text-transform:uppercase;
	width:265px;
	height:39px;
	line-height:39px;
	background:#1c4fa1
}

#rightpanel p
{
	text-align:justify;
	padding-left: 10px;
	padding-right: 10px;
}

#rightpanel h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	color:#2d65b2;
	text-transform:capialize;
	width:575px;
	margin-left:10px;
	text-align:left;
	height:35px;
	line-height:35px;
}

#rightpanel h3
{
	margin-bottom:0px;
	margin-top:10px;
	font-size:18px;
	font-weight:normal;
	color:#2d65b2;
	padding-left:10px;
	height:25px;
	line-height:25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightpanel h4
{
	margin-bottom:0px;
	margin-top:5px;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	color:#2d65b2;
	padding-left:10px;
	height:20px;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftpanel ul
{
margin-left:10px;
padding-top:8px;
padding-bottom:8px;
list-style:none;

}
#leftpanel ul li
{
background:url(images/2.gif) no-repeat 0 4px;
font-size:13px;
line-height:18px;
padding-left:15px;
margin-bottom:10px;
}
#leftpanel ul li a
{
color:#000;
text-decoration:none}
#leftpanel ul li a:hover
{
color:#000;
text-decoration:underline}

#rightpanel ul
{
	margin-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	list-style:none;

}
#rightpanel ul li
{
	font-size:13px;
	background:url(images/2.gif) no-repeat 0 5px;
	line-height:14px;
	padding-left:15px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightpanel ul li a
{
color:#000;
text-decoration:none}
#rightpanel ul li a:hover
{
color:#000;
text-decoration:underline}

.input
{
	border:1px solid #232323;
	margin-bottom:5px;
	background:#f8f8f8;
	height:25px;
	width:250px;
	padding-top:3px;
	padding-left:5px;
}

.input1
{
	border:1px solid #232323;
	margin-bottom:5px;
	background:#f8f8f8;
	height:60px;
	width:250px;
	padding-top:3px;
	padding-left:5px;
}

.section
{
text-align:center;
width:127px;
height:auto;
float:left;
}

#footer
{
	text-align:center;
	border-top:1px solid #666666;
	padding-top:10px;
	margin-top:15px;
	height:25px;
	float:left;
	width:890px;
}

input.text {
	width:230px;
	border:1px solid #9a9a9a;
	margin:3px 0 5px 0;
	padding:5px 2px;
	height:15px;
	background:#f7f7f7;
}

textarea {
	width:230px;
	border:1px solid #9a9a9a;
	padding:2px;
	background:#f7f7f7;
	height:100px;
}
