/* css for Steil Technologies */

body {

 padding: 0px;
 margin: 0px;
 font: 62.5%/1.7em  Verdana, "Trebuchet MS", Arial, sans-serif; 
	background: #fff url("i/background.gif") repeat-x 0 0;
}
img { border:none; }
a {
 color: #0859c0;
 text-decoration: underline;
}
a:hover {
 color: #000;
 text-decoration: underline;
}
#wrapper {
	text-align: left;
	margin: 4px auto;
	padding: 0px;
	border:0;
	width: 760px;
}

#header {
	height: 58px;
	margin: 0 0 15px 0;
	padding: 0;
}
#logo {
 float: left;
 width: 250px;
}
#daytime {
 float:right;
 text-align: right;
 margin: 15px 20px 0 0;
 color: #2a2405;
}
* html #daytime {
 margin-top: 20px;
}
#navbar {
	margin: 0 0 10px 0;
 padding:0;
 height: 20px;
}
#header2 {
	margin: 0;
	//height: 205px;
	padding: 0;
	//background: url(/i/background_header2.gif) no-repeat 0 0;
}
#header2_text {
 width: 650px;
 margin:0;
 padding:0;
}
#header2_text h1 {
 color: #01428f;
 font-size: 1.5em;
 font-weight: 600;
 line-height: 2.5em;
 white-space: nowrap;
 padding-top: 1.5em;
 margin-left: 38px;
}
#header2_text p {
 margin-left: 38px;
 font-size: 1.1em;
 line-height: 1.8em;
 color: #000;
}
* html #header2_text p {
 line-height: 1.6em;
 padding: 0;
 margin-top:0;
}
#header2_text p.right {
 text-align: right;
 color: #0859c0;
 margin-right: 30px;
}
#header2_text p.right a {
 color: #0859c0;
 text-decoration: underline;
}
#header2_text p.right a:hover {
 color: #2a2405;
 text-decoration: underline;
}


#header3 {
	margin: 0;
	height: 205px;
	padding: 0;
}

#header3_text {
 width: 550px;
 margin:0;
 padding:0;
}
#header3_text h1 {
 color: #01428f;
 font-size: 1.5em;
 font-weight: 600;
 line-height: 2.5em;
 white-space: nowrap;
 padding-top: 1.5em;
 margin-left: 38px;
}
#header3_text p {
 margin-left: 38px;
 font-size: 1.1em;
 line-height: 1.8em;
 color: #000;
}
* html #header3_text p {
 line-height: 1.6em;
 padding: 0;
 margin-top:0;
}
#header3_text p.right {
 text-align: right;
 color: #0859c0;
 margin-right: 30px;
}
#header3_text p.right a {
 color: #0859c0;
 text-decoration: underline;
}
#header3_text p.right a:hover {
 color: #2a2405;
 text-decoration: underline;
}






#left {
	float: left;
	width: 500px;
}
#left p {
 margin: 10px;
 font-size: 1.1em;
 color: #5c5d5e;
 line-height: 1.8em;
}
#right {
	float: right;
	width: 230px;
}

#footer {
	clear: both;
	background: #0859c0;
	vertical-align: middle;
	margin-bottom: 1em;
}
#footer p {
 font-size: 1.1em;
	color: #d3d1d1;
	text-align: center;
	line-height: 3em;
}
#footer a {
	color: #d3d1d1;
	text-decoration: underline
}
#footer a:hover {
	color: #fff;
	text-decoration: underline
}
/* Top Navigation */
#navbar ul {
 list-style: none;
 float:middle;
 margin:0;
 padding:0;
 color: #fff;
}
#navbar ul li {
 float: left;
 font-size: 1.2em;
 margin-top: 5px;
 margin-right:12px;
 margin-bottom: 0;
 margin-left: 0;
 padding:0;
}
* html #navbar ul li {
 margin-right: 10px;
}
#navbar ul li a {
 color: #fff;
 text-decoration: none;
}
#navbar ul li a:hover {
 color: #fff;
 text-decoration: underline;
}