/**
 * $Id: style.css,v 1.1.2.22 2009/05/13 10:47:13 jwolf Exp $
 * Acquia Marina 
 */

/******************************************/
/*  TopNotchThemes CSS Stylesheet         */
/*  by Chris Fassnacht & Stephanie Pakrul */
/*  copyright 2008 Collective Mind        */
/******************************************/

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  padding: 0px 0px 0px 0px;
}

img.imagefield-field_product_image{
  padding: 2px;                       /* edited by tommy for category pages */
  border: 1px solid #e0e0e0;
  max-height: 170px;
  max-width: 226px;
  float: right;

#content-inner img {
  padding: 2px;                       /* edited by tommy for category pages */
  border: 1px solid #e0e0e0;
}


}

img.imgright_bordered {
  border:1px solid #e0e0e0;
  float:right;
  margin:0 0 10px 10px;
  padding:2px;
}

/**************/
/* TYPOGRAPHY */
/**************/


body {
  background: #222222;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5; /* unitless line height */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  background: black url(images/ATLBackground.png) no-repeat fixed center -6px;
}

h1 {
font-size: 2em  ; line-height: 1; margin: 0 0 0.5em 0; padding: 0;
}

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

h2.bordered,
h2.pane-title {
  border: 1px solid #e0e0e0;
  background: #006a94 url('images/block-title.png') repeat-x 0 0;
  padding: 6px;
  font-size: 1.5em;
  color: #fff;
}

h3 {
  font-size: 1em ; margin: 0; padding: 0;
}

h4 {
  font-size: 1em ; margin: 0; padding: 0;
}

h5 {
  font-size: 1em ; margin: 0; padding: 0;
}

h6 {
  font-size: 1em ; margin: 0; padding: 0;
}

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

blockquote p  {margin: 0;}

strong        {font-weight: bold;}

em, dfn       {font-style:  italic; margin: 0; padding: 0;}
dfn           {font-weight: bold;}
sup, sub      {line-height: 0;}
del           {color:#666; margin: 0; padding: 0;}
pre, code     {margin: 1.5em 0; padding: 0; white-space: pre;}
pre, code, tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}


/*****************/
/* DEFAULT LINKS */
/*****************/
.header-1 {
background: url(images/header2.jpg) no-repeat;
display: block;
}

.header-2 {
background: url(images/header4.jpg) no-repeat;
display: block;
}

.header-3 {
background: url(images/header5.jpg) no-repeat;
display: block;
}

.header-4 {
background: url(images/header-ethan.jpg) no-repeat;
display: block;
}

.header-5 {
background: url(images/header-james.jpg) no-repeat;
display: block;
}

a {
  margin: 0; padding: 0;
}

a:link,
a:visited {
  color: #27638C;
  font-weight: bold;
}  

a:hover,
a:active {
  text-decoration: none;
  font-weight: bold;
  color: red;
}


/**********/
/* LAYOUT */
/**********/

html {
  background: #00658e;                               /* background & font color */
  color: #252525;
}

#page {
  margin: 0;
  width: 100%;
}

p {
  margin: 0 0 1.5em; padding: 0;
}


/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
}


/* The following is added by TVS for Sidebar-left menus only */
div#content-bottom div.full-block {
border: none;
}

div.main-product-image img {
height: 100px;
width: 100px;
}

div.node-type-product div.links {
display: none;
}

div.product-body p {
padding-top: 10px;
}

div#sidebar-first ul.menu li     {              
  font-size: 65%;
  font-weight: bold;
  line-height: 110%;
}

div#sidebar-first ul.menu li a:active     {              
  color: red;
  text-decoration: none;
}

div#sidebar-first ul.menu li a:hover     {              
  color: red;
  text-decoration: none;
}

div#sidebar-first ul.menu li a:link, div#sidebar-first ul.menu li a:visited     {              
  color: #000000;
  text-decoration: none;
}

div#block-block-7 p {
margin-left: auto;
margin-right: auto;
width: 200px;
}

div#sidebar-first ul.menu li a:link, 
div#sidebar-first ul.menu li a:visited, 
{              
  color: black;
  text-decoration: none;
}

                    /* This is for the second level of menu. */
div#sidebar-first ul.menu ul.menu li     {              
  font-size: 90%;
  font-weight: bold;
}

div#sidebar-first  div.block div.content {
  padding-left: 10px; 
}


ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}
                   /* The following section is for lists including ordered lists */
ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}

ul li,               /*  The following is only for unordered lists, including menus  */
ul.menu li,
.item-list ul li,
li.leaf {
/*  background: url('images/raquo.png') no-repeat left 0.833em;     commented out by TVS */
  list-style-image: none;
  list-style-type: none;
  font-size: 100%;
}


ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    /* LTR */
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;    /* LTR */
  padding-left: 20px;    /* LTR */
  padding-top: 0.2em
}

a.feed-icon img {
    display: none;
}

.product-image {
float: left;
margin-right: 4px;
padding-right: 4px;
margin-left: 0px;
padding-left: 0px;
}

#preface-wrapper div.block ul li {
  background: url('images/green-checkmark.png') no-repeat 0 0.222em;
  list-style-image: none;
  list-style-type: none;
  padding: 1em 0 0 2.222em;    /* LTR */
}

#preface-wrapper div.block ol li {
  list-style-image: none;
  padding: 2px 0;
}

#content-content .node ul li,
#content-bottom  ul li {
  background: url('images/bullet.png') no-repeat left 0.50em;    /* LTR */
  list-style-image: none;
  list-style-type: none;
  padding-left: 1.666em;    /* LTR */
}

#content-content ul.viewsdisplaytabs-tab-group li {
  background: none;
  list-style-image: none;
  list-style-type: none;
  padding-left: 0;
}



/********/
/* MISC */
/********/
div#block-block-6 div.content {
margin-top: -14px;
}

div#block-block-6 div.content img {
margin-top: 5px;
margin-left: 10px;
}


body.node-type-truck div.meta {
display: none;
}

body.node-type-part div.meta {
display: none;
}

body.node-type-page div.meta {
display: none;
}

body.node-type-webform div.meta {
display: none;
}



div.field-type-filefield div.field-items div.field-item img.imagecache-Preview {
float: right;
padding-bottom: 10px;
padding-right: 0px;
padding-left: 10px
}

div#content-wrapper div#content-top div.block-wrapper div.full-block {
    background: none;
	border: none;
}

/***  Taxonomy Term View  ***/

div.view-taxonomy-term div.view-content tr {
vertical-align: top;
}

div.view-taxonomy-term div.view-content table.views-view-grid div.views-field-title {
width: 200px
}

div.view-taxonomy-term div.view-taxonomy-term div.view-content table.views-view-grid div.views-field-field-product-image-fid {
float: left;
}

div.view-taxonomy-term div.view-content table.views-view-grid td.col-3 {
width: 33.3%;
min-width: 200px;
vertical-align: top;
}

div.view-taxonomy-term div.view-content table.views-view-grid td.col-2 {
width: 33.3%;
min-width: 200px;
vertical-align: top;
}

div.view-taxonomy-term div.view-content table.views-view-grid td.col-1 {
width: 33.3%;
min-width: 200px;
vertical-align: top;
}

div.view-taxonomy-term table.views-view-grid div.views-field-field-product-image-fid span.field-content img {
font-weight: bold;
}

/**** Parts Locator Views *****/ 
div.view-truck-locator-mfg div.view-content tr, 
div.view-parts-locator-mfg div.view-content tr, 
div.view-parts-locator-part-category div.view-content tr {
vertical-align: top;
}


/****  Latest Arrivals View  *****/
div.view-latest-arrivals div.view-content table.views-view-grid div.views-field-title {
font-weigth: normal;
font-size: 8pt;
}


/*
table.views-view-grid div.views-field-title span.field-content {
vertical-align: bottom;
}  */

#header-wrapper #header-first #logo img {
padding: 0 0 0 0px;
}

/*************/
/* Web forms - including exposed view filters */
/*************/

form#views-exposed-form-truck-locator-mfg-default .views-exposed-form .views-exposed-widget .form-submit,
form#views-exposed-form-parts-locator-mfg-default .views-exposed-form .views-exposed-widget .form-submit,
form#views-exposed-form-parts-locator-part-category-default .views-exposed-form .views-exposed-widget .form-submit {
margin-top: .2em;
}

form#views-exposed-form-truck-locator-mfg-default .views-exposed-widgets,
form#views-exposed-form-parts-locator-mfg-default .views-exposed-widgets,
form#views-exposed-form-parts-locator-part-category-default .views-exposed-widgets {
margin-bottom:0.2em;
}

form#views-exposed-form-truck-locator-mfg-default .views-exposed-form .views-exposed-widget,
form#views-exposed-form-parts-locator-mfg-default .views-exposed-form .views-exposed-widget,
form#views-exposed-form-parts-locator-part-category-default .views-exposed-form .views-exposed-widget {
float:left;
padding:0.2em 1em 0 0;
}

form#views-exposed-form-parts-locator-part-category-default .views-exposed-form .views-exposed-widget .form-submit {
margin-top: .2em 1em 0 0;
}


/**** Input Form for exposed Filters for Parts Locator  *****/
div.views-exposed-widgets select.form-select {
   width: 210px;
}

div.views-exposed-widgets .views-widget .form-item {
   margin-bottom: .2em;
   margin-top: .1em;
}


form.webform-client-form div.form-item input {
margin: 0 2em 0 0;
display: block; 
}

form.webform-client-form div.form-item label {
width: 14em;
float: left;
display: block; 
font-size: 80%;
padding-top: 5px;
}

form.webform-client-form div.form-item {
margin-top: 10px;
margin-bottom: 10px;
display: block;
}

div.resizable-textarea span textarea#edit-submitted-comments {
display: inline;
}

/* div.view-content div.views-field-title span.field-content a {
font-size: 70%;
} */

div.view-content span.field-content img {
padding: 3px;
}


div.content div.view-content {
font-weight: normal;
}


div.field-item .odd {
  display: none;
}

/*
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
   display: none;
}  */



hr {
  border: 1px solid #D6DDB9;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;    /* LTR */
}

/********************/
/* ALL PAGE REGIONS */
/********************/

/********************/
/***** add this *****/
/********************/

.addthis img {
   float: right;
}

/********************/
/***** search block *****/
/********************/

div#sidebar-last-ads div.block-wrapper div#block-search-0 div.container-inline #edit-search-block-form-1-wrapper {
	margin-left: auto;
	margin-right: auto;
}

div#sidebar-last-ads div.block-wrapper div#block-search-0 div.container-inline #edit-search-block-form-1 {
    width: 17em;
	margin: 5px 0 5px 0;
	margin-left: auto;
	margin-right: auto;
}

div#sidebar-last-ads div.block-wrapper div#block-search-0 div.container-inline .form-submit {
    display: block;
	margin: 0px 0 5px 0;
	margin-left: auto;
	margin-right: auto;
}


/******************/
/* HEADER REGIONS */
/******************/

#header-wrapper {
  background: none;
  min-height: 100px;
}

#header {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

#top-nav-wrapper {
  background: url('images/top-nav-bkg.png') repeat-x 0 0;
  height: 25px;
  max-width: 580px;
  float: right;
}

#top-nav-left {
  background: url('images/top-nav-left.png') no-repeat 0 0;
}

#top-nav-right {
  background: url('images/top-nav-right.png') no-repeat 100% 0;
  padding: 0 20px;
}

#top-nav-wrapper div.block-wrapper,
#top-nav-wrapper div.block-wrapper p {
  margin: 0;
  padding: 0;
}

#search-box {
  background-color: #E1E1E1;
  border: 1px solid #CCCCCC;
  float: right;    /* LTR */
  padding: 8px;
  position: relative;
  top: 0;
  width: 20em;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}

#search-box input#edit-search-theme-form-1 {
  width: 170px;
}

/* theming for header search box */
#search-box input.form-submit {
  background: #EFEBE7;
  border: 1px solid #ccc;
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 3px 3px 2px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}

#search-box label,
#search-box a.advanced-search-link {
  display: none;
}

#header-first {
  float: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 20px 30px 0 0;
  width: 380px;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;    /* LTR */
  margin: 0 14px 0 0;
  height: 102px;
  width: 1000px;
}

#header-first h1 {    /* site name link */
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
}

#header-right {
  float: right;    /* LTR */
  margin: 10px 0 0;
  width: 580px;
}

#primary-menu-wrapper {
  background: none;
  z-index: 5;    /* fixes IE z-index bug */
  height: 24px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
  background: none;
  min-height: 1px;
  max-height: 2px;
}

#preface-wrapper {
  color: #fff;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  padding: 10px 8px 8px;
  width: 984px;
}

/* correct button font size */
#preface-wrapper .form-submit {
  font-size: 0.6em;
}

#preface-wrapper #preface-first {
}

#preface-wrapper #preface-middle {
}

#preface-wrapper #preface-last {
}

#preface-wrapper.prefaces-1 div.column {
  float: left;    /* LTR */
  width: 100%;
}
  
#preface-wrapper.prefaces-2 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 47%;
}
  
#preface-wrapper.prefaces-3 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 30%;
} 

#preface-wrapper a:link,
#preface-wrapper a:visited {
  color: #fff;
  text-decoration: underline;
}

#preface-wrapper a:link:hover,
#preface-wrapper a:visited:hover {
  border-bottom: none;
  text-decoration: none;
}

div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  background: none;
}

#main {
  margin: 0 auto;
  width: 984px;
  padding: 8px;
  background-color: #FFF;
}

#main-wrapper a.active {
  color: #144A6E;
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  background-color: #fff;
  float: left;    /* LTR */
}

#sidebar-last-wrapper {
  float: right;
}

#sidebar-last-ads {
  background-color: #fff;
  float: right;    /* LTR */
}

#sidebar-last {
  background-color: #fff;
  float: right;    /* LTR */
  margin: 0 0 0 10px;    /* LTR */
}

div#sidebar-last-ads h2.title {
  display: none;
}

/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;    /* LTR */
}

#content-top {
  background-color: #fff;
  margin: 0 0 8px;
  padding:1px 10px;
}

#content {
  background-color: #fff;
  margin: 0;
}

#content-header {
  padding: 5px;
}

#content-header p {
  margin: 0;
}

#content-inner {
  clear: left;
  padding: 10px;
}

#content-bottom {
  background-color: #fff;
  clear: both;
  margin: 8px 0;
  padding:1px 10px;
}


/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/

#postscript-wrapper {
  background-color: #fff;
  clear: both;
  margin: 8px auto 0;
  width: 984px;
}

#postscript-wrapper #postscript-first {
  padding-left: 0;    /* LTR */
}

#postscript-wrapper #postscript-middle {
}

#postscript-wrapper #postscript-last {
  padding-right: 0;    /* LTR */
}

#postscript-wrapper.postscripts-1 div.column {
  float: left;    /* LTR */
  width: 100%;
}

#postscript-wrapper.postscripts-2 div.column {
  float: left;    /* LTR */
  margin: 0 10px 0 8px;    /* LTR */
  width: 48%;
}

#postscript-wrapper.postscripts-3 div.column {
  float: left;    /* LTR */
  padding: 0 8px;
  width: 32%;
} 


/*****************/
/* FOOTER REGION */
/*****************/

#footer-wrapper {
  background: none;
  min-height: 56px;
  clear: both;
}

#footer {
  display: block;
  font-size: 0.9em;
  margin: auto auto;
  overflow: hidden;
  padding: 10px 8px;
  text-align: center;
  width: 984px;
  color: #fff;
}

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;    /* LTR */
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #CCC;    /* LTR */
  display: inline;
  padding: 0 5px 0 9px;    /* LTR */
}

#footer ul li.first {
  border: none;
}

/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 0 0 0 0;    /* LTR */
  width: 984px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  padding: 3px 3px 0;
  margin: 0 0 0 0;
  width: 230px;
}

body.layout-first-main #content-wrapper {
  margin-left: 8px;    /* LTR */
  width: 738px;  /* edited by tommy for shipping/exporting page */
  
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper,
body.layout-main-last-ads #content-wrapper,
body.layout-main-ads #content-wrapper {
  margin: 0 8px 0 0;
  width: 666px;
}

body.layout-main-last #sidebar-last-wrapper,
body.layout-main-ads #sidebar-last-wrapper,
body.layout-main-last-ads #sidebar-last-wrapper {
  width: 310px;
}

body.layout-main-last #sidebar-last,
body.layout-main-ads #sidebar-last-ads,
body.layout-main-last-ads #sidebar-last,
body.layout-main-last-ads #sidebar-last-ads {
  padding: 5px 5px 0;
  margin: 0 0 0 0;
  width: 300px;
}

/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #content-wrapper {
  margin: 0 0 0 0;
  width: 488px;
}

body.layout-first-main-last #content-wrapper #content-inner {
}

body.layout-first-main-last-ads #sidebar-first,
body.layout-first-main-ads #sidebar-first,
body.layout-first-main-last #sidebar-first {
  padding: 5px 5px 0;
  margin: 0 8px 0 0;    /* LTR */
  width: 230px;
}

body.layout-first-main-last-ads #content-wrapper,
body.layout-first-main-ads #content-wrapper {
  margin: 0 0 0 0;
  width: 488px;  
}

body.layout-first-main-last-ads #content-wrapper #content-inner {
}

body.layout-first-main-last-ads #sidebar-last-wrapper,
body.layout-first-main-ads #sidebar-last-wrapper,
body.layout-first-main-last #sidebar-last-wrapper {
  width: 230px;
}

body.layout-first-main-last-ads #sidebar-last,
body.layout-first-main-last-ads #sidebar-last-ads,
body.layout-first-main-ads #sidebar-last-ads,
body.layout-first-main-last #sidebar-last {
  padding: 5px 5px 0;
  margin: 0 0 0 8px;
  width: 230px;
}

/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

.clearfix {
  display:inline-block;
}
/* Hide from IE Mac \*/

.clearfix {
  display:block;
}
 /* End hide from IE Mac */

div.clearfix div#content-content div.node-type-webform div.content form.webform-client-form  div.webform-component-textfield {
display: block;
}

/************/
/* HEADINGS */
/************/

div#block-views-latest_arrivals-block_1 h2.title, div#block-block-6 h2 {
clear: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
  font-size: 18pt;
  text-transform: none;
  text-align: left;
}  

h1.title {                                        /* page titles */
  clear: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
  font-size: 18pt;
  text-transform: none;
}  

h2 {                                        /* block titles, node titles */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
}  

h2.title a:link,
h2.title a:visited {
}  


h2.title a:hover,
h2.title a:active {
  color: #fc0404;
  text-decoration: none;
}  

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}

/*********/
/* NODES */
/*********/

div.node {
  margin: 0 0 30px;
}

div.node.sticky.teaser {
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#content-content .node ul.links li,
#content-content .node ul.inline li,
#content-content .node .links a {
  background: transparent;
  margin: 0;
  padding: 0 14px 0 0;    /* LTR */
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}  

#content-content .node ul.links li.comment_forbidden a {
  padding-right: 4px;    /* LTR */
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.9em;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  line-height: 130%;
}

#content-content .terms ul.taxonomy li {
  background: transparent;
  margin: 10px 0 5px;
  padding: 0;
}

#content-content .terms ul.taxonomy ul.vocab-list,
#content-content .terms ul.taxonomy li.vocab-term {
  background: transparent;
  display: inline;
  padding: 0 0 0 2px;    /* LTR */
}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:active {
}

div.node.full-node div.content {
}

.node-form .standard {
  clear: none;
}

.picture {
  float: right;    /* LTR */
  margin: 0 0 2px 4px;    /* LTR */
  padding: 2px;
}

/**********/
/* BLOCKS */
/**********/

div.full-block {
  border: 1px solid #e0e0e0;
  background: transparent url(images/block-gradient.png) no-repeat scroll center bottom;
}

#sidebar-last-ads p {
  margin: 0;
}

div.block-region {
  background-color: #FFFF66;
  color: #000;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

/* div.block .title {
} */

div.block .submitted {                               /* byline styles in blocks */
}

div.block .submitted a:link {
}

div.block .submitted a:visited,
div.block .submitted a:hover,
div.block .submitted a:active {
}

div.block-wrapper {                    /* spacing between blocks */
  margin: 0 0 5px;
}

div.block div.content {
}

#user-login-form .item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 2px 0 0 16px;    /* LTR */
}


#header-middle h2.block-title,
#header-last h2.block-title {
  color: #51748C;
  font-size: 1.833em;
  margin: 0;
  padding: 0;
}

#preface-wrapper h2.block-title {
  background-color: transparent;
  color: #94CE18;
  font-size: 1em;
  padding: 0;
}

#preface-wrapper .block .content {
  margin: 10px 0 0;
}

body.layout-first-main-last #sidebar-first .block-wrapper,
body.layout-first-main-last #sidebar-last .block-wrapper {
  margin: 0 0 10px;
}

/* rounded blocks styles -= layout-first-main-last & layout-first-main blocks */
#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
  background: #00082e url('images/block-title.png') repeat-x 0 0;
  color: #fff;
  padding: 8px 8px 6px 8px;
  text-align: left;
}

#sidebar-first div.block div.content,
#sidebar-last div.block div.content,
#postscript-wrapper div.block div.content {
  background: transparent url('images/block-gradient.png') no-repeat center bottom;
  padding: 10px 10px 8px 10px;
}

div#block-block-11 div.content p, div#block-block-11 div.content h2 {
	padding: 10px 10px 8px 10px;
}

/* non-rounded blocks styles = preface blocks */
#preface-wrapper div.block div.content {
  border: none;
}

#preface-wrapper div.block div.content,
#footer div.block div.content {
  background: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#footer h2.block-title {
  background: transparent;
  color: #666;
}

#sidebar-first #block-search-0 .form-item label,
#sidebar-last #block-search-0 .form-item label {
  display: none;
}


/*div.content {
font-size: 13pt;
} */

/* div.block ul li, div.block ul.menu li{
font-size:20pt;
font-weight:normal;
color: green; 
} */             /* commented out by tommy for sidebar-first */

li.expanded {
font-size: 11pt;
font-weight: bold;
}

li.expanded .last {
font-size: 10pt;
}

/*
li.expanded .first {
font-size: 16pt;
}
*/

li.expanded .leaf {     /* added by Tom S */
font-size: 10pt;
font-weight: normal;
}

li.leaf .first {
font-size: 12pt;
}

/* #sidebar-first > div.block ul li a, div.block ul.menu li a {
font-size:16pt;
font-weight:normal; */    /* commented out by tommy for sidebar-first */
}

#container {
position: relative;
width: 400px;
background-color: blue;
}

p#tommy3 {
background-color: #e1e1e1;
}  

p[id="tommy3"] {font-style: italic;
background-color: #e1e1e1;
}

p.tommy {
float: left;
font-size: 20pt;
width: 250px;
}

p#container10 {
position: relative; width: 100%; height: 125px;}

p[id="container10"] {
position: relative; width: 100%; height: 125px;}

p.tommy2 img {
height: 235px;
padding: 0px 40px;
position: relative;
}

p.tommy2 {
float: right;
font-weight: normal;
width: 400px;
}

p.tommy4 {
 float: right;
 font-weight: bold;
 width: 400px;
 text-align: left;
 font-size: 150%;
 font-color: #00003c;
}

a.tommy {
  font-size: 1.75em;
  font-weight: normal;
}

#tomdiv {
 font-size: 20pt;
}  


/* #sidebar-first.leaf div.block ul li a, div.block ul.menu li a {
font-size:20pt;
font-weight:normal; */    /* commented out by tommy for sidebar-first */
}

.menu .leaf li {            /* edited by tommy change font sidebar menu */
   font-size: 12pt;
   font-weight: bold;
}

.menus {
   FONT-SIZE: 20pt;
   font-weight: bold;
   }

/***************/
/* BLOCK MENUS */
/***************/

/* div.block ul li a,
div.block ul.menu li a {								
  font-size: 9pt;
  font-weight: normal; */
}

div.block ul.menu li,
div.block .item-list ul li {
  margin: 0;
}

div.block ul.menu li a:link,
div.block ul.menu li a:visited {
}

div.block ul.menu li a:hover,
div.block ul.menu li a:active {
}

#footer div.block ul li a,
#footer div.block ul.menu li a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#footer div.block ul li ul {
  display: none;
}

/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  width: 1000px;
  display: block;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  text-transform: uppercase;
 
}
  
#primary-menu ul {
  margin: 0;
}

#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}  

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  background: transparent url('images/tab-left.png') no-repeat left -42px; /* edited by Tommy for pirimary links from -0px */
  display: block;
  float: left;    /* LTR */
  margin: 0 0 0 0;
  padding: 0 0 0 1em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu ul.menu li.first {                        /* top item layout */
  background: transparent url('images/tab-left-first.png') no-repeat left -42px;    /* edited by Tommy for pirimary links from 0px */
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: 0px -11px;  /* edited by Tommy for pirimary links from -35px */
}

#primary-menu ul.menu li a {
  background: transparent url('images/tab-right.png') no-repeat left -42px; /* edited by Tommy for pirimary links from -0px */
  color: #FFFFFF;
  display: block;
  padding: .27em 1em .2em 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li.last a {
  background: transparent url('images/tab-right-last.png') no-repeat right -42px; 
}                    /* edited by Tommy for pirimary links from 0px */

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: 0px -11px;  /* edited by Tommy for pirimary links from -35px */
  color: #fff;
}

#primary-menu ul.menu li.last a:hover {
 background-position: 0px -11px;
}                    /* edited by Tommy for pirimary links from 0px */

#primary-menu ul.menu li ul {
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -10px;
  padding: 0;
  position: absolute;
  width: 200px;
  z-index: 2;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li,
#primary-menu ul.menu li ul li.first {
  background: #004590 none repeat scroll 0 0;
  border-bottom: 1px solid #E0E0E0;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#primary-menu ul.menu li ul li:hover {
  background: #005cc0;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: 2px solid;
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited,
#primary-menu ul.menu li ul li.first a {
  background: transparent none repeat scroll 0 0;
  color: #e0e0e0;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 191px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #E0E0E0;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;    /* LTR */
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;    /* LTR */
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}
  
/******************/
/* SECONDARY MENU */
/******************/

#secondary-menu {
}


/***********/
/* MISSION */
/***********/

#mission {
  padding: 8px 0;
}

/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  color: #000;
  font-size: .666em;
  line-height: 100%;
  width: 700px;
  float: left;
  padding-top: 6px;
}

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

#breadcrumb a:link:hover,
#breadcrumb a:visited:hover {
  text-decoration: underline
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

/*****************/
/* GOOGLE SEARCH */
/*****************/

#google-search {
  float: right;
  width: 250px;
}

/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;    /* LTR */
  margin: 0 0 20px 0;
  padding: 0 10px;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  clear: left;    /* LTR */
  float: left;    /* LTR */
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  background: transparent;
  border-style: none;
  display: inline;
  float: left;    /* LTR */
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;    /* LTR */
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #94CE18;
  color: #4A95C8;
  padding-bottom: 2px;
}

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

select.form-select,
input.form-text,
textarea.form-textarea {                                      /* default styling for all text fields */
  background: #F6F9FB url('images/form-bg.png') left top;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

input.form-submit,
input.teaser-button {                                    /* default styling for all form buttons */
  background: transparent url('images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}

form#search-block-form input.form-submit,
form#search-block-form input.teaser-button {
margin: .5em 1em 0 0;
}

form#search-block-form input input.form-submit:hover,
form#search-block-form input input.teaser-button:hover  {
margin: .5em 1em 0 0;
}

input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}  

fieldset {
  border: 1px solid #D6DDB9;
  margin: 15px 0;
  padding: 10px;
}

fieldset.collapsed {
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

#user-login-form {
  text-align: left;    /* LTR */
}

div.form-item label {
  font-weight: normal;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;    /* LTR */
}

/**********/
/* PAGERS */
/**********/
#main-wrapper .item-list .pager {
  clear: both;
  margin: 0 0 20px;
  text-align: center;
}

#preface-wrapper .item-list .pager li,
#main-wrapper .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

#main-wrapper .item-list .pager a.active {
  color: #27638C;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
  text-decoration: none; 
}

#main-wrapper .pager li.pager-current {
  background-color: #D9DBCD;
  border: 1px solid #266996;
  color: #333;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first,
#main-wrapper .pager-next,
#main-wrapper .pager-previous,
#main-wrapper .pager-item,
#main-wrapper .pager-last {
  background-color:#FDFFEF;
  border: 1px solid #266996;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first:hover,
#main-wrapper .pager-next:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-item:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-last:hover {
  background-color: #EAEFCB;
}


/**********/
/* TABLES */
/**********/

table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 57%;
}

#node-8 table.tbl-3-col {
   width: 100%
}

#node-8  .tbl-3-col td {
   width: 33%
}

#node-8 .tbl-2-col table {
   width: 100%
}

#node-8  .tbl-2-col td {
   width: 50%
}



th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 0px 0px 0px 0px;           /* changed from just padding: 3px; */
  vertical-align: center;
  font-size: 10pt;
  /* text-align: center; */
}


th.active img {
  display: inline;
}

tr.even {
  background-color: #fff;
  border-bottom: 1px solid #CCC;
}

tr.odd {
  background-color: #ebebeb;
  border-bottom: 1px solid #CCC;
}

td.active {
  background-color: #e1e1e1;
}

tbody {
  border-top: 0px solid #CCC;
}

tbody th {
  border-bottom: 0px solid #CCC;
}

thead th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

table.std {
  background: url('images/block-gradient.png') no-repeat 0 100%;
  border: 1px solid #e0e0e0;
}

table.std .tablehead {
  background: #006A94 url('images/block-title.png') repeat-x 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
  
table.std td {
  padding: 3px 12px;
}


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview {
  background-color: #FFFFEA;
  padding: 10px;
}

.description {
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}

#help {
  clear: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/*---------------------------------*/
/*---- CONTENT SPECIFIC STYLES ----*/
/*---------------------------------*/



/*--------------------------------*/
/*---- MODULE SPECIFIC STYLES ----*/
/*--------------------------------*/

/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;    /* LTR */
}
.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0.5em;
}

/********/
/* BLOG */
/********/


/************/
/* COMMENTS */
/************/
#comments {
  clear: both;
}

#comments h2.comments {
  background-color: #94CE18;
  color: #fff;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  padding: 6px 14px 6px 52px;    /* LTR */
  text-shadow: #545454 1px 1px;
  text-transform: uppercase;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#comments .content {
  background: transparent;
  border: none;
}

#main-wrapper #comments a.active {
  color: #27638C;
  text-decoration: none;
}

.box {
  padding: 10px;
}

#comment-form {
  margin: 0 0 20px;
  padding: 0 20px;
}

.comment {
  border: none;
  margin: 6px 0 0;
  padding: 10px;
}

.comment h3.title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.comment .links a {
  font-size: 0.9em;
  text-align: right;    /* LTR */
}

#comments .odd {
  background-color: #F4F7E7;
  border: 1px solid #ddd;
}

#comments .even {
  background-color: #fff;
}

#comments .comment-by-author {
  background-color: #FFFFEA;
}

.comment ul.links {
  text-align: right;    /* LTR */
  clear: right;
}

#content-content .comment ul.links li {
  background: transparent;
  margin: 0 10px 0 0;    /* LTR */
  padding: 0;
}

.signature p {
  border-top: 1px solid #d6ddb9;
  font-family: serif;
  font-size: 0.916em;
  margin: 10px 0;
  padding: 0;
}

.content blockquote p {
  font-style: italic;
  margin: 0;
  padding: 8px 20px;
}

blockquote {
  background-color: #dae2ec;
  border: 1px solid black;
  margin: 10px 60px;
  text-align: center;
  font-style: italic;
}

/* blockquote :first-child {
  background: url('images/open-quote.gif') no-repeat left top;  */  /* LTR */
 /* padding: 10px 0 0 20px; */   /* LTR */
/* } */   

blockquote * > :first-child {
  background: transparent;
  padding: 0;
}

blockquote a:link {
  text-decoration: underline;
}


/**********/
/* FORUMS */
/**********/

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}

#forum td.created, 
#forum td.posts, 
#forum td.topics, 
#forum td.last-reply,
#forum td.replies, 
#forum td.pager {
  white-space: nowrap;
}

#forum td.posts, 
#forum td.topics, 
#forum td.replies, 
#forum td.pager {
  text-align: center;
}

.forum-topic-navigation {
  padding: 1em 0 0 3em;    /* LTR */
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}

.forum-topic-navigation .topic-previous {
  text-align: right;    /* LTR */
  float: left;    /* LTR */
  width: 46%;
}

.forum-topic-navigation .topic-next {
  text-align: left;    /* LTR */
  float: right;    /* LTR */
  width: 46%;
}


/*********/
/* POLLS */
/*********/

.poll .bar {                                      /* styles for poll ratings */
  background-color: #DDD;
}

.poll .bar .foreground {
  background-color: #999;
  float: none;
}


/************/
/* PROFILES */
/************/

.profile {
  clear: none;
  margin: 12px 0;
}

.profile h2.title {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.profile dt {
  float: left;    /* LTR */
  margin-bottom: -10px;
  padding: 0 5px;
  text-align: left;    /* LTR */
  width: 185px;
}

.layout-first-main-last .profile dd {
  margin: 15px 5px 0 120px;    /* LTR */
}

.layout-first-main-last .profile dt {
  width: 100px;
}

/******************/
/* SEARCH RESULTS */
/******************/


/*********/
/* VIEWS */
/*********/

.view .view-comments-recent .views-field-subject {
  font-weight: bold;
}

.view .view-style-node{
}

.view .view-style-teaser{
}

.view .view-style-list{
}

.view .view-style-table{
}

.view .views-admin-links li {
  background: transparent !important;
}

/**********/
/* PANELS */
/**********/

.rounded-corner .wrap-corner {
  -moz-background-clip:border !important;
  -moz-background-inline-policy:continuous !important;
  -moz-background-origin:padding !important;
  background:#c0d1d8 none repeat scroll 0 0 !important;
}

.rounded-corner .t-edge {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url('images/shadow-t.png') repeat-x scroll 0 top;
  font-size:1px;
}

.rounded-corner .wrap-corner .l, .rounded-corner .wrap-corner .r {
  background-image:url('images/corner-bits.png');
  height:11px;
  position:absolute;
  top:0;
  width:11px;
}

.rounded-corner .l-edge {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url('images/shadow-l.png') repeat-y scroll 0 0;
}

.rounded-corner .r-edge {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url('images/shadow-r.png') repeat-y scroll right 0;
}

.rounded-corner .b-edge {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url('images/shadow-b.png') repeat-x scroll 0 bottom;
  font-size:1px;
}

#content-inner .rounded-corner img {
  border:1px solid #006894;
  padding:2px;
}

.rounded-corner .center {
  text-align: center;
}

.rounded-corner a,
.rounded-corner a:link,
.rounded-corner a:visited {
}

.node-type-panel h1 {
  display: none;
}

/********************/
/* FCKEDITOR STYLES */
/********************/

.bordered {
	padding: 2px;
	border: 1px solid #d8d8d8;
	}

.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.imgright_bordered {
	padding: 2px;
	border: 1px solid #d8d8d8;
	float: right;
	margin: 0px 0px 10px 10px;
	}

img.img_heading {
	margin-bottom: 10px;
	}
	
.table_standard {
	background-color: #d8d8d8;
	margin-bottom: 10px;
}

.table_standard td {
	padding: 5px;
	background-color: #fff;
	}

.tablehead {
	background-color: #227ba9 !important;
	color: #fff !important;
	font-weight: bold !important;
	text-align: center !important;
	}

.tablehead_gradient {
	background-image: url(/images/h2bg1.jpg);
	background-repeat: repeat-x;
	color: #fff !important;
	font-weight: bold !important;
	text-align: center !important;
	}
	
.tablesubhead {
	background-color: #eee !important;
	font-weight: bold !important;
	}

/***************/
/* PRINT STYLE */
/***************/

@media print {
  body {
    background: white;
    font-size: 10pt;
  }
   
  #header,
  #header-top,
  #header-wrapper,
  #primary-menu-wrapper,
  #sidebar-first,
  #sidebar-last,
  #preface-wrapper,
  #content-tabs,
  #mission,
  #slogan,
  #postscript-wrapper,
  #footer-top,
  #footer,
  #primary-menu,
  #search-box,
  #logo {
    display: none;
  }

  #page,
  #main-wrapper,
  #content-wrapper,
  #content-top,
  #content,
  #content-bottom {
    background: transparent none;
    border: 0;
    color: black;
    float: none !important;
    margin: 0;
    padding: 0;
    width: auto;
  }
  
  #content-wrapper {
    margin: 0 3%;
  }
}
.views-field-title {font-weight:bold}

.imagecache-Product img {
float: left;
margin: 5px 5px 5px 0px;
}

div.view-view-for-sale-item .views-field-teaser p {
display: block;
}

div.node-type-for_sale_item div.field-field-image2 {
margin-top: 12em;
}

div.node-type-for_sale_item div.field-item {
display: inline;
}

.imagecache-square img {

}