@charset "UTF-8";
/* CSS Document */
	#featuresBtn{
		float:left;
		width:83px;
		height:36px;
		background-image:url(../images/features.png);
		cursor:pointer;
	}
	
	#networkBtn{
		float:left;
		width:158px;
		height:36px;
		background-image:url(../images/ourNetwork.png);
		cursor:pointer;
	}
	
	#blogBtn{
		float:left;
		width:45px;
		height:36px;
		background-image:url(../images/blog.png);
		cursor:pointer;
	}
	
	#aboutBtn{
		float:left;
		width:61px;
		height:36px;
		background-image:url(../images/about.png);
		cursor:pointer;
	}
	
	#contactBtn{
		float:left;
		width:92px;
		height:36px;
		background-image:url(../images/contact.png);
		cursor:pointer;
	}
	
	#faqBtn{
		float:left;
		width:43px;
		height:36px;
		background-image:url(../images/faqLnk.png);
		cursor:pointer;
	}

	html, body {
		height:100%;
		font-family:Helvetica Neue, Helvetica, Arial,  sans-serif;
	} 
	*{
	
		margin:0;
		padding:0;
	}
	#headerContainer{
		margin-left:auto;
		margin-right:auto;
		margin-top:-10px;
		width:1100px;
	}
	#parentContainer{
		width:1100px;
		float:left;
		background-image:url(../images/topDesign.jpg);
		background-repeat:no-repeat;
	}
	
	#mainContainer{
		width:994px;
		margin-left:auto;
		margin-right:auto;
		margin-top:110px;
		/*height:899px;*/
		
	}
	
	.fleft{
		float:left;
	}
	
	#topbar{
		width:896px;
		background-image:url(../images/boxes_04.png);
		height:20px;
	}
	#leftHeight{
		float:left;
		background-image:url(../images/boxes_13.png);
		background-repeat:repeat;
		width:18px;
		height:100%;
	}
	#mainBody{
		float:left;
		width:902px;
		background-color:#FFFFFF;	
		height:100%;
		background-image:url(../images/bgwhite_03.png);
		background-repeat:no-repeat;
		margin-left:18px;
	}
	
	#rightHeight{
		float:left;
		background-image:url(../images/leftSide.png);
		background-repeat:repeat;
		width:18px;
		height:100%;
	}
	
	#bgStyle{
		float:left;
		background-image:url(../images/bg.png);
		background-repeat:repeat;
			
	}
	#botbar{
		width:902px;
		background-image:url(../images/boxes_17.png);
		height:16px;
	}
	#bodyContainer{
		width:100%;
		height:100%;
		background-image:url(../images/MLN_EasyImplementationa_29.png);
		background-repeat:repeat-y;
	}
	
	
	#footer{
		float:left;
		width:920px;
		margin-left:53px;
		height:79px;
	}
	#contentArea{
		float:left;
		height:490px;
		width:866px;
		margin-top:37px;
		margin-left:36px;
	}
	
	#largePhoneContent{
		float:left;
		margin-top:24px;
		width:205px;
		height:375px;
	}
	#easyImplementText{
		float:left;
		margin-left:147px;
		margin-top:25px;
		width:384px;
		
	}
	.mainText{
		float:left;
		color:#3686bc;
		font-size:30px;
		font-weight:lighter;
		width:100%;	
	
	}
	.mainSubText{
		float:left;
		margin-top:9px;
		font-size:18px;
		color:#5f5f5f;
		font-weight:lighter;
		width:100%;
	}
	.getStarted{
		float:left;
		margin-top:43px;
		margin-left:-4px;
	}
	
	#bottomContentArea{
		float:left;
		width:866px;
		margin-left:36px;
		margin-top:25px;
		/*height:51px;*/
	}
	#whyMobile{
		float:left;
		width:510px;
		height:31px;
	}
	
	#headlines{
		float:left;
		width:356px;
		height:31px;
	}
	
	#botPhone{
		float:left;
		margin-top:11px;
		width:89px;
		height:198px;
	}
	
	#bottomLeftContent{
		float:left;
		width:284px;
		height:214px;
		font-size:14px;
		color:#363636;
		margin-left:15px;
		margin-top:11px;
	}
	#bottomRightContent{
		float:left;
		margin-left:122px;
		width:291px;
		/*height:214px;*/
		font-size:14px;
		color:#363636;
		margin-top:11px;
	}
		
	a:link {
		color:#3583cd;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color:#3583cd;
	}
	a:hover {
		text-decoration: none;
		color:#3583cd;
	}
	a:active {
		text-decoration: none;
		color:#3583cd;
	}
	
	.up {
		background-position:top;
		cursor:pointer;
	}
	
	.down {
		background-position:center bottom;
		cursor:pointer;
	}
	
	.up:hover {
		background-position:center bottom;
		cursor:pointer;
	}
	
	#easyImplementationBtn{
		float:left;
		width:171px;
		height:84px;
		background-image:url(../images/easyImplementation.png);
		cursor:pointer;
	}
	
	#publishBtn{
		float:left;
		width:205px;
		height:84px;
		background-image:url(../images/publishBtn.png);
		cursor:pointer;
	}
	
	#manageBtn{
		float:left;
		width:168px;
		height:84px;
		background-image:url(../images/manageBtn.png);
		cursor:pointer;
	}
	
	#hyperBtn{
		float:left;
		width:180px;
		height:84px;
		background-image:url(../images/hyperBtn.png);
		cursor:pointer;
	}
	
	#understandBtn{
		float:left;
		width:177px;
		height:84px;
		background-image:url(../images/understandBtn.png);
		cursor:pointer;
	}
	
	.pubSpace{
		float:left;
		height:52px;
		width:100%;
	}
	
	#iPhone{
		float:left;
		width:154px;
		height:385px;
	}
	
	#gPhone{
		float:left;
		width:172px;
		height:385px;
		margin-left:23px;
	}
	
	#vStorm{
		float:left;
		width:170px;
		height:385px;
		margin-left:23px;
	}
	
	#publishOnceTxt{
		float:left;
		width:240px;
		margin-left:38px;
	}
	
	#mobPhones{
		float:left;
		margin-left:86px;
	}
	
	#manageText{
		float:left;
		margin-left:105px;
		width:243px;
		margin-top:34px;
	}
	
	#hyprGraph{
		float:left;
		margin-left:89px;
	}
	
	#hyprText{
		float:left;
		margin-left:95px;
		width:322px;
	}
	
	#underImg{
		float:left;
		margin-left:32px;
	}
	
	#underText{
		float:left;
		margin-left:69px;
		width:335px;
	}
	
	#header{
		float:left;
		height:108px;
		width:1100px;
	}
	#mainLogo{
		float:left;
		margin-left:2px;
		margin-top:14px;
	}
	#loginContainer{
		float:left;
		margin-left:445px;
		margin-top:38px;
		font-size:24px;
		font-weight:lighter;
		
	}	
	#signup{
		color:#d87103;
		width:117px;
		float:left;
		margin-top:-6px;
	}
	#login{
		color:#3686bc;
		width:59px;
		float:left;
		margin-top:-6px;
	}
	#linkContainer{
		float:left;
		margin-left:-15px;
		margin-top:25px;
	}
	
	/* network */
	#adagogoLogo{
		float:left;
		margin-top:17px;
		margin-left:36px;
		width:863px;
		height:90px;
	}
	#ourNetwork{
		float:left;
		margin-top:32px;
	}
	#networkGradient{
		float:left;
		width:902px;
		height:378px;
		background-image:url(../images/gradient_18.png);
		background-repeat:repeat;
	}
	#textContainer{
		margin-top:94px;
		margin-left:35px;
		float:left;
		font-weight:lighter;
		width:491px;
	}	
	#networkMainTxt{	
		float:left;
		font-size:36px;
		color:#63a4d0;
		width:100%;
	}
	#networkSubTxt{
		float:left;
		margin-top:10px;
		color:#5f5f5f;
		font-size:18px;
		width:475px;
	}
	#botNetworkContainer{
		float:left;
		width:902px;
		margin-left:36px;
		height:1089px;
	}
	#botNetworkLeftContainer{
		width:395px;
		margin-top:63px;
		float:left;	
	}
	.botNetTxtCont{
		float:left;
		width:310px;
		margin-top:14px;
		height:418px;
		font-size:14px;
		
	}
	
	/* ABOUT PAGE */
	#aboutContainer{
	margin-top:20px;
	margin-left:36px;
	float:left;
	width:767px;
}

.hozLin{
	float:left;
	height:7px;
	width:100%;
	border-bottom:1px #e3e3e3 solid;
}

.textContainer{
	float:left;
	width:706px;
	margin-top:31px;
	margin-left:36px;
}

.aboutHeaderText{
	width:100%;
	float:left;
	font-size:18px;
	color:#63a4d0;
	font-weight:bold;
}

.aboutSubText{
	width:100%;
	float:left;
	margin-top:14px;
	font-size:14px;
	color:#363636;
}

/* BLOG */
#blogContainer{
		float:left;
		margin-left:36px;
		margin-top:20px;	
	}
	#leftTop{
		float:left;
		height:315px;
		width:364px;
		border-right:1px solid #e3e3e3;
	}
	.blogTitle{
		float:left;
		font-size:18px;
		color:#63a4d0;
		width:100%;
	}
	.blogCredits{
		float:left;
		font-size:14px;
		margin-top:12px;
		width:100%;
		font-weight:bold;
	}
	.blogBody{
		float:left;
		font-size:14px;
		width:310px;
		margin-top:10px;
	}
	#rightTop{
		float:left;
		height:315px;
		width:364px;
		margin-left:40px;
	}
	.otherRecentArticles{
		float:left;
		border-bottom:1px solid #e3e3e3;
		width:762px;
	}
	.lowerBlogContainer{
		float:left;
		width:762px;
		margin-top:30px;
		height:179px;
	}
	.lowerBlogBody{
		float:left;
		width:692px%;
		margin-top:10px;
		font-size:14px;
	}
/*-------------------------*/
	a img { border:none; }
	#mainBody_nobg{
		float:left;
		width:902px;
		background-color:#FFFFFF;	
		height:100%;
		margin-left:18px;
	}
	.maptopspace {padding:18px 0 0 0;clear:both;}
	#MapcontentArea {
		float:left;
		width:866px;
		margin:37px 0 0 36px;
	}
	.grayborder {border-bottom:1px solid #e2e0e0;margin:10px 0 12px 0;}
	a.partnerlink:link,a.partnerlink:active,a.partnerlink:visited {
		font-size:14px;
		color:#004b7e;
		text-decoration:underline;
	}
	a.partnerlink:hover {
		font-size:14px;
		color:#2d86cc;
		text-decoration:none;
	}
	a.graylink:link,a.graylink:active,a.graylink:visited {
		font-size:14px;
		font-weight:bold;
		color:#a2a1a1;
		text-decoration:none;
		display:block;
		padding-top:7px;
	}
	.mapbox {
		width:220px;padding:5px;height:80px;
	}
	.bluetxt {
		font-size:18px;color:#1f96e5
	}
	.graytxt { color:#616262;font-size:12px; }
	a.graylink:hover {
		font-size:14px;
		font-weight:bold;
		color:#2d86cc;
		text-decoration:underline;
		display:block;
		padding-top:7px;
	}
	
	.Splashinputbg {
		background:#FBFBFB url(../images/getStarted_07.jpg) repeat-x scroll 0 0;
		cursor:pointer;
		height:45px;
		width:126px;
		border:0px;
	}
	#AdminForm {
		border:none;
		padding-top:10px;
		width:510px;
	}
	#AdminForm label {
		clear:both;
		color:#939393;
		font-size:12px;
		font-weight:bold;
		float:left;
		width:200px;
		text-align:right;
		padding-right:10px;
		margin:13px 0 10px 0;
	}
	#AdminForm label strong {color:#7b7777;}
	#AdminForm span {
		float:left;
		width:300px;
		margin:10px 0 10px 0;
	}
	.errormsg {color:#f00;font-size:14px;text-align:center;height:25px;line-height:25px;}
	.clear {clear:both;}
	
	
	/*** mapping Partners **/
	.aright {text-align:right;}
	.clearh {clear:both;height:0px;}
	.MPleft,.MPRight {float:left;padding-top:25px;font-size:14px;}
	.MPleft {
		width:102px;
		margin-right:27px;
		text-align:right;
	}
	.MPRight {
		width:700px;
		color:#707071;
	}
	.MPRight div {font-size:14px;color:#707071;}
	.MPRight h1 {font-size:25px;font-weight:normal;padding-bottom:20px}
	.MPRight h1 span {font-size:16px;font-weight:normal;padding-left:20px;}
	.MPRight h2 {font-size:16px;font-weight:normal;padding-bottom:50px;}
	a.ditunes,a.daphone:hover,a.daphone {
		color:#3583cd;
		text-decoration:none;
		font-size:12px;
		display:block;
		padding-top:15px;
		clear:both;
	}
	a.ditunes img,a.daphone img { padding-bottom:7px;}
	a.ditunes:hover,a.daphone {color:#000;}
	/** Popup **/
	#PopupMap {
		width:230px;
		background-color:#fff;
		padding:5px 0 5px 0;
		/*margin:auto;*/
	}
	#PopupMap div.Left,#PopupMap div.Right {float:left}
	#PopupMap div.Left {width:64px; text-align:center;}
	#PopupMap div.Right {
		font-size:14px;
		color:#707071;
		padding-left:5px;
	}
	#PopupMap div.Right span.stxt {
		font-size:10px;
		display:block;
		padding:10px 0 3px 0;
	}
	#PopupMap div.Right h1 {font-size:25px;color:#2969ac;font-weight:normal;}
	#PopupMap div.Right h1 a:link{color:#2969ac;}

.lineItem {
	width:28%; 
 	margin-right:4%; 
       float:left;
margin-bottom:10px;
}
