img, div {
	behavior: url(iepngfix.htc)
}

body {
	background: #d6d522 url(../images/background.jpg) no-repeat top center fixed;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#maincontainer {
	width: 944px;
	margin: 0 auto;
}

#header {
	height: 160px;
	padding: 5px 0 5px 0;
}

#navbar {
	height: 2.5em;
	background: #32327b;
	margin: 0;
	padding: 0;
}

#content {
	margin: 0;
	background: #f1f1be;
}

#footer {
	margin: 0;
	text-align: right;
}

.innertube {
	margin: 30px 40px 10px 40px;
}

h1 {
	font-size: 2em;
	color: #32327b;
}

h2 {
	font-size: 1.5em;
	color: #32327b;
}

p {
	margin: 0 0 15px 0;
	font-size: 1em;
}

.tics {
	font-size: 1.4em;
	color: #32327b;
}

.innertube a { 
	color: #32327b;
	background-color: transparent; 
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #32327b;
}
.innertube a:visited { 
	color: #32327b;
	background-color: transparent; 
	text-decoration: none;
	border-bottom: 1px dashed #32327b;
}
.innertube a:hover { 
	color: #FF0000;
	background-color: transparent; 
	text-decoration: none;
	border-bottom: 1px dashed #FF0000;
}
.bib {
	margin: 0 0 15px 2em;
	font-size: 1em;
	text-indent: -2em;
}
.footnav {
	font-size: .8em;
	text-align: center;
}

.copyright {
	font-size: .8em;
	color: #32327b;
}

#brochure {
	display: block;
	width: 226px;
	height: 184px;
	background: url(../images/brochure_button.jpg) no-repeat 0 0;
	float: right;
	margin: -40px 0 0 20px;
	border: 0;
}

#brochure:hover {
	background-position: 0 -185px;
}

#brochure span {
	display: none;
}

.values {
	font-size: 1.2em;
	color: #32327b;
	margin-top: -5px;
	letter-spacing: 4px;
}

#teamwork {
	background: #fff url(../images/slider1.jpg) no-repeat
}

#integrity {
	background: #fff url(../images/slider2.jpg) no-repeat
}

#creativity {
	background: #fff url(../images/slider3.jpg) no-repeat
}

#solution {
	background: #fff url(../images/slider4.jpg) no-repeat
}

.slide_head {
	color: #fff;
	margin: 70px 0 0 478px;
}

.slide_body {
	color: #fff;
	margin: 20px 70px 0 482px;
	font-size: 1.1em;
	line-height: 1.8em;
}

ul, ol {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 15px;
	line-height: 1.5;

}
ul.arrow {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
}
ul.arrow li {
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 10px 30px;
	background: url(../images/list_arrow.gif) 0 2px no-repeat;
	line-height: 1.5;
	list-style: none;
}
.block{
	margin-left: 270px;
}


hr{
	margin-top: 30px;
	margin-bottom:20px;
border: 0;
color: #32327b;
background-color: #32327b;
height: 1px;
}
