@charset "utf-8";
/* CSS Document */

html {
height:100%;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background: url(../images/bg.jpg) #350000 repeat-x 0 0;
margin:0;
padding:0;
height:100%;
color:#000000;
}

img {
border:none;
}

/* ////////// LAYOUT ////////// */

.wrapper {
background: url(../images/bg_wrapper.jpg) #ffffff repeat-y;
margin: 0 auto 0 auto;
padding:0;
width:820px;
height:100%;
overflow:hidden;
}

.content {
width:820px;
height:100%;
margin:0;
padding:10px 20px 0 20px;
}

/* ////////// BANNER ////////// */

.top_bar {
background: #000000;
width:810px;
height:15px;
margin:0;
padding:2px 10px 0 0;
color:#FFFFFF;
font-size:11px;
text-align:right;
}

.banner {
background: url(../images/bg_banner.jpg) #FFFFFF repeat-y;
width:820px;
height:68px;
margin:0;
padding:0;
}

.logo a {
float:left;
position:relative;
top:0;
left:20px;
width:200px;
height:75px;
margin:-15px 0 0 0;
padding:0;
background: url(../images/logo.jpg) no-repeat 0 0;
}

.logo a:hover {
background: url(../images/logo.jpg) no-repeat 0 -75px;
}

.black_bar {
clear:both;
background:#000000;
height:8px;
width:820px;
margin:0 0 0 0;
padding:0;
}

/* ///////// COLUMNS //////// */

.columns {
width:780px;
height:100%;
margin:0;
padding:0;
}

.column1 {
float:left;
width:220px;
height:100%;
padding:0;
margin:0;
line-height:1.5em;
}

.column2 {
float:left;
width:550px;
height:80%;
padding:0 0 0 10px;
margin:0;
overflow:auto;
}

/* ////////// TEXT ////////// */

a {
color:#940000;
text-decoration:none;
}

a:hover {
color:#FF0000;
text-decoration:underline;
}

.column1 a {
color:#940000;
text-decoration:none;
font-weight:bold;
}

.column1 a:hover {
color:#FF0000;
text-decoration:underline;
}

h1 {
color:#333333;
font-size:16px;
font-weight:bold;
margin:0;
}

h2 {
color:#000000;
font-size:14px;
font-weight:bold;
margin:0;
}

.link_list {
line-height:1.5em;
}

.small_text {
font-size:10px;
}

/* ////////// TOP MENU ////////// */

.menu_top {
position:relative;
top:45px;
float:right;
width:515px;  /* moves menu to the left or right when adjusted - remember the the first menu item has a padding on the left*/
height:25px;
margin:0;
padding:0;
}

.menu_top ul {
clear:left;
float:left;
width:100%;
list-style:none;
margin:0;
padding:0;
}

.menu_top ul li {
display:inline;
list-style:none;
margin:0;
padding:0;
}

.menu_top ul li a {
height:100%;
display:block;
float:left;
margin:0;
padding:0 15px 0 15px;  /* adjusts the spacing in between menu items - padding is on either side so selectable area is centered */
color:#940000;
text-decoration:none;
letter-spacing:0.1em;
font-size:12px;
font-weight:bold;
}

.menu_top ul li a:hover {
color:#FF0000;
}

/* /////////////// Footer ////////////// */

.footer {
position:absolute;
bottom:0;
clear:both;
width:200px;
color:#555555;
font-size:9px;
padding:0 0 15px 0;
text-align:center;
}

.footer a {
color:#940000;
text-decoration:underline;
}

.footer a:hover {
color:#555555;
text-decoration:none;
}

.rs_logo {
width:124px;
height:34px;
padding:0;
margin:0 auto 0 auto;
}

.rs_logo_btn a {
float:left;
position:relative;
top:0;
left:0;
width:124px;
height:34px;
margin:0;
padding:0;
background: url(../images/rs_logo.jpg) no-repeat 0 0;
}

.rs_logo_btn a:hover {
background: url(../images/rs_logo.jpg) no-repeat 0 -34px;
}

/* //////// Facebox AJAX /////////// */

#facebox .b {
  background:url(../facebox/b.png);
}

#facebox .tl {
  background:url(../facebox/tl.png);
}

#facebox .tr {
  background:url(../facebox/tr.png);
}

#facebox .bl {
  background:url(../facebox/bl.png);
}

#facebox .br {
  background:url(../facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

/* //pnd060209 - close button css */
#facebox .close_image {
	float: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
