@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

h2 {
	font-size:14px;
	color:#777;
	padding-bottom:10px;
}

body {
	background:url(../images/bg.png) top repeat-x #32436e;
	margin:10px auto;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:12px;
	color:#333;
}

#shell {
	width:850px;
	text-align:left;
	margin:0 auto;
	background:#fff;
	padding:25px 25px 0 25px;
}

#header {
	background:url(../images/logo.png) top left no-repeat #41547f;
	height:345px;
	text-align:right;
	border-bottom:4px solid #808080;
}

#navcontainer {
	background:url(../images/nav.png) top repeat-x;
	height:55px;
}

ul#navlist {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#navlist li {
  display: inline;
  list-style-type: none;
  float:left;
}

#navlist a {
	padding-top: 17px;
	display:block;
	width:168px;
	height:38px;
	text-align:center;
	font-size:16px;
}

#navlist a:link, #navlist a:visited {
  color: #333;
  text-decoration: none;
}

#navlist a:hover {
  color: #5c70a3;
  text-decoration: none;
}

.nav-div {
	background:url(../images/nav-div.png) top no-repeat;
	width:2px;
	height:55px;
	float:left;
}

#content {
	padding-top:10px;
}

#left {
	width:270px;
	float:left;
	margin-bottom:15px;
	padding-right:15px;
}

#left h1, #right h1 {
	font-weight:normal;
	font-size:26px;
	padding:10px 0;
	color:#555;
}

#left ul li {
	list-style-image:url(../images/bullet.png);
	width:100%;
	border-bottom:1px solid #999;
	padding:5px 0;
}

#left ul {
	margin-left:15px;
	padding-left:5px;
	padding-bottom:35px;
}

#tel {
	padding:0 30px;
	color:#fff;
	margin-top:260px;
	width:220px;
	float:left;
	text-align:left;
}

#tel img {
	padding-right:5px;
	float:left;
}

#tel h2 {
	font-size:14px;
	padding-left:5px;
	padding-top:5px;
	font-weight:normal;
	color:#fff;
}

#tel p {
	font-size:26px;
}

#logos {
	text-align:center;
}

#logos p {
	padding-bottom:5px;
}

#right {
	width:555px;
	float:left;
	margin-bottom:25px;
	padding-left:10px;
	overflow:hidden;
}

#right p {
	padding-bottom:10px;
}

.testimonial {
	border-bottom:2px solid #7d7d7d;
	margin-bottom:10px;
}

#footer {
	clear:both;
	background:url(../images/footer.png) top repeat-x;
	height:45px;
	color:#fff;
}

#ems {
	width:900px;
	margin:0 auto;
	text-align:right;
	padding-top:5px;
}

#ems img {
	border:none;
}

#ems a {
	color:#fff;
	text-decoration:none;
}

#ems a:hover {
	color:#999;
}

/* the form */

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}

