/* CSS Document */


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,
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;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
vertical-align: baseline;
}



h1 {
text-indent:-9999px;
font-size:140%;
color:#B21E1E;
}
h2 {
font-size:120%;
color:#B21E1E;
margin:10px 0;
}
h3 {
font-size:120%;
color:#fff;
margin:10px 0;
}
p {
margin:20px 0;
font-size:80%
}
em {
font-weight:bold;
color:#000;
}
a:link, a:visited {
color:#B21E1E;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#header {
background:#fff url(../images/logo.jpg) no-repeat top center;
height:178px;
width:960px;
margin:0 auto;
}
#nav {
background:#B21E1E;
border:solid #B21E1E;
border-width:6px 0;
}
#nav ul
{
padding: 0.7em 0;
margin: 0;
list-style-type: none;
width: 100%;
text-align: center;
font-size:80%;

}
#nav ul li { 
display: inline; 
}
#nav ul li a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFF;
padding:0.7em 1.5em;
font-weight:bold;
}
#nav ul li a:hover, #nav ul li a#current
{
background:#fff;
color:#000;
}
#wrapper {
margin: 0 auto;
padding:20px;
height:100%;
max-width:1280px;
}
#contentleft {
float:left;
width:60%;
height:100%;


}
#contentleft ul {
list-style-image:url(../images/bullet.png);

margin:0px 40px 10px 40px;
}
#contentleft ul li {
font-size:80%;
padding:5px 0;
}
#contentright {
float:right;
width:40%;
text-align:left;


}

.form {
float:right;
padding:0 20px 20px 20px;
border:#fff double 5px;
background:#B21E1E;
margin:0 0 20px 0;
width:80%;
}
#footer {
clear:both;

height:150px;
padding-left:20px;
background:#fff url(../images/footer.jpg) repeat-x top left;
}
#footer img {
float:right;
}
.inputNormal, .inputError {
color:#000;
padding:2px;
width:135px;
}
.inputNormal {
border:1px #000 solid;
background:#fff;

}
.inputError {
border:1px #000 solid;
background:#FFFF99;

}
.innerError {
background:#fff;
padding: 5px;
font-size:80%;
color:#B21E1E;
text-align:left;
border:#B21E1E 5px double;
margin:0 0 20px 0;
}
.inputError {
border:1px #000 solid;
background:#FFFF99;
color:#000;
}
#errorsDiv ul {
margin:10px 0;
padding:0px;
}
#errorsDiv ul li {
margin:0px 10px 0 30px;
padding:0;
list-style-image:url(../images/invalid.gif);
}
select {
border:#000 solid 1px;
font:100% Verdana, Arial, Helvetica, sans-serif;
padding:2px 5px;
background:#fff;
color:#000;
margin:2px 0px 0 0;
width:141px;
}
form {
padding:10px 0 0 0;
}
form p {
clear:left;
padding: 2px 10px;
margin:0 0 0 0px;
color:#fff;
text-align:right;
}
.newsletterp {
padding:2px 60px;
}

form p label {

float:left;
width:48%;
color:#fff;
font-size:90%;
padding:2px 0 0 0;
margin:3px 10px 0 0px;
text-align:left;
}
.newsletterp label {
width:40%;
}
#required {
margin-bottom:10px;
text-align:left;
}
.alignright {
text-align:right;
margin:20px 0 0 0;
}

.button, .buttonhov {
border:none;
width:120px;
height:40px;
color:#fff;
font-weight:bold;
}
.button {
background:url(../images/button.jpg) no-repeat top left;
color:#fff;
}
.buttonhov {
background:url(../images/buttonhov.jpg) no-repeat top left;
color:#000;
}
.tooltip {
text-decoration:none;
color:#B21E1E;
}
a:hover.tooltip {
text-decoration:none;
}
.smallheading {
font-size:60%;
}
#footer p {
font-size:60%;
position:relative;
top:130px;
margin:0;

}