@import url("whitespace.css");
@import url("forms.css");
@import url("faq.css");

a:link, a:visited {
	color: #9f3b0f;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d2328;
	font-size: 12px;
	behavior: url(/css/csshover.htc);
}
#container {
	width: 751px;
	margin: 0 auto;
	border-top: 1px solid #FFF;
}
#header {
	background: url(../images/logo.jpg) 0 0 no-repeat;
	border-top: 4px solid #151c29;
	margin: 0;
	height: 126px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 126px;
	text-decoration: none;
}
#navigation {
	position: relative;
	height: 300px;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	text-indent: -1234em;
	margin: 0 0 29px;
	list-style: none;
}
#navigation li {
	margin: 0;
	position: absolute;
	top: 0;
	height: 39px;
	z-index: 100;
}
#navigation li a {
	display: block;
	height: 39px;
	text-decoration: none;
}
#navigation li a:hover { background-image: url(../images/menu.jpg); }
#navigation ul {	display: none;}
#navigation li:hover ul {
	margin: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 39px;
	width: 102px;
	background: #151c29;
	padding: 2px;
	list-style: none;
	text-indent: 0;
}
#navigation li li {
	height: auto;
	position: static;
	text-align: center;
}
#navigation li li a {
	padding: 2px;
	height: auto;
	color: #FFF;
}
#navigation li li a:hover {
	color: #151c29;
	background: #FFF;
}
#home {
	width: 106px;
	left: 0px;
}
#home a:hover { background-position: 0px -300px; }
#phone {
	width: 105px;
	left: 108px;
}
#phone a:hover { background-position: -108px -300px; }
#voicemail {
	width: 106px;
	left: 215px;
}
#voicemail a:hover { background-position: -215px -300px; }
#cabling {
	width: 105px;
	left: 323px;
}
#cabling a:hover { background-position: -323px -300px; }
#video {
	width: 106px;
	left: 430px;
}
#video a:hover { background-position: -430px -300px; }
#helpdesk {
	width: 105px;
	left: 538px;
}
#helpdesk a:hover { background-position: -538px -300px; }
#contact {
	width: 106px;
	left: 645px;
}
#contact a:hover { background-position: -645px -300px; }
#navigation li#servicecall, #navigation li#quote {
	height: 77px;
	width: 240px;
	left: 508px;
	z-index: 10;
}
#navigation li#servicecall a, #navigation li#quote a { height: 77px; }
#navigation li#servicecall { top: 45px; }
#servicecall a:hover { background-position: -508px -345px; }
#navigation li#quote { top: 133px; }
#quote a:hover { background-position: -508px -433px; }

#content {
	padding: 24px;
	border: 1px solid #b7bbc1;
	min-height: 200px;
	_height: 200px;
}
#title {
	background: url(../images/headings/blank.gif) 0 100% no-repeat;
	color: #f7970f;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 36px;
	padding-bottom: 6px;
	margin: 0 0 10px;
}
#index #title {
	background: url(/images/headings/home.jpg) 0 0 no-repeat;
	height: 38px;
	padding: 0;
	text-indent: -1234em;
}
#footer {
	padding: 30px 0 5px;
	color: #505e66;
}
#footer a {
	color: #505e66;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#byline {
	text-align: right;
	font-size: 10px;
}
#internal #navigation {
height: 40px;
margin-bottom: 5px;
}
#internal #navigation li#servicecall, 
#internal #navigation li#quote {
display: none;
}


