body {
	text-align: center;
	background-color: #ffffff;
	color: #9b9ba0;
	margin: 0;
	padding: 0;
	font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../../images/bckgrd.jpg);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #9b9ba0;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

img {
	border-style: none;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	color: #FF0000;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding:  0;
	font-size: 12px;
	color: #FF0000;
	
}

ul {
	margin: 0;
	list-style-position: inside;
	padding: 10px 0 0;
}

li {
	padding: 0 0 5px;
	list-style-image: url(../../images/bullet.gif);
}

/* **** LANGUAGE SWITCH **** */

#language_switch {
	width: 100%;
	height: 20px;
	text-align:center;
}

#language_switch ul {
	margin:0; padding:0;
}

#language_switch ul li {
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
	height: 30px;
	padding: 0 4px;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
}

#toggle {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
}

/* Layout */

#maincontainer {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#wrapper {
	float: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 50px;
}

/* Navigation */

#navhead {
	width: 720px;
	height: 45px;
	text-align: left;
	font-size: 14px;
}

#logo_sbk {
	float: left;
	width: 125px;
	height: 45px;
	background-image: url(../../images/logo_sbk.gif);
	background-repeat: no-repeat;
}

#logo_seckin {
	float: left;
	width: 125px;
	height: 35px;
	background-image: url(../../images/logo_seckin_creation.jpg);
	background-repeat: no-repeat;
}

#nav {
	float: right;
	padding: 0;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 10px;
}

#nav ul li a.first {
	color: #FF0000;
}

/* Breadcrumb */

#breadcrumb {
	padding-top: 10px;
	height: 14px;
}

/* Ecard */

#ecardtxt {
	height: 14px;
	text-align: center;
	color: #00a4d7;
	padding-top: 10px;
}

#ecardflash {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #808382;
}

/* Index Text */

#indextxt {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	float: left;
}

/* Copyright */

p.seckin {
	margin-top: 50px;
	text-align: center;
}

/* Pages Text */

#pagestxt {
	float: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 25px;
}

#pagestxt ul {
	padding-left: 50px;
	padding-bottom: 10px;
	list-style-position: outside;
}

#pagestxt ul li.job_sub_title {
	font-weight: bold;
	padding-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 15px;
}

p.paragraph_as_list {
	padding-bottom: 5px;
	background: url(../../images/bullet.gif) no-repeat;
	margin-left: 35px;
	padding-left: 15px;
}

/* News Text */

#newstxt {
	float: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 25px;
}

#newstxt p {
	padding-bottom: 15px;
}

/* Two columns */

#twocolumnsnav {
	float: left;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 25px;
}

#twocolumnstxt {
	float: left;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 25px;
}

/* Table Job Openings */

#table_job_openings {
	padding-top: 10px;
}

#table_job_openings td {
	padding-bottom: 5px;
}

/* Jobs Apply Form */

form.jobs_apply_form {
	width: 720px;
	margin: 0;
	padding: 0;
}

form.jobs_apply_form em {
	font-weight: bold;
	font-style: normal;
	color: #00a4d7;
}

form.jobs_apply_form div.legend {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #00a4d7;
}

form.jobs_apply_form div.legend a {
	color: #00a4d7;
}

form.jobs_apply_form label {
	float: left;
	width: 150px;
}

form.jobs_apply_form div.form_fields {
	background-color: #f4f4f4;
	padding: 5px 50px;
}

form.jobs_apply_form div.form_fields_error {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #dce98a;
	padding-left: 50px;
}

form.jobs_apply_form input.text_input {
	width: 300px;
	border: 1px solid #9b9ba0;
}

form.jobs_apply_form textarea {
	width: 500px;
	border: 1px solid #9b9ba0;
}

