html, body {
	height: 100%;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #665;
	font-family: Georgia,serif;
	font-weight: normal;
	margin: 0.1em 0;
}
h6 { font-size: 1em; font-weight: bold; }
h5 { font-size: 1.1em; }
h4 { font-size: 1.2em; }
h3 { font-size: 1.3em; }
h2 { font-size: 1.5em; clear: both; }
h1 { font-size: 1.8em; }


/* Common Page layout styles */
body {
 background-color: #79a;
 background-repeat: no-repeat;
 background-position: 50% 0;
 margin: 0;
 color: #333;
 font-family: sans-serif;
}

a { text-decoration: none; }
a:link { color: #015ca9; background-color: transparent; }
a:visited { color: #28628c; background-color: transparent; }
a:active { color: #48b2ff; background-color: transparent; }
a:hover, a:focus { text-decoration: underline; }


#container {
 width: 980px;
 margin: 0 auto;
 background: white;
}

#mainBanner {
 height: 72px;
 background: white url(../images/banner-bg.png);
 position: relative;
 padding:20px 0 8px 28px;
}

	#mainBanner #banner-wordmark {
	 margin: 28px 0 0 28px;
	}

	#selectLinks {
	 font-family: Arial, sans-serif;
	 font-size: 0.8em;
	 position: absolute;
	 top: 1px;
	 right: 0;
	 line-height: 3em;
	 vertical-align: top;
	 font-size: 0.85em;
	}

		.selectLink {
			border-right: 1px solid #cfd1bc;
	 		padding: 0 1.3em;
		}

#topNavBar, #searchInNav {
	background: url(../images/topnav.png) repeat-x;
}
#topNavBar {
 background-color: #08c;
 height: 10px;
 line-height: 40px;
 font-size: 15px;
 color: white;
 position: relative;
 text-align: center;
 text-transform: uppercase;
 font-family: Georgia,serif;
 overflow: hidden;
}

	#topNavLinks li {
	 float: left;
	 height: 40px;	
	 padding: 0 28px;
	}
	
	#topNavLinks a {
	 color: white;
	 background: none;
	 display: block;
	}

	#topNavLinks #searchInNav input, #topNavLinks #searchInNav label { float: left; }
	#topNavLinks #searchInNav input { margin: 8px; }

	#topNavLinks #searchInNav {
	 background-color: #aa7;
	 color: white;
	 float: right;
	 padding: 0 8px 0 16px;
	}

	#searchInNav #gsa {
	 font-size: 0.85em;
	 opacity: 0.9;
	 padding: 2px;
	 width: 130px;
	}
	#searchInNav #gsa:focus { opacity: 1; }
	
#BAF {
 clear: both;
 background: white url(../images/footer-bg.png) no-repeat;
 padding-top: 70px;
 margin: 0 6px;
}

 #BAF h1 {
  position: absolute;
  left: -999em;
 }
 
 .footerLinkGroup a {
  color: #333;
  background: transparent;
  font-family: Verdana;
  font-size: 0.8em;
 }
 
 .footerNavTitle {
  padding-top: 50px;
  color: #69693c;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 1.35em;
  font-weight: normal;
  line-height: 2.5em;
 }

	.footerNavGovernment {
	 background-image: url(../images/footer-icon-man.png);
	}

	.footerNavServices {
	 background-image: url(../images/footer-icon-hand.png);
	}

	.footerNavLife {
	 background-image: url(../images/footer-icon-flower.png);
	}

	.footerNavInformed {
	 background-image: url(../images/footer-icon-document.png);
	}

	.footerNavContact {
	 background-image: url(../images/footer-icon-phone.png);
	}

	.footerNavConnect {
	 background-image: url(../images/footer-icon-bird.png);
	}

 
 .footerLinkGroup {
  width: 130px;
  float: left;
  text-align: left;
  margin: 0 0 0 30px;
 }
 
 .footerNotices {
  display: block;
  clear: both;
  text-align: center;
  padding: 0.5em 0 3em 0;
  font-size: 0.8em;
  word-spacing: 0.4em;
 }

.bonjourLink {
	clear: both;
	display: block;
	font-size: 9px;
	letter-spacing: 1px;
	margin: auto;
	padding-bottom: 1em;
	text-align: center;
	width: 99px;
}
	.bonjourLogo {
		display: block;
		margin: 4px auto;
	}
	.bonjourFrancais, .bonjourEnglish {
		color: #c00;
	}


.contentHeadline {
	margin-bottom: 0.5em;
}

p {
	margin: 0.5em 0;
	padding: 2px 0;
}

#lowerBanner {
	background: url(../images/lowerbannerflag.png) top right no-repeat;
	height: 110px;
	overflow: hidden;
	width: auto;
	position: relative;
}

#breadcrumbs, #deptId {
	background: url(../images/lowerbanner.png) no-repeat;
	height: 110px;
	overflow: hidden;
	position: absolute;
}

#deptId {
	background-position: right;
	width: 400px;
	right: 0;
}

#deptId a {
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin: 1em 1em 0 0;
	text-align: right;
	text-shadow: 0 0 8px #fff;
}

#breadcrumbs {
	color: #666;
	font-size: 12px;
	width: 580px;
}
.breadcrumbs {
	margin: 1em 0 0 1em;
}
#ic-certification-whycertifyPage .breadcrumbs {
	margin-right: 3em;
}

.breadcrumb, .breadcrumbhere {
	height: 1.3em;
	overflow: hidden;
	padding-left:2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 33%;
	-moz-transition-property: max-width;
	-moz-transition-duration: 1s;
	-webkit-transition-property: max-width;
	-webkit-transition-duration: 1s;
}
.breadcrumbhere {
	color: #333;
}
.breadcrumb, .breadcrumbhere, .crumb {
	float: left;
	margin: 0 0.2em;
}
.crumb {
	margin-bottom: 2px;
}
a.breadcrumb:link, .breadcrumb:visited, .breadcrumbhere {
}
a.breadcrumb:focus, a.breadcrumb:hover, .breadcrumbhere {
	max-width: 100%;
	width: auto;
}

#sideNav {
	background: url(../images/leftcol-bg.png) no-repeat;
	float: left;
	position: relative;
	top: -60px;
	padding-top: 60px;
	width: 220px;
	height: auto !important;
	height: 528px;
	min-height: 528px;
}
#sideNav h3 {
	font-weight: normal;
	margin: 0;
}
#navigation h3 a {
	border-color: #7bd;
	border-style: solid;
	border-width: 1px 0 0 0;
	color: #369;
	display: block;
	font-family: "Georgia", serif;
	font-size: 16px;
	margin: 0 16px;
	padding: 8px 0;
}
#navigation h3:first-of-type a { border-top: 0; }

#sideNav h2, #sideNav ul {
	display: none;
	font-size: 0.9em;
	margin: 4px 4px 8px 16px;
	padding-left: 16px;
}

#sideNav ul ul {
	margin-left: 0;
}

#sideNav ul li {
	list-style-image: url(../images/trianglebullet.png);
	margin-bottom: 4px;
}

#sideNav li a {
	color: #47a;
}

#rightcol {
	background: url(../images/rightcol-bg.png) no-repeat;
	float: right;
	position: relative;
	top: -28px;
	padding-top: 39px;
	width: 219px;
	height: auto !important;
	height: 460px;
	min-height: 460px;
}

#main {
	float: left;
	width: 940px;
	margin: 0 14px;
}
#contentContainer.withSide #main {
	width: 512px;
}

#main ul, #main ol {
	margin: 0 0 1em;
}

#HeadlineContent {
	margin-bottom: 1em;
	position: relative;
}

#HeadlineContent #LanguageLinks {
	font-size: x-small;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -32px;
	text-align: right;
}

.currentLang, .altLang {
	display: inline;
	padding: 2px 1em;
}
.currentLang {
	background: #eee;
	border-radius: 1em;
	color: #777;
}

#HeadlineContent h1 {
	display: inline;
}

.footerNotices { padding-top: 1.5em; }

.caught-exception {
	background: #eee;
	border: 3px solid #900;
	box-shadow: 3px 3px 9px #999;
	color: #311;
	margin: 1em auto;
	padding: 0;
	width: 90%;
}

.caught-exception strong {
	background: #900;
	color: #eee;
	display: block;
	font: bold 12px sans-serif;
	padding: 0.3em;
}
.caught-exception p {
	font: normal 10px "Monaco" "fixedsys" monospace;
	padding: 0.3em;
}

::-moz-selection { background: #789; }
::selection { background:#789; }

@media print {
#topNavBar, #sideNav, #BAF {
	display: none;
}
}

.button {
    padding: 5px 10px;
    display: inline;
    background: #777;
    border: 1px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.orange { background-color: #eda05b; }
.button.blue { background-color: #448ec8; }
/*.textbox { border: 1px solid; }*/
.textbox { }

.PageTitle {
	color : #003366;
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : normal; 
  HEIGHT: 18pt
}
.FormLabel {
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.PageDescription {
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-SIZE: 10pt; 
   COLOR: #003366;
   HEIGHT: 16pt; 
   BACKGROUND-COLOR: white
}
a.NormalLink {	
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-SIZE: 10pt; 
   COLOR: black; 
   FONT-WEIGHT: bold; 
   text-decoration: none }
a.NormalLink:active  {color: black; FONT-SIZE: 10pt; }
a.NormalLink:visited {color: black; FONT-SIZE: 10pt; }
a.NormalLink:hover   {color: red;  FONT-SIZE: 10pt; }
a.redlink:link {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
a.redlink:visited {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
a.redlink:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
a.redlink:active {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
a.bluelink:link{ color: #015ca9; font-size: 12pt; text-decoration: none;}
a.bluelink:visited{ color: #015ca9; font-size: 12pt; text-decoration: none; }
a.bluelink:hover{ color: #015ca9; font-size: 12pt; text-decoration: none; }
a.bluelink:active{ color: #015ca9; font-size: 12pt; text-decoration: none; }

.GridMessage  
{
   text-align: left;
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-SIZE: 9pt; 
   COLOR: red; 
   HEIGHT: 14pt
}
.GridHeader { 
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-WEIGHT: bold; 
   FONT-SIZE: 8pt; 
   COLOR: Black; 
   HEIGHT: 14pt; 
   BACKGROUND-COLOR: lightsteelblue 
}
.GridItem1 { 
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-SIZE: 8pt; 
   HEIGHT: 14pt; 
   BACKGROUND-COLOR: palegoldenrod
}
.GridItem2 { 
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-SIZE: 8pt; 
   HEIGHT: 14pt; 
   BACKGROUND-COLOR: beige
}
.GridPager { 
   FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-WEIGHT: bold; 
   FONT-SIZE: 8pt; 
   TEXT-ALIGN: left
}
.selectbox {
   /*border: 1px solid*/
}