/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin:0;
	}
	a:link, a:visited {
	text-decoration: none;
	color:#333333;
	
}

a:hover {
	text-decoration: underline;
	color:#333333;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	background-color:#FFFFFF;	
	}

#headerimg 	{
	margin: 7px 0px 0;
	height: 120px;
	width: 100%;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 11px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
/*	 background-image:url(images/footer_bg.gif); background-repeat:repeat-x; background-position:left top;*/ height:59px; 
	border: none;
	width:100%;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:"Arial";
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	}

h2 {
	font-size: 18px;
	font-weight:bold;
	}

h2.pagetitle {
	font-size: 16px;
	font-weight:bold;
	}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	}

h3 {
	font-size:18px;
	font-weight:bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 11px;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;font-size:11px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin:0px auto;
	padding: 0;
	width: 100%;
	border: 1px solid #959596;
	}

#header {
	/*background-color: #73a0c5;*/
	margin: 0 0 0 1px;
	padding: 0;
	height: 120px;
	width: 98%;
	
	}

#headerimg {
	margin: 0;
	height: 120px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 625px;
	clear:both;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 20px;
	width: 625px;
	float: left;
		clear:both;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}



#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 20px 10px 10px;
	float:right;
	width: 215px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	/******************************new skin**********************/
	
	#main{ width:920px	; margin:0 auto;}
	.border_body{border-left:1px solid #cccccc;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc; }
.center{ text-align:left}
a:link{ color:#000000; text-decoration:underline}
a:visited{ color:#000000; text-decoration:underline}
a:active{ color:#000000; text-decoration:none}
a:hover{ color:#000000; text-decoration:none}
p{ padding:10px 0 0 0; margin:0px;	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}
td{ padding:0px; margin:0px;	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}
form{padding:0px; margin:0px;}
.left{ float:left;}
.right{ float:right}
.clear{ clear:both}
img, input, select{ border:0px; margin:0px; padding:0px }
ul{ padding:0px; margin:0px; list-style:none}
li{ margin:0px;}

h1{font-family:"Georgia"; font-size:28px; color:#000000; padding:0px; margin:0px; }


h5{font-family:"Georgia"; font-size:14px; color:#808080; padding:0px; margin:0px; }
/************************************/

.header_left{ float:left; width:233px}
.header_right{ float:left; padding-left:50px; width:694px; padding-right:15px}

.flog_div{ padding-left:200px;}
.flog_txt { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5e5e5e}
.flog_txt a:link{ color:#5e5e5e; text-decoration:none}
.flog_txt a:visited{ color:#5e5e5e; text-decoration:none}
.flog_txt a:active{ color:#5e5e5e; text-decoration:underline}
.flog_txt a:hover{ color:#5e5e5e; text-decoration:underline}
.flog_txt ul{ padding:0px; margin:0px; list-style:none}
.flog_txt li{ float:left}
.flog_txt li img{ padding:2px 5px 0 10px}

.menu_left{ float:left; width:500px; position:relative; top:1px}

.emp_panel{ background-image:url(images/em_bg.gif); background-repeat:no-repeat; width:187px; height:43px; float:right}
.emp_panel { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#393939}
.emp_panel  a:link{ color:#393939; text-decoration:none}
.emp_panel  a:visited{ color:#393939; text-decoration:none}
.emp_panel  a:active{ color:#393939; text-decoration:underline}
.emp_panel  a:hover{ color:#393939; text-decoration:underline}

.sign_in_txt { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4d4d4d}
.sign_in_txt a:link{ color:#4d4d4d; text-decoration:none ; }
.sign_in_txt a:visited{ color:#4d4d4d; text-decoration:none}
.sign_in_txt a:active{ color:#4d4d4d; text-decoration:underline}
.sign_in_txt a:hover{ color:#4d4d4d; text-decoration:underline}

.f_j_bg{ background-image: url(images/f_j_bg.gif); background-repeat:repeat-x; background-position:left top; height:100px}

.find_r_j_l{ float:left; width:280px; padding:0 10px 0 12px}

.input_field{ width:215px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:4px; color:#555555; border:1px solid #e4e4e4; background-image:url(images/input_bg.gif); background-repeat:repeat-x; background-position:left top}
.find_r_j_l_2{ float:left; width:700px}

.adv_se{padding-left:10px; width:160px; float:left; padding-top:7px}

.arial_11_txt { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003c67}
.arial_11_txt a:link{ color:#003c67; text-decoration:none ; padding:0 5px }
.arial_11_txt a:visited{ color:#003c67; text-decoration:none ; padding:0 5px }
.arial_11_txt a:active{ color:#003c67; text-decoration:underline ; padding:0 5px }
.arial_11_txt a:hover{ color:#003c67; text-decoration:underline ; padding:0 5px }

.con_bg{ background-image:url(images/s_b_c_bg.gif); background-repeat:repeat-x; background-position:left top; padding:25px 12px}

.arial_14_txt { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000;}
.arial_14_txt a:link{ color:#000000; text-decoration:none ; }
.arial_14_txt a:visited{ color:#000000; text-decoration:none ; }
.arial_14_txt a:active{ color:#000000; text-decoration:underline ; }
.arial_14_txt a:hover{ color:#000000; text-decoration:underline ; }

.b_b_c_left{ float:left; width:250px; padding-right:65px; padding-bottom:8px}
.b_b_c_left .left{ float:left; width:225px; padding-right:10px; margin:0px; }
.b_b_c_left  .right{ float:right; width:12px; padding-top:3px; margin:0px;  }


.b_b_c_sign_in_txt { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#18649a; line-height:13px}
.b_b_c_sign_in_txt a:link{ color:#18649a; text-decoration:none ; }
.b_b_c_sign_in_txt a:visited{ color:#18649a; text-decoration:none}
.b_b_c_sign_in_txt a:active{ color:#18649a; text-decoration:underline}
.b_b_c_sign_in_txt a:hover{ color:#18649a; text-decoration:underline}

.b_b_c_grey { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#393939 ; line-height:8px}
.b_b_c_grey a:link{ color:#393939 ; text-decoration:none ; }
.b_b_c_grey a:visited{ color:#393939 ; text-decoration:none}
.b_b_c_grey a:active{ color:#393939 ; text-decoration:underline}
.b_b_c_grey a:hover{ color:#393939 ; text-decoration:underline}

.tab_left{ float:left; width:715px;  padding-left:5px}
.tab_right{ float:right; width:223px; }

.tab_body{background-color:#efefef; border:1px solid #d9d9d9; width:100%}

.logo_pic_bg{ padding:2px 4px 6px 2px; width:90px; height:50px; background-image:url(images/logo_pic_bg.gif); background-repeat:no-repeat; background-repeat:left top; float:left; margin:6px 9px}

.tab_body2{background-color:#ffffff; border:1px solid #d9d9d9; width:100%}

.logo_w_d{ float:left; width:200px; border-right:1px solid #d9d9d9; padding-right:15px; padding-left:15px }
.logo_w_d_last{ float:left; width:210px;  padding-right:7px; padding-left:15px }
.boeder_bg{padding:0px 5px; background-image:url(images/border_bg.gif); background-position:left top; background-repeat:repeat-y}

.logo_w_d_left{ float:left; width:145px}
.logo_w_d_right{ float:right; width:50px}
.logo_w_bor{ border-bottom:1px solid #c5c5c5; padding-bottom:10px; padding-top:15px}

.arial_12_txt { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:22px}
.arial_12_txt a:link{ color:#000000; text-decoration:none ; }
.arial_12_txt a:visited{ color:#000000; text-decoration:none ; }
.arial_12_txt a:active{ color:#000000; text-decoration:underline ; }
.arial_12_txt a:hover{ color:#000000; text-decoration:underline ; }

.b_b_c_bg{ background-image:url(images/b_c_s.gif); background-repeat:repeat-x; background-position:left top}
.b_b_c_le{ padding-left:5px ; padding-top:9px; float:left}
.b_bor{ border:1px solid #d9d9d9; width:99.7% }
.b_light_blue{ background-color:#e9f6ff; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-transform:uppercase; font-weight:bold; margin:1px}
.b_b_left_f{ float:left; width:310px; padding:0 60px 0 0  }
.b_b_left_s{ float:left; width:80px; padding:0 20px 0 0px  }
.b_b_left_t{ float:left; width:100px; padding:0 25px 0 0px  }
.b_b_left_for{ float:left; width:70px; padding:0px ;}

.b_light_yel{padding:10px; background-color:#fdfbf6; border-top:1px solid #fdd563 ; border-bottom:1px solid #fdd563  }
.b_light_wiht{padding:10px;  }

.ver_10_txt { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }
.ver_10_txt a:link{ color:#000000; text-decoration:none ; }
.ver_10_txt a:visited{ color:#000000; text-decoration:none ; }
.ver_10_txt a:active{ color:#000000; text-decoration:underline ; }
.ver_10_txt a:hover{ color:#000000; text-decoration:underline ; }

.nuber_field{ width:30px; border:1px solid #b3b9c3; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; padding:1px }
.nuber_select{ width:40px; border:1px solid #b3b9c3; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; padding:1px }

.ver_10_txt_grey { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#696969; }
.ver_10_txt_grey a:link{ color:#696969; text-decoration:none ; }
.ver_10_txt_grey a:visited{ color:#696969; text-decoration:none ; }
.ver_10_txt_grey a:active{ color:#696969; text-decoration:underline ; }
.ver_10_txt_grey a:hover{ color:#696969; text-decoration:underline ; }

.grey_bord{ border:1px solid #b0b0b0; margin-bottom:5px}

.ver_10_txt_red { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#c20000; font-weight:bold }
.ver_10_txt_red a:link{ color:#c20000; text-decoration:none ; }
.ver_10_txt_red a:visited{ color:#c20000; text-decoration:none ; }
.ver_10_txt_red a:active{ color:#c20000; text-decoration:underline ; }
.ver_10_txt_red a:hover{ color:#c20000; text-decoration:underline ; }

.blue_text_12{ font-family:"verdana"; font-size:12px; color:#1871B9; font-weight:bold; line-height:22px}
.blue_text_12 a:link {color:#1871B9; text-decoration:none;}
.blue_text_12 a:active {color:#1871B9; text-decoration:none;}
.blue_text_12 a:visited {color:#1871B9; text-decoration:none;}
.blue_text_12 a:hover {color:#343027; text-decoration:underline;}

.b_b_b_r_pic{ width:50px}

.applynow{ background-image:url(images/apply_small.gif); background-repeat:no-repeat; background-position:left; height:18px; padding-left:18px; padding-right:10px; line-height:24px; padding-top:5px}
.fav{ background-image:url(images/favourite.gif); background-repeat:no-repeat; background-position:left; height:16px; padding-left:16px; padding-right:10px}
.friend{ background-image:url(images/tell-friend.gif); background-repeat:no-repeat; background-position:left;  padding-left:18px; padding-right:10px; padding-top:5px}

.l_b_text_12{ font-family:"arial"; font-size:11px; color:#343027; line-height:22px}
.l_b_text_12 a:link {color:#343027; text-decoration:none;}
.l_b_text_12 a:active {color:#343027; text-decoration:none;}
.l_b_text_12 a:visited {color:#343027; text-decoration:none;}
.l_b_text_12 a:hover {color:#343027; text-decoration:underline;}

.style4
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#343027;
}
.style4 a:link
{
text-decoration:none;
color:#343027;
padding-left:2px; 
padding-right:2px;
}
.style4 a:active
{
text-decoration:none;
color:#343027;
padding-left:2px; 
padding-right:2px;
}
.style4 a:visited
{
text-decoration:none;
color:#343027;
padding-left:2px; 
padding-right:2px;
}
.style4 a:hover
{
text-decoration:none;
color:#343027;
padding-left:2px; 
padding-right:2px;
}
.style5
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#E20814;
}
.style6
{
font-family:"verdana";
font-size:12px;
color:#1871B9;
font-weight:bold;
}

.style6 a:link
 {
color:#1871B9;
text-decoration:none;
}
.style6 a:active
 {
color:#1871B9;
text-decoration:none;
}

.style6 a:visited
 {
color:#1871B9;
text-decoration:none;
}
.style6 a:hover
 {
color:#343027;
text-decoration:underline;
}
.style7
{
font-family:"verdana";
font-size:11px;
color:#666565;
}
.style8
{
font-family:"verdana";
font-size:14px;
color:#000000;
font-weight:bold;
}

.highlight
{
font-family:"arial";
font-size:30px;
color:#000000;
font-weight:bold;
}
.countries-text 
{
font-family:"verdana";
font-size:11px;
color:#686868;
line-height:16px;
text-align:justify;
}
.countries-text  a:link
{
text-decoration:none;
color:#000000;
}
.countries-text  a:active
{
text-decoration:none;
color:#000000;
}
.countries-text  a:visited
{
text-decoration:none;
color:#000000;
}
.countries-text a:hover
{
text-decoration:none;
color:#A30400;
}

.l_p_l{ float:left; width:30%; padding-right:3%; padding-bottom:8px }

.v_t_11{color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
.v_t_11 a:link {color:#000000; text-decoration:none;}
.v_t_11 a:active {color:#000000; text-decoration:none;}
.v_t_11 a:visited {color:#000000; text-decoration:none;}
.v_t_11 a:hover {color:#000000; text-decoration:underline;}

.v_t_11_blule{color:#015880; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
.v_t_11_blule a:link {color:#015880; text-decoration:none;}
.v_t_11_blule a:active {color:#015880; text-decoration:none;}
.v_t_11_blule a:visited {color:#015880; text-decoration:none;}
.v_t_11_blule a:hover {color:#015880; text-decoration:underline;}

.footer_bg{ background-image:url(images/footer_bg.gif); background-repeat:repeat-x; background-position:left top; height:59px; }

.login_field{ width:128px; border:1px solid #e4e4e4; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#707070; padding:2px ; background-image:url(images/input_bg_2.gif); background-repeat:repeat-x}

.uplaod_bg{ background-image:url(images/upload_cv_bg.gif); background-repeat:no-repeat; width:215px; height:268px}

.arial_12_txt_grey { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#555454;}
.arial_12_txt_grey a:link{ color:#555454; text-decoration:none ; }
.arial_12_txt_grey a:visited{ color:#555454; text-decoration:none ; }
.arial_12_txt_grey a:active{ color:#555454; text-decoration:underline ; }
.arial_12_txt_grey a:hover{ color:#555454; text-decoration:underline ; }

.v_t_12_blule{color:#015880; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.v_t_12_blule a:link {color:#015880; text-decoration:none;}
.v_t_12_blule a:active {color:#015880; text-decoration:none;}
.v_t_12_blule a:visited {color:#015880; text-decoration:none;}
.v_t_12_blule a:hover {color:#015880; text-decoration:underline;}


/***************navigation*********************/
a.squarebutton{
background: transparent url(images/m_l.gif) no-repeat top left;
display: block;
font: bold 13px Georgia; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 30px; /* Height of button background height */
padding-left:8px; /* Width of left menu image */
text-decoration: none;
margin-left:2px; float:left; 
border-bottom:1px solid #cae6fb
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #105f96; /*button text color*/
text-decoration:none;

}

a.squarebutton span{
background: transparent url(images/m_r.gif) no-repeat top right;
display: block;
padding: 10px 15px 5px 8px; /*Set 9px below to match value of 'padding-left' value above*/

}

a.squarebutton:hover{ /* Hover state CSS */
background-position: top left;

background: transparent url(images/m_l_a.gif) no-repeat top left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: top right;
background: transparent url(images/m_r_a.gif) no-repeat top right;
color: #000000;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/***************navigation*********************/

/***************navigation*********************/
a.squarebutton2{
background: transparent url(images/t_t_l_s.gif) no-repeat top left;
display: block;
font: bold 13px arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 35px; /* Height of button background height */
padding-left:9px; /* Width of left menu image */
text-decoration: none;
margin-right:3px; float:left; 
}

a:link.squarebutton2, a:visited.squarebutton3, a:active.squarebutton3{
color: #060606; /*button text color*/
text-decoration:none;
}

a.squarebutton2 span{
background: transparent url(images/t_t_r_s.gif) no-repeat top right;
display: block;
padding: 12px 15px 8px 3px; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton2:hover{ /* Hover state CSS */
background-position: top left;
background: transparent url(images/t_l_a.gif) no-repeat top left; 
}

a.squarebutton2:hover span{ /* Hover state CSS */
background-position: top right;
background: transparent url(images/t_r_a.gif) no-repeat top right;
color: #000000;
}

.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%; position:relative; top:1px 
}
/***************navigation*********************/



/***************navigation*********************/
a.squarebutton3{
background: transparent url(images/t_t_l_s.gif) no-repeat top left;
display: block;
font: bold 13px arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 35px; /* Height of button background height */
padding-left:9px; /* Width of left menu image */
text-decoration: none;
margin-right:3px; float:left; 
}

a:link.squarebutton3, a:visited.squarebutton3, a:active.squarebutton3{
color: #060606; /*button text color*/
text-decoration:none;

}

a.squarebutton3 span{
background: transparent url(images/t_t_r_s.gif) no-repeat top right;
display: block;
padding: 12px 15px 8px 3px; /*Set 9px below to match value of 'padding-left' value above*/

}

a.squarebutton3:hover{ /* Hover state CSS */
background-position: top left;

background: transparent url(images/t_t_l_s_a.gif) no-repeat top left;
}

a.squarebutton3:hover span{ /* Hover state CSS */
background-position: top right;
background: transparent url(images/t_t_r_s_a.gif) no-repeat top right; 
color: #000000;
}


.buttonwrapper3{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%; position:relative; top:1px 
}
/***************navigation*********************/
	
.main_text
{
font-family:"verdana";
font-size:11px;
color:#000000;
line-height:16px;
}
.main_text a:link
{
text-decoration:none;
color:#000000;
}
.main_text a:active
{
text-decoration:none;
color:#000000;
}
.main_text a:visited
{
text-decoration:none;
color:#000000;
}
.main_text a:hover
{
text-decoration:underline;
color:#000000;
}
.topcompany
{
background-image:url(images/topcompanies-bg.gif);
background-position:top left;
background-repeat:repeat-x;
height:31px;
width:auto;
clear:both;
}
.topcompany-left
{
background-image:url(images/topcompanies-left.gif);
background-position:top left;
background-repeat:no-repeat;
width:15px;
float:left;
height:31px;
}
.topcompany-center
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight:bold;
width:auto;
height:23px;
padding-top:8px;
float:left;
}

.topcompany-right
{
background-image:url(images/topcompanies-right.gif);
background-position:top right;
background-repeat:no-repeat;
width:100px;
height:31px;
float:right;
}
