@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f6f0e5;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
.content {
	width: 860px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding-top: 20px;
}
.contenthome {
	width: 880px;
	float: left;
	margin-right: 20px;
}
.contentform {
	padding:0px 0px 15px 0px;
	width:685px;
	float:left;
	margin: 0px -13px 0px 0px;
	background-color: #e6f2ff;
}

.content img {
	padding:20px 0px 0px 15px;
	float:left;
	margin: 20px 20px 5px 0px;
	background-color: #fff;
}
.content table tr td {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 0px;
}
.content table p {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: -15px;
	margin-right: -5px;
	margin-bottom: 10px;
}

.content ul, .content ol{
	padding:0 15px 15px 40px;
	font-size:12px;
}

p{
	font-size:13px;
	line-height:140%;
	margin:0px 0px 8px 0px;
	padding:0px 5px 0px 15px;
}
h1{
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin: 0px 0px 5px 0px;
	padding:10px 15px 0px 15px;
	line-height: 120%;
}
h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin: 0px 0px 5px 0px;
	padding:18px 15px 0px 15px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:0px 15px 0px 15px;
}
h4{
	font-size:14px;
	font-weight:bold;
	color:#600;
	margin: -4px 0px 3px 0px;
	padding:0px 15px 0px 15px;
}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#600;
	margin: -5px 0px 0px 0px;
	padding:0px 15px 0px 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link{
	color:#069;
	text-decoration:none;
}
a:visited{
	color:#069; text-decoration:none;
}
a:hover, a:active, a:focus{
	text-decoration:underline; color:#03C;
}

.contentcol {
	background-color: #FFF;
	float: left;
	width: 290px;
	margin-bottom: 0px;
	margin-top: 10px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #006699;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #036;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 880px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #ffffff;
	
}

/*Left Navigation*/

.sidebar1 {
	float: left;
	width: 195px;
	padding-bottom: 10px;
	background:#ffffff;
	margin-right:0px;
	background-image: url(../images/leftcolbackground.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 900px;
}
ul.navleft{
	list-style:none;
	border-top:0px solid #666;
	margin-bottom:4px;
	margin-left:0px;
	color: #000;
	font-size:12px;
	font-weight:normal;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

ul.navleft li{border-bottom:1px solid #FFFFFF; }


ul.navleft a, ul.navleft a:visited{
	padding:5px 10px 5px 10px;
	display:block;
	width:175px;
	text-decoration:none;
	background:#d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}

ul.navleft a:hover, ul.navleft a:active, ul.navleft a:focus{
	background:#969696;
	color:#FFF;
	width:175px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/


.promobutton {
	float: left;
	width: 195px;
	height: 200px;
	margin-left: 0px;
}

.promobox {
	float: left;
	width: 230px;
	height: 200px;
	margin-left: 0px;
	overflow:hidden;
}


/* ~~ The footer ~~ */
.footer {
	padding: 5px 0px 6px 0px;
	font-size: 11px;
	text-align: center;
	width: 880px;
	margin: 0px auto;
	float: left;
	position: relative;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.tab {
	/*background-image: url(../images/readdmore.png);
	background-repeat: no-repeat;*/
	height: 26px;
	width: 100px;
	position: relative;
	left: 165px;
	top: 10px;
	margin-top: -25px;
	z-index:100;
	font-size: 13px;
}

.tab a.active {
background-image: url(../images/readdmore.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 82px;
	margin-top: -25px;
position:relative;
top:-40px;
left:0px;
	left: 165px;
	z-index:100;

	
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Horizontal Menu*/
body#connav a#connav, body#storynav a#storynav, body#servnav a#servnav, body#leasnav a#leasnav, body#prodnav a#prodnav, body#teamnav a#teamnav, body#parnav a#parnav {
color: #666;
/*background: #666;*/
height:34px;
}

.bg {background: url(images/button4.gif);}
.menu {
	padding: 0 0px 5px 5px;
	margin: 32px 0px 0px 0px;
	list-style: none;
	height: 40px;
	background: #fff url(../images/button1a.gif) repeat-x;
	position: relative;
	font-family: arial, verdana, sans-serif;
	z-index: 1000;
	float: left;
	width: 700px;
}
.menu li.top {
	display:block;
	float:left;
	position:relative;
	
}
.menu li a.top_link {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#006699;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	margin:0 5px 0 5px;
	padding-left:6px;
	padding-top:1px;
	padding-right:0px;
	cursor:pointer;
}


.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 12px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 12px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#099;}
.menu li a.top_link:hover span {}
.menu li a.top_link:hover span.down {}

.menu li:hover > a.top_link {color:#099;}
.menu li:hover > a.top_link span {}
.menu li:hover > a.top_link span.down {}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}


.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; opacity:0.90;
filter:alpha(opacity=90); padding:3px 0; border:1px solid #ccc; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
.menu :hover ul.sub li a {font-weight:bold;display:block; font-size:12px; height:20px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(../images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#006699; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#95d2ee url(../images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#95d2ee url(../images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}

/*Rotator*/
#rotator{
	overflow:hidden;
	margin:10px 0px 0px 0px;
	width:650px;
	height:200px;
	position:relative;
	top:-10px;
	left:0px;
	float:left;	
}

#rotator img{
	border:0;
	width:650px;
	height:200px;
	margin-top: 0px;
	margin-left: 0px;
}

#rotator img{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
/*#avaya
{
	margin-top:2px;
	display:block;
	width:682px;
	height:175px;
	background:url(../images/avayabannerside.jpg);
}
#avaya:hover {
	background-position: 0 430px;
}
#avaya:active {
	background-position: 0 175px;*/
}
img.select {
	padding:0px 0px 15px 0px;
	float:left;
	margin: 0px 0px 10px 0px;
	background-color: #CCC;
}
h3.select {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}
h4.select {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 15px;
}
.banner {
	float:left;
	position:relative;
	left:720px;
	margin: -80px 0px -210px 0px;
	width: 240px;
	height: 65px;
	overflow:hidden;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	
}
.banner a:hover img {
	background-image: url(../images/banner.jpg);
	position: relative;
	top: -65px;
	overflow: hidden;
}
.formlink {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:19px;
	font-style:normal;
	font-weight:bold;
	color:#000;
	line-height: 125%;
	margin: 0px 0px 5px 0px;
}
#button {
	margin-top:-35px;
	position:relative;
	left:575px;
	display:block;
	width:130px;
	height:41px;
	background:url(../images/applynowbutton.png);
	margin-bottom: 20px;
}
#button:hover {
	background-position: 0 41px;
}

#lease
{
	margin-top:0px;
	display:block;
	width:269px;
	height:200px;
	background:url(../images/lease.png);
}
#lease:hover {
	background-position: 0 400px;
}
#lease:active {
	background-position: 0 200px;
}
#contact
{
	margin-top:0px;
	display:block;
	width:269px;
	height:200px;
	background:url(../images/contact.png);
}
#contact:hover {
	background-position: 0 400px;
}
#contact:active {
	background-position: 0 200px;
}

#quote
{
	margin-top:0px;
	display:block;
	width:269px;
	height:200px;
	background:url(../images/quotebutton.png);
}
#quote:hover {
	background-position: 0 400px;
}
#quote:active {
	background-position: 0 200px;
}
#repair
{
	margin-top:0px;
	display:block;
	width:269px;
	height:200px;
	background:url(../images/repairbutton.png);
}
#repair:hover {
	background-position: 0 400px;
}
#repair:active {
	background-position: 0 200px;
}

#avaya
{
	margin-top:15px;
	display:block;
	width:682px;
	height:175px;
	background:url(../images/partnerbanners/avayapartner.jpg);
}
#avaya:hover {
	background-position: 0 350px;
}
#avaya:active {
	background-position: 0 175px;
}
#meraki
{
	margin-top:5px;
	display:block;
	width:682px;
	height:175px;
	background:url(../images/partnerbanners/merakipartner.jpg);
}
#meraki:hover {
	background-position: 0 350px;
}
#meraki:active {
	background-position: 0 175px;
}
#cisco
{
	margin-top:5px;
	display:block;
	width:682px;
	height:175px;
	background:url(../images/partnerbanners/ciscopartner.jpg);
}
#cisco:hover {
	background-position: 0 350px;
}
#cisco:active {
	background-position: 0 175px;
}
.linkedin img{
border: 1px solid #ccc;
padding:0px;
margin-left:15px;
}

.linkedin:hover img{
border: 1px solid #006699;
}

.linkedinbutton {
	position:relative;
	top:-30px;
	height:35px;
	width:100px;
	z-index:5000;
	left: 560px;
	margin-bottom: -30px;
}
