
body 
{
	margin:0px;
	font-family: Tahoma;
	color: #212121;
	font-size: 8pt;
	/*background-image: url(../images/bg_5.jpg);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: #b8b8b8;
}

#scene 
{
	width: 100%;
	position: relative;
}

#right_bg
{
	position:absolute;
	left:0px;
	top:0px;
	height:600px;
	width:50%;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/left_bg.jpg);
	/*background-color:#3399FF;*/
}

#left_bg
{
	position:absolute;
	left:50%;
	top:0px;
	height:600px;;
	width:50%;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/right_bg.jpg);
	/*background-color:#00FF00;*/
}
	
#frame 
{
	position: relative;
}

#part_1 
{
	width: 955px;
	height: 83px;
	background-image: url(../images/bg_1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#part_2
{
	width: 955px;
	height: 58px;
	background-image: url(../images/bg_2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#part_3
{
	width: 955px;
	height: 291px;
	background-image: url(../images/bg_3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#part_3_a
{
	width: 328px;
	height: 291px;
	/*background-image: url(../images/bg_3_a.jpg);*/
}

#part_3_b
{
	width: 299px;
	height: 291px;
	/*background-image: url(../images/bg_3_b.jpg);*/
}

#part_3_c
{
	width: 328px;
	height: 291px;
	background-image: url(../images/bg_3_c_2.jpg);
}

#part_4
{
	width: 955px;
	height: 117px;
	/** background-image: url(../images/bg_4.jpg);  **/
	background-image: url(../images/blanks.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#part_5
{
	width: 955px;
	height: 71px;
	background-image: url(../images/bg_5.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#menu
{
	position: absolute;
	top: 135px;
	left: 427px;
	width: 500px;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
}

#menu a
{
	/** color:#dddddd; **/
	color:#666666;
	text-decoration:none;
}

#menu a:link {}
#menu a:visited {}
#menu a:active {}
#menu a:hover {color:#ffbf4c;}


#lang 
{
	display: block;
	position: absolute;
	right: 34px;
	top: 40px;
	background-image: url(../fa_images/english.jpg);
	width: 57px;
	height: 25px;
}

#intro
{
	position: absolute;
	top: 60px;
	left: 90px;
	width: 300px;
	text-align: left;
	font-family:Georgia;
	font-size:8pt;
	color:#dddddd;
	line-height:14px;
}

#copy
{
	position: absolute;
	top: 108px;
	left: 107px;
	width: 400px;
	text-align: left;
	font-family:Georgia;
	font-size:8pt;
	color:#a7b3be;
	line-height:14px;
}

#copy a
{
	color:#ccdce9;
	text-decoration:none;
	font-weight:normal;
}

#copy a:link {}
#copy a:visited {}
#copy a:active {}
#copy a:hover {color:#ffbf4c;}

.header_login_form_input_blur
{
	border:solid 1px #CCCCCC;
	height:14px;
	width:83px;
	font-size:8pt;
	font-family:tahoma;
	color:#cccccc;
}

.header_login_form_input_focus
{
	border:solid 1px #CCCCCC;
	height:14px;
	width:83px;
	font-size:8pt;
	font-family:tahoma;
	color:#000000;
}

.input_1
{
	border:solid 1px #CCCCCC;
	height:14px;
	width:83px;
	font-size:8pt;
	font-family:tahoma;
	color:#585858;
}

.input_2
{
	border:solid 1px #CCCCCC;
	height:14px;
	width:145px;
	font-size:8pt;
	font-family:tahoma;
	color:#585858;
}

.ul_1
{
	color:#212121;
	font-size:10pt;
	list-style-image:url(../images/arrow.gif);
}

/* Applicant Signup, Employer Signup */
.link_1
{
	font-size:10pt;
	color:#ff3c00;
	font-family:tahoma;
	text-decoration:none;
}

/* links in footer */
.link_2
{
	color:#ffffff;
	font-family:tahoma;
	text-decoration:none;
}

.link_2_text
{
	color:#ffffff;
	font-family:tahoma;
}

.text_1
{
	color:#ffffff;
	font-family:tahoma;	
}


a
{
	color:#dddddd;
	text-decoration:none;
}

a:link {}
a:visited {}
a:active {}
a:hover {color:#ffbf4c;}

.incorrect_login_message
{
	color:#ffffff;
}