

/* **** Accessibility Hacks **** */
.skip-link { display: none; }
.clearer { clear: both; }
hr.hide { display: none; }


/* **** Main stuff **** */
body {
	margin: 0;
	padding:0;
	background: url("../_gfx/front1/body_bg.gif") repeat-y;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, verdana, sans-serif;
	font-size: 83%;
}
input, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, verdana, sans-serif;
	font-size: 100%;
}

/* **** Header **** */
#header {
	margin-top: 1ex;
	margin-bottom: 1em;
	height: 60px;
	background: #6E9DC2 url("../_gfx/front1/header_right.jpg") no-repeat top right;
}


/* **** Footer **** */
#footer {
/*	background: url("../_gfx/front1/footer_line-fade-no-shadow.png") repeat-x;*/
	border-top: 2px solid #6E9DC2;
	margin: 0 0px 0 160px;
	padding: 4px 10px 2px 3px;
	text-align: right;
	clear: both;
}
#footer #footer-about {
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
}
#footer #footer-valid {
	font-size: 80%;
	font-style: italic;
	float: none;
	text-align: right;
	margin: 0;
}


/* **** Main Menu **** */
#mainmenu {
/*	position: fixed; */
	float: left; /* this mess up IE to double the margin below?!?! */
	margin-left: 5px;
	width: 127px;
	background: url("../_gfx/front1/menu_top.jpg") no-repeat top;
	padding: 45px 0 0 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #mainmenu {
    margin-left: 10px;
}

#mainmenu ul {
	background: url("../_gfx/front1/menu_bottom.jpg") no-repeat bottom;
	margin: 0;
	padding: 0 0 52px 22px;
}

#mainmenu ul li {
	list-style-image: url("../_gfx/front1/menu_bullet.gif");
	margin:0;
}

#mainmenu a {
	display: block;
	color: #E8DCCC;
	text-decoration: none;
	width: 100%;
}
html>body #mainmenu a {
	width: auto;
}
#mainmenu a:hover {
	color: white;
}


/* **** Page **** */
#page {
	margin: 0 10px 1em 160px;
	color: #333;
}


/* **** Side Bar **** */
#sidebar {
	float: right;
	margin: 4em 0em 1em 1em;
	width: 13em;
	z-index: 5;
}


/* **** Info Box (page info etc) **** */
.infobox {
	margin: 1em 0em 1em 0em;
	background-color: #F0F5F9;
	border: 1px solid #B6CEE0;
}
.infobox a {
	color: #325978;
	text-decoration: none;
}
.infobox a:hover {
	color: #7D9CB5;
	text-decoration: underline;
}
.infobox .heading {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 3px;
	color: white;
	background: #5C82A0 url("../_gfx/front1/localmenu_title_bg.png") repeat-x center;
	border-width: 1px;
	border-style: solid;
	border-color: #8BA2B5 #3A5265 #55758E #96AEC1;
}
.infobox dl {
	padding: 0.5em 0.5em 0.0em 0.5em;
	margin: 0;
	background: url("../_gfx/front1/localmenu_body_bg.png") repeat-x top;
}
.infobox dt {
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}
.infobox dd {
	color: black;
	margin: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 95%;
}


.infob {
	margin: 1em 0em 1em 0em;
	padding: 1em;
	border: 1px solid #B6CEE0;
	background: url("../_gfx/front1/localmenu_body_bg.png") #F0F5F9 repeat-x top;
}
.infob dt {
	float: left;

}
.infob dd {
	padding-left: 3em;
}


/* **** Local Menu **** */
#localmenu {
	margin: 1em 0em 1em 0em;
	background-color: #F0F5F9;
	border: 1px solid #B6CEE0;
}
#localmenu ul.lm-1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#localmenu ul.lm-1 li {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
#localmenu ul.lm-1 li a {
	text-decoration: none;
	padding: 0 0 0 3px;
	color: white;
	display: block;
	background: #5C82A0 url("../_gfx/front1/localmenu_title_bg.png") repeat-x center;
	border-width: 1px;
	border-style: solid;
	border-color: #8BA2B5 #3A5265 #55758E #96AEC1;
	width: 100%;
	voice-family: "\"}\"";
    voice-family: inherit;
}
html>body #localmenu ul.lm-1 li a {
	width: auto;
}
#localmenu ul.lm-1 li a:hover {
	background: #5C82A0 url("../_gfx/front1/localmenu_title_bg.png") repeat-x bottom;
}
#localmenu ul.lm-2 {
	margin: 0;
	padding: 0;
	background: url("../_gfx/front1/localmenu_body_bg.png") repeat-x top;
}
#localmenu ul.lm-2 li {
	list-style: none;
	font-size: 12px;
}
#localmenu ul.lm-2 li a {
	display: block;
	padding: 3px 5px 1px 8px;
	color: #325978;
	background: transparent;
	border: 0;
}
#localmenu ul.lm-2 li a:visited {
/*	color: #783259; */
}

#localmenu ul.lm-2 li a:hover {
	background: #C2D6E5;
	color: #112E45;
}
#localmenu ul.lm-3 {
	margin: 0;
	padding: 0;
}
#localmenu ul.lm-3 li {
	list-style: none;
	font-weight: normal;
}
#localmenu ul.lm-3 li a {
	padding: 0px 5px 0px 18px;
}


/* **** Document formatting **** */
h1 {
	font-size: 180%;
	margin: 0 -10px 0 0;
	padding-left: 2px;
	background: url("../_gfx/front1/doc_title_underline-fade-no-shadow.png") repeat-x bottom;
	z-index: 1;
}

#maincontent h1 a,
#maincontent h1 a:visited,
#maincontent h1 a:hover,
#maincontent h1 a:visited:hover {
	background-color: transparent;
	text-decoration: none;
	color: #333;
}
h2, h3, h4, h5, h6 {
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

#maincontent p {
}

#maincontent a:link {
	color: #325978;
	text-decoration: none;
}
#maincontent a:visited {
	background: transparent;
	color: #783259;
	text-decoration: none;
}
#maincontent a:visited:hover {
	background: #F8F0F5;
	color: #45112E;
	text-decoration: underline;
}
#maincontent a:link:hover {
	background: #F0F5F8;
	color: #112E45;
	text-decoration: underline;
}


#maincontent a img {
	border: 1px solid #B6CEE0;
	padding: 5px;
}
#maincontent a:hover img {
	border: 1px solid #5C82A0;
	background: #F0F5F8;
}


#maincontent-body {
	margin: 1ex;
	width: 100%;
}
html>body #maincontent-body {
	width: auto;
}
#maincontent-body.with-sidebar {
}


/* **** Path **** */
#path {
	padding-left: 3px;
	font-size: 90%;
    color: #999;
}
#path ul {
	margin:  0;
	padding: 0;
	display: inline;
}
#path ul li {
	display: inline;
}
#path a:link,
#path a:visited,
#path a:link:hover {
    text-decoration: none;
    color: #666;
	background: transparent;
}
#path a:link:hover,
#path a:visited:hover {
    color: #999;
	background: transparent;
}



.filelist li {
	list-style: outside  url("../_gfx/icons-16/generic.png");
	padding-left: 0.5ex;
}
.filelist li.gif      { list-style-image: url("../_gfx/icons-16/gif.gif");      }
.filelist li.html     { list-style-image: url("../_gfx/icons-16/html.gif");     }
.filelist li.jpeg     { list-style-image: url("../_gfx/icons-16/jpeg.gif");     }
.filelist li.ms-excel { list-style-image: url("../_gfx/icons-16/ms-excel.gif"); }
.filelist li.ms-word  { list-style-image: url("../_gfx/icons-16/ms-word.gif");  }
.filelist li.pdf      { list-style-image: url("../_gfx/icons-16/pdf.png");      }
.filelist li.text     { list-style-image: url("../_gfx/icons-16/text.gif");     }
.filelist li.zip      { list-style-image: url("../_gfx/icons-16/zip.gif");      }



/* **** Misc **** */
img {
	border: 0;
}

/*html\:abbr, http://dean.edwards.name/my/abbr-cadabra.html */
abbr {
	cursor: help;
/*	font-size: 90%;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted; */
}
