@charset "UTF-8";
/* CSS Document */


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //   Layout and Box Models                                                                                 // */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
html {
	
	}

body {
	margin: 0;
	}

a img {
	border: none;
	}

img.partner_logo{
	border: 1px solid #ddd;
}

div.container, #MenuBar1, ul#footer, div#footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 760px;
	}

div.container {
	width: 690px;
	padding: 0 30px 0 40px; /* padding instead of margin because of ie, left-padding used to indent body-copy below the hiwaay  */
	}

/* /////////////////////// container elements */
div#titlegraphic {
	position: relative;
	margin: 0 0 10px -6px; /* offset the title graphic a few pixels on the left */
	width: 334px;
	height: 93px;
	}

div#titlegraphic h1 {		/* this is the subtitle swatch */
	position: absolute;
	bottom: 7px;
	right: 0;
	margin: 0;
	width: 231px;
	height: 19px;
	}

/* /////////////////////// category-specific link box */
ul#categorybox, div#announcement {
	display: block;
	position: absolute;
	top: 0;
	left: 368px;
	margin: 0;
	padding: 12px 0 0 30px;
	width: 336px;
	height: 88px;
	}

ul#categorybox li {
	display: block;
	float: left;
	padding: 0 0 2px 0;
	width: 125px;
	}

/* /////////////////////// blue bumpers */
div#leftbumper, div#rightbumper {
	position: absolute;
	top: 15px;
	left: 0;
	height: 206px;
	width: 14px;
	}

div#rightbumper {
	width: 13px; /* offest a 1px difference between leftbumper */
	left: auto;
	right: 0;
	}

/* /////////////////////// vertical banner */
a.vert_banner {
	position: absolute;
	top: 230px;
	right: 20px;
	}

a.vert_banner img {
	border: none;
	}

/* /////////////////////// footer and elements */
ul#footer, div#footer {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
	height: 58px;
	width: 750px;
	}

div#footer h6 {
	margin: 9px 0 -9px 300px;
	}

ul#footer li {
	margin: 5px 0 0 0;
	}

ul#footer a:link, ul#footer a:visited,
div#footer a:link, div#footer a:visited {
	margin: 0 7px 0 7px;
	}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //   Appearance                                                                                            // */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16 x 1.125 = 18pt */
	background: url(/source/shared/bg_index_html.png) repeat-x #f4f4f4;
	}

body {
	background: url(/source/shared/bg_body_footer.png) repeat-x 0 bottom; /* put the depth-lines graphic at the bottom of the page */
	}

body p, body blockquote {
	font-size: .75em; /* 16 x .75 = 12pt */
	}

div.container {
	background: #f4f4f4;
	}

/* ////////////////////////////////////////////////////////// title graphic elements */
div#titlegraphic h1 span {
	display: none;
	}

div#titlegraphic h1 {
	}

div#titlegraphic {
	background: url(/source/custom/bg_hiwaay_title.png); /* universal hiwaay logo and title */
	}

/* ////////////////////////////////////////////////////////// title graphic per-category swatches */
body#pagetype_internetservices div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 0; /* (0) Information Services swatch */
	}

body#pagetype_services div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 0; /* (0) Information Services swatch */
	}

body#pagetype_internetaccess div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -21px; /* (1) Internet Access swatch */	
	}

body#pagetype_networkservices div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -42px; /* (2) Network Services swatch */	
	}

body#pagetype_colocation div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -63px; /* (3) Colocation swatch */	
	}

body#pagetype_support div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -84px; /*(4) Support swatch */	
	}

body#pagetype_hosting div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -105px; /* (5) Hosting swatch */	
	}

body#pagetype_webdesign div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -126px; /* (6) Webdesign swatch */	
	}

body#pagetype_filtering div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -147px; /* (7) Spam & Virus Filtering swatch */	
	}

body#pagetype_computerclinic div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -168px; /* (8) Computer Clinic swatch */	
	}

body#pagetype_about div#titlegraphic h1 {
	background: url(/source/custom/img_hiwaay_title_swatch.png) 0 -189px; /* (9) About Us swatch */	
	}


/* /////////////////////// category-specific link box */
ul#categorybox {
	font-size: .6875em; /* 16 x .6875 = 11pt */
	line-height: 1.25em; /* 16 x 1.25 = 20pt */
	list-style: none;
	}

body#pagetype_internetaccess ul#categorybox {
	background: url(/source/custom/bg_categorybox_internetaccess.png);
	}

body#pagetype_services ul#categorybox {
	background: url(/source/custom/bg_categorybox_networkservices.png);
	}

body#pagetype_hosting ul#categorybox {
	background: url(/source/custom/bg_categorybox_hosting.png);
	}

body#pagetype_webdesign ul#categorybox {
	background: url(/source/custom/bg_categorybox_webdesign.png);
	}

body#pagetype_filtering ul#categorybox {
	background: url(/source/custom/bg_categorybox_spamvirusfiltering.png);
	}

body#pagetype_colocation ul#categorybox {
	background: url(/source/custom/bg_categorybox_colocation.png);
	}

body#pagetype_networkservices ul#categorybox {
	background: url(/source/custom/bg_categorybox_networkservices.png);
	}

body#pagetype_computerclinic ul#categorybox {
	background: url(/source/custom/bg_categorybox_computerclinic.png);
	}

body#pagetype_support ul#categorybox {
	background: url(/source/custom/bg_categorybox_support.png);
	}

body#pagetype_about ul#categorybox {
	background: url(/source/custom/bg_categorybox_aboutus.png);
	}

body#pagetype_internetservices ul#categorybox {
	background: url(/source/custom/bg_categorybox_aboutus.png);
	}

ul#categorybox li a:link, ul#categorybox li a:visited {
	color: #000;
	}

ul#categorybox li a:hover {
	text-decoration: none;
	}

div#announcement {
	background-image: url(/source/custom/bg_categorybox_thanksgiving07.jpg);
	}

div#announcement * {
	display: none;
	}

/* ////////////////////////////////////////////////////////// bluebumpers */
div#leftbumper {
	background: url(/source/shared/bg_blue_bumpers.png) 0 0;
	}

div#rightbumper {
	background: url(/source/shared/bg_blue_bumpers.png) 14px 0; 
	}


/* ////////////////////////////////////////////////////////// footer and elements */
div#footer {
	font-size: .625em; /* 16 x .625 = 10pt */
	list-style: none;
	text-align: center;
	background: url(/source/shared/bg_footer.png) no-repeat center bottom;
	}

div#footer a:link, div#footer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #000;
	}

div#footer a:hover {
	border-bottom: 1px dotted #fff;
	}

div#footer h6 {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	}

