/* ABC RV P&A Primary Stylesheet */

body, html {
margin: 0;
padding: 0;
}

body {
background-color: #680505;
background-image: url(../images/bg.gif);
background-repeat: repeat;
background-position: top left;

font-family: Trebuchet, Tahoma, Arial, sans-serif;
font-size: 10pt;
color: #000;
}

a {
color: #0033CC;
}

a:visited {
color: #555;
}

a:hover, a:active {
color: #ee0000;
}

p {
padding: .25em;
margin: 0;
}

h1, h2 {
font-size: 1.5em;
color: #550000;
margin: 0 0 .25em 0;
padding: 0;
}

h2 {
color: #000;
font-size: 1.25em;
margin-top: .5em;
}

h3 {
color: #550000;
font-size: 1em;
margin: .5em 0 0 0;
text-decoration: underline
}

em {
font-style: normal;
font-weight: bold;
}

#wrapper {
margin: 0 auto;
background-color: #FFFFFF;
width: 790px;
border: 2px solid #000;
border-top: none;
}

#header {
height: 90px;
padding: 0;
margin: 0;

background-image: url('../images/top_right.jpg');
background-repeat: no-repeat;
background-position: top right;
}


#header a, #header img {
border: none;
margin: 0;
padding: 0;
}

#menu, #footer {
margin: 0;
padding: 0;
height: 30px;
background-color: #370303;
background-image: url('../images/menu_grd.gif');
background-repeat: repeat-x;
background-position: top left;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
color: #fff;
}

#menu ul {
list-style: none;
margin: 0;
padding: 6px;
height: 18px;
}

#menu li {
display: inline;
margin: 0 10px 0 10px;
padding: 0 0 0 0;
}

#menu a, #menu a:visited, #menu a:active {
width: 100%;
height: 100%;
color: #f5f5f5;
text-decoration: none;
font-weight: bold;
padding: 4px;
}

#menu a:hover {
text-decoration: underline;
}

#menu #here a {
padding: 3px;

border-top: 1px solid #000;
border-left: 1px solid #000;

border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#content {
padding: 10px;
}


#footer {
clear: both;
padding: 2px;
margin: 0;
border: none;
border-top: 1px solid #000;
font-size: .75em;
height: 20px;
}

#footer a {
color: #fff;
}

#content img {
border: 1px solid #000;
margin: 1em;
}

.home-body {
background-image: url('../images/front_page.jpg');
background-repeat: no-repeat;
background-position: top right;
}

#small {
font-size: .75em;
}