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

body{
	padding:0;
	margin:0;
	background-color:#2A3147;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#container{
	position:relative;
	width:1020px;
	margin:0 auto;
}

#primary{
	float:right;
	width:800px;
}

#secondary{
	float:left;
	width:200px;
	top:0;
	left:20px;
}

#header{
	width:800px;
	height:200px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}

#content{
	position:relative;
	width:720px;
	margin:0 10px;
	padding:30px;
	background-color:#FFF;
}

#footer{
	width:720px;
	margin:0 10px;
	padding:20px 30px 20px 30px;
}

#container-index{
	position:relative;
	width:1020px;
	margin:0 auto;
}

#primary-index{
	float:right;
	width:800px;
	height:500px;
	background-color:#2A3147;
}

#secondary-index{
	float:left;
	width:200px;
}

#logo{
	position:absolute;
	width:705px;
	height:216px;
	left: 0px;
	top: 230px;
}

#credits{
	position:absolute;
	width:200px;
	left: 0px;
	top: 450px;
}

#clear{
	clear:both;
	height:1px;
}

.feature{
	position:relative;
	width:720px;
	height:60px;
	background-image:url(services/feature.gif);
	background-repeat:no-repeat;
}

.feature img{
	float:left;
}

.feature .text{
	float:left;
	height:32px;
	padding:18px 0 0 10px;
	color:#A42B32;
}


