/***************************************************
	GENERIC
*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

BODY {
	background: #ffffff;
	text-align: center;
	font: normal 0.8em/1.4em Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

A {
	color: #000000;
}

A:hover {
	color: #2d5d52;
	text-decoration: underline;
}

P {
	margin: 0 0 1em 0;
}

H1 {
	font-size: 160%;
	line-height: 110%;
	color: #0D2C49;
	margin: 0 0 0.5em 0;
}

H2 {
	font-size: 130%;
	color: #7D2420;
	margin: 0.5em 0 0.5em 0;
}

H3 {
	font-size: 110%;
	color: #8EB0CF;
	margin: 0.5em 0 0.5em 0;
}

TABLE {
font-size: 90%;
}
/***************************************************
	HEADER
*/

#header {
	position: relative;
	height: 90px;
	width: 770px;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#utility {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 90%;
}

/***************************************************
	CONTENT
*/

#content {
	width: 770px;
}

/***************************************************
	TOP NAVIGATION
*/

#topnavigation {
	white-space: nowrap;
}

#topnavigation  LI {
	display: inline;
	list-style-type: none;
}

#topnavigation LI.black a {
	background: url("../images/topnavigation-li-bg_black.gif") repeat-x;
	border-left: 5px solid #000000;
}

#topnavigation a {
	width: 130px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	padding: 0 0 0 5px;
	background: url("../images/topnavigation-li-bg.gif") repeat-x;
}

#topnavigation a:link, #topnavigation a:visited {
	color: #ffffff;
	background-color: #943D21;
	text-decoration: none;
	border-left: 5px solid #7D2420;
	font-size: 90%;
}

#topnavigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/***************************************************
	TOP IMAGE
*/

#top-image {
	margin: 5px 0 10px 0;
}


/***************************************************
	SIDE NAVIGATION
*/

#content #sidebar {
	float: left;
	width: 185px;
	overflow: hidden;
	margin: 0 20px 0 0;
}
/*
#navigation ul {
	list-style-type: none;
}


#navigation a {
	display: block;
	padding: 2px 10px;
	width: 162px;
	color: #ffffff;
	font-weight: bold;
	background: #0D2C49;
	text-decoration: none;
	border-left: 1px solid #0D2C49;
	border-bottom: 1px solid #CBD2DA;
	border-right: 1px solid #0D2C49;
	font-size: 90%;
}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul ul a {
	display: block;
	padding: 2px 2px 2px 15px;
	width: 165px;
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#navigation ul ul a:hover {
	color: #000000;
	text-decoration: underline;
}
*/

#navigation ul {
	list-style-type: none;
}

#navigation li {
	margin: 0; padding: 0;
	font-size: 90%; line-height: 16px;
	border-bottom: 1px solid #4d7e72;
	background: #2d5e52;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: white;
	font-weight: bold;
	padding: 3px 20px 3px 10px;
	text-decoration: none;
	display: block;
}

#navigation ul li a:hover {
	background: #003333;
}

#navigation ul ul li {
	font-size: 100%; line-height: 14px;
	border: none;
	background: white;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	color: black;
	text-transform: none;
	background: #efefef;
	padding: 2px 5px;
	text-decoration: none;
	border-bottom: 1px solid #2d5e52;
}

#navigation ul ul li a:hover {
	background: #cccccc;
}



#navigation a.special {
	width: 185px;
	height: 20px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 30px 1px 1px 0;
	padding: 0 0 0 5px;
	background: url("../images/leftmenu_button_red-bg.gif") repeat-x;
}

#navigation a.special:link,
#navigation a.special:visited {
	color: #ffffff;
	text-decoration: none;
	border-left: 5px solid #7D2420;
	font-size: 90%;
}

#navigation a.special:hover {
	color: #ffffff;
	text-decoration: underline;
}


/***************************************************
	CONTENT
*/

#content #main {
	float: left;
	width: 565px;
	overflow: hidden;
}


#content ul#breadcrumb {
	margin: 0 0 20px 0; padding: 0;
	list-style: none outside;
}

#content ul#breadcrumb li {
	display: inline;
	font-size: 80%;
	background: url(../images/bullet_blue.gif) center left no-repeat;
	padding: 0 5px 0 10px;
}

#content ul#breadcrumb li.first {font-weight: bold; padding: 0 5px 0 0;}

#content ul#breadcrumb li a:link, #content ul#breadcrumb li a:visited {
	text-decoration: none;
}

/***************************************************
	FOOTER
*/

#footer {
	clear: left;
	text-align: center;
	margin: 30px 0 0 0;
}

/****
	SEARCH
****/

.search #content FORM {
	text-align: left;
	padding: 5px;
	border: 1px solid #000;
	background: #f0f0f0;
}

.search #content FORM INPUT.text {
	float: none;
	margin: 0.5em;
	vertical-align: left;
	display: inline;
  	border: 1px solid black;
	background: white;
	width: 200px;
	padding: 2px 3px;
	
}

.search #content FORM INPUT.button {
	margin: 0.5em;
	vertical-align: left;
	display: inline;
	border: 1px solid #003333;
	color: white;
	 background: #2d5e52;
	 font-size: 90%;
	 font-weight: bold;
	 padding: 2px 5px;
}

.search .record_nav {
	text-align: center;
	position: relative;
	padding: 0.5em;
	background: #F1FffA;
	margin: 2em 0;
	font-size: 90%;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin: 6px 0 0 0;
}

.search .record_nav A.next {
	float: right;
	padding: 0.25em;
}

.search .record_nav A.prev {
	float: left;
	padding: 0.25em;	
}

.search OL.results {
	list-style: none;
}

.search OL.results LI {
	padding: 0.5em;
	margin: 0;
}

.search OL.results LI.dark {
}

/****
	SITE MAP
****/


#content #main .content OL, 
#content #main .content UL {
				margin: 0 2em 1em 2em;
				padding: 0 2em 1em 0em;
		}

#content #main .content UL {
		}

#content #main .content UL.bullet-disc {
		list-style:  disc;
		list-style-image: none;
		}

#content #main .content UL LI,
#content #main .content OL LI {
		line-height: 1.3em;
		margin: 0 0 0.4em 0;
		}
		
#content p {
	font-size: 100%;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}



#moduleid-sitemap ul {
	margin: 0 0 0 0; 
	padding: 0;
} 
#moduleid-sitemap ul li {
	font-size: 100%;
	line-height: 1.3em;
	margin: 1em 0 0em 0; padding: 0;
	font-weight: bold;
}

#moduleid-sitemap ul li.first {
	margin: 0;
}

#moduleid-sitemap ul li.last {
	margin: 0 0 1em 0;
}

#moduleid-sitemap ul li ul {
	margin: 0 0 0 2em; padding: 0;
}

#moduleid-sitemap ul li ul li {
	font-weight: normal;
}

#moduleid-sitemap a:link,
#moduleid-sitemap a:visited {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#moduleid-sitemap a:hover {
	background: #004c3f;
	color: white;
}
province_list{
	margin: 0;
}
.province_list LI{
	display:inline;
	
}
.branches{
	font-size:90%;
}
	
	