/* Main CSS */

html {
}

body {
	margin:0;
	padding:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#container_h {
	text-align:left;
}

#header {
	text-align:left;
	margin:0;
	height:436px;
	width:950px;
	background:url(../images/g_home_masthead.jpg) no-repeat;
	position:relative;
}
#header #two_link{
	float:right;
	list-style:none;
	margin-right:8px;
}
#header #two_link li{
	float:left;
	padding:5px;
	font-family:Arial;
	font-size:15px;
	color:#e89719;
}
#header #two_link li a{
	font-family:Arial;
	font-size:13px;
	color:#e89719;
}
#header #two_link li a:hover{
	color:#666;
}
#login {
	color:#e89719;
	font-size:13px;
	text-align:center;
	position:absolute;
	top:2px;
	right:15px;
	text-transform:lowercase;
	line-height:20px;
	font-weight:bold;
}

#phone {
	color:#000;
	font-size:28px;
	font-weight:bold;
	position:absolute;
	top:180px;
	right:96px;
	width: 260px;
	height: 35px;
}

#container_n {
	text-align:left;
}

#navigation {
	text-align:left;
	margin:0;
	height:58px;
	width:100%;
	border-bottom:1px solid #b56f29;
	position:relative;
}


/* Drop Nav */

#nav, #nav ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}

#nav li:hover, #nav li.hover {
    position: static;
	/* fix for ie7 stuck menu */
}

#nav li a, #nav li a:hover {
	padding: 0;
	margin: 0;
	text-decoration:none;
	height:58px;
	display:block;
}
a.thebox {
	background:url(../images/b_thebox.gif) no-repeat;
	width:129px;	
}
a.boxedapplications {
	background:url(../images/b_boxedapplications.gif) no-repeat;
	width:222px;	
}
a.voip {
	background:url(../images/b_voip.gif) no-repeat;
	width:187px;	
}
a.support {
	background:url(../images/b_support.gif) no-repeat;
	width:126px;	
}
a.clarity {
	background:url(../images/b_clarity.gif) no-repeat;
	width:140px;	
}
#nav li a:hover {
	background-image:auto;
	background-position:0px -58px;
}
#nav li a.on {
	background-image:auto;
	background-position:0px -58px;
}
#nav li a span {
	visibility:hidden;
}
#nav li ul { /* second-level lists */
	padding: 0;
	margin: 0;
	height:auto;
	width:auto;
	position: absolute;
	left: -999em; /* screen reader fix using left instead of display to hide menus because display: none */ 

}

#nav li ul li { /* second-level lists */
	float:none;
	padding: 0;
	margin: 0;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	display: block;
	
	/* opera fix width needed */  width: 10em;
}

#nav li ul li a:hover {
	display: block;
	
	/* opera fix width needed */ width: 10em;
}

#nav li:hover ul, #nav li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}

/* end Drop Nav */


#container1 {
	min-height:316px;
	background:url(../images/g_container1_bg.gif) no-repeat 100% 100%;
	text-align:left;
	margin:0;
}

#container2 {
	text-align:left;
	margin:0 auto;
}

#main {
	float:left;
	width:343px;
	padding:15px 20px 15px 20px;
}

#home_divider {
	float:left;
	width:1px;
	margin-top:45px;
	height:200px;
	background:#ea9919;
}

#sidebar {
	float:left;
	width:260px;
	padding:15px 15px 15px 15px;
}

#ads {
	padding:15px 0px 15px 0px;
	float:left;
	width:167px;
	text-align:center;
}

#ads h2 {
	text-align:left;
	margin-bottom:15px;
}

#logos {
	background:url(../images/g_photoholder_bg.gif) no-repeat;
	width:163px;
	height:125px;
	margin-bottom:10px;
	padding:2px 2px 2px 2px;
}
#logos #photoholder {
	/*
	width:163px;
	height:125px;
	*/
}

#container_f {
	border-top:4px solid #b56f29;
	clear:both;
	text-align:center;
}

#footer {
	margin:0 auto;
	padding:10px;
	font-size:10px;
}


/* forms */

.inputbutton {
}




/* text */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	position:absolute;
	top:110px;
	right:30px;
	/*background:url(../images/l_logo.gif) no-repeat;*/
	height:70px;
	width:370px;
	display:block;
	overflow:hidden;
}

h1 a, h1 a:hover {
	height:70px;
	width:370px;
	display:block;
	overflow:hidden;
	text-decoration:none;
}

h1 a span {
	visibility:hidden;
}

h2 {
	font-size:14px;
	color:#b56f29;
}

h3 {
	font-size:13px;
	color:#573705;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:13px;
}

.highlight_orange {
	color:#EA9919;
	font-weight:bold;
}

.highlight_green {
	color:#77A040;
	font-weight:bold;
}

.highlight_black {
	color:#000;
	font-weight:bold;
}

/* Links */

a:link, a:visited, a:active, a:hover {
	color:#e89719;
	text-decoration:none;
}
a:visited {
	color:#919396;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.easysetup, a.easyexpansion, a.easyextension {
	position:absolute;
	top:0px;
	left:0px;
	text-decoration:none;
	display:block;
	height:22px;
	width:130px;
}

a.easysetup {
	position:absolute;
	top:55px;
	left:344px;
}

a.easyexpansion {
	position:absolute;
	top:234px;
	left:98px;
	width:135px;
}

a.easyextension {
	position:absolute;
	top:242px;
	left:435px;
	width:135px;
}

a.easysetup span, a.easyexpansion span, a.easyextension span {
	position:relative;
	left:-999em;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#231f20;
	text-decoration:none;
}

table {
	border:1px solid #E0780C;
}
thead, thead tr {
	background:#E0780C;
	color:#FFF;
	text-align:center;
}
tr.evenrow {
	background:#f9f3ea;
}

.small {
	font-size:10px;
}

/* Positioning */

.centertext { text-align:center; }

.floatleft { float:left; }

.floatright { float:right; }

.clearboth { clear:both; display:block; height:0; width:0;}

.nocursor { cursor:default; }

#main #map_1{
	position:absolute;
	background:url(../images/arrow_t.png) no-repeat;
	margin-top:-12px;
	width:27px;
	height:25px;
	visibility:hidden;
}
#main #map_2{
	position:absolute;
	background:url(../images/arrow_b.png) no-repeat;
	margin-top:-12px;
	width:27px;
	height:25px;
	visibility:hidden;
}
#main #starthere{
	position:absolute;
	background:url(../images/starthere.png) no-repeat;
	width:122px;
	height:71px;
	left:-60px;
	top:0;
}
#main .ani{
	position:absolute;
	top:46px;
}
#main #ani_1{
	left:27px;
}
#main #ani_2{
	left:119px;
}
#main #ani_3{
	left:210px;
}
#main #ani_4{
	left:300px;
}
#main #ani_5{
	left:392px;
}
