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

body
{
margin:0;
font-family: meetingFont;

}
@font-face {  
	  font-family: "meetingFont";  
	  src:url(../fonts/opensans-regular.eot);  
	  src:url(../fonts/opensans-regular.ttf) format("truetype");   
	}  
@font-face {  
	  font-family: "meetingFontB";  
	  src:url(../fonts/opensans-semibold.eot); /* IE */  
	  src:url(../fonts/opensans-semibold.ttf) format("truetype");   
	}
@font-face {  
	  font-family: "subpageFont";  
	  src:url(../fonts/opensans-regular.eot);  
	  src:url(../fonts/opensans-regular.ttf) format("truetype");  
	}
#wrapper
{
	background-repeat:repeat-x;
	height:auto;
	background-image: url(../images/latest-page-bg2.jpg);
}
#outerContainer
{
width:1000px;
height:auto;
margin:0 auto;
}
#header
{
height:87px;
width:100%;
}
#logo
{
	float: left;
	height: 38px;
	margin: 45px 0px 5px 25px;
	width: 200px;
}
#callus_toprightcorner
{
	width:305px;
	float:right;
	height:30px;
	position:relative;
	margin:4px 0 2px 0;
	padding-bottom:2px;
	top:0;
	right:0;
	font-family: meetingFont;
	font-size:10px;
	text-decoration:none;
	color:#666;
}
#callus_toprightcorner a
{
	font-family: meetingFont;
	font-size:10px;
	text-decoration:none;
	color:#666;
}
#callus_toprightcorner .top_border
{
	background-position: -29px -50px;
	height:8px;
	width:295px;
	margin-top:-10px;
	float:right;
}
#follow
{
	height:30px;
	margin-right:10px;
	width:80px;
	display:inline-block;
	float:right;
}
#follow ul
{
	margin:0;
	padding:0;
}

#follow ul li
{
	display:inline;
	margin:0;
	float:left;
}
#follow ul li a
{
	display:block;
	margin:0;
}

#follow ul li a span
{
	display:none;
}

#follow ul li.tw a
{
	background-position: -31px -61px;
	width:15px;
	height:15px;
	margin:0 4px;
}
#follow ul li.fb a
{
	background-position: -49px -61px;
	width:15px;
	height:15px;
	margin:0 4px;
}
#follow ul li.ln a
{
	background-position: -67px -61px;
	width:15px;
	height:15px;
	margin:0 4px;
}
#menuContainer
{
    float: right;
    height: 25px;
    margin-right: 15px;
    margin-top: 6px;
    width: 760px;
	text-align:right;
}
#menuContainer ul
{
	margin:0;
	list-style:none;
}
#menuContainer ul li
{
	display:inline;
	height:30px;
	padding-right:4px;
	line-height:35px;
}
#menuContainer ul li a
{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	height:30px;
	line-height:25px;
	padding:6px 10px;
	border: solid 1px #FFF;
	text-align:right;
}
#menuContainer ul li a:hover
{
	/*background:url(../images/button-bg.png) repeat-x; */
	/* For WebKit (Safari, Google Chrome etc) */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#696869));
	/* For Mozilla/Gecko (Firefox etc) */
	/* background: -moz-linear-gradient(top, #999, #696869);
	/* For Internet Explorer 5.5 - 7 */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869);
	/* For Internet Explorer 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869)"; */
	color:#333;
	line-height:25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	behavior:url(border-radius.htc);
	border:solid 1px #CCC;
	text-decoration:none;
	background:#f5f8fa;
}
#menuContainer ul li a.selected
{
	background:url(../images/button-bg.png) repeat-x;
	/* For WebKit (Safari, Google Chrome etc) */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#696869));
	/* For Mozilla/Gecko (Firefox etc) */
	/* background: -moz-linear-gradient(top, #999, #696869);
	/* For Internet Explorer 5.5 - 7 */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869);
	/* For Internet Explorer 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869)"; */
	color:#333;
	line-height:25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border:solid 1px #CCC;
}
#menuContainer ul li a.selected:hover
{
	background:url(../images/button-bg.png) repeat-x;
	/* For WebKit (Safari, Google Chrome etc) */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#696869));
	/* For Mozilla/Gecko (Firefox etc) */
	/* background: -moz-linear-gradient(top, #999, #696869);
	/* For Internet Explorer 5.5 - 7 */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869);
	/* For Internet Explorer 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869)"; */
	color:#333;
	line-height:25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border:solid 1px #CCC;
	text-decoration:none;
}
#menuContainer ul li a.active
{
	/* For WebKit (Safari, Google Chrome etc) */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#696869));
	/* For Mozilla/Gecko (Firefox etc) */
	/* background: -moz-linear-gradient(top, #999, #696869);
	/* For Internet Explorer 5.5 - 7 */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869);
	/* For Internet Explorer 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#696869)"; */
	color:#666;
	line-height:25px;
	border-bottom:dotted 2px #ccc;
}
.user-det {
color: rgb(68, 68, 68); 
font-family: arial; 
font-size: 11px; 
text-align: right; 
position: absolute; 
min-width: 160px; 
top: 24px;
}
#banner
{
/*	background:url(../images/bannerBg1.jpg) no-repeat;
*/	height:350px;
	width:1004px;
}
.leftarrow
{
	width:13px;
	height:19px;
	background-position:-28px -82px;
}
.rightarrow
{
	width:13px;
	height:19px;
	background-position:-43px -82px;
}

#nexttobanner
{
width:40%;
height:42px;
float:left;
bottom:0;
}
#nexttobanner ul
{
margin:0;
margin-left:20px;
padding:0;
}
#nexttobanner ul li
{
list-style:none;
display:inline;
padding:0;
margin:-2px;
}
#nexttobanner ul li a.watch
{
font-family: meetingFont;
font-size:14px;
font-weight:normal;
line-height:42px;
text-decoration:none;
color:#474a56;
padding:5px 15px;
border-right:solid 1px #DDD;
}
#nexttobanner ul li a.watch:hover
{
font-family: meetingFont;
font-size:14px;
font-weight:normal;
line-height:42px;
text-decoration:none;
color:#FFF;
background:#666974;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
border-right:solid 1px #f6f7f9;
}
#nexttobanner ul li a.download
{
font-family: meetingFont;
font-size:14px;
font-weight:normal;
line-height:42px;
text-decoration:none;
color:#474a56;
padding:5px 15px;
}
#nexttobanner ul li a.download:hover
{
font-family: meetingFont;
font-size:14px;
font-weight:normal;
line-height:42px;
text-decoration:none;
color:#FFF;
background:#666974;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}
#quote
{
	width:950px;
	float:left;
	margin-top:5px;
	margin-left:30px;
	border-bottom:dotted 2px #DDD;
}
.quotetext
{
font-family: meetingFont;
font-size:20px;
font-weight:normal;
float:right;
color:#777;
width:100%;
line-height:70px;
}

.featureContainer
{
	width:980px;
	height:340px;
	padding:20px 10px 45px 10px;
}
.featureContainerIE
{
	width:980px;
	height:320px;
	height:auto !important;
	padding:25px 10px 35px 10px;
}
.featurebox
{
width:29%;
margin:10px 15px 0px 20px;
float:left;
line-height:22px;
}	
.featurebox .featureHead
{
font-family: meetingFontB;
font-size:20px;
font-weight:normal;
float:right;
color:#414B55;
width:100%;
height:55px;
padding-top:10px;
text-decoration:none;
}
.featurebox .featureHead a
{
	color:#414B55;
	text-decoration:none;
    font-size: 18px;
    font-weight: normal;
	line-height:35px;
	margin-left:8px;
}
.featurebox .content
{
font-family: meetingFont;
font-size:14px;
color:#414B55;
text-align:left;
width:100%;
float:left;
}

#customerBuzz
{
	height: 250px;
	width: 910px;
	padding-right: 20px;
	padding-left: 20px;
	margin:0 20px;
}
#customerBuzz h3
{
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: meetingFont, arial;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	color:#3A4356;
	width:100%;
	padding:30px 0 0px 0;
}
#customerBuzz h4
{
	font-family:Georgia;	
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	margin-top:-20px;
	color:#414B55;
	width:100%;
	height:20px;
	padding:0px;
}
#customerBuzz .buzz1
{
	width:450px;
	/*height:auto;*/
	float:right;
}
#customerBuzz .morebuzz
{
	/*height:auto;*/
	float:left;
	width:100%;
	/*position:relative;*/
}
#customerBuzz .morebuzz a.statement
{
	font-family: meetingFont, arial;
	line-height:20px;;
	float:left;
	font-size:12px;
	margin: 0;
	font-weight:normal;
	color:#414B55;
	text-decoration:underline;
}
#customerBuzz .morebuzz a.statement:hover
{
	color:#333;
}

#customerBuzz .buzz2
{
	width:285px;
	float:left;
	margin:0 15px 5px 0;
}
#customerBuzz .buzz1 .photo, #customerBuzz .buzz2 .photo
{
	width:80px;
	height:80px;
	float:left;
	padding-right:5px;
	padding-left:10px;
}
#customerBuzz .buzz1 .statement
{
font-family: meetingFont;
	width:330px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:-12px;
	font-size:14px;
	font-style:normal;
	color:#414B55;
}
#customerBuzz .buzz1 .personname, #customerBuzz .buzz2 .personname
{
font-family: meetingFont;
	width:100%;
	height:auto;
	float:left;
	font-size:12px;
	font-style:bold;
	color:#414B55;
}
#customerBuzz .buzz2 .statement
{
	width:160px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:-12px;
font-family: meetingFont, arial;
	font-size:14px;
	font-style:normal;
	line-height:22px;
	color:#414B55;
}
.freetrialbox
{
	width:908px;
	padding:20px;
	border:solid 1px #DDD;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	margin:0px auto 30px 20px;
	font-family: meetingFont,arial;
	font-size:18px;
	line-height:40px;
	color:#414B55;
	text-align: center;
	vertical-align: middle;
}
.freetrialbox .left
{
	font-family: meetingFont,arial;
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	color:#333;
	padding-left:10px;
	text-align: center;
	text-decoration:none;
	vertical-align: middle;
}

.freetrialbox .leftsmall
{
	width:600px;
	font-size:13px;
font-family: meetingFont,arial;
	font-weight:normal;
	line-height:25px;
	color:#333;
	text-align: left;
	vertical-align: middle;
}
.freetrialbox a
{
	color:#414B55;
	text-decoration:underline;
}
#integration
{
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	height: auto;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	margin:30px 0 10px 0;
	float:left;
}
#integration h3
{
font-family: meetingFont,arial;
	font-size:25px;
	font-weight:normal;
	width:1000px;
	color:#3A4356;
	padding:30px 0 0 0;
}
#integration ul
{
	margin:0;
	padding:0;
}

#integration ul.img li
{
	display:inline;
	float:left;
	margin:0;
}
#integration ul.img li a
{
	display:block;
	background:url(../images/integration-img.jpg) no-repeat;
	height:48px;
	width:180px;
}
#integration ul.img li a span
{
	display:none;
}
#integration ul.img li a:hover
{
	background-position:0px -50px;
}

#integration ul.img li.i2 a	
{
	background-position:-168px 0px;
}
#integration ul.img li.i2 a:hover
{
	background-position:-168px -50px;
}
#integration ul.img li.i3 a	
{
	background-position:-340px 0px;
}
#integration ul.img li.i3 a:hover
{
	background-position:-340px -50px;
}
#integration ul.img li.i4 a	
{
	background-position:-510px 0px;
}
#integration ul.img li.i4 a:hover
{
	background-position:-510px -50px;
}
#integration ul.img li.i5 a	
{
	background-position:-680px 0px;
}
#integration ul.img li.i5 a:hover
{
	background-position:-680px -50px;
}

#benefits
{
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	float:left;
	height: 300px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top:40px;
}
#benefits h3
{
font-family: meetingFont,arial;
	font-size:25px;
	font-weight:normal;
	width:100%;
	color:#414B55;
	padding:30px 0 0 0;

}

#benefits_left
{
	width:420px;
	height:auto;
	float:left;
	margin-right:25px;
	margin-top:-20px;
}
#benefits_left .benefitsection, #benefits_right .benefitsection, 
{
	width:100%;
	height:auto;
	float:left;
}
#benefits_left .benefitsection .numbering, #benefits_right .benefitsection .numbering
{
	width:35px;
	height:25px;
	float:left;
}
#benefits_left .benefitsection .numbering .numbers, #benefits_right .benefitsection .numbering .numbers
{
	width:25px;
	height:25px;
	background:#f7f7f7;
	border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-webkit-border-radius:25px;
	box-shadow:inset 0px 2px 1px 0px #999;
	-moz-box-shadow:inset 0px 2px 1px 0px #999;
	-ms-box-shadow:inset 0px 2px 1px 0px #999;
	-o-box-shadow:inset 0px 2px 1px 0px #999;
	-webkit-box-shadow:inset 0px 2px 1px 0px #999;
	text-align: center;
	font-family: meetingFont,arial;
	font-style:normal;
	vertical-align: middle;
	line-height:25px;
	font-size:13px;
	color:#414B55;
	font-weight:bold;
}
#benefits_left .benefitsection h3, #benefits_right .benefitsection h3
{
	width:65%;
	font-family: meetingFontB;
	font-weight:normal;
	font-size:16px;
	float:left;
	color:#3A4356;
	background-image: url(../images/bullet2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#benefits_left .benefitsection .explanation, #benefits_right .benefitsection .explanation
{
	width:100%;
	height:auto;
	float:left;
font-family: meetingFont,arial;
	font-weight:normal;	
	font-size:14px;
	color:#414B55;
	line-height:22px;
	margin:10px 0 0 16px;
	text-align:justify;
}
#benefits_right
{
	width:420px;
	height:auto;
	float:left;
	margin-left:40px;
	margin-top:-20px;
}
#featured_in
{
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom:solid 1px #DDD;
	float:left;
}
#featured_in h3
{
font-family: meetingFont,arial;
	font-weight:normal;	
	font-size:20px;
	width:100%;
	color:#3A4356;
	text-align:center;
	padding:25px 0 0 0;
}
#img {
    background-image: url("../images/featuredin.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 98px;
    width: 853px;
	margin:0 auto;
}
#img:hover, #img:active {
    background-position: 0 -98px;
}

#shade
{
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	height: 40px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top:20px;
}
.meetOnline_signup_big
{
	width:970px;
	height:50px;
	float:left;
	background-color: #fcfcfc;
	border:solid 1px #ddd;
	box-shadow:0 0 5px #CCC;
	-moz-box-shadow:0 0 5px #CCC;
	-ms-box-shadow:0 0 5px #CCC;
	-o-box-shadow:0 0 5px #CCC;
	-webkit-box-shadow:0 0 5px #CCC;
	margin:33px auto 30px auto;
	padding:15px 15px 10px 15px;
}
.meetOnline_signup_big .left
{
	width:600px;
	font-family: meetingFont,arial;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	color:#333;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
	float:left;
	margin-top:0px;
}
.meetOnline_signup_big .leftsmall
{
	width:700px;
	font-size:13px;
font-family: meetingFont,arial;
	font-weight:normal;
	line-height:25px;
	color:#333;
	text-align: left;
	vertical-align: middle;
}
.signUp_btn
{
	width:160px;
	color: #ffffff;
	border: none;
	background-color: #ef453e;
	vertical-align: baseline;
	margin:0px 6px 9px 10px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: meetingFontB,arial;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	float:right;
}
.signUp_btn:hover {
	background-color: #d22233;

}
.signUp_btn:active {
	background-color: #ef453e;
}
#breadcrumb
{
width:100%;
height:30px;
background:#E7EBED;
border-top:solid 1px #DDD;
border-bottom:solid 1px #FFF;
position:relative;
bottom:0;
float:left;
}
.breadcrumbtext, .breadcrumbtext a
{
width:1000px;
margin:0 auto;
text-align:left;
font-family: meetingFont,arial;
font-size:11px;
margin:0px auto;
line-height:30px;
text-decoration:none;
color:#333;
}
.breadcrumbtext a:hover
{
text-decoration:underline;
}
#quickLinksSection
{
width:100%;
height:210px;
background:#29303E;
border-top:solid 1px #d6dce2;
padding-top:10px;
padding-bottom:20px;
position:relative;
bottom:0;
float:left;
}
#quickLinksSection2
{
width:100%;
margin:0 auto;
text-align:center;
float:left;
}
.footertext2, .footertext2 a
{
font-family: meetingFont,arial;
font-size:11px;
margin:0px auto;
line-height:30px;
text-decoration:none;
color:#333;
}
.footertext2 a:hover
{
font-family: meetingFont,arial;
font-size:11px;
margin:0px auto;
line-height:30px;
text-decoration:underline;
color:#333;
}
#footerContainer
{
width:1000px;
height:auto;
margin:0 auto;
}
.leftFooter
{
width:185px;
height:auto;
float:left;
margin:0 20px 0 0;
}
.leftFooter h3
{
font-family: meetingFont,arial;
font-size:16px;
line-height:20px;
margin:10px auto;
color:#818CA6;
}
.leftFooter ul
{
margin:0;
padding:0;
}
.leftFooter ul li
{
list-style:none;
padding:0;
margin:0;
}

#footer
{
width:300px;
height:60px;
float:right;
text-align:right;
}

#footer ul
{
margin:10px 0 0 0;
padding:0;
}
#footer h3
{
font-family: meetingFont,arial;
font-size:16px;
height:20px;
margin:10px auto;
border-bottom:solid 1px #999;
padding-bottom:10px;
color:#818CA6;
}
#footer ul li
{
list-style:none;
padding:0;
margin:0;
}
#followfooter
{
	height:30px;
	width:105px;
	display:inline-block;
	float:right;
}
#followfooter ul
{
	margin:0;
	padding:0;
}

#followfooter ul li
{
	display:inline;
	margin:0;
	float:left;
}
#followfooter ul li a
{
	display:block;
	margin:0;
}

#followfooter ul li a span
{
	display:none;
}

#followfooter ul li.tw a
{
	background-position: -31px -105px;
	width:25px;
	height:25px;
	margin:0 4px;
}
#followfooter ul li.fb a
{
	background-position: -57px -104px;
	width:28px;
	height:25px;
	margin:0 4px;
}
#followfooter ul li.ln a
{
	background-position: -85px -105px;
	width:28px;
	height:25px;
	margin:0 4px;
}
#footer .footertext
{
font-family: meetingFont,arial;
font-size:11px;
line-height:22px;
margin:10px auto;
color:#818CA6;
text-decoration:none;
}

#footer .footertext a
{
font-family: meetingFont,arial;
font-size:11px;
line-height:22px;
margin:10px auto;
color:#C8CDD8;
text-decoration:none;
}
#footer .footertext a:hover
{
font-family: meetingFont,arial;
font-size:11px;
line-height:22px;
margin:10px auto;
color:#C8CDD8;
text-decoration:underline;
}
.footertext
{
font-family: meetingFont,arial;
font-size:12px;
line-height:22px;
margin:10px auto;
text-decoration:none;
}
.footertext li a
{
font-family: meetingFont,arial;
font-size:12px;
line-height:20px;
margin:10px auto;
color:#C8CDD8;
text-decoration:none;
}
.footertext li a:hover
{
text-decoration:underline;
}


/* Sub Page Styles   */
 

#subpagewrapper
{
	background-image: url(../images/sub-page-bg.jpg);
	background-repeat: repeat-x;
	min-height: 175px;
	height: auto;
	width: 100%;
}

#subpageheading
{
width:1000px;
margin:0 auto;
height:85px;
float:left;
}

#subpageheading h3
{
font-family: subpageFont;
font-size:25px;
font-weight:normal;
float:left;
line-height:42px;
color:#414B55;
margin:20px 25px;
}
#subpageheading .signup h3
{
font-family: subpageFont;
font-size:25px;
font-weight:normal;
float:left;
line-height:6px;
color:#414B55;
margin:25px;
width:100%;
}
.subpageContainer 
{
	width:960px;
	height:auto;
	font-size:14px;
	margin:0 auto;
	line-height:22px;
	padding:20px;
	position:relative;
	color:#414B55;
}
.subpageContainer2 
{
	width:960px;
	height:auto;
	font-size:14px;
	margin:10px auto;
	line-height:22px;
	padding:20px;
	position:relative;
	color:#414B55;
}
#features_list
{
	width:960px;
	height:320px;
	padding:20px 20px 0 20px;
	font-family:meetingFont, arial;
	color:#414B55;
	margin-top:80px;
}
#features_list .list
{
	width:320px;
	height:auto;
	float:left;
}
#features_list .list ul
{
	margin:30px 20px 20px 20px;
	padding:0;
}
/*#features_list .list ul li
{
	padding:8px 0;
	margin:0;
	border-bottom:dotted 1px #DDD;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	list-style-position: inside;
}
*/#features_list .list ul li
{
	padding:8px 15px;
	margin:0;
	border-bottom:dotted 1px #DDD;
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#features_list .list ul li a
{
	text-decoration:none;
	color:#414B55;
	font-size:14px;
}
#features_list .list ul li a:hover
{
	text-decoration:underline;
}
#features_explanation
{
	width:960px;
	height:auto;
	padding:20px;
	float:left;
}
#features_explanation .feature1, #features_explanation .feature2
{
	width:100%;
	height:210px;
	background-image: url(../images/separator-gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:35px;
}
#features_explanation .feature1 .imgcontainer
{
	width:25%;
	height:auto;
	float:left;
}
#features_explanation .feature2 .imgcontainer

{
	width:200px;
	height:auto;
	float:right;
}
#features_explanation .feature1 .content, #features_explanation .feature2 .content
{
	width:75%;
	height:auto;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	font-size:14px;
	line-height:25px;
}

#features_explanation .feature1 .content .heading, #features_explanation .feature2 .content .heading
{
	width:100%;
	height:40px;
	float:left;
	font-family:meetingFontB;
	color:#414B55;
	font-size:18px;
	font-weight:normal;
}
#features_explanation .feature1 .content .heading a, #features_explanation .feature2 .content .heading a
{
text-decoration:none;
color:#414B55;
}
.readMore
{
	font-family:meetingFont;
	color:#2063ab;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.readMore:hover
{
	text-decoration:underline;
}
#top
{
	position:fixed;
	right:5px;
	top:45%;
	width:40px;
	height:37px;
}
.go_ahead
{
	border-top:dotted 1px #999;
	margin-top:20px;
	line-height:50px;
	float:left;
	width:100%;
}
.go_ahead a
{
	color:#2063ab;
}
.content
{
	width:100%;
	height:auto;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	line-height:25px;
	margin-bottom:20px;
	font-size:14px;
}
.content a
{
	color:#2063ab;
}
.content h3
{
	width:100%;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
}
.subpageContainer ul
{
	margin:0px 20px 20px 20px;
	padding:0;
}
.subpageContainer ul li
{
	padding:5px 15px;
	margin:0;
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.subpageContainer .scenario
{
	width:100%;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	border-top:dotted 1px #999;
	padding-top:20px;
}
.subpageContainer .scenario1
{
	width:100%;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
.subpageContainer .scenario h3
{
}
.subpageContainer .column
{
	width:100%;
	padding:0 50px 20px 0px;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
.column .headingColumn
{
	width:100%;
	float:left;
	font-family:meetingFont, arial;
	color:#414B55;
	font-size:18px;
	/*line-height:30px;*/
	font-weight:normal;
	height:40px;
}
/* End of Sub Page Styles */

/* Index Sprite Images */
.first, .second, .third, .fourth, .fifth, .sixth, .top_border, #follow ul li.tw a, #follow ul li.fb a, #follow ul li.ln a, .leftarrow, .rightarrow, #followfooter ul li.tw a, #followfooter ul li.fb a, #followfooter ul li.ln a
{
	background-image: url(../images/sprite1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;	
}
.first
{
	background-position: -83px -61px;
	width:43px;
	height:42px;
	float:left;
}
.second
{
	background-position: -124px -61px;
	width:43px;
	height:42px;
	float:left;
}
.third
{
	background-position: -167px -61px;
	width:43px;
	height:42px;
	float:left;
}
.fourth
{
	background-position: -210px -61px;
	width:43px;
	height:42px;
	float:left;
}
.fifth
{
	background-position: -253px -61px;
	width:43px;
	height:42px;
	float:left;
}
.sixth
{
	background-position: -297px -61px;
	width:43px;
	height:42px;
	float:left;
}
/* End of index Sprite Images */
/* features sprite image */
.onlinemeet, .crossplatform, .nodownloads, .security, .firewall,.zoom, .remotecontrol, .switchpresenter, .view, .meetnow, .embed, .shortcut, .audio, .chat, .track, .settings, .reports, .rebrand, .org, .gapps, .integration
{
	background-image: url(../images/features-sprite.png);
	background-repeat: no-repeat;
	background-attachment: scroll;	
}
.onlinemeet
{
	background-position: 0px 0px;
	width:200px;
	height:180px;
}
.crossplatform
{
	background-position: -201px 0px;
	width:200px;
	height:180px;
}
.nodownloads
{
	background-position: -401px 0px;
	width:200px;
	height:180px;
}
.security
{
	background-position: -601px 0px;
	width:200px;
	height:180px;
}
.firewall
{
	background-position: -801px 0px;
	width:200px;
	height:180px;
}
.zoom
{
	background-position: 0px -181px;
	width:200px;
	height:180px;
}
.remotecontrol
{
	background-position: -201px -181px;
	width:200px;
	height:180px;
}
.switchpresenter
{
	background-position: -401px -181px;
	width:200px;
	height:180px;
}
.view
{
	background-position: -601px -181px;
	width:200px;
	height:180px;
}
.meetnow
{
	background-position: -801px -181px;
	width:200px;
	height:180px;
}
.embed
{
	background-position: 0px -361px;
	width:200px;
	height:180px;
}
.shortcut
{
	background-position: -201px -361px;
	width:200px;
	height:180px;
}
.audio
{
	background-position: -401px -361px;
	width:200px;
	height:180px;
}
.chat
{
	background-position: -601px -361px;
	width:200px;
	height:180px;
}
.track
{
	background-position: -801px -361px;
	width:200px;
	height:180px;
}
.settings
{
	background-position: 0px -541px;
	width:200px;
	height:180px;
}
.reports
{
	background-position: -201px -541px;
	width:200px;
	height:180px;
}
.rebrand
{
	background-position: -401px -541px;
	width:200px;
	height:180px;
}
.org
{
	background-position: -601px -541px;
	width:200px;
	height:180px;
}
.gapps
{
	background-position: -801px -541px;
	width:200px;
	height:180px;
}
.integration
{
	background-position: 0px -721px;
	width:200px;
	height:180px;
}
/* End of features Sprite Images */
.getStarted
{
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	text-align:left;
	padding-bottom:20px;
	}
.signupfooter
{
	color:#ccc;
	text-align:center;
	font-size:13px;

}
.signupfooter a
{
	padding:0 10px;
}


#testimonials
{
	width:1000px;
	height:auto;
}
#testimonials .testimonial-box
{
	width:29%;
	margin-right:40px;
	float:left;
	height:auto;
}
.testimonial-box .customer
{
	width:100%;
	margin-top:10px;
}
.customer-photo1
{
	background-image:url(../images/customer3.png);
	width:75px;
	height:75px;
	float:left;
	margin-right:15px;
}
.customer-photo2
{
	background-image:url(../images/customer4.png);
	width:75px;
	height:75px;
	float:left;
	margin-right:15px;
}

.customer-name
{
	width:100%;
	font-family: "open sans", Arial, Helvetica, sans-serif;	
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	color:#333;
	text-align:left;
	padding-top:25px;
	height:75px;
}
.customer-name span
{
	font-family: "open sans", Arial, Helvetica, sans-serif;	
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	color:#999;
	width:100%;
	text-align:left;
}
.meeting-right
{
	width:27%;
	height:200px;
	background-image:url(../images/meetingsignupbutton.png);
	background-position:-5px 5px;
	float:left;
	margin-top:-20px;
	cursor:pointer;
}
.meeting-right:hover
{
	background-image:url(../images/meetingsignupbutton.png);
	background-position:-5px -205px;
}
.signupsection
{
	width:100%;
	max-width:980px;
	float:left;
	position:relative;
	text-align:center;
	border-top:dotted 1px #999;
	padding-top:30px;
	margin:180px 0 40px 0;
}
.signupsection a
{
	font-size:33px;
	text-decoration:underline;
	text-align:center;
	color:#D82133;
	letter-spacing:-1;
	font-weight:300;
	text-indent:0;
}
.signupsection span
{
	font-size:20px;
	text-align:center;
	color:#666;
	letter-spacing:-1;
	font-weight:300;
}