/* screen.css file */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font: normal normal 1em/130% Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
	background: white url(../images/bkgd.jpg) repeat-x left top;
}

div#WrapOuter {
	background: white url(../images/wrap.jpg) repeat-y center top;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

div#WrapInner {
	background: transparent url(../images/wrap-top.jpg) no-repeat center top;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header ================ */

div#Header {
	width: 800px;
	height: 303px;
	margin: 0 auto;
	padding: 0;
}

/* Nav ================ */

div#NavMain {
	width: 800px;
	padding: 0;
	background-color: #0d3d6c;
	display: block;
	height: 30px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

div#NavMain ul.nav, div#NavMain ul.nav li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#NavMain ul.nav a, div#NavMain ul.nav li {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -1600px;
	float: left;
}

body#Overview div#NavMain ul.nav a#Overview {
	background: url(../images/nav.jpg) no-repeat 0 bottom;
}

body#Services div#NavMain ul.nav a#Services {
	background: url(../images/nav.jpg) no-repeat -160px bottom;
}

body#Customers div#NavMain ul.nav a#Customers {
	background: url(../images/nav.jpg) no-repeat -320px bottom;
}

body#Contacts div#NavMain ul.nav a#Contacts {
	background: url(../images/nav.jpg) no-repeat -480px bottom;
}

body#Jobs div#NavMain ul.nav a#Jobs {
	background: url(../images/nav.jpg) no-repeat -640px bottom;
}

div#NavMain ul.nav a#Overview {
	background: url(../images/nav.jpg) no-repeat 0 top;
}

div#NavMain ul.nav a#Services {
	background: url(../images/nav.jpg) no-repeat -160px top;
}

div#NavMain ul.nav a#Customers {
	background: url(../images/nav.jpg) no-repeat -320px top;
}

div#NavMain ul.nav a#Contacts {
	background: url(../images/nav.jpg) no-repeat -480px top;
}

div#NavMain ul.nav a#Jobs {
	background: url(../images/nav.jpg) no-repeat -640px top;
}

div#NavMain ul.nav a#Overview:hover {
	background: url(../images/nav.jpg) no-repeat 0 bottom;
}

div#NavMain ul.nav a#Services:hover {
	background: url(../images/nav.jpg) no-repeat -160px bottom;
}

div#NavMain ul.nav a#Customers:hover {
	background: url(../images/nav.jpg) no-repeat -320px bottom;
}

div#NavMain ul.nav a#Contacts:hover {
	background: url(../images/nav.jpg) no-repeat -480px bottom;
}

div#NavMain ul.nav a#Jobs:hover {
	background: url(../images/nav.jpg) no-repeat -640px bottom;
}

/* Content ================ */

div#ContainerWrap {
	width: 800px;
	padding: 0;
	clear: both;
	margin: 0 auto;
}

div#Container {
	
}

div#ContentWrap {
	width: 660px;
	margin: 0 auto;
}

div#Content {
	font-size: 90%;
	margin-top: 40px;
	margin-bottom: 40px;
}

h1 {
	color: green;
	margin-bottom: 1.0em;
	font: bold 1.4em/100% Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
}

h2 {
	color: green;
	margin-top: 1.5em;
	margin-bottom: .5em;
	font: bold 1.0em/120% Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
}

h3 {
	color: green;
	margin-top: 1.5em;
	margin-bottom: .5em;
	font: italic bold 1em/120% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

h4 {
	color: green;
	margin-bottom: .5em;
	font: bold 1em/120% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

h5 {
	font-size: .9em;
	line-height: 120%;
	margin-bottom: .5em;
	font-weight: bold;
}

h6 {
	font-size: .9em;
	line-height: 120%;
	margin-bottom: .5em;
	font-weight: bold;
	font-style: italic;
}

div#Container p {
	line-height: 140%;
	font-size: .9em;
	margin: 1em 0;
}

div#Container ol, div#Container ul {
	line-height: 140%;
	font-size: .9em;
	margin: .5em 0;
}

div#Container ol.last, div#Container ul.last {
	line-height: 150%;
	margin: .5em 0 1.5em;
}

div#Container ol li {
	margin: .2em 0 .2em 2.5em;
	list-style-position: outside;
	list-style-type: decimal;
}

div#Container ul li {
	margin: .2em 0 .2em 2.5em;
	list-style-position: outside;
	list-style-type: disc;
}

div#Container a {
	color: green;
	text-decoration: underline;
}

div#Container a:hover {
	color: #666666;
	text-decoration: none;
}

div.col {
	width: 45%;
	float: left;
	margin: -12px 18px 12px 0;
}

p.client {
	width: 33.3%;
	float: left;
	display: block;
	text-align: center;
	margin: 0;
	min-height: 140px;
	height: 140px;
}

p.client img {
	display: block;
	text-align: center;
	margin: 1em auto .5em auto;
}

div#Container p.vacancy-title {
	font-weight: bold;
	clear: left;
	color: green;
	margin-top: 1.5em;
	margin-bottom: .5em;
	font: bold 1.0em/140% Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
}

div#Container p.vacancy-label {
	font-weight: bold;
	clear: both;
	float: left;
	width: 140px;
	text-align: right;
	margin: .5em 1em 0 0;
	line-height: 130%;
}

div#Container p.vacancy-data {
	float: left;
	width: 480px;
	line-height: 130%;
	margin: .5em 0 0 0;
}

div.vacancy-button {
	float: right;
	margin: 1em 0 2em 0;
}

div.vacancy-border {
	clear: both;
	margin: .5em 0 2em 0;
	border-top: 1px solid silver;
}

dl.table-display {
	float: left;
	width: 660px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid silver;
}

.table-display dt {
	clear: left;
	float: left;
	width: 180px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid silver;
	font-weight: bold;
	font-size: .9em;
	line-height: 100%;
}

.table-display dd {
	float: left;
	width: 460px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid silver;
	font-size: .9em;
	line-height: 100%;
}

/* Filler ================ */

div#Filler {
	height: 12px;
}

.imageFloat {
	float: left;
	display: inline;
}

/* Footer ================ */

div#Footer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 40px;
	color: #999;
	font: 65% Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-align: center;
}

/* Forms ================ */

.formNote {
	color: green;
	font-size: 65%;
	line-height: 100%;
}

.required {
	color: green;
}

fieldset.section {
	border: 1px solid #ccc;
	margin: .75em 0;
	padding: .5em 1.5em;
	clear: both;
	background-color: #ffffff;
}

fieldset.tab {
	border: 1px solid #eee;
	margin: .75em 0;
	padding: .5em 1.5em;
	clear: both;
	background-color: #fafafa;
}

fieldset.section legend {
	color: green;
 	/*Reset IE*/  font-weight: bold;
	font-size: 90%;
	margin: 0;
	padding: 0 .5em;
}

fieldset.tab legend {
	color: gray;
}

form p {
	font: normal normal normal 1em/1.2em Arial,Helvetica,sans-serif;
	margin: 0;
}

form p.textarea {
	font: normal normal normal 1em/1.2em Arial,Helvetica,sans-serif;
	margin: 0;
	clear: both;
	height: 4.2em;
}

label, .label {
	font: normal normal normal 1em/100% Arial,Helvetica,sans-serif;
	float: left;
	padding-right: .75em;
	position: relative;
	width: 25%;
	margin-right: .5em;
	text-align: right;
}

.widelabel label, .widelabel span.label {
	width: 55%;
}

label em, .label em, .label2 em {
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	font-style: normal;
	font-weight: bold;
	color: red;
}

input[type="text"], input[type="fileUpload"], input[type="password"], textarea {
	border: 1px solid #bbb;
	width: 40%;
	padding: .25em;
}

input[type="text"]:focus,input[type="fileUpload"]:focus,input[type="password"]:focus,textarea:focus {
	border: 1px solid #666;
}

input.text {
	width: 50%;
	padding: .25em;
}

input.text2, input#appusername {
	width: 30%;
	padding: .25em;
}

input.date {
	width: 18%;
	padding: .25em;
}

textarea {
	width: 50%;
	padding: .25em;
}

.description_text {
	color: #BFBFBF;
}

p span.note {
	font-size: 85%;
	color: #999999;
	padding-left: .5em;
}

p span.upload-note {
	font-size: 85%;
	color: #FF0000;
	padding-left: 15.5em;
}

/* Clear Floated Elements ================ */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
