html,body {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */


body {
	background: #fff;	
	color: #6e7780;
	padding:0;
	text-align:center;
}

body, pre {
	font: 13px  arial, helvetica, verdana, sans-serif;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
	text-align:justify;
}

p,p.center{
	margin:0 0 1em 0;
}

a:link, a:visited, a:hover {
	color: #999999;
}
a img{
	border:none;
}

h1,h2{
	font-weight:normal;
}

h2{
	margin-bottom:1em;
}

h3{
	margin-bottom:0.2em;
}

h1{
	margin-bottom:50px;
}

ul, li{
	margin:0 0 1em 0;
	padding:0;
}

ol{
	margin:0;
	padding-left:10px;
}

li{
	margin-left:15px;
}

ul.tightList {
	margin-left:25px;
}
ul.tightList  li{
	margin:0;
}

input.button,input.submit{
	padding:0 15px;
	background:white;
	color:#0092dd;
	border: solid 1px #c2c2c2;
	font-size:10px;
	cursor:pointer;
}
input.text,textarea.text{
	text-align:left;
	background:#f4f4f4;
	color:#999999;
	border: solid 1px #c2c2c2;
	font-size:10px;
}
textarea.text{
	font:normal 11px arial;
}
select.text{
	text-align:left;
	background:#f4f4f4;
	color:#999999;
	border: solid 1px #c2c2c2;
	font-size:11px;
}
textarea.text{
	height:100px;
}

/* important modifiers */


.bold{
	font-weight:bold !important;
}

.italic{
	font-style:italic !important;
}

.upper{
	text-transform: uppercase !important;
}

.blue{
	color: #009ddf !important;
}

.black{
	color: black !important;
}

.red{
	color:#e51b24 !important;
}

.smaller{
	font-size:0.85em !important;
}
.bigger{
	font-size:1.15em !important;
}

.error{
	color:#e51b24 !important;
}

.underline{
	text-decoration:underline !important;
}

.pointer{
	cursor:pointer !important;
}
 
.link{
	text-decoration:underline !important;
	color:#999999 !important;
	cursor:pointer !important;
}
.link.blue{
	color: #009ddf !important;
	text-decoration:none !important;
}

.none{
	display:none !important;
}

/* CONTAINERS */

.center{
	margin:0 auto;
	text-align:center;
}

.HeaderTopBorder{
	background:#f2f2f2;
	height:16px;
	width:100%;
}

.header{
	width:968px;
	height:111px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}

.main{
	width:968px;
	min-height:500px;
	margin:0 auto;
	text-align:left;
}

.footer{
	width:968px;
	margin:20px auto 20px;
	text-align:left;
	font-size:10px;
}

.header .inner, .footer .inner, .content .inner{
	margin:0 20px;
}

.content, .contentSolutions{
	text-align:left;
}

.content .col2,.content .col3,.content .col4,.content .col5,.content .col6,.content .col7{
	float:left;
	margin:0 20px 20px 0;
}

.content .col2.last,.content .col3.last,.content .col4.last,.content .col5.last,.content .col6.last,.content .col7.last{
	margin-right:0;
}

.content .col2{
	width:190px;
}

.content .col3{
	width:295px;
}

.content .col4{
	width:400px;
}

.content .col5 {
	width:505px;
}

.content .col6 {
	width:505px;
}

.content .col7{
	width:630px;
	margin-right:0;
}

.contentSolutions .col1,.contentSolutions .col2,.contentSolutions .col3,.contentSolutions .col4{
	float:left;
}

.contentSolutions .col1{
	width:202px;
	margin:0 34px 20px 0;
}

.contentSolutions .col1.last{
	margin-right:0;
}

.contentSolutions .col2{
	width:438px;
	margin:0 49px 20px 0;
}
.contentSolutions .col2.last{
	margin-right:0;
}

.contentSolutions .col3{
	width:687px;
	margin:0 34px 34px 0;
}

.contentSolutions .col4{
	width:925px;
	margin:0 0 34px 20px;
}

.bg-curves{
	background: transparent url(images/bg-curves.gif) no-repeat 50% -14px;
}

.rond{
	margin-bottom:50px;
}

.sideImg{
	float:right;
	width:190px;
	text-align:center;
	margin-right:20px;
}

.separator{
	clear:both;
	width:570px;
	margin:1em 0 1em 10px;
	height:1px;
	background:none;
	border:solid 1px #cccfd2;
	border-width:0 0 1px;
}
.separator.short{
	width:165px;
}

.newsSnippet{
	margin-bottom:15px;
}
.newsSnippet p{
	margin:0;
}

.form input.text,.form textarea.text{
	width:295px;
}

.faqAnswer{
	display:none;
}
.faqAnswer.open{
	display:block;
}

.contactBox{
	width:174px;
	background:#efefef;
	/*padding:18px;*/
	margin:1em 0
}

.contactBoxLarge{
	width:925px;
	background:#efefef;
	/*padding:23px 42px;*/
	margin:1em 0
}

.contactBoxButton{
	overflow:hidden;
	background:#fcfcfc;
	border: solid 1px #c3c3c3;
	padding:1px 20px;
}

.contactBoxButton span{
	margin:auto;
}

/* FONT */
h1{
	font-size:17px;
}
h2{
	font-size:13px;
	color:#009ddf;
	text-transform:uppercase;
}
h3{
	font-size:11px;
	text-transform:uppercase;
}

.header{
	font-size: 11px;
}

.hugeText{
	font-size:37px;
}

.textLarger{
	font-size:28px;
}

.textLarge{
	font-size: 22px; /* starting at 18px font is (light) bold */
}
.textMedLarge{
	font-size: 17px; 
}

a.blue{
	color:#009ddf;
	text-decoration:none;
}
a.blue:hover{
	text-decoration:underline;
}

/* NAV */ 
.nav{
	float:right;
}
.subNav{
	margin-top:60px;
}

.nav a:link,.nav a:visited{
	color:#009ddf;
	margin-left:15px;
	/*font-weight:bold;*/
	font-size:15px;
	text-decoration:none;
}

.subNav a:link,.subNav a:visited{
	color:#009ddf;
	font-size:15px;
	text-decoration:none;
}
.nav a:hover,.subNav a:hover{
	text-decoration:underline;
}

.navSolutions a{
	margin-left:8px;
}

.navFooter a{
	margin-right:10px;	
}