@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
}
ol, ul {
	list-style: none;
	position: relative;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
/* CSS Reset */

/* CSS Common */



body {

	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/body_bg.jpg);
}
#wrapper {
	height: auto;
	width: 1240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 83px;
	width: 98%;
	padding-top: 15px;
	padding-right: 1%;
	padding-left: 1%;
}
#container {
	height: auto;
	width: 100%;
}
#left_container {
	float: left;
	height: auto;
	width: 839px;
	margin-left: 126px;
}
#right_container {
	float: right;
	height: auto;
	width: 201px;
	margin-top: 62px;
	margin-right: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFF;
}
#header input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #518ad3;
	width: 160px;
	font-weight:normal;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #b9cde4;
}

#header input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #518ad3;
	width: 160px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #b9cde4;
}

#header input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	background-color: #FFBF00;
	text-align: center;
	width: 75px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

#language_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	height: 20px;
	width: 100%;
	border: 1px solid #4378b8;
	background-color: #4378b8;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.flash_outer {
	height: auto;
	width: 100%;
	margin-bottom: 4px;
}
.menu_outer {
	height: 25px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.menu_outer li
{
	float:left;
}
.menu_outer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
	width: 133px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #FFBF00;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
	display: list-item;
	text-transform: uppercase;
}
.menu_outer li a:hover
{
	text-decoration:none;
	background-color:#548cd4;
}

.menu_outer li .active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
	width: 133px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #548cd4;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
	display: list-item;
	text-transform: uppercase;
}

#footer {
	height: 56px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFBF00;
	float:left;
}

#footer li {
	float:left;
}
#footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFBF00;
	float: left;
	height: 20px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
	border: 1px solid #FFf;
}
#footer li a:hover {
	text-decoration:none;
	border: 1px solid #FFBF00;
}
#footer li .active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFBF00;
	float: left;
	height: 22px;
	width: 135px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
	text-decoration:none;
	border: 1px solid #FFBF00;

}
#footer a {
	text-decoration:none;
	color: #FFBF00;
}
#footer a:hover
{
	text-decoration:underline;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #548cd4;
}
.content {
	height: 100px;
	width: 839px;
	float: left;
}
.box_bg {
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-y;
	height: 407px;
	min-height:407px;
	height:auto !important;
	width: 94%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/*color: #316DBF;*/
	color:#000;
	padding-right: 3%;
	padding-left: 3%;
	line-height: 20px;
}
.box_team_bg {
	background-image: url(../images/box_team_bg.png);
	background-repeat: repeat-y;
	height: 407px;
	min-height:407px;
    height:auto !important;
	width: 94%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #316DBF;
	padding-right: 3%;
	padding-left: 3%;
}

/*Begin : Css for the countries in a file:Team.php*/
.countries
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.countries:hover
{
	background-color:#0099FF;
	
}
/*End : Css for the countries in a file:Team.php*/

.box_bg input[type=text] {
	color: #666;
	height: 22px;
	border: 1px solid #E1E1E1;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

.box_bg textarea { color:#666; border:1px solid #E1E1E1; padding:4px 5px 0 5px;}

.box_bg select { color:#666; border:1px solid #E1E1E1; padding:0 0 0 5px;}

#textarea {
	color: #666;
	border: 1px solid #E1E1E1;
}
.box_bg input[type=password] {
	color: #666;
	height: 22px;
	border: 1px solid #E1E1E1;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_bg input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	background-color: #FFBF00;
	text-align: center;
	width: 75px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 27px;
}
.box_bg a{
	text-decoration:none;
	color:#FFBF00;
}
.box_bg a:hover{
	text-decoration:none;
	color:#316DBF;
}
.border {
	height: auto;
	width: 92%;
	border: 1px solid #E1E1E1;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
}
.border a{
	text-decoration:none;
	color:#FFBF00;
}
.border a:hover{
	text-decoration:none;
	color:#316DBF;
}

#captcha_container img { border:1px solid #E1E1E1; margin-bottom:2px;}

#captcha_container a { font:normal 12px Verdana, Arial, Helvetica, sans-serif; color:#000; text-decoration:underline;}

.errmsg { color:#F00; font:bold 12px Verdana, Arial, Helvetica, sans-serif;}

/*----------------------------------------Language CSS----------------------------------------*/

#language_table { width:200px; border:1px solid #4F80BD; margin:4px 0 0 1px;}

#language_table td { width:100px; padding:2px 0 2px 10px; font:bold 12px Arial, Helvetica, sans-serif;}

#language_table td a { text-decoration:none; color:#548CD4;}

#language_table td a:hover { background-color:#4F80BD; color:#FFF;}

/*---------------------------------------End of Language CSS----------------------------------*/

