/* CSS Document */
/* Basic Layout */

#wrapper {
	width: 775px;
	margin: 0px auto;
}
#header {
	height: 204px;
	position: relative;
}
#header.home {
	height: 246px;
	position: relative;
}
#logo {
	margin-top: 18px;
	margin-left: 10px;
}
#navquick {
	float: right;
	margin-right: 25px;
}
#navtop {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 128px;
	width: 100%;
}
#navside {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
#navtop.home {
	top: 170px;
}
#navtop li {
	display: inline;
}
#navtop a {
	float: left;
	padding: 10px 5px;
	margin-right: -1px;
}
#navside a {
	padding: 10px 5px;
	display: block;
	margin-bottom: -1px;
}
#content {
	float: left;
	width: 530px;
	padding: 10px;
}
.home #content {
	width: 400px;
}
.services #content {
	width: 430px;
}
body.internet #content {
	width: 390px;
}
.servicenow #content {
	width: 775px;
}
.servicenow h1.right {
	padding-right: 225px;
}
#sidebar {
	float: right;
	width: 225px;
	margin-top: 30px;
	text-align: center;
}
.home #sidebar {
	width: 245px;
}
#newswrapper {
	width: 224px;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	line-height: 1em;
	padding: 0px 10px;
}
#logo2 {
	width: 100%;
	clear: both;
}
#logo2 img {
	margin-left: 340px;
}
#navbottom {
	width: 100%;
	padding: 20px 0px;
}
#navbottom a:hover {
	color: #FFFFFF;
}
#software {
	width: 100%;
	padding: 20px 0px;
	margin-top: -1em;
}
h1.right {
	text-align: right;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
#content a.top {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: -1px;
}
#content a {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-size: 95%;
}
#content a:hover {
	color: #F9A500;
}
