/* Standard CSS tags (C)2009 Luke Small www.LukeSmall.com */
body {behavior: url("assets/js/hover.htc");}

a.skip-to-content {display:none;}

h1, h2, h3, h4, h5, h6 {font-weight:bold; line-height:130%;}
h1 {font-size:3.0em;}
h2 {font-size:2.6em;}
h3 {font-size:2.2em;}
h4 {font-size:2.0em;}
h5 {font-size:1.8em;}
h6 {font-size:1.6em;}

p {font-size:1.4em; line-height:165%; margin-bottom:1em; text-align:justify;}

a {color:#FFF; text-decoration:underline;}
a:hover, a:visited:hover {color:#999; text-decoration:none; background:#000;}

strong {font-weight:bold;}
em {font-style:italic;}
u {text-decoration:underline;}

blockquote {font-size:1.3em; line-height:140%; margin:2em 4em; text-align:justify; font-style:italic;}

dl {}
dt {font-size:1.4em; line-height:200%; font-weight:bold;}
dd {font-size:1.2em; line-height:160%; margin-left:1.2em;}

table {border:#fff 0.1em solid;}
caption {font-size:1.4em; line-height:160%; font-weight:bold;}
th {font-size:1.6em; line-height:normal; padding:0.5em; font-weight:bold;}
td {font-size:1.4em; line-height:normal; padding:0.5em;}

form {}
fieldset {padding:0.5em; border:#000 0.1em solid;}
legend {font-size:1.4em; line-height:160%; font-weight:bold;}
form fieldset div {margin-bottom:2em; clear:both; overflow:auto; height:auto;}
label {font-size:1.2em; line-height:160%;}
label.text {width:18em; float:left; text-align:right; margin-right:0.5em;}
input.text {width:18em; float:left;}
input.button {background:#000; color:#FFF; padding:0.5em; border:#666 solid 0.1em; cursor:pointer;}
textarea.text {width:18em; float:left;}
label.radio {margin:0em 0.5em 0em 0.3em;}
label.error {color:#F00; margin-left:1em;}
label.needed {font-weight:bold;}

div.errors{ color:#F00; font-size:120%; line-height:130%;}
#EmailForm .invalidValue{ background: #FFDFDF; border:1px solid #F00; }
#EmailForm .requiredValue{ background: #FFFFDF; border:1px solid #F00; }

ul {list-style:disc; margin-left:1.5em; margin-bottom:1.5em;}
ul li {font-size:1.2em; line-height:160%; margin-left:1.5em;}
ol {list-style:decimal; margin-left:1.5em; margin-bottom:1.5em;}
ol li {font-size:1.2em; line-height:160%; margin-left:1.5em;}
