html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
a { color: #027AFF; }
a:hover {
	color: #474B54;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dotted #038FFC;
	cursor: help;
}

.clearing { clear: both; 
}
#skip { display: none; }



#wrapper {
	margin: auto;
	width: 960px;
}
#header {
	background-color: #6fc8f6;
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 123px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
}
#header #masthead {
	margin: auto;
	width: 780px;
	padding: 30px 0px 0px;
}
#masthead .logo {
	background-image: url(../images/connected-it-logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 390px;
}
#masthead .logo h1 { display: none; }
#masthead .logo a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#masthead .contact-info { float: right; 
}
#masthead .contact-info address {
	position: relative;
	height: 40px;
	width: 280px;
}
#masthead .contact-info address span { position: absolute; }
#masthead .contact-info address .tele { right: 200px; }
#masthead .contact-info address .num { left: 100px; }

#masthead .contact-info address .email {
	right: 200px;
	top: 16px;
}
#masthead .contact-info address .address {
	left: 100px;
	top: 16px;
}
#masthead .contact-info address .address a { color: #333; }

#header #navigation {
	clear: both;
	position: relative;
	overflow: hidden;
	height: 56px;
}
#navigation ul {
	background-color:rgba(16, 103, 165, 0.5);
	background-image:url("../images/navbg.png");
	background-repeat:no-repeat;
	bottom:3px;
	color:#FFFFFF;
	display:block;
	height:22px;
	margin:0;
	padding:0;
	position:absolute;
	width:582px;
}

#navigation ul li {
	float: left;
	list-style: none;
	height: 20px;
	display: block;
	padding: 3px 0 0;
}
#navigation ul .home {	width: 66px;}
#navigation ul .corpsup {	width: 136px;}
#navigation ul .homesup {	width: 119px;}
#navigation ul .edusup {	width: 96px;}
#navigation ul .about {	width: 87px;}
#navigation ul .contact {	width: 78px;}

#navigation ul .home a { -moz-border-radius:4px 0 0 0;-webkit-border-radius:4px 0 0 0;border-radius:4px 0 0 0; }
#navigation ul .contact a { -moz-border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;border-radius:4px 0 0 0; }

#navigation ul li a {
	color: #FFF;
	display: block;
	text-align: center;
	margin: -3px 0 0;
	padding: 3px 0 0;
	height: 18px;
	width: auto;
	border: 1px solid rgba(0,0,0,0);
	text-decoration: none;
}

#navigation ul li a:hover		 	{
	background-image: url(../images/navbghover.png);
	background-position: -1px -1px;
	background-repeat:no-repeat;
}
#navigation ul li.current a { background-color: #FFF; border: 1px solid #333; border-bottom-color:#FFF; color: #333; }
#navigation ul li.current a:hover 	{ background: #FFF; border: 1px solid #333; border-bottom-color:#FFF; color: #333; }

#navigation ul li.corpsup a:hover 	{ background-position:-66px -1px; }
#navigation ul li.homesup a:hover	{ background-position:-202px -1px; }
#navigation ul li.edusup a:hover 	{ background-position:-322px -1px; }
#navigation ul li.about a:hover 	{ background-position:-417px -1px; }
#navigation ul li.contact a:hover 	{ background-position:-504px -1px; }

#content {
	margin: auto;
	width: 780px;
	padding: 20px 0px;
}
#content #summary-links {
	background-image: url(../images/boxes.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 105px;
	background-position: 0px -113px;
}
#summary-links div { float: left; }
#content #summary-links div h2 { display: none; }
#content #summary-links div a {
	display: block;
	height: 100px;
	text-indent: -999in;
}



#summary-links .it {
	height: 105px;
	width: 300px;
}
#summary-links .network {
	height: 105px;
	width: 240px;
}
#summary-links .consult {
	height: 105px;
	width: 240px;
}
#summary-links .it:hover {	background-image: url(../images/boxes.png);	background-position: 0px 0px;}
#summary-links .network:hover {
	background-image: url(../images/boxes.png);
	background-position: -300px 0px;
}
#summary-links .consult:hover {
	background-image: url(../images/boxes.png);
	background-position: -540px 0px;
}
#footer {
	background-image: url(../images/footer-gradient.png);
	background-repeat: repeat-x;
	background-color: #CCC;
}
#footer .container {
	margin: auto;
	width: 780px;
}
#footer .container .awards {
	float: right;
	width: 270px;
	margin: 11px 0 0;
	padding: 0px;
	background-image: url(../images/awards.png);
	height: 70px;
}
.awards p { display: none; }

#footer .container .footer-nav {
	float: left;
	width: 510px;
	padding-top: 10px;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 3px;
	font-size: 10px;
	display: block;
	height: 20px;
}
.footer-nav ul li {
	float: left;
	border-right: 1px dotted #666;
	padding: 0 0.6em;
}
.footer-nav ul a {
	display: block;
	padding: 0 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.footer-nav ul .current a {
	background-color: #CCC;
	text-decoration:none;
	color: #000;
}
.footer-nav ul li a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}

.footer-nav ul .home { padding-left: 0px; }
.footer-nav ul .contact { border-style: none; }
.footer-nav .copyright p {
	margin: 0px;
	padding: 0px;
}
.footer-nav .copyright {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#content #main {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main .body .blurb {
	background-image: url(../images/server-image.jpg);
	float: left;
	height: 228px;
	width: 540px;
	margin-bottom: 20px;
}
#main .body .blurb * { display: none; }

#main .body .contact {
	float: left;
	height: 276px;
	width: 540px;
	margin-bottom: 20px;
	background: url(../images/contact-image.jpg);
}
#main .body .contact * { display: none; }

#main .body .corporate {
	float: left;
	height: 276px;
	width: 540px;
	margin-bottom: 20px;
	background: url(../images/corporate-image.jpg);
}
#main .body .corporate * { display: none; }

#main .body .home {
	float: left;
	height: 276px;
	width: 540px;
	margin-bottom: 20px;
	background: url(../images/home-image.jpg);
}
#main .body .home * { display: none; }

#main .body .education {
	float: left;
	height: 276px;
	width: 540px;
	margin-bottom: 20px;
	background: url(../images/education-image.jpg);
}
#main .body .education * { display: none; }

#main .body .about {
	float: left;
	height: 120px;
	width: 540px;
	margin-bottom: 20px;
	background: url(../images/who-image.jpg);
}
#main .body .about * { display: none; }

#main .body {
	width: 540px;
	float: left;
}

#main #sidebar {
	float: right;
	width: 220px;

}
.services-box {
	padding: 10px;
	border: 1px solid #036;
	background: url(../images/footer-gradient.png) repeat-x 0px -1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.services-box h3 {
	font: bold 1.6em Tahoma, Geneva, sans-serif;
	margin: 0px;
	color: #069;
}



#sidebar .side {
	border: 1px solid #666;
	padding: 0 0 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom: 20px;
}
#sidebar .side p {
	padding: 5px;
	margin: 0px;
}

#sidebar .side h4 {
	background-color: #666;
	background-repeat:repeat-x;
	background-image: url(../images/side-head.png);
	background-image:
		-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(85,85,85)),
			color-stop(1, rgb(122,122,122))
		);
	background-image:
		-moz-linear-gradient(
			center bottom,
			rgb(85,85,85) 0%,
			rgb(122,122,122) 100%
		) no-repeat 0 0;
	margin: 0px;
	padding: 5px;
	height: 20px;
	color: #FFF;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
#sidebar .side .telephone {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #1D5083;
}
#sidebar .side a img {
	border-style: none;
	margin: auto;
	width: 128px;
	display: block;
	padding: 0px;
}
#twits { }

