@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

img{border:none;}

body {
	font-family:Myriad Pro, Tahoma, Geneva, sans-serif;
	color:#000;
	background:url(../images/bg.jpg) #FFF repeat-x;
}
p {
	padding-bottom:10px;
	line-height:21px;
}
h1 {
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #ffc600;
	width:278px;
	margin-bottom:10px;
}
img.company {
	float:right;
	width:478px;
}

img.logo{float:left; width:379px;}



.clear {
	clear:both;
}
ul {
	margin-left:20px;
}
#wrapper {
	width:993px;
	position:relative;
	margin: 0 auto;
}
#top {
	position:absolute;
	top:0;
	width:993px;
}
#content {
	padding-top:140px;
}
#navigation {
	background:url(../images/navigation-box-bg.png) no-repeat top;
	padding-top:10px;
	height:37px;
}
#navigation li {
	font-size:14px;
	font-weight:bold;
	color:#000;
	display:inline;
	list-style:none;
	padding-left:25px;
}
#navigation li a {
	color:#000;
	text-decoration:none;
	font-size:14px;
}
#body_text {
	background:url(../images/grey-box-bg.png) top no-repeat;
	padding:20px;
	position:relative;
	height:435px;
}
#footer_wrapper {
	background-color:#f6f6f6;
	border-top:5px solid #f58e17;
}
#footer {
	width:980px;
	position:relative;
	margin: 0 auto;
	font-size:10px;
	text-align:center;
}
/* --- Content Area ---- */

#mission {
float:left;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding-left:35px;
padding-top:121px;
width:570px;
}
#mission p  { padding-left:30px;}

#services ul { margin-left:25px;}
#services ul li{padding-bottom:3px;}
#services {
	float:left;
	width:348px;
	padding-top:121px;
}
#services li {
	list-style-image:url(../images/bullet-point.png);
}
#buttons {
left:0;
padding-left:15px;
position:absolute;
top:0;

}
#buttons img {
	float:left;
	width:303px;
	padding-right:15px;
	display:inline;
}

#partners{ text-align:center;}
#partners img{padding-right:20px;}
