@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; } 

html {
background-image: url(images/hdr_bg2.gif);
background-repeat: repeat-x;
background-position: top;
margin-top: 0px;
background-color: #b3a36d;
}

body {
background-image: url(images/right_panel_bg.gif);
background-repeat: repeat-y;
background-position: 100% 0%;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #006422;
}

a:hover {
text-decoration: underline;
}

#colorswatch a:link, #colorswatch a:visited {
text-decoration: none;
}

#container {
background-image: url(images/container-bg.gif);
background-repeat: repeat-y;
margin: 0px;
width: 930px;
}

#banner {
color: #333;
width: 930px;
padding: 0px;
border-bottom: 2px solid #000000;
height: 75px;
margin: 0px;
}

#leftcolumn { 
color: #333;
margin: 0px 0px 0px 0px;
padding: 0px;
width: 200px;
float: left;
}

#content { 
color: #333;
margin-right: auto;
margin-left: auto;
padding: 0px;
width: 530px;
}

#content-padding {
padding: 0px 12px;
}

#content-padding a:link, #content-padding a:visited {
text-decoration: none;
}

#spotlight {
float: right;
width: 170px;
background-color: #D9F3FD;
border: 1px solid #000000;
color:#000000;
padding: 14px;
margin: 14px 0px 10px 14px;
background-image: url(images/energystar.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}

#section {
border-top: 2px #000000 dotted; }

#rightcolumn { 
color: #333;
margin: 0px 0px 0px 0px;
padding: 0px;
width: 200px;
float: right;
}

#footer { 
clear: both;
color: #333;
margin: 0px 0px 10px 0px;
padding: 0px;
height: 200px;
background-color: #b3a36d;
}

#btm-link a:link, #btm-link a:visited {
font-weight: 300;
color: #333;
}

#btm-link a:hover {
text-decoration: none;
}



#subnav {
display: block;
background-color: #FFFFFF;
border-top: 2px solid #d5dda3;
border-bottom: 2px solid #d5dda3;
padding-left: 300px;
font-weight: bold;
margin-top: 0px;
padding-top: 0px;
}

/* -- Navbar -- */

#left-menu {
text-align: right;
font-weight: bold;
}

#left-menu p {
padding-right: 20px;
padding-top: 14px;
margin-top: 5px;
padding-left: 0;
font-weight: bold;
}

#left-menu a:link, #left-menu a:visited {
color: #ffffff;
border-bottom: none;
text-decoration: none;
}

#left-menu a:hover, #left-menu a.current {
color: #000000;
text-decoration: none;
}

/* -- html -- */

h1 {
display: block;
height: 26px;
background-color: #ef2824;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
padding-left: 4px;
padding-top: 4px;
margin-top: -5px;
border: 2px #000000 solid;
}

h2 {
font-size: 16px;
font-weight: bold;
line-height: 22px;
}

#content p {
margin: 10px 0px;
}

ol, ul {
margin-left: 25px;
}

/* -- classes -- */

span.arrow {
font-weight: bold;
font-size: 14px;
color: #000000;
}

.imageright {
float: right;
margin: 3px 0px 10px 12px;
}

.imageleft {
float: left;
margin: 3px 12px 10px 0px;
}

.imageborder {
border: 2px solid #000000;
}

.centerimageborder {
border: 2px solid #000000;
text-align: center;
}

.redbold14 {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}

.blackbold14 {
font-size: 14px;
font-weight: bold;
}

.rc-section {
display: block;
width: 170px;
background-color: #dacb9b;
margin: 4px auto;
padding: 2px;
border: 2px solid #9d8d56;
text-align: center;
}

.image {
text-decoration: none;
}