@charset "UTF-8";
/* Style */

/* -------------------------------------------------------------- CSS Reset -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
 	height: 100%; 
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------- End CSS Reset -- */


/* ---------------------------------------------------------------- General -- */

.clear {
	clear:both;
		}
		
a {
	color:#418ab7;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}
	
a:visited {
	color:#418ab7;
	}

body {
	/*background:url(images/bckgrnd.gif) repeat-x #e6e6e6 0px 20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#656668;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3.57em;
}

.footer_wrap, .push 
	{
	height: 3.567em;
	}

.footer_wrap 
	{
	background: #c7c7c7;
	border-top:.06em solid #efefef;
	}
	
/* ------------------------------------------------------------ End General -- */


/* ----------------------------------------------------------------- Header -- */
	
#header_wrap {
	background:#fff;
	}
	
#header {
	margin:0 auto;
	width:975px;
	font-weight:bold;
	color:#575859;
	letter-spacing:1px;
	}
	
#header span {
	color:#575859;
	}
	
#logo_wrap {
	float:left;
	width:50%;
	padding-top:7px;
	padding-bottom:7px;
	}
	
#assistance_wrap {
	float:right;
	width:46%;
	text-align:right;
	padding:10px 0 0 0;
	}
	
#assistance_wrap span {
	font-weight:normal; 
	letter-spacing:.13em;
	}
	
#assistance_wrap h2 {
	font-size:20px;
	color:#575859;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:15px;
	}
	
/* ------------------------------------------------------------- End Header -- */


/* ----------------------------------------------------------- Nav & Search -- */
	
#nav_search_wrap {
	background:#c7c7c7;
	border-top:1px solid #f8f8f8;
	}
	
#nav_search {
	width:975px;
	margin:0 auto;
	color:#454647;
	}
	
/* ------------------------------------------- Nav Tabs -- */
	
#nav {
	width:43%;
	float:left;
	margin:8px 0 8px 0;
	}
	
#nav ul {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	list-style:none;
	}
	
#nav li {
	display:inline;
	}
	
#nav a {
	float:left;
	display:block;
    padding:0 0 0 3px;
	margin:0 3px 0 0;
    text-decoration:none;
	}
	
#nav a span {
  	display:block;
 	padding:6px 7px 5px 6px;
  	color:#454647;
  	}
	
#nav a:hover {
   	background:url("images/tableft.gif") no-repeat left top #a9a9aa;
  	text-decoration:none;
  	}

#nav a:hover span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#f8f8f8;
 	}
	
#nav a.current_page_link {
   	background:url("images/tableft.gif") no-repeat left top #a9a9aa;
  	text-decoration:none;
  	}

#nav a span.current_page_span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#fff;
 	}
	
#nav a:hover span.current_page_span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#454647;
 	}
	
/* --------------------------------------- End Nav Tabs -- */	
	
/* ------------------------------ Rounded Search Inputs -- */	
	
#search {
	width:57%;
	float:right;
	margin:12.5px 0 0 0;
	}
	
#search label {
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin:2px 0 0 0;
	}
	
#search ul {
	float:right;
	}
	
#search li {
	float:left;
	line-height:normal;
	display:inline;
	margin:0 0 0 6px;
	}	
	
#search li.labels {
	font-weight:bold;
	text-transform:uppercase;
	}
	
#search li.divider {
	border-right:1px solid #fff; 
	padding-right:10px; 
	margin-right:10px;
	}
	
#search li.forgot_pass {
	font-size:10px; 
	line-height:10px;
	margin-top:-3px; 
	margin-left:10px;
	}
	
#search li.forgot_pass a {
	color:#454647; 
	text-decoration:none;
	}
	
#search li.forgot_pass a:hover {
	text-decoration:underline;
	}	
	
#search img {
	float:left;
	}

#search input {
	float:left;
	border:0px;
	padding:0 2px 2px 0;
	height:11px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#454647;
	/*background:url(images/inputright.gif) no-repeat top right #fff;*/
	}
	
#search input.search_box {
	width:75px;
	}
	
#search input.advanced {
	background:url(images/inputarrow.gif) no-repeat top right #fff;
	}
	
#search input#ticket_num {
	width:50px 
	}
	
#search input#subject {
	width:50px 
	}
	
/* -------------------------- End Rounded Search Inputs -- */

/* ------------------------------------------------------- End Nav & Search -- */	


/* ---------------------------------------------------------------- Content -- */

/* ------------------------------------- Content Header -- */

#advert {
	background:url(images/fiber.jpg) no-repeat;
	border-bottom:5px solid #565859;
	margin:0 auto 25px auto;
	height:355px;
	width:975px;
	}
	
#advert p {
	font-family:Helvetica, Arial, sans-serif;
	padding:47px 0 0 0;
	}
	
#advert h1 {
	font-size:36px;
	margin-bottom:10px;
	}
	
#advert h2 {
	font-size:26px;
	font-weight:normal;
	line-height:38px;
	}
	
#advert em {
	font-size:40px;
	font-style:normal;
	font-weight:bold;
	}
	
/* --------------------------------- End Content Header -- */

/* ----------------------------------- Content -- */
	
#content {
	border-bottom:2px solid #616263;
	font-size:13px;
	line-height:26px;
	width:975px;
	margin:0 auto;
	padding-bottom:25px;
	}
	
#content h3 {
	border-bottom:1px solid #575859;
	font-size:20px;
	margin-bottom:15px;
	padding-bottom:5px;
	text-transform:uppercase;
	}	
	
#welcome {
	float:left;
	width:475px;
	}
	
#services {
	float:left;
	margin-left:20px;
	width:230px;
	}
	
#contact {
	float:left;
	margin-left:20px;
	width:230px;
	}
	
#content ul li {
	background:url(images/bullet.gif) no-repeat 0 9px;
	padding-left:20px;
	}
	
#content hr {
	border:0px;
	background:#dddede;
	color:#dddede;
	height:1px;
	line-height:1px;
	margin:12px 0 13px 0;
	}
	
#content span {
	background:#3aa5cd;
	color:#fff;
	padding:1px 3px;
	}
	
#icons {
	border-bottom:2px solid #616263;
	margin:0 auto;
	padding:30px 0;
	width:975px;
	}
	
#icons li {
	display:inline;
	}
	
#icons .first_icon {
	margin-left:0px;
	}
	
#icons li a {
	display:block;
	float:left;
	margin-left:25px;
	height:115px;
	width:115px;
	}
	
#icons .globe {
	background: url(images/icon_globe.gif);
	}
	
#icons .globe:hover {
	background: url(images/globeColor.gif);
	}
	
#icons .server {
	background: url(images/icon_server.gif);
	}
	
#icons .server:hover {
	background: url(images/serverColor.gif);
	}
	
#icons .managed {
	background: url(images/icon_managed.gif);
	}
	
#icons .managed:hover {
	background: url(images/managedColor.gif);
	}
	
#icons .lock {
	background: url(images/icon_lock.gif);
	}
	
#icons .lock:hover {
	background: url(images/lockColor.gif);
	}	
	
#icons .wrench {
	background: url(images/icon_wrench.gif);
	}
	
#icons .wrench:hover {
	background: url(images/wrenchColor.gif);
	}
	
#icons .folder {
	background: url(images/icon_folder.gif);
	}
	
#icons .folder:hover {
	background: url(images/folderColor.gif);
	}
	
#icons .clock {
	background: url(images/icon_clock.gif);
	}
	
#icons .clock:hover {
	background: url(images/clockColor.gif);
	}
	
#copyright_wrap {
	color:#c5c4c4;
	margin:20px auto;
	width:975px;
	}
	
#copyright {
	float:left;
	font-size:12px;
	width:50%;
	}
	
#copyright span {
	color:#d1d1d1;
	float:left;
	font-size:41px;
	margin-right:5px;
	margin-top:-15px;
	}
	
#copy_logo {
	float:right;
	text-align:right;
	width:49%;
	}
	
#copy_logo {
	margin-top:-10px;
	}

/* ------------------------------- End Content -- */
	
/* ------------------------------------- Content Footer -- */
	
#content_footer {
	width:975px;
	margin:0 auto;
	background:url(images/footer_corner_r.gif) no-repeat bottom right #454647;
	}
	
#shadow {
	margin:0 auto 30px auto; 
	width:975px;
	}
	
/* --------------------------------- End Content Footer -- */
	
/* -------------------------------------------------------------End Content -- */


/* ------------------------------------------------- Tables (Lists & Forms) -- */

/* ------------------------- To Be Used For Table Lists -- */
	
table {
	background:#fff;
	}
	
table a {
	color:#418ab7;
	text-decoration:underline;
	}
	
table a:hover {
	color:#418ab7;
	text-decoration:none;
	}	
	
table tr.alternate_row {
	background:#f3f3f3;
	}
	
table tr.first_row {
	font-weight:bold;
	color:#454647;
	}
	
table tr.first_row a {
	font-weight:bold;
	color:#454647;
	text-decoration:none;
	}
	
table tr.first_row a:hover {
	font-weight:bold;
	color:#454647;
	text-decoration:underline;
	}
	
/* --------------------- End To Be Used For Table Lists -- */
	
table tr td {
	padding:5px;
	border-left:1px solid #bebebf;
	border-bottom:1px solid #454647;
	}
	
/* ------------------------- To Be Used For Table Forms -- */
	
table tr td.title_row {
	background:#454647;
	border:0px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	}
	
table tr td.first_cell {
	background:#f3f3f3;
	font-weight:bold;
	color:#454647;
	}
	
table tr td.button_row {
	background:#454647;
	border:0px;
	text-align:right;
	padding:4px 0 0 0;
	}
	
table tr td.button_row input {
	background:#fff;
	color:#454647;
	text-transform:uppercase;
	font-weight:bold;
	height:auto;
	width:auto;
	border:0px;
	padding:2px 5px 1px 5px;
	cursor:pointer;
	}		
	
table input {
	color:#656668;
	font-size:11px;
	border:0px;
	width:100%; 
	height:15px;
	}
	
table textarea {
	color:#656668;
	font-size:11px;
	border:0px; 
	width:100%;
	}
	
table select {
	color:#656668;
	font-size:11px;
	border:0px; 
	width:100%;
	}
	
/* --------------------- End To Be Used For Table Forms -- */
	
/* ----------------------------------------------End Tables (Lists & Forms) -- */

/* --------------------------------------------- Footer -- */

#footer {
	width:975px;
	margin:0px auto 0px auto;
	padding:6px 0 0 0;
	}
	
#footer_l {
	float:left;
	width:50%
	}
	
#footer_r {
	float:right;
	width:48%;
	text-align:right;
	padding-top:3px;
	font-size:10px;
	}
	
#footer_r span {
	background:#eee; 
	color:#777; 
	padding:2px 4px 2px 4px; 
	letter-spacing:.03em; 
	}
	
#footer_r em {
	font-size:12px; 
	font-weight:bold; 
	margin-right:1px;
	}
	
/* ----------------------------------------- End Footer -- */
