/*********************/
/* ELEMENT SELECTORS */
/*********************/
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #2A2A2C;
    line-height: 1.5em;
    margin:0 auto;
    padding:0px;
	background-image: url(../images/body_background.jpg);
    background-repeat:repeat-x;
	background-color: #EDEDED;
	text-align:center;
}

/* --------*/
/* Anchors */
/* --------*/

a {	text-decoration: none;}

a:link { font-family:Arial, Helvetica, sans-serif;
color:#6E9EC6;
font-size:14px;}

a:visited { font-family:Arial, Helvetica, sans-serif;
color:#6E9EC6;
font-size:14px;}

/* ---------*/
/* Headings */
/* ---------*/
h1 {
    font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-weight:lighter;
	color:#6E9EC6;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
    margin-right: 35px;
	text-align: left;
	line-height: 1.3em;
}

h2 {
	font-size: 17px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #2A2A2C;
	font-style:italic;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
    margin-right: 35px;
    line-height: 1.3em;
}

h4 {
    font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-weight:lighter;
	color:#829ECD;
	font-size: 18px;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
    margin-right: 35px;
	text-align: left;
	line-height: 1.3em;
}


.newsheader {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color:#FFFFFF;
	font-size: 26px;
	margin: 0 auto;
	padding-right:8px;
	padding-top:70px;
	text-align:center;
	line-height: 1.3em;
}

/* -----------*/
/* Paragraphs */
/* -----------*/
p {
    margin-top: 0px;
	margin-left: 40px;
	margin-right: 25px;
    text-align: justify;
    line-height: 1.3em;
}

.question {
    font-style:italic;
	font-weight:bold;
}



/* ------*/
/* Lists */
/* ------*/
ol {
    margin-left: 4.1em;
	margin-right: 4.1em;
    padding: 0px;
    text-align: left;
	line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

ul {
    margin-left: 4.0em;
	margin-right:1.0em;
    padding: 0px;
    text-align: left;
	line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

ul.sub {
    margin-left: 1.0em;
    padding: 0px;
	margin-right: 5px;
	line-height: 1.5em;
	font-size: 15px;
}


li {
  margin-right: 35px;
  padding-top:0px;
}

li.spaced {
  margin-right: 35px;
  padding-bottom:15px;
}

li.sub {
  margin-right: 10px;
}

li.wrap {
  line-height: 1.3em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-right: 35px;
}

/* -------*/
/* Images */
/* -------*/
img {
    border-style: none;
	padding: 0px;
	margin: 0px;
    border: 0px;
	border-width: 0px;
	font-size: 0px;
}

/*-------*/
/* Forms */
/*-------*/
form {
    font-size: 12px;
	line-height: 1.3em;
}

select {
    font-size: 12px;
	line-height: 1.3em;
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row span.label {
    float: left;
    width: 100px;
    text-align: right;
}

div.row span.formw {
    float: right;
    width: 440px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
} 


/******************/
/* ITEM SELECTORS */
/******************/
#default { ;}

#container {
    width: 977px;
	margin: 0 auto;
	height: 425px;
	background-image: url(../images/main_frame.jpg); 
	background-repeat: no-repeat;
	background-position:0 0px;
}

#container_banner {
    float:left;
	margin-left:90px;
	margin-top:2px;
	width:351px;
}

#container_logo {
    float:left;
	width:860px;
	height:67px;
	margin-top:16px;
}

#container_buttons {
	margin-left: 30px;
	margin-top: 0px;
	width: 940px;
	text-align:center;
	height:100px;
}

#container_top{
    float:left;
	width: 400px;
	overflow:hidden;
}

#container_main {
	margin: 0 auto;
	width:900px;
	text-align:center;
	position:absolute;
	top: 165px;
}

#container_heading {
  margin:0 auto;
  width:880px;
  position:absolute;
  top:605px;
  height:30px;
  text-align: right;
  padding-right: 20px;
}

/*******************/
/* CLASS SELECTORS */
/*******************/
.default { ;}

/* -----------*/
/* Containers */
/* -----------*/
.boxbottom {
	margin: 0 auto; /* center for now */
	background-color:#DCE5EE;
	width: 977px;
	background: url(../images/box_bot.jpg) no-repeat bottom;
	font-size: 100%;
	padding-bottom: 26px;
}

.boxhead {
    margin:0 auto;
}

.boxbody {
	margin: 0 auto; /* center for now */
	background-color:#DCE5EE;
	width: 977px;
    background-repeat: repeat-y;
    overflow:hidden;
	text-align:center;
}

/* -----*/
/* Menu */
/* -----*/
.menu {
    float:left;
    margin-top:1px;
    padding-left:35px;
    height:20px;
	width: 430px;
}

.menu a:link { font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF; font-size: 14px;}

.menu a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF; font-size: 14px;}

.cssnav {
    position: relative;
	float: left;
	padding: 0px;
	width: 80px;
	height: 20px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}

.cssnav a {
    display: block;
	font-size: 1.0em;
	width: 80px;
	height: 20px;
	float: left;
	text-decoration: none;
	border: none;
	text-align: center;
}

/* Needed only for image menus */
/*
.cssnav span {
    display: block;
	font-size: 14px;
	width: 143px;
	height: 25px;
	float: left;
	text-decoration: none;
	border: none;
	text-align: center;
}
*/

.cssnav:hover {
}

.cssbutton a {  float:left;  width:247px; height:195px; margin-left: 25px; vertical-align: middle; }

.buttonnav {
    float: left;
	width: 180px;
	height: 100px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}


/* --------------*/
/* Page Headings */
/* --------------*/
.pageheading {
  width: 900px;
  text-align: right;
  overflow:hidden;
}

/* -------------*/
/* Page Columns */
/* -------------*/
.pagetext_wrapper {
	margin-left:15px;
	padding-top:10px;
	border:#6E9EC6 solid 1px;
	background-color:#DCE9F2;
}

.pagetext_main {
    float:left;
	width:955px;
	line-height: 1.3em;
	padding-top:5px;
	text-align:center;
}

.pagetext_leftcolumn{
    float:left;
	width:250px;
	line-height: 1.3em;
	margin-top:10px;
	margin-left:5px;
}

.pagetext_bottomleft{
    float:left;
	width:480px;
	line-height: 1.3em;
}
.pagetext_bottomright{
    float:left;
	width:480px;
	line-height: 1.3em;
}

.pagetext_news {
    float:left;
    padding-top: 70px;
	margin-left: 0px;
	width: 330px;
	height: 250px;
    text-align: justify;
	line-height: 1.3em;
}

.pagetext_news_fr {
    padding-top: 10px;
	margin-left: 40px;
	width: 400px;
	height: 250px;
	background-image:url(../images/image_news_fr.jpg);
	background-repeat:no-repeat;
	background-position:15px 30px;
    text-align: justify;
	line-height: 1.3em;
}

.pagetext_news_secondary {
    float: left;
    width: 250px;
    padding-left: 70px;
    text-align:center;
}

.pagetext_quote {
    font-style:italic;
	font-size:12px;
	color:#ACC0C7;
    margin-top: 10px;
	margin-left: 130px;
	margin-right: 130px;
    text-align: justify;
	line-height: 1.3em;
}

.pagetext_testimonial {
    font-style:italic;
	font-size:12px;
	color:#FFFFFF;
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: justify;
	line-height: 1.3em;
}

/* -------*/
/* Footer */
/* -------*/

.footer {
    padding-top: 10px;
	font-size:10px;
}

.footer:link {
	color:#3F76B9;
	font-size:11px;
	text-align:center;
}

.footer:visited {
	color:#3F76B9;
	font-size:11px;
	text-align:center;
}


/***********************/
/* For IE 6 and ealier */			  
/***********************/			  
* html .boxhead h2 {height: 1%;}


