/****************** Stylesheet ********************/

body {
background-image: url('../images/layout/bground.jpg');
background-repeat: repeat-x;
background-color: #656565;
text-align: left;
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 24px;
color: #353535;
}

.home-box {
margin: 0 auto;
padding: 15px;
height: 100px;
background: url(/images/home-box.jpg);
width: 780px;
}

p {
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 18px;
color: #353535;
}

b, strong {
font-weight: bold;
color: #b20002;
}

i, em {
color: #505050;}

a {color: #b20002;}
a:visited {#cccccc;}
a:hover {color: #666666;}

h1 {font-size: 18px; color: #b20002;}
h2 {font-size: 14px; color: #b20002;}

/**************** Layout Divs ********************/

#wrapper {
margin: 0 auto;
padding: 0px;
margin-top: 0px;
width: 852px;
background-color: #ffffff;
border: 1px #ffffff solid;
}

#header {
width: 852px;
height: 189px;
}

#navigation {
margin: 0 auto;
padding: 0px;
width: 852px;
height: 59px;
}

#content {
margin: 0 auto;
padding: 0px 15px 20px 15px;
margin-bottom: 30px;
}

#content li {
background:transparent url(/images/bp.jpg) no-repeat scroll left top;
list-style-type:none;
padding:0 0 0 20px;

#footer {
margin: 0 auto;
width: 852px;
height: 64px;
text-align: center;
}

.cat_dropdown_smaller, .form input, .webform input, input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
border:1px solid #909090;
}

ul {
color: #b20002;
}

li {
color: #353535;
}


