/*
CSS Credit: http://www.templatemo.com/
*/
body {
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	background: #b2ada4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link, a:visited { color: #38afc8; text-decoration: none;} 
a:active, a:hover { color: #38afc8; text-decoration: underline}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #fe551e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

h1.emp {
	font-size: 14px;
	font-weight: bold;
	color: #000048;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

p {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-style: normal;
}

.cleaner {
	font-size: 1px;
	height: 10px;
}

/* ----- Form ----- */

form{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

frameset {
	margin-bottom: 25px;
}

.form_row{
	margin-bottom: 7px;
}


label {
	margin-right: 10px;
}

input{
	width: 140px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006666;
}

.button{
	width: 60px;
	height: 25px;
	background-color: #8B8B8B;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

select {
	height: 25px;
	width: 150px;
}

/* ----- End of Form ----- */

#templatemo_container {
	margin: auto;
	width: 910px;
	background-color: #F3F3F3;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}


#templatemo_header_panel {
	width: 910px;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}

/* menu and banner panel */
#templatemo_login_banner_panel {
	display: block;
	width: 910px;
	height: 250px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#templatemo_login_panel {
	float: left;
	height: 260px;
	width: 238px;
	background: #e1e1e1;
	border: 1px solid #d2d2d2;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

* html #templatemo_login_panel {
	margin-right: -2px;
}

#templatemo_login_panel form{
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
	margin-right: 4px;
	padding-top: 4px;
	padding-right: 4px;
}


#templatemo_banner_panel {
	float: left;
	width: 620px;
	height: 250px;
	margin-right: 10px;
}
/*------------- Menu ------------------*/
#templatemo_menu {
	display: block;
	width: 910px;
	height: 60px;
	margin-bottom: 10px;
	background: #4c4032 url(../images/templatemo_menu_background.gif) no-repeat;
	margin-top: 20px;
}

#templatemo_menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #fe551e;
}


/* end of menu */


/*------------- InternalMenu ------------------*/
#templatemo_menu_internal {
	display: block;
	width: 910px;
	height: 60px;
	margin-bottom: 2px;
	background: #4c4032 url(../images/templatemo_menu_background.gif) no-repeat;
	margin-top: 2px;
}

#templatemo_menu_internal ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#templatemo_menu_internal ul li{
	display: inline;
}

#templatemo_menu_internal ul li a{
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#templatemo_menu_internal li a:hover, #templatemo_menu_internal li .current{
	color: #fe551e;
}


/* end of Internal menu */
.more_button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}

.view_button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 10px;
}
/* content */
#templatemo_content {
	float: left;
	width: 910px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
	background-color: #FFFFFF;
	background-image: url(../images/templatemo_footer_backgroun.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#templatemo_leftcolumn {
	float: left;
	width: 630px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#templatemo_leftcolumn_internal {
	float: left;
	width: 630px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#templatemo_rightcolumn {
	float: right;
	width: 255px;
	padding: 0px;
	margin: 0px;
}

#templatemo_rightcolumn_section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}

#templatemo_rightcolumn_form {
	float: right;
	width: 230px;
	padding: 0px;
	margin: 0px;
}

#templatemo_rightcolumn_section_form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

#templatemo_rightcolumn img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#templatemo_rightcolumn p{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	margin: 0px;
}

#templatemo_rightcolumn p.eoe09{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}

#templatemo_rightcolumn h3#testi, h3#spo, h3#share {
	left: 21px;
	width: 255px;
	text-align: left;
	height: 31px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/why_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#templatemo_rightcolumn h3#spo {
	background-image: url(../images/latest_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#templatemo_rightcolumn h3#share {
	background-image: url(../images/test_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* left side two column */
.templatemo_leftcolumn_twocolumn_cpc{
	float: left;
	width: 300px;
	background: #e4e4e4;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: left;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #dbdbdb;
}

.templatemo_leftcolumn_twocolumn_cpc img{
	border: 1px solid #858076;
	margin-bottom: 7px;
	margin-top: 1px;

}

.templatemo_leftcolumn_twocolumn{
	float: left;
	width: 264px;
	background: #e4e4e4;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #dbdbdb;
}

* html .templatemo_leftcolumn_twocolumn{
	padding: 8px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0;
}

.templatemo_leftcolumn_twocolumn img{
	margin-bottom: 5px;
	border: 1px solid #858076;
}
.templatemo_leftcolumn_twocolumn img.reg{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

.templatemo_leftcolumn_twocolumn a:hover{
	text-decoration: underline;
}

.service_box {
	margin-bottom: 0px;
}

.service_box img{
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}

.service_box p{
	text-align: left;
	font-weight: normal;
}

/* end of left side two column */

/* left side full row */

.templatemo_leftcolumn_fullrow {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E4E4E4;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
}

.templatemo_leftcolumn_fullrow p{
	clear: both;
}


.templatemo_leftcolumn_fullrow_internal {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E4E4E4;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	padding-bottom: 10px;
}

.templatemo_leftcolumn_fullrow_internal h3{
	clear: both;
	font-weight: bold;
	color: #00769D;
	margin-bottom: 10px;
}  

.templatemo_leftcolumn_fullrow_internal p{
	clear: both;
}

.templatemo_leftcolumn_fullrow_internal p img{
	clear: both;
	border: 1.5px solid #87B90A;
	margin-right: 5px;
	margin-left: 15px;
	padding: 1px;
}

.templatemo_leftcolumn_fullrow_form {
	clear: both;
	float: left;
	width: 660px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F4F4F4;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}


.templatemo_leftcolumn_fullrow_form h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A0000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.templatemo_leftcolumn_fullrow_form table tr td{
	padding-top: 3px;
	padding-bottom: 3px;

}
.templatemo_leftcolumn_fullrow_form table th {
	color: #006699;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

.templatemo_leftcolumn_fullrow_form table h4{
	color: #006699;
	text-align: left;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CEF3FF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #006699;
	border-bottom-color: #006699;
	padding-left: 5px;
}

.templatemo_leftcolumn_fullrow_form table h4.end{
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #91C209;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #416220;
	border-bottom-color: #416220;
	font-weight: bold;
	padding-right: 20px;
}

.templatemo_leftcolumn_fullrow_form table h4.end input{
	color: #FF6666;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 70px;
	height: 25px;
	float: none;
	background-color: #EFEFEF;
	clear: both;
}

.templatemo_leftcolumn_fullrow_form input {
	color: #333333;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	border: 1px solid #006666;
}

.templatemo_leftcolumn_fullrow_form input#cv_file {
	color: #333333;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	width: 300px;
	border: 1px solid #999999;
}
.templatemo_leftcolumn_fullrow_form input.small {
	color: #333333;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	width: 120px;
}
.templatemo_leftcolumn_fullrow_form input.vsmall {
	color: #333333;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	width: 50px;
}
.templatemo_leftcolumn_fullrow_form input.large {
	color: #333333;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	width: 230px;
}

.templatemo_leftcolumn_fullrow_form input.radio {
	color: #333333;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 15px;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.templatemo_leftcolumn_fullrow_form input.checkbox {
	color: #333333;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}


.templatemo_leftcolumn_fullrow_form select {
	color: #006666;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	height: 23px;
	font-weight: bold;
	width: 80px;
	border: 1px solid #006666;
}

.templatemo_leftcolumn_fullrow_form select.small {
	color: #006666;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	height: 23px;
	font-weight: bold;
	width: 40px;
}

.templatemo_leftcolumn_fullrow_form select.large {
	color: #006666;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	height: 23px;
	font-weight: bold;
	width: 150px;
}
.regstep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
	text-decoration: underline;
}

.reguired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E62E00;
}


.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.templatemo_leftcolumn_contacts {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E4E4E4;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
}
.templatemo_leftcolumn_contacts h3{
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.templatemo_leftcolumn_contacts p{
	clear: both;
	padding-left: 15px;
}


.templatemo_leftcolumn_contacts_internal {
	clear: both;
	float: left;
	width: 620px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E4E4E4;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	padding: 0px;
}
.templatemo_leftcolumn_contacts_internal h3{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #D2D2D2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #0086B3;
}
.templatemo_leftcolumn_contacts_internal p{
	clear: both;
	padding-left: 5px;
}

.templatemo_leftcolumn_contacts_internal img{
	clear: both;
	border: 1px solid #938D84;
	padding: 1px;
	margin-bottom: 5px;
	margin-left: 8px;
}

.templatemo_leftcolumn_contacts_internal ul{
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	width: 250px;
	margin-right: 0px;
	height: 80px;

}
.templatemo_leftcolumn_contacts_internal li{
	clear: both;
	padding: 0px;
	list-style-type: disc;
	list-style-image: url(../images/check_icon.gif);

}

.templatemo_thumb_gallery {
	clear: both;
	float: left;
	width: 600px;
	position: relative;
}

.templatemo_thumb_gallery img {
	position: relative;
	width: 160px;
	height: 108px;
	border: 1px solid #948E85;
	clip: rect(auto,auto,auto,auto);
	margin-right: 19px;
}
/* end of blog panel */

/* ----- Footer ----- */

#templatemo_footer {
	clear: both;
	width: 960px;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#templatemo_footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */
