/*******************************************/
/************* Standard elements ***********/
/*******************************************/

html {
	margin:0;
   	padding:0;
   	height:100%;	
	}

body {
	margin:0;
   	padding:0;
   	height:100%;
	}


#bodyFrench {
	margin:0;
   	padding:0;
   	height:100%;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
	}

img { 
	behavior: url(iepngfix.htc) 
	}

/*******************************************/
/************* Custom elements *************/
/*******************************************/

#headerTop {
	width: 100%;
	height: 80px;
	}

#headerTopContent {
	width: 940px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	}

#headerTopContent a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;	
	cursor: pointer;	
	}
	
#slogan {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;		
	}
	
.headerLink:link {
	text-decoration: underline; 
	color:black;
	}

.headerLink:visited {
	text-decoration: underline; 
	color:black;
	}

.headerLink:active {
	text-decoration: underline; 
	color:black;
	}

.headerLink:hover {
	text-decoration: underline; 
	color:black;
	}


.headerLinkHighlighted:link {
	padding: 3px;
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

.headerLinkHighlighted:visited {
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

.headerLinkHighlighted:active {
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

.headerLinkHighlighted:hover {
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

#mainAreaDDC{
	width: 938px;
	height: 344px;
	background-image:url('../../images/home_main_background_ddc_eng.gif');
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 16px; 
	font-weight: normal;
	behavior: url(iepngfix.htc);
	}

#mainAreaCS{
	width: 938px;
	height: 344px;
	background-image:url('../../images/home_main_background_cs_eng.gif');
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 16px; 
	font-weight: normal;
	behavior: url(iepngfix.htc);
	}

#mainAreaFrench{
	width: 938px;
	height: 344px;
	background-image:url('../../images/home_main_background_french.gif');
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 16px; 
	font-weight: normal;
	behavior: url(iepngfix.htc);
	}

#mainAreaLeftSide {
	float: left;
	padding-left: 30px;
	padding-top: 40px;
	width: 500px;
	height: 320px;
	color: white;
   }	

#mainAreaLeftSide h1{
	font-family: Verdana;
	font-size: 18px; 
	font-weight: bold;
	}
		   
#mainAreaRightSide {
	float: right;
	width: 350px;
	height: 342px;
	}

#mainAreaLeftSideFrench {
	float: left;
	padding-left: 30px;
	padding-top: 40px;
	width: 500px;
	height: 320px;
	color: white;
   }

#mainAreaLeftSideFrench h1{
	font-family: Verdana;
	font-size: 18px; 
	}

#mainAreaRightSideFrench {
	float: right;
	width: 300px;
	height: 342px;
	}

#mainAreaSignUp {
	width: 210px;
	height: 320px;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 20px;
	behavior: url(iepngfix.htc);
	background-image:url('../../images/home_login_box.png');
    background-repeat: no-repeat;
	}

#mainAreaSignUp h1{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 14px; 
	color: black; 
	font-weight: bold;
	}
	
#mainAreaSignUp h2{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 12px; 
	color: black; 
	font-weight: bold;
	}

#mainAreaSignUpButton{
	margin-top: 3px;
	margin-left: -5px;
	cursor: pointer;
	}

.mainAreaButton{
	display: inline;
	font-size: 12px; 
	margin-top: 10px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	}

.mainAreaButton:hover{
	color: #3685d6;
	}

.alert{
	padding: 3px;
	color: white;
	background-color: red;
	font-size: 10px;
	}
	
#pageContentLeftSide {
	float: left;
	width: 690px;
	padding-left: 10px;
	padding-top: 20px;
	}
	
.line {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-top:1px solid #e1e1e1;
	margin-bottom: 30px;
	}

#pageContentRightSide {
	float: right;
	width: 220px;
	font-size: 12px;
	}

#supportArea h4{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS; 
	font-size: 20px; 
	color: #007BC1; 
	font-weight: bold;
	}

#supportArea a:link {text-decoration: underline; color:blue;}
#supportArea a:visited {text-decoration: underline; color:blue;}
#supportArea a:active {text-decoration: underline; color:blue;}
#supportArea a:hover {text-decoration: underline; color:#3685d6;}

#supportAreaFrench{
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 5px;
	}

#supportAreaFrench h3 {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	color: black; 
	font-weight: bold;
}

#supportAreaFrench a:link {text-decoration: underline; color:blue;}
#supportAreaFrench a:visited {text-decoration: underline; color:blue;}
#supportAreaFrench a:active {text-decoration: underline; color:blue;}
#supportAreaFrench a:hover {text-decoration: underline; color:#3685d6;}

#featureColumn1{
	float: left;
	width: 330px; 
	margin-right: 5px;
	font-family: Trebuchet MS; 
	}

#featureColumn2{
	float: right;
	width: 320px; 
	padding-right: 10px;
	margin-right: 5px;
	font-family: Trebuchet MS; 
	}

.feature{
	width: 100%;
	height: 140px;
	font-size: 14px; 
	color: #6b6b6b;
	}

.featureHeader{
	display: block;
	width: 100%;
	}

.featureImage{
	float: left; 
	margin-right: 5px;
	}

.featureText{
	display: block;
	width: 100%;
	margin-top: 10px;
	}
	
	
.feature h1 {
	margin: 0;
	padding: 0;
	font-size: 20px; 
	color: #007BC1; 
	font-weight: bold;
}


.benefits{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

.benefits li {
	font-weight: normal;
	font-size: 14px; 
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 35px;
   	behavior: url(''../../iepngfix.htc'');
	background-image: url('../../images/landingPages/land_checkmark.png');
	background-repeat: no-repeat;
	background-position: -5px;
	}

.benefitsFrench {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

.benefitsFrench li {
	font-weight: normal;
	font-size: 14px; 
	margin-top: 10px;
	margin-left: 40px;
	text-indent: 40px;
   	behavior: url(''../../iepngfix.htc'');
	background-image: url('../../images/home_check.png');
	background-repeat: no-repeat;
	background-position: 0.2em;
	}

#clientExamples{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	}

#clientExamples h2{
	margin:5px;
	padding:5px;
	font-family: Trebuchet MS;
	color: #384047;
	font-size: 36px;
	font-weight: bold;
	}

#clientExamples h3{
	margin:0;
	padding:0;
	font-family: Trebuchet MS;
	color: gray;
	font-size: 20px;
	font-weight: normal;
	}

.examplesColumn1{
	float: left;
	width: 305px; 
	margin-right: 5px;
	text-algin: center; 
	}
	
.examplesColumn2{
	float: left;
	width: 305px; 
	margin-left: 5px;
	text-algin:center;
	}

.examplesColumn3{
	float: right;
	width: 305px; 
	margin-right: 5px;
	text-algin:center;
	}

.examplesRow{
	font-size: 18px; 
	color: #007BC1; 
	font-weight: bold;
	}

#testimonials{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Trebuchet MS; 
	font-size: 12px;
	color: #6b6b6b;
	}

#testimonialsHeader{
	margin-top: 20px;
	text-align: left;
	font-family: Trebuchet MS; 
	font-size: 16px;
	color: #6b6b6b;
	}

#testimonialsHeaderLink{
	margin-top: 20px;
	text-align: left;
	font-family: Trebuchet MS; 
	color: gray;
	font-size: 14px;
	}

#pageContentBottom{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; 
	font-family: Trebuchet MS; 
	font-size: 14px; 
	color: #6b6b6b;
	}

#pageContentBottom h2{
	margin:5px;
	padding:5px;
	font-family: Trebuchet MS;
	color: #384047;
	font-size: 36px;
	font-weight: bold;
	}

#pageContentBottom h3{
	margin:0;
	padding:0;
	font-family: Trebuchet MS;
	color: gray;
	font-size: 20px;
	font-weight: normal;
	}

#videoHeader{
	width: 100%;
	padding-bottom: 10px;
	}

#videoHeader h4{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS; 
	font-size: 20px; 
	color: #007BC1; 
	font-weight: bold;
	}

#videoText{
	width: 100%;
	padding-bottom: 10px;
	}

#questions{
	margin-top: 50px;
	text-align: left;
	font-family: Trebuchet MS; 
	font-size: 14px;
	color: #6b6b6b;
	}

#questions h4{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS; 
	font-size: 20px; 
	color: #007BC1; 
	font-weight: bold;
	}

#pageContentMiddle{
	margin-top: 10px;
	padding: 10px; 
	text-align: center;
	font-family: Trebuchet MS;
	color: #6b6b6b;
	font-size: 14px;
	font-weight: normal;
	}

.mainFeatures{
	height: 40px;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #3369af;
	}

#mobileSection h2{
	margin:5px;
	margin-left:0px;
	padding:5px;
	padding-left:0px;
	font-family: Trebuchet MS;
	color: #384047;
	font-size: 36px;
	font-weight: bold;
	}

#mobileSection h3{
	margin:0;
	padding:0;
	font-family: Trebuchet MS;
	color: gray;
	font-size: 20px;
	font-weight: normal;
	}

#pageContentMiddleLeft { 
	float: left; 
	width: 250px;
	height: 360px;
	margin-top: 44px; 
	font-family: Trebuchet MS;; 
	font-size: 12px; 
	text-align: left; 
	color: #6b6b6b;
	}

#pageContentMiddleMiddle { 
	float: left; 
	width: 260px;
	height: 300px;
	margin-top: 44px;
	margin-left: 20px; 
	font-family: Trebuchet MS;; 
	font-size: 12px; 
	text-align: left; 
	color: #6b6b6b;
	}

#pageContentMiddleRight { 
	float: right; 
	width: 350px; 
	height: 300px;
	margin-top: 40px;
	font-family: Trebuchet MS;; 
	font-size: 12px; 
	text-align: left; 
	color: #6b6b6b;
	}
	
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* New nav bar */

#landingPageNavBar{
	position:fixed; 
	min-width: 940px;
	max-width: 1450px;
	width: 100%;
	height: 70px;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-align: left;
	color: #384047;
	background-color: white;
	border-bottom:1px solid #e7e7e7;
	}

#landingPageNavBarTopContent{
	text-align: right;
	}

#landingPageNavBarContent{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	}

.landingPageNavBarButton{
	float: left;
	height: 62px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	color: #384047;
	border-right: 1px solid #e7e7e7;
	cursor: pointer;
	}

#landingPageTop{
	min-width: 940px;
	max-width: 1450px;
	height: 830px;
	background-image:url('../../images/landingPages/ppc/header_bg3.jpg');
	margin-left: auto;
	margin-right: auto;
	color: white;
	}

#landingPageTopDDC{
	min-width: 940px;
	max-width: 1450px;
	height: 830px;
	background-image:url('../../images/landingPages/ppc/header_bg4.jpg');
	margin-left: auto;
	margin-right: auto;
	color: white;
	}


/* Links */
a.grayLink:link {text-decoration: underline; color: gray;}
a.grayLink:visited {text-decoration: underline; color: gray;}
a.grayLink:active {text-decoration: underline; color: gray;}
a.grayLink:hover {text-decoration: underline; color: gray;}

a.whiteLink:link {text-decoration: underline; color: white;}
a.whiteLink:visited {text-decoration: underline; color: white;}
a.whiteLink:active {text-decoration: underline; color: white;}
a.whiteLink:hover {text-decoration: underline; color: white;}
