html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}




body {
/*	font: 0.84em/1.333 Calibri, "Lucida Grande", Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font: 62.5%/1.5 Calibri, "Lucida Grande", Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FAFAFA;;
	}
a:link {
	color: #339;
	}
a:visited {
	color: #848;
	}
strong { font-weight: bold }
em { font-style: italic }

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

h2 {

	}

h3 {
	font-size: 2em;
	color: #F48000;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3em;
	line-height: 1;

	}
h4 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	font-weight: bold;
	}
h5 {
	font-weight: bold;
	}
p {
	margin-bottom: 1em;
	}
abbr {
	border-bottom: 1px dotted;
	}

.section {
	font-size: 1.4em;
	border-left: 2px solid #F48000;
}

.section ul,
.section ol {
	margin: 1em 0;
	padding-left: 2.5em;
	list-style: square;
	}

.section ul ul {
	list-style: none;
	padding-left: 1em;
	}

.section .localnav {
	float: right;
}

.section .localnav ul {
	margin-top: 0;
	color: #F48000;
}

.section .localnav ul a {
	color: #4F495C;
	text-decoration: none;
}

.section .localnav ul a:hover {
	text-decoration: underline;
}


#header {
	background: #4F495C url(i/grad1.png) repeat-x;
	border-bottom: 6px solid #F48000;
	padding-top: 4em;
	padding-bottom: 1em;
	margin-bottom: 4em;
}

#header div {
  /* height: 1%; */
}

#header div:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header div,
#content,
#footer {
	margin: 0 auto;
	width: 96%;
	max-width: 100em;
}

h1,
h3 {
	width: 28%;
	margin-right: 2%;
	min-width: 5em;
	float: left;
}

#header ul,
.section {
	width: 67%;
	padding-left: 2%;
	float: right;
}



#logo {
	width: 155px;
	height: 28px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	font-size: 1.5em;
}

#logo b {
	background: url(i/valex-logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	cursor: pointer; /* fix for IE */
}

h1 span { display: none }


#slogan {
	color: #F48000;
	font-weight: bold;
	font-style: italic;
	float: right;
	white-space: nowrap;
	}

#header ul {
	margin-top: 28px;
}

#header li {
	float: left;
	margin-right: 2em;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	color: #AAA;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#header a:hover,
#topics a:hover {
	text-decoration: underline;
}

h2 {
	position: relative;
}

h2 b {
	display: block;
	position: absolute;
	top: 1.8em;
	width: 29px;
	height: 35px;
	background: url(i/corner.gif) no-repeat;
}

#topics {
	float: left;
	margin-right: 2%;
	min-width: 5em;
	width: 28%;
	clear: left;
	text-align: right;
	font-size: 1.6em;
	line-height: 1;
}

#topics li {
	margin-bottom: 1em;
}

#topics a {
	color: #4F495C;
	text-decoration: none;
}


#content {
	overflow: hidden;
}

#footer {
	clear: both;
	margin-top: 2em;
}

#copyright {
	margin-left: 33%;
	color: #999;
}


.pdf a, a.pdf {
	padding-left: 20px;
	background-image: url(i/i_pdf.gif);
	background-repeat: no-repeat;
}

.tgz a, a.tgz {
	padding-left: 20px;
	background-image: url(i/i_tgz.gif);
	background-repeat: no-repeat;
}

.ppt a, a.ppt {
	padding-left: 20px;
	background-image: url(i/i_ppt.gif);
	background-repeat: no-repeat;
}

.pps a, a.pps {
	padding-left: 20px;
	background-image: url(i/i_pps.gif);
	background-repeat: no-repeat;
}

.doc a, a.doc {
	padding-left: 20px;
	background-image: url(i/i_doc.gif);
	background-repeat: no-repeat;
}

.xls a, a.xls {
	padding-left: 20px;
	background-image: url(i/i_xls.gif);
	background-repeat: no-repeat;
}

.zip a, a.zip {
	padding-left: 20px;
	background-image: url(i/i_zip.gif);
	background-repeat: no-repeat;
}

.rar a, a.rar {
	padding-left: 20px;
	background-image: url(i/i-rar.gif);
	background-repeat: no-repeat;
}

img.left {
	float: left;
	margin-right: 1em;
}

img.right {
	float: right;
	margin-left: 1em;
}

a.pic:hover img {
	outline: 1px solid #339;
}
