/*  internet.css  */


#container {
	width: 750px;
	margin: 0 auto;
}

#content {
	clear: both;
	margin: 15px 0;
	text-align: center;
}

#all_services {
	clear: both;
	color: #000;
}

#internet_intro {
	color: #666;
	font-style: italic;
	padding-bottom: 15px;
}

.service_type {
	clear: both;
	font-size: 1.4em;
	border-bottom: solid 1px #000;
	margin: 15px 0;
	padding-top: 20px;
}

.service {
	background-color: #f1f1f1;
	width: 728px;
	clear: both;
	float: left;
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 10px;
}

.service ul {
	margin: 7px 0 0 16px;
}

.leftbox {
	width: 225px;
	float: left;
}

.picbox {
	width: 225px;
	height: 130px;
	border: solid 2px #eb481c; 
}

.request_link {
	text-align: center;
}

.request_link a {
	color: #eb481c;
}

.sinfo {
	width: 490px;
	float: right;
}

.sinfo h3 {
	font-size: 1.2em;
}

#push {margin: 25px;}