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

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:sans-serif, arial, Helvetica;
	font-size:13px;
	color: #666;
}

.clear {
	clear:both;
}

#siteWrapper{
	width:980px;
	margin: 0 auto;
	text-align:left;
	margin-top:18px;
}

#header{
	height:100px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	
}
#headerRight {
	background-image:url(../images/header_right.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:100px;
	float:right;
}

#headerLeft {
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:100px;
	float:left;
}

#headerContent {
	width:942px;
	height:100px;
	float:left;
}
#funnelsource_logo {
	float:left;
	width:300px;
	margin-top:10px;
}

#headerPhone{
	float:right;
	width:300px;
	text-align:right;
	margin-top:59px;
	margin-right:23px;
	font-size:18px;
	color:#5BAAD6;
	font-weight:bold;
	font-family:sans-serif, arial, Helvetica;
}


#menuContainer {
	height:45px;
	background-image:url(../images/menu_bg.jpg);
	border-left: 1px solid #B1D2E8;
	border-right: 1px solid #B1D2E8;
}
#menuContent{
	padding-top:15px;
	padding-left:24px;
	text-align:right;
}
ul#mainMenu {
	margin:0;
	padding:0;
}

ul#mainMenu li{
	list-style:none;
	display:inline;
	padding-right: 40px;
}
ul#mainMenu a {
	color: #0176B5;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	font-family:sans-serif, arial, Helvetica;
}

ul#mainMenu a:hover {
	color: black;
	text-align: right;
}

#contentWrapper{
	border-left: 1px solid #B1D2E8;
	border-right: 1px solid #B1D2E8;
}

#homeContent{
	padding: 30px 12px 30px 34px;
}

#footerContainer{
	clear:both;
	height:82px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
#footerRight{
	float:right;
	width:18px;
	height:82px;
	background-image:url(../images/footer_right.jpg);
	background-repeat:no-repeat;
}

#footerLeft {
	float:left;
	width:18px;
	height:82px;
	background-image:url(../images/footer_left.jpg);
	background-repeat:no-repeat;
}

#footerContent {
	float:left;
	width:942px;
	text-align:center;
	padding-top:36px;
}

ul#footerMenu {
	margin:0;
	padding:0;
}

ul#footerMenu li{
	list-style:none;
	display:inline;
	padding-right: 40px;
}
ul#footerMenu a {
	color: #3E99CC;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	font-family:sans-serif, arial, Helvetica;
}

ul#footerMenu a:hover {
	color: black;
}


#copyright{
	color:#D1CDCD;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-right:9px;
	text-align:right;
}

/* inside pages */

#columnLeft {
	float:left;
	width:680px;
	padding:10px;
	text-align: left;
}
#columnLeftFull {
	float:left;
	width:950px;
	padding:10px;
	text-align: left;
}

#ContentColumn{
	float:right;
	width:247px;
	padding:10px;
}



/* home page */

#homeBanner{
	width:654px;
	float:left;
}

#homeRight{
	width: 247px;
	float:right;
}

#homeFormContainer {
	background-image: url(../images/home_form_bg.gif);
	background-repeat:repeat-y;
	margin-top:28px;
}
#homeForm {
	
}

#homeForm label {
	display:block;
}

#homeForm input {
	display:block;
}
#homeForm label {
	color: #808080;
	font-size:12px;
	padding: 4px 0;
}

.homeFormInput {
 width: 207px;
}


#homeFormTop {
	background-image:url(../images/home_form_top.gif);
	height:11px;
	background-repeat:no-repeat;
}
#homeFormBottom{
	background-image:url(../images/home_form_bottom.gif);
	height:11px;
	background-repeat:no-repeat;
}
#homeFormContent{
	padding: 8px 18px;
}

#homeFormTitle {
	text-align:center;
}

#homeFormButton{
	text-align:center;
	padding:12px 48px 0 48px;
}

#forceApp{
	text-align:center;
}

#featuredCustomerContainer{
	margin-top:32px;
/*	border:1px dashed pink; */
}
#featuredCustomerTitle {
	width:150px;
	float:left;
	padding-top:24px;
}

#featuredCustomersLogoContainer{
	width:780px;
	float:right;
}

#featuredCustomersLogoContainer img {
	margin-left:12px;
}
#FullJustified {
	text-align: justify;
}
.FullJustify {
	text-align: justify;
}
.PageTitles {
	font-family:sans-serif, arial, Helvetica;
	font-size:38px;
	color: #91cae8;
}
.ProductTitles {
	font-family:sans-serif, arial, Helvetica;
	font-size:15px;
	color: #0075b5;
	font-weight:bolder
}
#LogosCentered {
	text-align: center;
}


.customer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 170px;
    height: 100px;;
}
.customer * {
    vertical-align: middle;
}
/*\*//*/
.customer {
    display: block;
}
.customer span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

