body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(/images/shadow.gif);
 	background-repeat: repeat-y;
 	background-position: center;
	/*code to center in IE5.x*/
	text-align:center;
}

a:link { color:#0000ff;}
a:visited { color:#990099;}
a:hover { color:#6699ff;}
a:active { color:#009933;}

h1 { padding: 0; margin: 0 0 .5em 0; font-size: 1.5em; color: #000; background: transparent; }
h2 { padding: 0; margin: 0; font-size: 1.3em; color: #000; background: transparent;}
h3 { padding: 0; margin: 0; font-size: 1em; color: #000; background: transparent;}

.hide { display: none; }

a img {border:none;}

#container {
 text-align: left;
 width: 750px;
 margin-left: auto;
 margin-right: auto; 
  /*code to center in IE5.x*/
	text-align:left;
}

#header {
 text-align: left;
 border: black solid;
 border-width: 0 0 1px 0;
 padding: 0 0 0.5em 0;
 margin: 0 0 1em 0;
 clear: right;
}

		#breadcrumbs {
	 width: 542px;
	 font-family:arial,helvetica,sans-serif;
	 font-size: .85em;
	 padding: 0 0 1em 0;
	 position: relative;
	 top: -30px;
	 left: 208px;
	 margin-bottom: -30px;
	}
	
	#search {
	 width: 450px;
	 position: relative;
	 left: 208px;
	 text-align: left;
	}

#sidenav {
 width: 186px;
 padding: 0 0 10px 0;
 margin: 0;
 float: left;
 text-align: left;
 position:relative;
 top: 0;
 left: 0;
 z-index: 10;
 clear: both;
}

	#sidenav ul {
	 background-color: #eaeff4;
	 margin: 0;
	 padding: 0 0 1em 0;
	}
	
	#sidenav li {
	 font-size: 1em;
	 margin: 0;
	 padding: 0 10px;
	 list-style-type: none;
	}
	
	#sidenav li.current {
	 background: #ffc;
	 color: #000;
	 padding: 1em 10px 0 10px;		 margin: 0 0 1em 0;
		 font-weight: bold;
		 position: relative;
	}

		#sidenav li.current ul.second li {
		 font-weight: normal;
		 margin: 0 0 0 15px;
		 font-size: .95em;
		}
		
		#sidenav li.current ul.second li.secondcurrent {
		 font-weight: normal;
		 padding: 0 10px 0 10px; 
		}

#content {
 text-align: left;
 width: 530px;
 float: left;
 margin: 0 0 0 10px;
}


#footer {
 background: url('http://www.gov.ns.ca/images/footer/colourbars.gif') no-repeat top left;
 margin-top: 1em;
 padding: 30px 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: .85em;
 text-align: left;
 width: 750px;
 float: left;
 clear: both;
}

.clear {
 clear: both;
}
form { display: inline; margin: 0; padding: 0; }




/**********French Red arrows UL code**************/

ul, ol, dl {
              position: relative;  }

.arrows ul, .arrows li{
	margin:0;
	list-style-type:none;
	
	}
	
.arrows li{
background:url('http://www.gov.ns.ca/snsmr/images/fr/arrow_fr.gif') left top no-repeat;
padding-left:8px;


}


/***********French/English toggle*********/
	
#language_choice{
 	
	font-size: 95%;
	width:50px;
	float:right;
 }

 
 #language_choice a{text-decoration:none;}
 
 #language_choice a:hover{text-decoration:underline;}
 
 /***********SNSMR blue French button*********/
  
 .fr-button a{ background: #BAD2F6;

	color: #000;

	border: 1px solid #333333;

	padding: 0 1px 0 1px;

	text-decoration: none;

	font-size: 85%;
	

	}


.fr-button a:hover {color: #000;

	background-color: #C8F4C1;

	border: 1px solid #000;

	}

.fr-button a:visited {color: #000;}

.disclaimer {font-size: 85%;}

#left{
		text-align: left;
		float:left;
		width: 50%;
		}

#right{
		text-align: left;
		float:right;
		width: 50%;
		}

.tabs a{text-decoration:none;}
.tabs a:hover{text-decoration:underline;}

/*Online Services tabs - CB*/

#tabs {
	
	margin : 0 0;
	padding-bottom : 19px;
	padding-left : 5px;
	
	
}

#tabs ul, #tabs li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
}

	
#tabs a:link, #tabs a:visited	{
	background : #efefef;
	border : 1px solid #ccc;
	border-bottom:none;
	color : #0000ff;
	float : left;
	font-size : 100%;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 5px 2px 5px;
	text-decoration : none;
}

#tabs a:link.active, #tabs a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#tabs a:hover	{
	color : #6699ff;
	text-decoration : underline;
}

	
body.home #tabs li#nav-1 a{
	background : #336699 ;
	color : #fff;
}
	
body.citizen #tabs li#nav-2 a{
	background : #e28725;
	color : #fff;
}
body.business #tabs li#nav-3 a{
background : #791ca0;
	color : #fff;
	}
body.municipal #tabs li#nav-4 a{
	background : #6699CC;
	color : #fff;
}

body.government #tabs li#nav-5 a {
	background : #bd2432;
	color : #fff;
}

body.french #tabs li#nav-6 a {
	background : #035c03;
	color : #fff;
}

body.home #tabs li#nav-1 a:hover, 
body.citizen #tabs li#nav-2 a:hover,
body.business #tabs li#nav-3 a:hover,
body.municipal #tabs li#nav-4 a:hover,
body.government #tabs li#nav-5 a:hover,
body.french #tabs li#nav-6 a:hover {
	text-decoration:none;
	color:#fff;
}

body.home #tab_contents {border : 1px solid #336699;}
body.citizen #tab_contents {border : 1px solid #e28725;}
body.business #tab_contents {border : 1px solid #791ca0;}
body.municipal #tab_contents {border : 1px solid #6699CC;}
body.government #tab_contents {border : 1px solid #bd2432;}
body.french #tab_contents {border : 1px solid #035c03;}

#tab_contents {
	background : #fff;
	border : 1px solid #ccc;
	float:right;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 8px;
	width:515px;
	
}

	#tab_contents #title{
	text-align: center;
	border-bottom: #666 1px solid;
	margin: 5px 0;
	padding-bottom: 5px;}
	
	#tab_contents #left{
		text-align: left;
		float:left;
		width: 48%;
		
		
		}

	#tab_contents #right{
		text-align: left;
		float:right;
		width: 48%;
	
		
		}
		
.category{font-size:120%; padding: .3em; border-bottom:#666666 1px solid;}
.category a{color: #000000; text-decoration:none;}
.category a:visited{color: #000; text-decoration:none}
.category a:hover{color: #6699ff; text-decoration:none}

/** french services box**/

.fr-services {background: transparent; width:100%; margin:0 auto; }
.fr-services p {margin:0 10px; padding-bottom:0.5em;}
.fr-services ul{margin-bottom: 0; padding-bottom:1em;}
.fr-services .top, .fr-services .bottom {display:block; background:transparent; font-size:1px;}
.fr-services .b1, .fr-services .b2, .fr-services .b3, .fr-services .b4, .fr-services .b1b, .fr-services .b2b, .fr-services .b3b, .fr-services .b4b {display:block; overflow:hidden;}
.fr-services .b1, .fr-services .b2, .fr-services .b3, .fr-services .b1b, .fr-services .b2b, .fr-services .b3b {height:1px;}
.fr-services .b2 {background:#eaeff4; border-left:1px solid #ddd; border-right:1px solid #eee;}
.fr-services .b3 {background:#eaeff4; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.fr-services .b4 {background:#eaeff4; border-left:1px solid #ddd; border-right:1px solid #aaa;}
.fr-services .b4b {background:#eaeff4; border-left:1px solid #eee; border-right:1px solid #999;}
.fr-services .b3b {background:#eaeff4; border-left:1px solid #ddd; border-right:1px solid #999;}
.fr-services .b2b {background:#eaeff4; border-left:1px solid #aaa; border-right:1px solid #999;}
.fr-services .b1 {margin:0 5px; background:#ddd;}
.fr-services .b2, .fr-services .b2b {margin:0 3px; border-width:0 2px;}
.fr-services .b3, .fr-services .b3b {margin:0 2px;}
.fr-services .b4, .fr-services .b4b {height:2px; margin:0 1px;}
.fr-services .b1b {margin:0 5px; background:#999;}
.fr-services .boxcontent {display:block;  background:#eaeff4; border-left:1px solid #ddd; border-right:1px solid #999;}

	
#renseignements {
	width:100%;
	
	clear:both; 
	padding-top: 5px;}

#sidenav #LifeEvents {
		 background: #ffc;
		 color: #000;
		 padding: 1em 10px 0 10px; 
		 margin: 0 0 1em 0;
		 font-weight: normal;
		 position: relative;
		}
		
		#LifeEvents a {
		 text-decoration: underline;
		 background-color: transparent;

		}
