/* CSS Document */

body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#maindiv {
	text-align: left;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 0px;
	height: 100%;
	}
.titregrand {
	color: #005675;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
a img {
	border: 0px;
}
a {
	color: #04739b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.navigation {
	padding: 5px;
	color: #333;
	text-decoration: none;
}
a.navigation:hover {
	color: #fff;
	background-color:#005675;
	background-image: url('images/nav-background.jpg');
	background-repeat: repeat-x;
	text-decoration: none;
}
a.outbound {
	background-image: url('images/outbound.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 19px;
}
a.upbound {
	background-image: url('images/upbound.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}
a.pdf {
	background-image: url('images/pdf_icon.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 25px;
}
h1.grey {
	color: #005675;
}
h2 {
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	line-height: 4px;
}
.smallCaps {
	font-variant: small-caps;
}
.importantText {
	font-size: 16px;
	line-height: 24px;
}
.backToTop {
	text-align:right;
}
ul.sectionNav {
	display: inline;
	width: 750px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0;
}
ul.sectionNav li {	
	display: inline;
	padding-left: 1.75em;
	padding-right: 1.75em;
	border-left: 1px solid #999;
}
ul.sectionNav li.last {
	border-right: 1px solid #999;
}
div.docContainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
div.logoNavContainer {
	width: 750px;
	overflow: auto;
	padding-bottom: 5px;
	margin-bottom: 45px;
}
div.logo {
	float: left;
	width: 368px;
}
div.nav {
	float: right;
	margin-top: 80px;
	padding-right: 2px;
}
div.welcome {
	margin-bottom: 30px;
	width: 750px;
}
div.mainBox {
	width: 226px;
	background-image:url('images/box-background.gif');
	background-repeat: repeat-x;
	background-color: #242424;
	color: #eee;
	float:left;
	margin-left: 9px;
	margin-right: 9px;
}
div.mainBox-top {
	background-image: url('images/box-top.gif');
	background-repeat: no-repeat;
	height: 8px;
	width: 226px;
}
div.mainBox-content {
	min-height: 282px;
	height:auto !important;
  	height:282px;
	padding-left: 20px;
	padding-right: 20px;
}
div.mainBox-content img {
}
div.mainBox-Bottom {
	background-image: url('images/box-bottom.gif');
	background-color: #fff;
	min-height: 10px;
	height: 10px;
	background-repeat: no-repeat;
	width: 226px;
}
div.contentArea {
	overflow: auto;
	margin: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 750px;
}
div.instructionImage {
	width: 237px;
	margin-right: 20px;
	float: left;
	padding: 10px;
}
div.instructionImage img {
	border: 1px solid #ddd;
	vertical-align:text-bottom;
}
div.instructionText {
	float: left;
	width: 373px;
	padding-top: 20px;
	font-size: 14px;

}
div.instructionContainer {
	clear: both;
	overflow: auto;
	width: 670px;
	margin-left: 20px;
	background-color: #eee;
	margin-bottom: 10px;
}
div.footerContainer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	border-top: 3px solid #ccc;
	width: 750px;
	margin-top: 30px;
	padding-top: 15px;
	clear: both;
	overflow: auto;
}
div.footerText {
}
div.footerLogos {
	text-align: center;
	margin-left:20;
}
div.nonVideo {
	width: 710px;
	background-color: #f9f9f9;
	padding: 20px;
	overflow: auto;
}
div.nonVideo p.instruction {
	margin-left: 20px;
}
div#rebate {
	position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    z-index: 2000;
	text-align: left;
    float: none;
	width: 150px;
}
div.rebateClickers {
	width: 360px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
div.rebateClickers p.theImg {
	text-align: center;
}
/* Form elements */
#clickerAdoptionForm fieldset
{
	display: block;
	padding-top: 10px;
	border: 0 solid #000;
	background-color: #fff;
	background-image: url('images/form-background.gif');
	background-repeat: repeat-x;
	overflow: auto;

}
#clickerAdoptionForm fieldset legend {
	font-size: 16px;
	color: #666;
	font-family: "Times New Roman", Times, serif;
}
#clickerAdoptionForm input
{
	display: block;
	width: 22em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #333;
	padding: 4px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#clickerAdoptionForm label
{
	display: block;
	font-weight: normal;
	color: #333;
}

.rightside
{
	float: right;
	width: 40%;
	padding-right: 1em;
}

.leftside
{
	float:left;
	width: 40%;
	padding-left: 1em;
}

.submit
{
	background-image:url('images/button-bg.gif');
	background-repeat: repeat-x;
	background-color: #555;
	color: #ffffff;
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}
table.trainingDates {
	width: 400px;
}
table.trainingDates td {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
}
.hidendiv2 {
	
	border: 1px solid #CCCCCC;
	position:absolute;
	height:300px;
	text-align: left;
	z-index:200;
	width:600px;
	
	top: 200px;
	visibility:hidden;
	background-color:#FFFFFF;
	}.style6 {
	color: #e44f15
}
.btencadre {
	background-color: #3399CC;
	border: 1px solid #000000;
	color: #DBE0E3;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.img {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#filedown {
	display: block;
	margin: 2px;
	padding: 2px;
	float: right;
	width: 175px;
	border: 1px solid #AAADB7;
}
#filedown ul {
padding: 0px 0px 0px 0px;
	margin: 0px; }
#filedown li {
	list-style-type: none;
	padding-bottom:2px;
	padding-left:23px;
}
.filedownpdf {
	background-image: url(iconepdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	 }
.filedowndoc {
	background-image: url(iconedoc.gif);
	background-repeat: no-repeat;
	background-position: left;
 }
.filedownppt {
	background-image: url(iconeppt.gif);
	background-repeat: no-repeat;
	background-position: left;
 }
.filedownxls { 
	background-image: url(iconexls.gif);
	background-repeat: no-repeat;
	background-position: left;
}

body.mceContentBody {
	background-color: #FFFFFF;
	background-image: url(../images_as/space.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.hidendiv3 {
	
	border: 1px solid #CCCCCC;
	position:absolute;
	height:300px;
	text-align: left;
	z-index:999;
	width:600px;
	
	top: 200px;
	visibility:hidden;
	background-color:#FFFFFF;
	}
.page {
width: 65%;
border: 1px solid #000000;
padding: 1em 1%;
}
.menu {

position: absolute;
top: 5em;
right: 2em;
background-color: #FFFFFF;
border: 0px solid #666666;
padding: 0px;
width: 250px;
}
html>body .menu {
position: fixed;
}
