/* commented backslash hack v2 \*/ 


html, body{height:100%;} 
/* end hack */ 
html,body {
	margin: 0;
	padding: 0;
}

body, table, div {
	font:11px/18px normal Arial, Helvetica, sans-serif;
}


body {		
	text-align: center;
	background-color: #fff;
}
	
#container {
	margin-left:auto;
	margin-right:auto;
	width: 700px; 
	min-height:100%;
	text-align: left;
	position:relative;
}

#mainwrapper {
	width:700px;
	margin-top:10px;
	background:#f2f2f2;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:702px;w\idth:700px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#mainheader {
	position:absolute;
	left:0;top:0;
	height: 0px;
	width:700px;
	z-index:1;
}

#header {
	height: 85px;
	width:700px;
	margin: 0px;
	position:relative;
	z-index:2;
	overflow:hidden;
	background:#fff;
}

* html #mainheader {height:87px;he\ight:86px}
* html #header {height:87px;he\ight:87px}

#menu {
	background:#fff;
	border-bottom:3px solid #fff;
}

#topnav {
	height: 20px;
	padding:7px 4px 4px 0px;
}
* html #topnav{height:22px;he\ight:20px}
		
#sidebar {
	float: left;
	width: 185px;
	padding:0 ;
}
#content {
	float:right;
	width: 510px;
}

#maincontent {
	padding:10px 20px 10px 0;
	text-align:justify;
}

#footer	{
	position:absolute;
	bottom:0;
	width:700px;
	background-color: #fff;
	text-align:center;
}
#footer p {margin:0;padding:0}

* html #footer {height:25px;he\ight:24px;}

#clearfooter {height:27px;width:100%;clear:both}



/*	SEARCH BOX	*/
#searchbox {
	position:absolute;
	top:30px;
	right:0;
}

#saj {
	position: absolute;
	top:4px;
	right:4px;
}

/* navigation */

#navcontainer { width: 150px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font: 11px/15px normal Arial, Helvetica, sans-serif;
}

#navcontainer li { margin:0; padding:0; list-style-image:none; }

#navcontainer a
{
display: block;
padding: 7px 3px 5px 13px;
width: 150px;
border-right:4px solid #fff;
color:#555;
/*border-bottom: 1px solid #eee;*/
}

#navcontainer a:link, #navlist a:visited
{
color: #555;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fefefe;
color: #555;
}

/*#navcontainer .current a, #navcontainer .current a:hover, #navcontainer .current a:visited, #navcontainer .current a:link { background:#b30100; color:white; font-weight:bold;}*/
#navcontainer .current a, #navcontainer .current a:hover, #navcontainer .current a:visited, #navcontainer .current a:link { 
	background:#fff; color:#B30000; font-weight:bold; border-left:4px solid #b30000; width:146px;
}

#navcontainer .currentsub a { background:#b30000; color:#fff;  }

#navcontainer .currentsub a:hover {  color:#fff; background:#b30000; }

/*  navigation end */

#myprovinces {
	background:#555;
	padding:10px;
}

.myprovinceslist {
}
.myprovinceslist a {
	color:white;
	text-decoration:none;
}

/* HEADINGS */
h1 {
	font-size: 20px;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	line-height: 22px;
	margin: 0 0 0.5em 0;
	padding: 0;
	color:#008F00;
}
h2 {
	font-size: 15px;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding:0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
/* END HEADINGS */

.accessibility {
	display:block;
	background:#555;
	width:150px;
	padding:8px 3px 8px 13px;
	color:#fff;
	border-right:4px solid #fff;
}

#provinces {
	background:#fff;
	border-top:5px solid #fff;
}

/* LINKS */
a {
	color:#555;
	text-decoration:none;
}

.subfooterlinks, .subfooterlinks a {
	color:#aaa;
	text-decoration:none;
}

#maincontent a {
	color:#b30000;
	text-decoration:none;
}

#maincontent a:hover {
	text-decoration:none;
}
/*  END LINKS */

#provinces {
}

#provinces ul {
	list-style-image:url(../../images/arrow_green.jpg);
	margin:0px;
	padding:16px;
}
