/* CSS Document */

a img { border: none; }
a { 
color: #790000;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #9d0a0e;
}
#sign_in_bar a { 
color: #fc9;
text-transform: uppercase;
font-size: 0.8em;
}
body {
background: #464646;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
text-align: center;
}
h2 {
font-weight: normal;
text-transform: uppercase;
margin: 15px 0 5px 0;
border-bottom: 1px solid #ccc;
font-size: 1.25em;
letter-spacing: 2px;
}
h3 {
text-transform: uppercase;
font-size: 1em;
}
.heavy { font-weight: bold; }
#container { 
border: 3px solid #666;
width: 754px;
background: #fff;
margin: 5px auto; padding: 5px;
}
body#wide #container { width: 95%; }
#home, #inside {
margin: 0 auto;
text-align: justify;
}
img.banner { padding: 2px 0 0 0; }
#main {
background: #fff;
}
#header {
background: url(images/bg-header.gif) top repeat-x;
}
#sign_in_bar {
text-align: center;
height: 1.3em;
background: #9c0b0e url(images/bg-gradient.gif) repeat-x;
padding: 3px 0;
}
#sign_in_bar form {
display: inline;
margin: 20px 0 0 0;
padding: 2px;
color: #fff;
font-size: 0.8em;
text-transform: uppercase;
}
html>body #sign_in_bar form {
position: relative;
top: -3px;
}
#sign_in_bar form .textfield {
border: none;
font-size: 1em;
}
.submit_button {
font-size: 0.9em;
}
img.header {
display: block;
}
#content { padding: 0 10px 0 10px; }
body#wide #content { padding: 0 50px 50px 50px; }
#side { padding-left: 10px; }
ul#highlights {
list-style-type: none;
margin: 10px 0 25px 0; padding: 0;
}
ul#highlights li { 
padding: 0 20px;
background: url(images/bullet-checkmark.gif) 2px no-repeat;
}
#sign_in_side { 
margin: 10px 0 0 0;
text-transform: uppercase;
color: #666;
font-size: 0.8em;
}
#sign_in_side .textfield {
border: 1px solid #ccc;
margin: 3px 0;
display: block;
padding: 3px;
}
#sign_in_side .submit_button { 
margin: 5px 0;
display: block;
}
#sign_in_side .checkbox {
position: relative;
top: 2px;
}
.small { font-size: 0.8em }
#footer {
margin: 0 auto;
width: 770px;
background: #777;
font-size: 0.8em;
color: #fff;
}
#footer a {
color: #ffc;
}
.submit_image {
position: relative;
top: 5px;
}
body#wide #footer { width: 96.5% }
#side h3 {
font-weight: normal;
margin: 0 20px 5px 0;
padding: 0 0 2px 0;
border-bottom: 1px solid #ccc;
}
ul#side_menu {
list-style-type: none;
margin: 0;
padding: 5px 0 10px 5px;
font-size: 0.9em;
}
ul#side_menu li {
padding: 1px 0 0 15px;
background: url(images/bullet-menu.gif) left 4px no-repeat;
}
html>body ul#side_menu li { background: url(images/bullet-menu.gif) left 3px no-repeat; }
img.menu_header {
margin-top: 20px;
}
#tabs { padding: 0 0 0 15px }
#tabs_container {
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
}