*
{
	padding: 0;
	margin:0;
}

a
{
	outline: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/body-bg.jpg) repeat-x left top;
	background-color: #bdbec0;
	font-size: 12px;
}

#outer-container
{
	width: 900px;
	margin: 0 auto;
}

#container
{
	width: 900px;
	float: left;
	background: #fff;
}

#main-content
{
	width: 874px;
	float:left;
	padding: 0 13px;
}

#header
{
	width: 874px;
	float:left;
	height: 74px;
	border-bottom: 2px solid #d8d8d8;
}

.logo
{
	width: 289px;
	float:left;
}

.caption
{
	width: 406px;
	float:left;
	padding-top: 32px;
}

.t-date
{
	width: 179px;
	float:right;
	text-align: right;
	padding-top: 50px;
}

#menu
{
	width: 874px;
	float:left;
	height: 42px;
}

#menu ul
{
	list-style:none;
}

#menu ul li
{
	float: left;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 42px;
	margin: 0 32px 0 10px;
}

#menu ul li em
{
	border-bottom: 3px solid #fe0000;
	font-style: normal;
}
#menu ul li a
{
	color: #363636;
	text-decoration: none;

}

#menu ul li a:hover
{
	color: #000;
	border-bottom: 3px solid #fe0000;
}

.lastitem
{
	margin: 0 0px 0 10px !important;
}

#home-theme
{
	width: 874px;
	float:left;
}

#home-links
{
	width: 874px;
	float:left;
}

#home-links ul
{
	list-style:none;
	padding-left: 20px;
}

#home-links ul li
{
	float: left;
	font-size: 23px;
	color: #000;
	line-height: 64px;
	margin: 0 130px 0 0px;
}

#home-links ul li a
{
	color: #004798;
	text-decoration: none;

}

#home-links ul li a:hover
{
	color: #000;
}

.last
{
	margin: 0 !important;
}

#content
{
	width: 874px;
	float:left;
	margin: 15px 0;
	background:url(../images/content-bg.jpg) repeat-y left top;
}

#content h1
{
	font-size: 21px;
	padding-bottom: 10px;
	color: #003e91;
	font-weight: normal;	
}

#content h2
{
	font-size: 21px;
	padding-bottom: 10px;
	font-weight: normal;
}

.content-left
{
	width: 270px;
	float:left;
	padding: 10px;
}

.content-left h3
{
	font-size: 12px;
	color: #003e91;
	font-weight:bold;
	padding-bottom: 5px;
}

#content p
{
	font-size: 12px;
	color: #797979;
	padding-bottom: 15px;
	line-height: 18px;
}

#content a
{
	color: #003e91;
	text-decoration: none;
}

#content a:hover
{
	color: #000;
	text-decoration: none;
}


.content-right
{
	width: 574px;
	float:left;
	padding: 10px 0 10px 10px;
	color: #797979;
}



#footer
{
	border-top: 2px solid #d8d8d8;
	width: 874px;
	float: left;
	line-height: 35px;
}

#footer p
{
	font-size: 12px;
	color: #a8a8a8;
	line-height: 35px;
}

table.jobsearch tr td
{
	padding:10px 0 10px 30%;
	line-height: 18px;
	color: #313131;
}

table.jobsearch tr td.grey
{
	background: #f2f2f2;
}

table.overseas tr
{
	background: url(../images/dotted-line.gif) repeat-x left bottom;
}

table.overseas tr td
{
	padding:10px 0 10px 0;
	line-height: 18px;
	color: #313131;
}

/*FORM ELEMENTS
------------------------------------*/

.txt_input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	margin: 5px;
	width: 200px;
	border: 1px solid #61A7DB;
}
.txt_input1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #61A7DB;
	height: 17px;
}
.txt_textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
	border: 1px solid #61A7DB;
}
.txt_listbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
	border: 1px solid #61A7DB;
}
.txt_listbox1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 11px;
	height: 15px;	
	width: 130px;	
}
.bu_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 0;
	text-decoration: none;
	background-image: url(../images/bu_submit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 70px;
	cursor: pointer; 
}

.bu-apply{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 5px;
	background: #191C2B;
	width: 120px;
	border: 1px solid #61A7DB;
	cursor: pointer;
}

.bu-apply:hover{
	background: #FE0000;
}

.paragraph
{
	padding: 3px 0 !important;
}
