@charset "utf-8"; 
/* $Id: style.css,v 1.1.6.2 2008/11/28 06:14:30 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
html, body {
background: #fff;

}

body {
  background: #fff;
  color: #333;
  font: 75% Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: url(images/header_back.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

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

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #192d46;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 1090px;
}

#container {
  margin: 0 0 10px;
  position: relative;
}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
}

/* 3 columns */
body.sidebars #center {
  border: none;
  float: left;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: none;
  /*float: right; */

}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border: none;
  float: left;
  padding-right: 10px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding: 10px 0;
  background: url(images/header_main.jpg) no-repeat;
  height: 198px;
}

#header h1 {
  float: left;
}

#header #logo {
  float: left;
  padding: 15px 10px 0 0;
}

#header #sitename {
  display: block;
}

#header #siteslogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  float: right;
  margin: 2.5em 0 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#nav {
  border-bottom: 1px solid #b4d7f0;
  border-top: 1px solid #b4d7f0;
  font-size: 1em;
  margin: 0 0 10px;
}

#nav ul.primary-links {
  background: #d4e7f3;
  font-weight: 700;
  padding: 5px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 5px 0;
  color: red;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 1em;
  margin: 0 0 -1.25em;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #999;
  font-size: .8333em;
  font-weight: 700;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  border: 1px solid #999;
  color: #666;
}

.item-list ul.pager li.pager-current {
  background-color: #069;
  border: 1px solid #069;
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment .picture {
  float: right;
  margin: .3em 0 .1em .3em;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 160px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 25px;
}

.block h3 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
  border-top: 1px solid #b4d7f0;
  margin: 0 0 10px;
  padding: 5px 0;
  position: relative;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%}
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }




/** Additions **/

.block .content h3 {
display: inline;
}

.block h3 {
display: none;
}


#banner-ad {
position: absolute;
top: 0;
right: 0;
}

#nav {
border: none;
background: transparent;
}

#nav ul.primary-links {
background:transparent none repeat scroll 0 0;
font-size:1.2em;
font-weight:700;
position:absolute;
right:0;
top:0;
color: red;
}

#nav ul.primary-links li{
border-right: 2px solid #292929;
margin: 0 5px 0 0;
}

#nav ul.primary-links li.last{
border-right: none;
}

#nav ul.primary-links a:link, #nav ul.primary-links a:visited{
color: #292929;
}


#header {
padding: 0px;
height: 152px;
position: relative;
}

#container {
margin: 8px 6px 10px 6px;
}


body .front-page #center {
width: 643px;
margin: 0;
padding: 0;
border: none;
_width: 630px; /* IE 6 or below */
}


.front-page #block-block-banner-ad {
position: absolute;
top: 0;
right: 0;
}


.front-page #banner-ad-spacer {
width: 250px;
height: 40px;
float: right;
}

.front-page .front-image {
float: right;
}

.front-page #block-block-mini-boxes  {
margin-top: 80px;
}

#block-views-callback {
float: right;
}

.main-page #block-views-callback {
margin-top: 10px;
}



#block-block-quote-minibox {
background:transparent url(images/mini_boxes_back.jpg) no-repeat scroll 0 0;
height:138px;
width:248px;
float: right;
clear: right;
margin-top: 10px;
margin-bottom: 10px;
}

#block-block-quote-minibox .content {
height:120px;
padding:5px 10px;
width:225px;
font-weight: bold;
}


.front-page #center .node .content p{
margin-bottom: 1em;
}


body .main-page #center {
margin: 0;
padding: 0;
border: none;
}


body #sidebar-right {
width: 330px;
margin: 25px 0 0 0;
padding: 0;
}


.main-page .block h3 {
display: none;

}


.front-page #center h2 {
width: 390px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 15px;
}

#center h2 {
margin: 0 0 5px;
}

#center .main-content h2 {
padding: 0 0 10px;
margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
}

h2 {
margin: 0 0 10px 0;
}


#block-block-front-info-panel {
background: url(images/info_panel.jpg);
width: 910px;
height: 370px;
}

#block-block-front-info-panel .content{
padding: 17px 0 0 0;
}

#block-block-front-info-panel .info-box-left {
float: left;
width: 270px;
margin: 0 0 0 10px;
}

#block-block-front-info-panel .info-box-middle {
float: left;
width: 270px;
margin: 0 0 0 40px;
_width: 220px;
}


#block-block-front-info-panel .info-box-right {
float: left;
width: 270px;
margin: 0 0 0 40px;
}

#block-block-front-info-panel p.info-para {
width: 230px;
font-size: 0.9em;
margin-top: 5px;
}

#block-block-front-info-panel p.info-more {
text-align: right;
width: 230px;
vertical-align: middle;
font-size: 1.4em;
font-weight: bold;
}

#block-block-front-info-panel p.info-more img {
margin-left: 10px;
vertical-align: middle;
}

#block-block-quotes-box {
background:transparent url(images/info_panel.jpg) repeat scroll 0 0;
height:370px;
width:910px;
margin-bottom: 35px;
}

#block-block-quotes-box .content {
padding: 25px 16px 0 16px;
}

#block-block-quotes-box .quotes-para {
margin-left: 20px;
margin-bottom: 0.8em;
line-height: 1.6em;
font-size: 1.2666em;
}

#block-block-quotes-box .customer-name {
margin-left: 10px;
font-size: 1.3em;
font-weight: bold;
}

#block-block-quotes-box .open-quote {
float: left;
}

#block-block-bottom-buttons {
float: left;
margin-left: 12px;
}

#block-block-bottom-buttons img {
margin-right: 22px;
}

#block-block-bottom-buttons p.bottom-buttons-second-row img {
margin-right: 16px;
margin-top: 16px;
}

#block-block-bottom-buttons img.last{
margin-right: 0px;
}

#block-block-regional-links {
text-align: right;
float: right;
margin-right: 16px;
}



#footer {
clear: both;
border: none;
padding: 0;
height: 59px;
width: 1090px;
background: url(images/footer_back.jpg) no-repeat;
margin: 0 auto;

}

#footer #block-block-footer {
margin:0 auto;
padding: 10px 26px 0 26px;
}

#footer #block-block-footer .content{

}

#footer p {
margin-bottom: 0;
}

#footer .bottom-design-note {
margin-top: 20px;
margin-bottom: 0;
}

#footer .footer-right-col {
float: right;
}

#footer .footer-left-col {
float: left;
}


#secondarycontent {
clear: both;
}

.main-page #container #center .content ul {
margin: 2px 0 1.5em 1.5em;
}


.main-page #container #center .content .views-admin-links ul li {
background-image: none;
}

.main-page #container #center .content ul li{
background-image: url(images/arrow_small.jpg);
padding: 3px 0 0 20px;
line-height: 1.4em;
font-size: 1.4em;
font-weight: bold;
}

.main-page #container #center .content ul li a:link, .main-page #container .content ul li a:visited{
color: darkblue;
}

.sub-page #container #center .content ul {
margin: 2px 0 1.5em 1.5em;
}

.sub-page #container #center .content ul li{
background-image: url(images/arrow_small.jpg);
padding: 3px 0 0 20px;
line-height: 1.4em;
font-size: 1.4em;
font-weight: bold;
}

.sub-page #secondarycontent {
float: left;
}

.sub-page #sidebar-right {
margin-bottom: 30px;
}

#block-block-big-banner-ad {
margin: 0 50px 0 20px;
width: 503px;
}

#nav-bottom {
text-align: center;
font-weight: bold;
font-size: 1.1em;
margin-top: 40px;
clear: both;
}

#block-block-phone-number {
margin-top: 0;
float: right;
margin-right: 10px;
font-weight: bold;
font-size: 2.4em;
margin-bottom: 0;
}

#block-block-phone-number p{
margin-bottom: 0;
}

.admin-menu #sidebar-left {
position: fixed;
left: 10px;
top: 230px;
}

.info-page #block-views-callback {
margin-right: 17px;

}

.info-page #block-block-quote-minibox {
margin-right: 17px;
margin-bottom: 20px;
}

#webform-client-form-20 fieldset {
border: none;
border-bottom: 1px solid #ddd;
}

#webform-client-form-20 fieldset legend {
padding-left: 0;
font-weight: bold;
font-size: 1.3em;
margin-left: -15px;
}

#webform-client-form-20  .form-item label{
float: left;
width: 150px;
clear: left;
font-size: 0.9em;
}

#webform-client-form-20 input.form-text {
width: 260px;
padding: 5px;
border: 1px solid #A4A4A4;
}

#webform-client-form-20 input.form-text:hover, #webform-client-form-20 input.form-text:focus {
width: 260px;
padding: 5px;
border: 1px solid #003366;
background-color: #fff;
}

#webform-client-form-20 select.form-select {
width: 270px;
padding: 5px;
border: 1px solid #A4A4A4;
font-size: 1.3em;
font-weight: bold;
}

#webform-client-form-20 .textarea-identifier.description {
display: none;
}

#webform-client-form-20 .webform-component-textarea textarea{
border: 1px solid #A4A4A4;
clear: both;
}

#webform-client-form-20 .webform-component-textarea label {
display: none;
}

#webform-client-form-20 .webform-component-date select.form-select {
width: 90px;
padding: 5px;
border: 1px solid #A4A4A4;

}

#webform-client-form-42 td {
padding: 0;
}

#webform-client-form-42 table {
width: auto;
}

#webform-client-form-42 p img{
margin-right: 10px;
}

#webform-component-chair__mattress_covers table td {
padding-top: 0.5em;
padding-bottom: 0.5em;
}



#webform-client-form-42 .webform-component-select {
clear: both;
margin-left: 160px;
}

#webform-client-form-42 .webform-component-select label{
float: left;
margin-right: 20px;
}

#webform-client-form-42 .webform-component-select select{
width: 170px;
padding: 2px;
}

#header h1 {
margin-left: -3000px;
}


/** OXFORD STORAGE **/

/* MAIN LAYOUT */

.main-content {
float: left;
width: 660px;
margin-left: 20px;
margin-top: 25px;
}

body.sidebar-right #center {
padding-right: 0;
}

/* HEADER */

#block-block-content-header img {
float: left;
}

#block-block-content-header img.first {
margin-right: 40px;
}

#block-block-content-header img.middle {
margin-right: 40px;
}

/* NAV */

#nav ul.secondary-links {
margin-top: 100px;
border: none;
font-weight: bold;
}

#nav ul.secondary-links a:link, #nav ul.secondary-links a:visited {
color: #000;
} 


/* BLOCKS */

.block.block h2 {
font-size: 1.2em;
color: #000;
margin-bottom: 0px;
}

.block.block h2 img{
font-size: 1.2em;
color: #000;
margin-bottom: 0px;
}

/* BOXES & PACKAGING */

#block-block-boxes-packaging {
background: url('images/rhs_box_small.jpg') no-repeat;
width: 330px;
height: 182px;
margin-bottom: 25px;
}

#block-block-boxes-packaging .content {
padding: 22px 15px 20px 20px;
}

#block-block-boxes-packaging p {
margin-bottom: 5px;
}

#block-block-boxes-packaging h2 {
background-attachment:scroll;
background-color:transparent;
background-image:url(/userfiles/image/shopping_cart_icon.png);
background-position:0 0;
background-repeat:no-repeat;
height:25px;
line-height:25px;
padding-left:35px;
margin-bottom: 10px;
}

/* CALLBACK FORM */

.view.view-callback-form .view-content {
padding: 25px;
}

.view.view-callback-form h2 {
background-attachment:scroll;
background-color:transparent;
background-image:url('/userfiles/image/phone_icon.png');
background-position:0 0;
background-repeat:no-repeat;
height:25px;
line-height:25px;
padding-left:45px;
}

.view.view-callback-form h2 a:link, .view.view-callback-form h2 a:visited {
color: #000;
} 

.view-id-callback_form.view-display-id-block_2 {
background: url('images/rhs_box_small.jpg') no-repeat;
width: 330px;
height: 182px;
}


.view-id-callback_form.view-display-id-block_2 .content{
margin: 10px 10px 0 0;
}

.view-id-callback_form.view-display-id-block_2 .content p{
margin: 0;
}

/* QUICK QUOTE */

.view.view-quick-quote .view-content {
padding: 25px;
}

.view.view-quick-quote h2 {
height:25px;
line-height:25px;
}

.view.view-quick-quote h2 a:link, .view.view-quick-quote h2 a:visited {
color: #000;
} 

.view-id-quick_quote.view-display-id-block_2 {
background: url('images/rhs_box_large.jpg') no-repeat;
width: 330px;
height: 438px;
}


.view-id-quick_quote.view-display-id-block_2 .content{
margin: 10px 10px 0 0;
}

.view-id-quick_quote.view-display-id-block_2 .content p{
margin: 0;
}

/* CONTACT INFO */

#block-block-contact-info {
margin: 10px;
}

#block-block-contact-info p{
margin-bottom: 0.5em;
}

/* WEBFORM GLOBAL */

fieldset {
border: 0;
background-color: #F8F8F8;
padding: 0;
}

fieldset legend {
padding: 0;
margin: 0;
}

fieldset legend a {

line-height: 30px;
font-weight: bold;
font-size: 1.1em;
}

fieldset .fieldset-wrapper {
padding: 15px;
}

.webform-client-form .form-item{
margin-top: 6px;
margin-bottom: 24px;
height: 20px;
clear: both;
}

.webform-client-form input.form-text {
width: 135px;
float: right;
background-color: #f1f1f1;
border: 2px solid #9d9d9a;
heght: 25px;
padding: 5px;
}

.webform-client-form select.form-select {
width: 150px;
float: right;
background-color: #f1f1f1;
border: 2px solid #9d9d9a;
heght: 25px;
padding: 5px;
}

.webform-client-form .webform-component-date select.form-select {
width: 65px;
padding: 3px;
margin-right: 3px;
}

.webform-client-form input.form-submit {
float: right;
}

.webform-client-form label {
float: left;
padding-top: 5px;
}

/* QUOTE WEBFORM */

#webform-client-form-57 {
width: 500px;
margin: 0 auto;
}

#webform-client-form-57 fieldset legend a {
width: 480px;
padding-left: 20px;
background-color: #F1F1F1;

}

.webform-client-form #webform-component-space_estimator, .webform-client-form #webform-component-space_estimator2 {
color:red;
margin-bottom:10px;
text-align:right;
margin-top: -10px;
font-size: 0.9em;
}

.webform-client-form #webform-component-space_estimator a, .webform-client-form #webform-component-space_estimator a:link,.webform-client-form #webform-component-space_estimator a:visited, 
.webform-client-form #webform-component-space_estimator2 a, .webform-client-form #webform-component-space_estimator2 a:link,.webform-client-form #webform-component-space_estimator2 a:visited
 {
color:red;
}

/* CONTACT WEBFORM */

#edit-submitted-inquiry-wrapper {
height: 150px;
}

/* FOOTER */

#footer a, #footer a:link, #footer a:visited {
font-weight: bold;
font-size: 1.1em;
color: #000;
}

/* FRONT PAGE */

.front-ad {
margin-top: 35px;
border: none;

}