/* --- CSS Reset --- */

/* v1.0 | 20080212 */

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,
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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 {
}
/* --- Main --- */

body {
	margin-top:20px;
	background-color:#5c666b;
	color:#58585a;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.grid table {
	margin:0 0 0 25px;
}

/* --- Typography --- */

.grid a {
	text-decoration:none;
	color:#0082c5;
}

.grid a:link, .grid a:visited{
	text-decoration:none;
	color:#0082c5;
}

.grid a:hover {
	color:#999999;
	text-decoration:none;
}

.grid p {
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 25px 0 25px;
}

.grid td p {
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
}
/**/
.grid h1 {
	line-height: 32px;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}

.grid h2 {
	line-height: 32px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.grid h3 {
	line-height: 32px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.grid h4 {
	font-size: 12px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#57728d;
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
}

.grid td h4 {
	font-size: 12px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#57728d;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.grid h5 {
	line-height: 32px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.grid h6 {
	line-height: 32px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* --- Grid --- */

.grid {
	width: 1000px;
	margin: auto;
	background-color:#5c666b;
}

.grid-h {
	float: left;
	width: 1000px;
	height: 98px;
	background-color:#a0a6b6;
	background-image:url(../img/masthead-98-no-logo.gif);
}

.grid-hleft {
	float: left;
	width: 225px;
	height: 98px;
	padding-top:0px;
	padding-left:0px;
	border:solid;
	border-width:0px;
 }
 
 .grid-hcenter {
	float: left;
	width: 775px;
	height: 98px;
	padding; 0;
	border:solid;
	border-width:0px;
 }
 
 .grid-hright {
	position: relative;
	z-index: 100;
	left: 610px;
	top: 6px;
	width: 140px;
	height: 20px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	border-width:1px;
}

.grid-m1 {
	float: left;
	width: 10px;
	height: 10px;
	background-color:#000;
}

.grid-c1 {
	float: left;
	width: 549px;
	background-color:#cbcbcc;
	height: 430px;
	background-image:url(../img/left-arc-interior-non-image-549x43.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c1-no-column {
	float: left;
	width: 551px;
	background-color:#cbcbcc;
	height: 430px;
	background-image:url(../img/left-arc-interior-non-image-551x43.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c1-no-column-webhost {
	float: left;
	width: 500px;
	background-color:#cbcbcc;
	height: 460px;
	background-image:url(../img/left-arc-interior-non-image500.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c1-no-column-webhost p{ 
	margin-left:25px; 
	margin-right:25px}

.grid-c1-home {
	float: left;
	width: 541px;
	background-color:#cbcbcc;
	height: 440px;
	background-image: url(../img/home-left-image.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c1-home-productivity {
	float: left;
	width: 541px;
	background-color:#cbcbcc;
	height: 440px;
}

.grid-c-interior { /*one column**/
	float: left;
	width: 1000px;
	background-color:#cbcbcc;
	height: 430px;
	background-image: url(../img/arch-no-column-interior.gif);
	background-position:top;
	background-repeat:no-repeat;
}


.grid-email { /*one column**/
	float: left;
	width: 650px;
	background-color:#ffffff;
	margin-bottom:25px;
}


.grid-m2 {
	float: left;
	width: 2px;
	height: 430px;
	background-color:#fff;
	background-image:url(../img/center-arc-non-home2x43.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c2 {
	float: left;
	width: 449px;
	height: 430px;
	background-color:#a0a6b6;
}

.grid-c2-no-column {
	float: left;
	width: 449px;
	height: 430px;
	background-color:#cbcbcc;
	background-image:url(../img/right-arc-interior-no-image.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c2-no-column-webhost {
	float: left;
	width: 500px;
	height: 460px;
	background-color:#cbcbcc;
	background-image:url(../img/right-arc-interior-no-image500.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c2-no-column-webhost p{ 
	margin-left:25px; 
	margin-right:25px;
	margin-top:5px;
	margin-bottom:5px;}

.grid-c2-home {
	float: left;
	width: 459px;
	height: 440px;
	background-color:#bbc3cb;
}

.grid-c2-r1 {
	float: left;
	width: 449px;
	height: 339px;
	background-color:#bfc4d0;
	background-image:url(../img/right-arc-interior-no-image.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c2-r1-home {
	float: left;
	width: 459px;
	height: 255px;
	background-color:#bbc3cb;
	background-image:url(../img/right-arc-home-459x43.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.grid-c2-m1 {
	float: left;
	width: 449px;
	height: 2px;
	background-color:#fff;
}

.grid-c2-r2 {
	float: left;
	width: 449px;
	height: 89px;
	background-color:#bfc4d0;
}

.grid-c2-r2-home {
	float: left;
	width: 459px;
	height: 185px;
	background-color:#bbc3cb;
}

.grid-f {
	width: 1000px;
	height: 21px;
	float: left;
	background-color:#a0a6b6;
	background-image:url(../img/bottom-footer-bar.gif);
}

.logo {
	padding-left:28px;
	padding-top:28px;
}

.search {
	margin-top:0px;
	padding:0;
	background-image:url(../img/search-box-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
	color:#a0a6b6;
}

.home-list {
	color:#4f5153;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

.support-first-level{ 
	width:395px; 
	border:none; 
	margin-left:25px;  
	position:absolute; top:190px;
}

.support-first-level td{ 
	padding-right:15px; 
	padding-bottom:8px
}

.support-specialist{ 
	width:520px; 
	border:none; 
	margin-left:25px;
	font-size:12px;
}

.support-specialist td{ 
	padding-right:15px; 
	padding-bottom:2px
}

.data { 
	width:420px; 
	border:none; 
	margin-left:25px;
}

.data table {
	margin-left:25px;
}

/*support email**/

#setup-email
{
	padding: 0 0 0 25px;
	margin: 0 0 0 6px;
	border:none;
	width:170px;
	font-size:11px;
}

*:first-child+html #setup-email 
{
	margin:1px 0 0 5px;
}

#setup-email li
{
	list-style:none;
	padding:1px 0 1px 0;
	margin:1px 0 1px -35px;
	border:solid;
	border-color:#fff;
	border-width:1px;
	border-left:none;
	border-right:none;
}



#email-config  {
	margin:0 10px 15px 10px;
	border:none;
}

#email-config img {
	margin:5px 0 5px 0;
}

#email-config ol {
	margin:5px 0 5px 0;
	list-style-type:decimal;
}

#email-config ul {
	margin:5px 0 5px 0;
	list-style:circle
}

#email-config li {
	margin:5px 0 5px 0;
}

#email-config p {
	margin:5px 0 5px 0;
}

#email-config h4 {
	margin:5px 0 5px 0;
}

#setup-email2 li 
{
	list-style:none;
	padding:0 0 3px 0;
	margin:0 0 0 -50px;
	border:none;
}

*:first-child+html #setup-email2 li 
{
	margin:0 0 0 25px;
}

#setup-email2 li a
{
	text-decoration:none;
	color:#0083c6;
	text-transform:uppercase;
}

#setup-email2 li a:hover
{
	text-decoration:none;
	color:#57728d;
	text-transform:uppercase;
}

#contacts-feedback{
	margin-left:25px;
	width:500px;
	border:none;
}

#contacts-feedback label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:155px;
	float:left;
	padding:0 5px 0 0;
	margin:3px 0 3px 0;
	border:none;
	clear:both;
}

#contacts-feedback em {
  color:#FF0000;
  font-weight:bold;
  margin:0 3px 0 0;
  font-style:normal;
}

#contacts-feedback input{
	float:left;
	border:solid 1px #aacfe4;
	width:140px;
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
	border:solid 1px #cccccc;
}

#contacts-feedback select{
	float:left;
	width:140px;
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
	border:none;
}

#contacts-feedback textarea{
	float:left;
	border:solid 1px #aacfe4;
	width:300px;
	height:50px;
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
	border:none;
}

#contacts-feedback button{
	float:left;
	border:solid 1px #a2a2a3;
	color:#000000
	background-color:#cccccc;
	width:90px;
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
}

#support-ticket{
	margin-left:25px;
	width:400px;
	border:none;
}

#support-ticket label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:155px;
	float:left;
	padding:0 0 0 0;
	margin:3px 0 3px 0;
	border:none;
	clear:both;
}

#support-ticket input{
	float:left;
	border:solid 1px #aacfe4;
	width:140px;
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
	border:solid 1px #cccccc;
}

#support-ticketselect{
	float:left;
	width:140px;
	padding: 0 0 0 0;
	margin:3px 0 5px 0;
	border:none;
}

#support-ticket textarea{
	float:left;
	border:solid 1px #aaaaab;
	width:200px;
	height:50px;
	padding: 5px;
	margin:3px 0 3px 0;
	border:none;
}

#support-ticket radio{
	float:left;
	width:45px;
	padding: 0 0 0 0;
	margin:0 0 0 0;
}


#support-ticket button{
	float:left;
	border:solid 1px #a2a2a3;
	color:#000000
	background-color:#cccccc;
	width:90px;
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
}

.webhosting {
	margin-left:-25px; 
	line-height:18px; 
	list-style-type:disc; 
	width:200px; 
	border:none;
}


.setupdns
{
	line-height:16px; 
	list-style-type:disc;
	border:none;
}

#gen-search input{
	padding: 0 0 0 0;
	margin:3px 0 3px 0;
	border:solid 1px #cccccc;
}