   @charset "utf-8";

/******* BROWSER RESET START ******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

img {vertical-align: bottom;}

/* clearfix hack to ensure #content always renders correctly */
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}


.clearfix:after {select-language:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}


/**********************************************************/
/*  Browser reset is to ensure that all the different browsers'
quirks are removed and give us a blank canvas.
***********************************************************/


/*** PNG FIX HERE ****/
img, div, a, input { behavior: url('css/iepngfix.htc') }
/*********************/



blockquote {
	margin-left:30px;
}


body {
	background: #333 url(../images/background.jpg) no-repeat;
	background-position: center top; 
	font: 0.9em 'Armata', sans-serif;
	line-height:1.4em;
	color: #fff;
	
}


p {
	font: 0.9em 'Armata', sans-serif;
	color:#fff;
	margin-bottom:1em;
	line-height:1.4em;
}

.center {
	font: 0.9em 'Armata', sans-serif;
	color:#fff;
	margin-bottom:1em;
	line-height:1.4em;
	text-align:center;
}


.photo {
	font: italic 0.8em 'Armata', sans-serif;
	color:#ccc;
}



.date {
	font: italic 0.8em 'Armata', sans-serif;
	color:#666;
}

hr { margin: 10px 0 10px 0; }


h1 {
font: 1.4em 'Armata', sans-serif;
color: #c99906;
margin-bottom:1em;
border-top:dotted 1px #999;
border-bottom:dotted 1px #999;
padding:4px;
}

h2 {
font: 1.3em 'Armata', sans-serif;
color: #ccc;
margin-bottom:1em;
}

h3 {
font: 1.2em 'Armata', sans-serif;
color: #f7d97f;
margin-top:1em;
margin-bottom:0.5em;
}

h4 {
font: 1.2em 'Armata', sans-serif;
color: #666;
margin-bottom:1em;
}


.titles {
font: 1.2em 'Armata', sans-serif;
color: #f7d97f;
margin-top:1em;
margin-bottom:0.5em;
}


a:link {
    font: 0.9em 'Armata', sans-serif;
	text-decoration: none;
	color: #fe6102;
}

a:visited {
	font: 0.9em 'Armata', sans-serif;
	text-decoration: none;
	color: #fe6102;
}

a:hover {
	font: 0.9em 'Armata', sans-serif;
	text-decoration: underline;
	color: #02f5fe;
}


.feature-titles {
	font: italic 1.4em 'Armata', sans-serif;
	color: #999;
	margin-bottom:0.5em;
	text-align:right;
}


.breadcrumb {
	font: 0.9em 'Armata', sans-serif;
	color:#333;
	border-bottom:dotted 1px #666;
	padding-bottom:8px;
	margin-bottom:1em;
}



.line {
	border-bottom: dotted 1px #666;
}



strong {
    font-weight:bold;
}

em {
    font-style:italic;
}


ul.bullet_list {
    margin-left:40px;
    list-style-type: square;
	margin-bottom:0.5em;   
}


ul.bullet_list li {
	font: 0.9em 'Armata', sans-serif;
	margin-bottom:12px;
}

ul.bullet_list a {
    padding-left:5px;
}




.numbered_list {
	list-style-type: decimal-leading-zero;
	font: 0.9em 'Armata', sans-serif;
	color: #333;
	margin-left:30px;
}


.topics-title {
	font: 1.2em 'Armata', sans-serif;	
	color: #fff;
	background-color: #95a1b2;
	border-bottom: solid 1px #ccc;
	padding:6px;
}

.topics {
	font: 0.9em 'Armata', sans-serif;
	color: #333;
	background-color: #f0f2f5;
	border-bottom: solid 1px #ccc;
	padding:6px;
}


.blockquote {
	margin-left:45px;
}


div#wrapper {
	margin-left:auto;
    margin-right:auto;
	width:980px;
	position: relative;
	margin-top:0px;
}



/**** Header *****/

div#header {
    width:980px;
    height:169px;
	margin-left:auto;
    margin-right:auto;
    position:relative;
}

div#header div.header-left {
    width:836px;
    height:169px;
	float:left;
}

div#header div.header-eng {
    width:64px;
    height:169px;
	float:left;
	background: #333 url(../images/english.jpg) no-repeat;
	background-position: center top; 
}

div.header-eng a {
	display: block;
	width: 100%;
	height:100%;
}

div#header div.header-fr {
    width:80px;
    height:169px;
	float:left;
	background: #333 url(../images/french.jpg) no-repeat;
	background-position: center top; 
}

div.header-fr a {
	display: block;
	width: 100%;
	height:100%;
}


/**** Menu *****/

div#nav {
    width:980px;
    height:40px;
	margin-left:auto;
    margin-right:auto;
    position:relative;
}




/**** Content *****/


div#content-ads {
	margin-left:auto;
    margin-right:auto;
	width:980px;
}


div#content {
	margin-left:auto;
    margin-right:auto;
	width:940px;
	padding:20px;
	background: url('../images/white.png');
}


div#content div.home {
	width:940px;
	height:410px;
	background:url('../images/home.jpg') no-repeat;
}

div#content div.home-text {
	width:940px;
	margin-top:24px;
}


div#content div.features {
	width:940px;
	margin-top:20px;
}

div#content div.features div.features1 {
	width:280px;
	margin-right:42px;
	float:left;
}
div#content div.features div.features2 {
	width:280px;
	margin-right:42px;
	float:left;
}
div#content div.features div.features3 {
	width:280px;
	float:left;
}

div#content div.features div.features4 {
	width:618px;
	float:left;
}


div#content div.content-right {
	width:650px;
	float:left;
	padding-left:20px;
	position:relative;
	border-left: 3px double #999;
}



div#content div.content-left {
	width:247px;
	float:left;
	padding-right:20px;
	position:relative;
	
}





/**** Footer *****/


div#.footer {
	width:980px;
	height:80px;
    position:relative;
	top:22px;
	float:right;
	padding:10px;
	background:url(../images/black.png);
}


div#footer div.footer-left { 
	position:absolute;
	font:0.8em;
	color: #999;
    width:490px;
	vertical-align:top;
}

div#footer div.footer-right { 
	position:absolute;
	font:0.8em;
	color: #999;
    width:490px;	
	vertical-align:top;
	margin-left:490px;
	float:right;
	text-align:right;
}




div#footer a:link {
    color: #fe6102;
    font: 0.8em 'Armata', sans-serif;
	text-decoration: none;
}

div#footer a:visited {
    color: #fe6102;
	font: 0.8em 'Armata', sans-serif;
	text-decoration: none;
}
			  
div#footer a:hover {
    color: #02f5fe;
    font: 0.8em 'Armata', sans-serif;
	text-decoration: none;
}




.image {
	float: left;
	margin: 2px 0px 10px 0px;
	border: 1px solid #3d1c09;
	padding: 4px;
}

.image-left {
	float: left;
	margin: 2px 16px 10px 0px;
	border: 1px solid #3d1c09;
	padding: 4px;
}
