* {
	padding: 0px; 
	margin: 0px;
}

body {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	background: #DBDBDB url(../images/bg.jpg) top center repeat-y;
	color: #444;
}

#container {
	width: 900px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 70px;
}
#header #logo a img{
	border: none;
}
#header #right-header {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#header #right-header a{
	color: gray;
	font-size: 13px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
	border-right: 1px dotted gray;
}
#header #right-header a:hover {text-decoration: underline}
#header #right-header a.home {background: white url(../images/icon-house.jpg) left no-repeat;}
#header #right-header a.contact {background: white url(../images/icon-paper.jpg) left no-repeat;}
#header #right-header a.sitemap {background: white url(../images/icon-lock.jpg) left no-repeat; border: none;}
#menu {
	background-color: #2067a6;
	height: 30px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;

}
#menu ul li.home { background: transparent url(../images/menu-home.jpg) center no-repeat; }
#menu ul li.about { background: transparent url(../images/menu-about-us.jpg) center no-repeat;}
#menu ul li.client-list { background: transparent url(../images/menu-client-list.jpg) center no-repeat;}
#menu ul li.services { background: transparent url(../images/menu-services.jpg) center no-repeat;}
#menu ul li.resources { background: transparent url(../images/menu-resources.jpg) center no-repeat;}
#menu ul li.contact { background: transparent url(../images/menu-contact.jpg) center no-repeat;}
#menu ul li a.last {
	background: none;
}
#menu ul li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9.5em;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	font-size: 14px;
	background: transparent url(../images/menu-divider.jpg) right no-repeat;
}
#content {
	padding-top: 30px;
	text-align: left;
	padding-bottom: 30px;
}
#content .left-content {
	width: 600px;
	padding-left: 20px;
}
#content .right-content {
	width: 240px;
}
#footer {
	background-color: #2167a6;
	color: white;
	font-size: 12px;
	width: 870px;
	height: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
#footer a{
	color: white;
	text-decoration: underline;
}
a {
	color: #2067a6;
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
	line-height: 22px;

}
p.services {
	font-size: 1.0em;
	margin-bottom: 15px;
	line-height: 1.6em;

}
h2 {
	margin-bottom: 15px;

}
h3 {
	margin-bottom: 7px;

}
h3.services {
	text-align: center;
	margin-bottom: 7px;

}
h4 {


	font-size: 0.9em;


	font-style: italic;


}
ul {
	margin-bottom: 25px;
	margin-left: 15px;
}
ul li {margin-bottom: 8px; line-height: 15px;}
ul.i li {font-style: italic; font-size: 13px}

ul.arrow {list-style-type: none; margin-left: 0px}
ul.arrow li {
	background: white url(../images/ul-arrow.jpg) 0% 15% no-repeat;
	padding-left: 20px;
	font-size: 13px;
	color: #506a7e;
}
strong {
	text-decoration: none;
	color: #506a7e;
	font-size: 14px;
	line-height: 25px;
}
a.side {
	text-decoration:none;
}
.right-content {
	font-size: 12px;
}
.right-content img {
	padding: 4px;
	background-color: white;
	border: 1px solid #CCC;
}
img.home {
	padding: 4px;
	background-color: white;
	border: 1px solid #CCC;
}
img.plain{
	border: none;
	padding: 0px;
	background-color: transparent;
}
.left{float: left}
.right {float: right}
.clear {clear: both;}
img.pdf {  }

#contactForm {
	margin-top: -10px;
	color: #333;
}
#contactForm label
{
   display:block;
   color:#204e6f;
	font-family:Helvetica,Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
}   
#contactForm select {
	height:27px; font-size: 12px; padding-top:2px; width:261px;
}
#contactForm input {
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 1px;
	border:solid 1px #878161;
	color: #333;
}
#contactForm input[type=text]
{
   display:block;
   width:260px;
   margin-bottom:10px;
   margin-right: 10px;
   height:26px;
   padding-top: 2px;
}  

#contactForm .float-left {float: left; margin-right:10px; margin-bottom:10px;}

#contactForm textarea
{
	padding: 5px;
	font-family: "helvetica";
	font-size: 16px;
   	display:block;
   	border:solid 1px #878161;
   	margin-bottom:10px;
   	width:535px;
   	height: 200px;
   	color: #333;
}  
#contactForm input.btn-submit {
	padding: 1px 10px;
}
 
.error-msg {
	color: #c82f29;
	padding: 10px;
	border: 1px solid #c82f29;
	background-color: #ffeded;
	display: none;
}
.good-msg {
	padding: 10px;
	border: 1px solid green;
	background-color: #e6ffe8;
}
