/****** LINK COLORS ******/
.static_globe {
	position: absolute;
	top: 40px;
	left: 247px;
}

.static_city {
	position: absolute;
	bottom: 40px;
	right: 100px;
	z-index: 0;
}

.main_logo {
   position: absolute;
	top: 10px;
	left: 150px;
	font-size: 130%;
	color: Black;
	letter-spacing: 5px;
	font-weight: bold;
}

.tag_line {
	position: absolute;
	top: 130px;
	left: 440px;
	font-size: 95%;
	font-style: italic;
}

.body_middle {
	margin-top: 5px;
	background-color: #F9FAFA;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
.logo_center {
	color: White;
	margin-left: 65px;
}

.compas {
	background-image: url(../images/header.png);
	padding: 10px;
	background-repeat: repeat-x;
}

img.absmiddle, input.absmiddle {
	position: relative;
	top: -5px;
}

.inline_5 {
	position: relative;
	top: -2px;
}

.inline_16 {
	position: relative;
	top: 3px;
}

.inline_24 {
	position: relative;
	top: 6px;
}

.inline_32 {
	position: relative;
	top: 8px;
}

td.menu_left {
	background-image: url(../images/menu_left.gif);
	background-color: #003d7d;
}

td.menu_right {
	background-image: url(../images/menu_right.gif);
	background-color: #4483bb;
}

td.menu_middle {
	background-image: url(../images/menu_middle.gif);
	background-color: #003d7d;
}

td.menu_separater {
	background-image: url(../images/menu_separater.gif);
}

td.menu_bottom {
	background-image: url(../images/menu_bottom.gif);
}
.copy {
	color: #3F3F3F;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 15px;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	border-left: 1px solid #D7D7D7;
	text-align: left;
}

.middle_pic {
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	padding: 2px;
	background-image: url(../images/abs_globe.jpg);
	height: 110px;
	width: 580px;
	background-repeat: no-repeat;
	background-position: center;
	color: White;
	text-align: right;
}


a {
	color: #94AD74;
	text-decoration: underline;
	outline: 0px;
}
a:hover {
	color: #94AD74;
	text-decoration: underline;
}

a.toplinks        { color: #999999; text-decoration: none; }
a.toplinks:hover  { color: #87C62C; text-decoration: none; }

a.nav             {
	color: #BEBEBE;
	text-decoration: none;
}
a.nav:hover       { color: #FFFFFF; text-decoration: none; }

a.nav2            {
	color: #BEBEBE;
	text-decoration: none;
}
a.nav2:hover      { color: #FFFFFF; text-decoration: none; }

a.cta             {
	color: #322223;
	text-decoration: none;
}
a.cta:hover       {
	color: #C35B12;
	text-decoration: none;
}

a.subnav          {
	color: #F68319;
	text-decoration: underline;
	font-size: 10px;
	letter-spacing: 3px;
}
A.subnav:hover    {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
	letter-spacing: 3px;
}

a.home            { color: #4483BB; text-decoration: none; }
a.home:hover      { color: #87C62C; text-decoration: none; }

a.footer          {
	color: #A5A686;
	text-decoration: underline;
}
a.footer:hover    {
	color: Black;
	text-decoration: underline;
}

/*These next lines will remove the dotted lines that appear around image linkes when clicked */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/****** HTML TAG STYLES ******/

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/light_bevel.jpg);
	background-repeat: repeat-x;
}

b {
	color: #505050;
}

strong {
	color: #818181;
}

footer {
	font-weight: bold;
	color: #BEBEBE;
}
img {
  border: none;
}

ul {
  list-style-image: url("images/ul.gif");
}

hr {
  height: 1px; 
  color: #FFFFFF;
  background-color: #FFFFFF; 
  border: none;
  border-top: 1px dashed #BEBEBE;
}

h1, h2, h3, h4, h5, h6 {
	color: #505050;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

input, textarea {
	background-color: #F1F3F4;
	border: 1px solid #C1C1C1;
}

/*--- forms ------------*/

#contactform {
	width: 75%;
	text-align: leftt;
	vertical-align: top;
}

#contactform input,  #contactform textarea {
	margin-right: 1em;
	margin-bottom: 5px;
}

#contactform input:focus, #contactform select:focus, #contactform textarea:focus {
	border: 1px solid #A9A9A9;
	background-image: url(../images/opaque_10.png);
	background-repeat: repeat;
}

#contactform label {
	width: 35%;
	float: left;
	clear: left;
}

#contactform span.indent {
	margin-left: 35%;
}

/****** CLASSES ******/

.border {
	border: 1px solid #F5F5F5;
	background-color: transparent;
}

.no_border {
	border: none;
	background-color: transparent;
}

input.border {
	border: 1px solid #8E979F;
	background-color: transparent;
}

.highlt {
	color: #505050;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
.highlt_black {
	color: Black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
.highlt_red {
	color: Red;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
}
.highlt_green {
	color: #505050;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-top: 0px;
	letter-spacing: 5px;
}
.black {
	color: Black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
.green {
	color: #505050;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
.toplinks {
  color: #999999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9px;
  line-height: normal;
}

.nav {
  color: #96B9D9;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer; cursor: hand;
}

.nav2 {
  color: #C9D7E3;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
  cursor: pointer; cursor: hand;
}

.subnav {
  color: #4483BB;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}


td {
	color: #3F3F3F;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.hosting {
  color: #4483BB;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9px;
  line-height: 14px;
}

.pricelist {
  color: #4483BB;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9px;
  line-height: 14px;
}

div.numberlookup td {
  color: #4483BB;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.copy2 {
	color: #3F3F3F;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
}

.cta {
	color: #111209;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.footer {
	color: #111209;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 20px;
}

.bottom_bar {
	margin-top: 5px;
	width: 760px;
	background-color: ;
	background: #FEFEFE url(../images/glow.png) no-repeat center;
}
.smallelement {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}

.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../images/light_bevel_reverse.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}