@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/BG.png) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* STYLES */
h1 {
	color:#1f3048;
	font-size:22px;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#1f3048;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}


a, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a img {border:none}

p {font-size:12px; line-height:18px}

#header {
	width:1010px;
	height:130px;
	background-image:url(../images/top_header.jpg);
}
#header a {
	display:block;
	width:80%;
	height:100%;
	float:left;
	color:#1f3048;
}
#header h1 {
	color:#FFF;
	font: normal 17px 'Droid Serif', arial, serif;
	float:right;
	margin-right:30px;
	margin-top:30px;
	line-height:25px;
}
#header h2 {
	text-align:right;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
	float:right;
}


/* FLOATS & CLEARS */
.left {float:left}
.right {float:right}

/* MENU */
ul#menu  {
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
	width:990px;
	height:39px;
	background-image:url(../images/menu_BG.jpg);
	color:#000;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 1px 2px #999;
}
#menu li {
	padding:0;
	margin:0;
	float:left;
	padding:10px 30px 0px 5px;
}
#slider {
	width:1010px;
	height:319px;
	background-color:#CCC;
}
#services_box {
	width:1010px;
	height:211px;
	background-image:url(../images/services_BG.jpg);
}

/*
#services_box span{
	float:left;
	display:block;
	z-index:1;
	width:143px;
	height:146px;
	margin-left:22px;
	margin-right:37px;
	position:relative;
	top:-25px;
}
*/

.service_item {
	float:left;
	margin-left:22px;
	margin-right:22px;
	margin-top:20px;
}
	

/*
#services_box p{
	float:left;
	width:150px;
	margin:0;
	text-align:center;
	background-color:#FFF;
	position:relative;
	top:65px;
	padding:5px 0px;
	z-index:0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	font: bold 15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:16px;
	visibility:hidden;
}
*/

/*#services_box a{ width:100%; height:100%; display:block;}*/
#services_box img{
	float:left;
	width:143px;
	height:146px;
	border:solid 7px #FFF;
		-moz-box-shadow: 0px 1px 4px #000;
		-webkit-box-shadow: 0px 1px 4px #000;
		box-shadow: 0px 1px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=178, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=178, Color='#000000');
}


#home_content {
	padding:0 20px;
	position:relative;
	text-align:justify;
}


/* FOOTER */
#footer a, #footer a:visited, #footer {color:#FFF}
#footer {
	width:1010px;
	height:160px;
	background-image:url(../images/footer_BG.jpg);
	border-bottom: 1px solid #FFF;
	font: 13px/25px Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 1px 2px #000;
}
#footer_container {
	float:right;
	width:640px;
	margin-top:17px;
}
#footer ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	margin-right:70px;
}
#footer_notice {
	width:1010px;
	height:40px;
	font: bold 13px/40px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFF;
	text-shadow:0px 1px 3px #000;
	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #666); /* for firefox 3.6+ */
}


/*
playback timings (ms):
  load_resource: 353.493
  RedisCDXSource: 1.498
  PetaboxLoader3.datanode: 63.988 (5)
  exclusion.robots.policy: 0.191
  captures_list: 105.788
  esindex: 0.014
  CDXLines.iter: 10.534 (3)
  LoadShardBlock: 91.064 (3)
  PetaboxLoader3.resolve: 293.516 (2)
  exclusion.robots: 0.205
*/