@charset "utf-8";
/* CSS Document */
body {
	background: #cacaca url('/images/services_body_bg.gif') repeat-x top;
}
div#top_links {
	margin: 0 auto;
	width: 960px;
}
	div#top_links img {
		float: left;	
	}
	div#top_links a {
		float: left;
		display: block;
		height: 55px;
		padding: 0px 25px;
		color: #333;
		font: bold 11px/54px Tahoma, Geneva, sans-serif;
		text-decoration: none;
	}
	div#top_links a#services {
		padding: 0px;
	}
		div#top_links a:hover,
		div#top_links a.selected {
			background: url('/images/links_over.gif');
		}

div#split {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	background: #949494;
}

div#bottom_links {
	margin: 0 auto;
	width: 940px;
}
div#bottom_links_spacer {
	float: left;
	display: block;
	height: 55px;
	width: 60px;
}
	div#bottom_links a {
		float: left;
		display: block;
		height: 55px;
		padding: 0px 28px;
		color: #333;
		font: bold 11px/54px Tahoma, Geneva, sans-serif;
		text-decoration: none;
	}
		div#bottom_links a:hover,
		div#bottom_links a.selected {
			background: url('/images/links_over.gif');
		}

div#select_service {
	margin: 0 auto;
	width: 960px;
}

div#services {
	margin: 15px auto;
	width: 960px;
	background: url("/images/services/services_body.gif");
}
	div#services_body {
		padding: 15px 20px;
		background: url("/images/services/services_top.gif") top no-repeat;
	}
	div#services_body_small {
		padding: 15px 20px;
		background: url("/images/services/services_top_small.gif") top no-repeat;
	}

p {
	margin: 10px 0px 40px;
	font: normal 12px/25px Verdana, Geneva, sans-serif;	
}
	ul {
		margin-bottom: 30px;
	}
		li {
			font: normal 12px/20px Verdana, Geneva, sans-serif;	
			margin-bottom: 10px;
		}


div.inner p {
	width: 700px;
	margin: 10px 0px 15px;
}
	/* Narrow paragraph because of the Right Column */
	div.inner p.right_column {
		width: auto;
	}

img.icon {
	margin-top: 25px;
	margin-right: 155px;
	float: right;
}
	img.icon_inner {
		float: left;
		margin-top: 16px;
		margin-right: 10px;
	}

h2 {
	display: block;
/*	font: normal 18px "Myriad Pro", "Trebuchet MS", Arial, sans-serif;*/
	font: normal 17px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 12px 0 0;
}

	img.small_icon1 {
		clear: left;
			float: left;
			margin: 8px 25px 10px 15px;
	}
	img.small_icon2 {
			float: left;
			margin: 18px 32px 40px 25px;
	}

div.inner p.you_get {
	margin-bottom: 30px;
}

/* Right Column */
div#right_column {
	width: 230px;
	height: 1040px;
	margin-left: 50px;
}
	div#other_services {
		padding: 10px;
		width: 210px;
		height: 135px;
		margin-bottom: 20px;
		background: url('/images/right_column/other_services_bg.gif');		
	}
		div#other_services a {
			margin-top: 10px;
			display: block;
			color: #114e89;			
			font: bold 11px Verdana, Geneva, sans-serif;
		}
			div#other_services p {
				margin: 0px 0px 20px;
				width: 200px;
				color: #333;
				font: normal 11px/16px Verdana, Geneva, sans-serif;
			}
			
	div#completed_projects {
		padding: 5px 10px;
		width: 210px;
		height: 775px;
		margin-bottom: 20px;
		text-align: center;
		background: url('/images/right_column/completed_projects_bg.gif') bottom;		
	}
		div#completed_projects p {
			margin: 0px;
			width: 200px;
			color: #0c74a7;
			text-align: left;
			font: normal 11px/25px Verdana, Geneva, sans-serif;			
		}
		div#completed_projects img {
			border: 1px solid #309dcf;			
		}
		div#completed_projects a.link {
			display: block;
			margin-bottom: 10px;
			color: #3e9ecf;
			font: bold 10px/20px Verdana, Geneva, sans-serif;			
		}

/* For Customizations */
table.systems {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
	table.systems td {
		padding: 0px;
		font: normal 11px/16px Verdana, Geneva, sans-serif;
	}
		table.systems td div {
			text-align: left;		
		}
