﻿@charset "utf-8";
html { overflow-y: scroll; }
html, body { 
 	text-align: center; 
	background-color: #e1e1e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
* {
	padding: 0;
	margin: 0;
}
a {	
	color: #4168B1;
}
a:hover {	
	color: #990000;
}
acronym {
	cursor:help;
	border-bottom:1px #990000 dashed;
}
acronym:hover {
	color:#F47D31;	
}
blockquote {
	margin:25px 45px;
}
dl {
	margin-top: 10px;
	margin-left:25px;
	margin-bottom:50px;
}
dt {
	margin-bottom: 5px;
	background:url('../imagesStyle/bullet1.gif') no-repeat;
	padding:0 0 0 25px;	
	
}
dd {
	margin-left: 10px;
	margin-bottom:20px;
}
h1 {
    font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	border-bottom:1px #F47D31 solid;
	width:95%;
	margin-bottom:15px;
}
h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#204269 /*#2C517D 366092*/;
	margin-bottom:10px;	
}	
h3 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	font-style:italic;
	margin-bottom:5px;	
}
h4 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	margin-bottom:5px;	
}
img {
	border:none;
}
img.divider {
	margin: 15px 0 25px 0;
}
label {
	color:navy;
}
p.returnTo {
	float:right;
	clear:both;
	padding:25px 75px;
	font-style:italic;
	color:green;
}
ul.bullet {
	list-style-type:none;
	margin:15px 45px 40px 20px;
	padding:0;
}
ul.bullet li {
	background: url('../imagesStyle/iconRightArrow.gif') no-repeat;
	padding:2px 0 10px 30px;
	margin:0 0 15px 0;
}
ul.bullet li ol {
	list-style-type:lower-latin;
	margin:15px 0 15px 30px;
}
ul.bullet li ol li {
	background:none;
	padding-left:0;
}
ul.checkmark {
	list-style-image:url('../imagesStyle/greencheck.gif')
}
ul.redx {
	list-style-image:url('../imagesStyle/redx.gif')
}
ul.checkmark, ul.redx {
	margin:10px 0 40px 50px;
	background-position:center bottom;
	list-style-position:outside;
} 
ul.checkmark li, ul.redx li {
	padding:0;
	margin:0 0 10px 0;
}

/* Layout divs */   
#pagewidth { 
 	width: 958px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto;
	margin-top:10px; 
	margin-bottom: 10px;
} 
#header {
	background-image: url(../imagesStyle/header.gif);	
}
#header-fr {
	background-image: url(../imagesStyle/header-fr.gif);	
} 
#header, #header-fr {
 	position: relative; 
 	height: 210px;
 	width: 100%;
	background-repeat: no-repeat;
	text-align:right;
} 
#header_home {
	position:relative;
	top:50px;
	left:15px;
	width:200px;
	height:150px;
	margin:0;
	float:left;
}
#address {
    padding-top:65px;
    padding-right:40px;
}
#wrapper {
    background-image:url(../imagesStyle/flash_bg.jpg);
	padding-bottom:20px;
}
#leftcol {
 	width: 172px; 
 	float: left; 
	position: relative; 
}
#maincontent {
 	width: 728px; 
 	float: right; 
 	position: relative; 
}
#maincontent dl, #maincontent ul, #maincontent ol, #maincontent div.item {
	margin-right: 45px;
}  
#maincontent p {
	margin:0 45px 15px 0;

}
.maincontent_header {
    height:38px;
	background-color:#990000;
	margin-top:30px;
	margin-bottom:20px;
	margin-right:8px;
	padding-right:25px;
}
.maincontent_header h1 {
    font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	line-height:38px;
	padding-left:16px;
	border:none;
}
div.item {
	margin-bottom: 50px;
}
div.statement {
	padding:15px;
	margin:0 65px 15px 25px !important;
	border:1px navy solid;
	background-color:#FF9966;
	font-weight:bold;
	text-align:center;
}
div.statement h2 {
	color:black;
}
div.SingleColumn {
	clear:both; 
	margin-left:10px; 
	padding-top:25px;
}
div.twoCols {
	width:320px;
	margin:0 15px 0 10px;
	float:left;
}
#footer {
 	height: 41px; 
	background-image: url(../imagesStyle/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
} 

/* ------------------------------------------------------ Menu styles ---*/
.menu {
	width: 180px;
	margin-top:30px;
	margin-left: 15px;
	margin-bottom:15px;
	font-size: 12px;
}
.menu ul {
    color:#000000;
    margin-bottom:15px
}
div.menu li {
	border-bottom: #000000 1px solid;
	border-top: none;
	list-style-type:none;
	color:#990000;
}
div.menu li:first-child {
	border:none;
}
div.menu li.menuheader {
	height: 25px;
	background-color:#990000;
	padding-left: 15px;
	line-height: 25px;
	font-weight: bold;
	border-top: none;
	color:#FFFFFF;
}
div.menu li.starburst {
	background:url('../imagesStyle/icon_new1.gif') no-repeat; 
	background-position:100px;
}
.menu li a {
	color: #333333;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-top: 7px;
	text-decoration: none;
	display: block;
}
.menu li a:hover {	
	color: #990000;
}

/* ------------------------------------------------------ footer styles ---*/
#footer p {
	color: #000000;
	font-size: 11px;
	padding:15px 0;
}
#footer a {	
	color: #4168B1;
	text-decoration: underline;
}
#footer a:hover {
	color:#F47D31;
}

.clearfix:after {
	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }

/* ------------------------------------------------------ misc classes ---*/
.centred {
	text-align:center;
}
.highlight {
	font-style:italic;
	color:navy;
	font-weight:bold;
}
.moreTopPadding {
	padding-top:65px;
}
.notes {
	font-size:.9em;
} 
.red {
	color: #990000;
}



.clearfix{display: inline-block;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  











