

body {
	margin:0px;
	padding:0px;
	background-color:#f5eddf;
}



/************* DEFAULT FONT *************/
body, div, td, p {
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#505050;
}

a {
    -ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;	
}

a:link, a:visited {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#79ab9f;
	text-decoration:none;
}

a:hover {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b4d0c8;
	text-decoration:underline;
}



/************* BASIC STYLES *************/
.pngImg {
	behavior: url(/_includes/iepngfix.htc);
}

p {
	margin:0px;
	margin-bottom:9px;
}

h1 {
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	margin-bottom:8px;
}

h2 {
	text-transform: uppercase;
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}

h3 {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}

h4 {
	font-size: 13px;
	color: black;
}

h5 {
	font-size: 12px;
	color: black;
}

h1,h2,h3 {
	color:#005941;
}


hr {
	height:1px;
	border:0;
	color:#afafaf;
	background-color:#afafaf;
}

img {
	border:0;
}

input, textarea, select {
	color: #000000;
	font: normal 12px Arial, sans-serif;
}

form {
	display:block;
	margin:0px;
	padding:0px;
}

.ptr {
	cursor:pointer;
}

ul.nomargin {
	margin-top:2px;
	margin-bottom:2px;
}

ol.nomargin {
	margin-top:2px;
	margin-bottom:2px;
}

.txtMessage {
	color:#8d1818;
}

.divDottedLine {
	border-bottom: dashed 1px #8c8c8c;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.txtSmall {
	font-size:11px;
}



/************* HEADER *************/
#divHeader {
	width:960px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#fff;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 10px solid #005941;
}

#imgHeaderText {
	position:absolute;
	top:5px;
	left:284px;
}

#divLanguageLink {
	position:absolute;
	top:15px;
	right:25px;
}

#divLanguageLink a:link, #divLanguageLink a:visited {
         font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#005941;
    text-decoration:none;
}

#divLanguageLink a:hover {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

#divHeader2 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#005941;
}

#divHeader2Inner {
	width:960px;
	position:relative;
	background-position: top right;
	background-repeat: no-repeat;
}

#imgHeader2Text {
	position:absolute;
	left:82px;
}





/************* BREADCRUMB BAR *************/
#divBreadcrumbs {
	height:26px;
}

.tdBreadcrumbLeft, .tdBreadcrumbRightOff, .tdBreadcrumbRightOn {
	width:5px;
	height:26px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tdBreadcrumbLeft {
	background-image: url('/_images/bc_left.gif');
}

.tdBreadcrumbRightOff {
	background-image: url('/_images/bc_right_off.gif');
}

.tdBreadcrumbRightOn {
	background-image: url('/_images/bc_right_on.gif');
}


.tdBreadcrumbOff, .tdBreadcrumbOn {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-position: top left;
	background-repeat: repeat-x;
}

.tdBreadcrumbOff {
	background-image: url('/_images/bc_bg_off.gif');
}

.tdBreadcrumbOn {
	background-image: url('/_images/bc_bg_on.gif');
}


.tdBreadcrumbDividerOffOff, .tdBreadcrumbDividerOffOn, .tdBreadcrumbDividerOnOff {
	width:24px;
	height:26px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tdBreadcrumbDividerOffOff {
	background-image: url('/_images/bc_divider_off_off.gif');
}

.tdBreadcrumbDividerOffOn {
	background-image: url('/_images/bc_divider_off_on.gif');
}

.tdBreadcrumbDividerOnOff {
	background-image: url('/_images/bc_divider_on_off.gif');
}


.lnkBreadcrumb:link, .lnkBreadcrumb:visited, .lnkBreadcrumb:hover {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}





/************* CONTENT *************/
#divContent {
	width:910px;
	min-height:405px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFFFFF;
	padding:25px;
	padding-bottom:0px;
}

#divHelp {
	position:absolute;
	top:55px;
	right:0px;
}

#divHelpToggle {
	width:20px;
	height:388px;
	background-image: url('/_images/help_closed.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
}

#divHelpText {
	width:144px;
	height:370px;
	padding:8px;
	float:right;
	border-top:1px solid #075388;
	border-bottom:1px solid #075388;
	overflow:hidden;
	display:none;
	background-color:#FFFFFF;
}

.divGrayTitleBar {
	background-image: url('/_images/gray_bar_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background: #b4d0c8;
	border-radius: 10px 10px 0 0;
	padding: 0 15px;
}

.divGrayTitleBar img {
	display: none;
}

.h1GrayTitleBar {
	font-size:14px;
	color:#2C2C2C;
	padding-top:5px;
	margin-bottom:0px;
}

.divGrayGradient {
	background-image: url('/_images/gray_gradient.gif');
	background-position: top left;
	background-repeat: repeat-x;
	min-height:272px;
	background: rgba(218,240,234,1);
	background: -moz-linear-gradient(top, rgba(218,240,234,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,240,234,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(218,240,234,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(218,240,234,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,240,234,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(218,240,234,1) 0%, rgba(255,255,255,1) 100%);
}



#divCopyright p {
	color:#79ab9f;
}



#divFooter, #divCopyright, #divWebDesign {
	color:#79ab9f;
}



#divCopyright a:link, #divWebDesign a:link, #divCopyright a:visited, #divWebDesign a:visited {
	color:#79ab9f;
}



h3 {
	color:#005941;
}



h1 {
	color:#005941;
}



h2 {
	color:#005941;
}



body {
	background-color:#f5eddf;
}

.divPadded {
	padding:15px;
}

.divDetails {
	padding:3px;
	border:1px solid #333333;
	background-color:#EEEEEE;
	margin-bottom:3px;
}






/************* FOOTER *************/
#divFooter {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:15px;
}

#divCopyright {
	width:550px;
	float:left;
}

#divWebDesign {
	width:300px;
	float:right;
	text-align:right;
}

#divFooter, #divCopyright, #divWebDesign {
	font-size:11px;
	color:#79ab9f;
}

#divCopyright a:link, #divWebDesign a:link, #divCopyright a:visited, #divWebDesign a:visited {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#79ab9f;
	text-decoration:none;
}

#divCopyright a:hover, #divWebDesign a:hover {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#b4d0c8;
	text-decoration:underline;
}

#divGeotrust {
	clear:both;
	padding-top:5px;
	padding-bottom:0px;
}

#splashpagebuttons{
	width:1000px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}
#splashpagebuttons span{
	width:100px;
	display:inline-block;
	background-color:#005941;
	margin:0 20px;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
	color:#ffffff;
}

.locationButton{
	width:83px;
	height:21px;
	border:0;
	background-color:white;
	cursor:pointer;
	padding:0;
	margin:0;
	margin-left:10px;
}


.loading {
	padding: 0.5em 8px;
	display: none;
	font-size: small;
}




.divGrayGradient {
background: rgba(245,237,223,1);
background: -moz-linear-gradient(top, rgba(245,237,223,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,237,223,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(245,237,223,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(245,237,223,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(245,237,223,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(245,237,223,1) 0%, rgba(255,255,255,1) 100%);
}

input.btn,
.btn,
a.btn {
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
    background: #005941;
    color: white;
    padding: 6px 10px;
    text-align: center;
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
    -ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-sizing: border-box;
    font-size: 11px;
}


input.btn.french {
	width: 145px;
	margin-top: 5px;
}

a.btn.back {
	background-color: #b4d0c8;
}

.btn:hover,
input.btn:hover,
a.btn:hover {
	text-decoration: none;
	background-color: #000;
}