/* COMMON STYLES TO ALL PAGES */
/*colors used:
light green in text area:#F0FFDE
medium green banner top and menu: #CDFF9B
dark green for headlines and lines: #659931
font color for body: dark gray: #6B726A
very light green trial:#E2FFC4
*/







/** Body class **/

.bodystyle{
	text-align: center; /*for the benefit of IE */
	background-color: white;/*background-image: url(images/greystrip.gif);*/
	
			}
/**************************************************
 * Root/Bottom level division: major box/container 
 *
 *************************************************/

div#rootdiv{
	width: 900px;
	height: 780px;
	border: solid black 0px;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}


/** Banner division **/
div#bannerdiv{
	border: solid red 0px;
	background-image: url(images/banner_02.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 177px;
	
}
div#bannerdivfr{
	border: solid red 0px;
	background-image: url(images/banner_02fr.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 177px;
	
}


/**************************************************
 * Main Body Division 
 *
 *************************************************/
div#mainbody{
	border: solid orange 0px;
	width: 900px;
	height: auto; /*451px;*/
	margin-top: 0px;
	
	
}

/** Main Content Text Division: decorative **/
div#contentDecor{
	border: solid yellow 0px;
	/*background-image: url(images/drophoriz650.gif);*/
	width: 651px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	z-index: 0;
	background-image: url(images/dropback651x800.gif);
}

/** Decorative division for bottom drop shadow. **/
div#contentDecorBottom{
	border: solid red 0px;
	/*background-image: url(images/dropback651x503.gif);*/
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 651px;
	height: 606px;
	margin-right: auto;
	margin-left: 128px;/*auto;*/
	margin-top: 0px;
	z-index: 1;
	background-image: url(images/dropback651x800.gif);
}

div#contentDecorBottomserv_en{
	border: solid red 0px;
	/*background-image: url(images/dropback651x503.gif);*/
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 651px;
	height: 506px;
	margin-right: auto;
	margin-left: 128px;/*auto;*/
	margin-top: 0px;
	z-index: 1;
	background-image: url(images/dropback651x800.gif);
}


div#contentDecorBottomserv_fr{
	border: solid red 0px;
	/*background-image: url(images/dropback651x503.gif);*/
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 651px;
	height: 506px;
	margin-right: auto;
	margin-left: 128px;/*auto;*/
	margin-top: 0px;
	z-index: 1;
	background-image: url(images/dropback651x800.gif);
}

div#contentDecorBottomcontact{
	border: solid red 0px;
	/*background-image: url(images/dropback651x503.gif);*/
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 651px;
	height:360px;
	margin-right: auto;
	margin-left: 128px;/*auto;*/
	margin-top: 0px;
	z-index: 1;
	background-image: url(images/dropback651x800.gif);
}

div#contentDecorBottommission_fr{
	border: solid red 0px;
	/*background-image: url(images/dropback651x503.gif);*/
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 651px;
	height:650px;
	margin-right: auto;
	margin-left: 128px;/*auto;*/
	margin-top: 0px;
	z-index: 1;
	background-image: url(images/dropback651x800.gif);
}


/** to move text Main Content Text Division: Elevated in 3D space (z-index:1) **/
div#contentElevated{
	position: relative;
	border: solid green 0px;
	background-color: #f0ffde;
	width: 90%; /*640px;*/
	height: 90%; /*590px;*/
	margin-left: -3px;
/*	margin-top: -605px;*/
	z-index: 2;
	/*float: left;
	display: inline;*/ /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/
	
}

/** Main Content Text Division: Holds the actual text, and is Elevated in 3D space (z-index: determined by containing div) **/
div#innerContent{
	position: relative;
	border: solid brown 0px;
	width:85%;
	height: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	color: #333333;
	padding-top: 30px;
	/*padding-left:12px;*/
	/*padding-right:10px;*/
	padding-bottom: 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/****************************************************
 * Menu Divisions
 *
 ****************************************************/

/** Menu decorative division **/
div#menuDecor{
	border: solid blue 0px;
	background-image: url("images/menudecor.png");
	width: 157px;
	height: 260px;
	margin-left: 747px;
	margin-top: -535px;
	z-index: 3; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#menuDecorserv_fr{
	border: solid blue 0px;
	background-image: url("images/menudecor.png");
	width: 157px;
	height: 260px;
	margin-left: 747px;
	margin-top:-435px;
	z-index: 3; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#menuDecorserv_en{
	border: solid blue 0px;
	background-image: url("images/menudecor.png");
	width: 157px;
	height: 260px;
	margin-left: 747px;
	margin-top:-435px;
	z-index: 3; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}
div#menuDecorcontact{
	border: solid blue 0px;
	background-image: url("images/menudecor.png");
	width: 157px;
	height: 260px;
	margin-left: 747px;
	margin-top: -289px;
	z-index: 3; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#menuDecormission_fr{
	border: solid blue 0px;
	background-image: url("images/menudecor.png");
	width: 157px;
	height: 260px;
	margin-left: 747px;
	margin-top: -579px;
	z-index: 3; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

/** Menu content division: Elevated in 3D space **/
div#menuContent{
	position: relative;
	border: solid indigo 0px;
	background: #D0FFA1; 
	width: 157px;
	/*height: 236px;*/
	height: 253px;
	margin-left: -5px;
	margin-top: -5px;
	
	z-index: 4;
}

/** Horizontal menu**/
div#horizontalMenu{
	clear: both;
	border: solid  #659931 1px;
	background: white;
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-top: 2px;
	border-left: 0px;
	border-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/**************************************************
 * Profile Picture Divisions
 *
 * ***********************************************/

/** Profile Picture Decorative division **/
div#profileDecor{
	border: solid violet 0px;
	background-image: url("images/profiledecor.png");
	width: 157px;
	height: 236px;
	margin-left: 3px;
	margin-top: -535px;
	z-index: 4; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#profileDecorserv_fr{
	border: solid violet 0px;
	background-image: url("images/profiledecor.png");
	width: 157px;
	height: 236px;
	margin-left: 3px;
	margin-top: -435px;
	z-index: 4; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#profileDecorserv_en{
	border: solid violet 0px;
	background-image: url("images/profiledecor.png");
	width: 157px;
	height: 236px;
	margin-left: 3px;
	margin-top: -435px;
	z-index: 4; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#profileDecorcontact{
	border: solid violet 0px;
	background-image: url("images/profiledecor.png");
	width: 157px;
	height: 236px;
	margin-left: 3px;
	margin-top: -289px;
	z-index: 4; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#profileDecormission_fr{
	border: solid violet 0px;
	background-image: url("images/profiledecor.png");
	width: 157px;
	height: 236px;
	margin-left: 3px;
	margin-top: -579px;
	z-index: 4; /** Cosmetic layering: not really necessary**/
	float: left;
	display: inline; /* IE fix for doubling margin bug when floating this div . This should be ignored by FF and other CSS-better compliant browsers*/	
}

div#profileContent{
	position: relative;
	border: solid pink 0px;
	/*background-image: url(images/profile_content/imgleslyforrester.gif);*/
	background-repeat: no-repeat;
	width: 157px;
	height: 236px;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 5;
}

/**************************
* Miscellaneous styles 
*
**************************/
/** Style for all links **/
a{
	display: block;
	
}

/** Specialised Style for the horizontal menu division 
div#horizontalMenu a{
	display: inline;
}**/

div#horizontalMenu a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
display: inline;
}


div#horizontalMenu a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#333333;
display: inline;
}

div#horizontalMenu a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#333333;
display: inline;
}

div#horizontalMenu a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#333333;
display: inline;}

/** Style for the line dividers between links on the horizontal menu**/
.linkDivider{
	color: #659931;
}

/** Style for the H3 header **/
h3{
	color: #659931;
	margin: 0px;
	font-size: 18px;
}
h4{
	color: #659931;
	margin: 0px;
	font-size: 14px;
}

/** Style for french link division **/
div#french{
	margin-top: -170px;
	margin-left: 820px;
	width: auto;
	z-index: 5;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	

}

/** Style for the anchor link in the french link division **/
div#french a{
	text-align: left;
	padding-right: 20px;
	font: Helvetica sans-serif;
	color: #333333;
}
/**table for images on home page**/

.td1{
	text-align:left;
	font-size: 11px;

}
.td2{
	text-align:center;
	font-size: 11px;
}
.td3{
	text-align:center;
	font-size: 11px;

}
.td4{
	text-align:center;
	font-size: 11px;

}
p {margin-top:0.97em;
margin-bottom:0.97em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	margin: 2px;
}
