﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	font-family: Franklin Gothic Book, Arial, Verdana, Helvetica, Sans-Serif;
	background-image: url(../img/RepeatableTopBackground.gif);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
}

a:link
{
	color: #0099CF;
	text-decoration: none;
}

a:visited
{
	color: #0099CF;}
a:hover
{
	color: #0099CF;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:active
{
	color: #0099CF;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

input.continueButton
{
	background: url(../img/ContinueButton.gif) no-repeat top left;
	border: none;
	width: 104px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.stepHighlightedButton
{
	background: url(../img/DarkRectangle.gif) no-repeat top left;
	border: none;
	width: 204px;
	height: 31px;
	font-size: 14px;
	color: White;
	font-weight: bold;
}

input.stepUnhighlightedButton
{
	background: url(../img/LightRectangle.gif) no-repeat top left;
	border: none;
	width: 204px;
	height: 31px;
	font-size: 14px;
	color: White;
	font-weight: normal;
}

input.nextButton
{
	background: url(../img/NextButton.gif) no-repeat top left;
	border: none;
	width: 61px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.confirmButton
{
	background: url(../img/confirmButton.png) no-repeat top left;
	border: none;
	width: 91px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.backButton
{
	background: url(../img/BackButton.gif) no-repeat top left;
	border: none;
	width: 61px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.nextButtonFrench
{
	background: url(../img/NextButtonFrench.gif) no-repeat top left;
	border: none;
	width: 87px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.confirmButtonFrench
{
	background: url(../img/confirmButtonFrench.png) no-repeat top left;
	border: none;
	width: 107px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.backButtonFrench
{
	background: url(../img/BackButtonFrench.gif) no-repeat top left;
	border: none;
	width: 110px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}

input.continueButtonFrench
{
	background: url(../img/ContinueButtonFrench.gif) no-repeat top left;
	border: none;
	width: 107px;
	height: 32px;
	font-size: 0px;
	color: White;
	cursor: pointer;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	margin-top: 49px;	
}

.header
{
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: 30%;
	margin-right: 30%;
	height: 90px;
	text-align: center;
}

.navigation
{
	background-color: #FFF200;
	width: 1300px;
}

.navigationContent
{
	width: 500px;
}

.navigationSmallText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: larger;
	font-weight: normal;
	text-align: center;
}

.navigationMediumText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
	color: #5B5B5B;
}

.contentImageEN
{
	background: #F2F2F3 url(../img/homepage_image_EN.png) no-repeat center;
	width: 992px;
	height: 345px;
	padding: 0;
	margin: 0;
}

.contentImageFR
{
	background: #F2F2F3 url(../img/homepage_image_FR.png) no-repeat center;
	width: 992px;
	height: 345px;
	padding: 0;
	margin: 0;
}

.contentForm
{
	margin-top: 5px;
	margin-left: 100px;
	vertical-align: middle;
	background-color: White;
	width: 1000px;
}

.contentText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #595959;
	text-align: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
	background-position: center;
	background-color: #F2F2F3;
}

.homeYellowBack 
{
	background-color: #FDF202;
	width: 992px;
	height: 175px;
	padding: 0px;
	margin: 0;
}

.navigationTable
{
	float: right;
	vertical-align: bottom;
	border: none;
	width: 930px;
	margin: 10px 0px 0px 20px;
	font-family: Franklin Gothic Book;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 22px !important;
}

#main
{
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
		background-position: center;
	width: 960px;

}

#footer
{
	width: 1300px;
	color: #595959;
	padding: 5px;
	text-align: left;
	font-size: small;
	background-color: #F2F2F3;
	height: 120px;
}



/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

.fieldsetTop
{
	background-image: url(../img/fieldsetBox_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}

.fieldsetBody
{
		background-image: url(../img/fieldsetBox.jpg);
		background-repeat:  repeat-y;
		background-position: center;
}

.fieldsetBottom
{
		background-image: url(../img/fieldsetBox_bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
		height: 40px;
}

/* TABLE
----------------------------------------------------------*/
.module-frame
{
	position:relative;
	min-height:400px;
	border-style: solid;
	border-width:4px;
}

table
{
	border: none;
}

table td
{
padding: 5px 5px 5px 5px;
}

table.innerTable
{
	margin-left: -8px;
}

table th
{
	font-size: large;
	font-weight: bolder;
	padding: 6px;
	text-align: left;
}

table.addressContent
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: small;
	text-align: left;
	width: 100%;
}

td.columnHeader
{
	font-size: medium;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

table.entitlementsGrid
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: small;
	float: left;
	text-align: center;
	width: 700px;
}

td.entitlements
{
	border-bottom: solid 1px #666666;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

td.entitlementsHeader
{
	border-bottom: solid 1px #666666;
	padding: 0px 0px 18px 0px;
	text-align: center;
}

td.smallText
{
	font-size: x-small;
	font-style: italic;
}

td.formLabel
{
	font-size: small;
	font-weight: bold;
}

table.footerContent
{
	width: 675px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	font-size: small;
}

table.legalNoticeContent
{
	background-color: #E8E8E8; 
	font-size: x-small;
	width: 960px; 
	background-position: center; 
	padding: 0 0 0 0;
	margin-top: -25px;
}

td.legalNoticeContent
{
	padding: 0 0 0 0;
	height:15px;
}

td.bottomBorder
{
	border-bottom: solid 1px black;
	padding: 4px;
}

td.sectionHeader
{
	font-size: x-large;
	font-weight: bolder;
	font-family: Franklin Gothic Book, Arial, Verdana, Helvetica, Sans-Serif;
	padding-bottom: 20px;
}

td.sectionHeaderOptOut
{
	font-size: x-large;
	font-weight: bolder;
	font-family: Franklin Gothic Book, Arial, Verdana, Helvetica, Sans-Serif;
	padding-bottom: 5px;
}


td.socialMedia
{
	vertical-align: text-bottom;
}

table.headerContent
{
		width: 965px;
		position: static;
}

thead
{
	padding-bottom: 10px;	
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 140px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: Yellow;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0.5em 0;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

.topLogo
{
	padding-left:10px;
}

.requestReason
{
	height: 45px;
	vertical-align:bottom;
}

.header_imageEN 
{
	background: #F2F2F3 url(../img/other_pages_image_EN.png) no-repeat center;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 280px;
}

.header_imageFR 
{
	background: #F2F2F3 url(../img/other_pages_image_FR.png) no-repeat center;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 280px;
}

.OptInheader_imageEN 
{
	background: #F2F2F3 url(../img/opt_in_pages_image_EN.png) no-repeat center;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 280px;
}

.OptInheader_imageFR 
{
	background: #F2F2F3 url(../img/opt_in_pages_image_FR.png) no-repeat center;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 280px;
}

#footer_container 
{
	background-color: #F2F2F3;
	width: 960px;
	height: 190px;
	color: #595959;
}

#footer_image 
{
	background: #F2F2F3 no-repeat;
	float: left;
	padding: 0;
	margin: 28px 0px 0px 0px;
	width: 675px;
	height: 160px;
}
.right_footer 
{
	float: left;
	padding: 0;
	margin: 30px 0px 0px 0px;
	width: 270px;
	/* height: 160px; */
}