dddddddddddd/**
 * $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, legend, label, textarea,
caption {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: 0;
}

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

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

body {
	background-color: #444;
  	/*background: #444 url('/store/images/bg.gif');*/
	background-position:center; 
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 12px; 
  font-weight: normal;
  line-height: 140%;
}

#home {
  font-size:10px;
  line-height:14px;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
  margin-bottom: 10px;
}

h2.bordered {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  /*background: #006a94 url('images/block-title.png') repeat-x 0 0;*/
  background-color: #0060aa;
  padding: 6px;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h2.pane-title {
  border-left: 0;
  border-right: 0;
  font-size: 1.2em;
  color: #000;
  margin-bottom: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px 0;
  margin-bottom: 10px;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 130%;
  margin: 0 0 10px 0;
  padding:0;
}

/*****************/
/*   ALIGNERS    */
/*****************/

.acenter {
	text-align: center;
}

.aright {
	text-align: right;
}

.atop {
	vertical-align: top;
}

.abottom {
	vertical-align: bottom;
}

table.tcenter { /* Centering tables within articles */
	margin: 0px auto 10px auto;
}

/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #0060aa;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

a:link,
a:visited {
  color: #0060aa;
}  

a:hover,
a:active {
  text-decoration: none;
}

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


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;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}


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

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

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
}

#preface-wrapper div.block ul li,
body.layout-main-last #sidebar-last li.leaf,
body.layout-main-last #sidebar-last ul.menu li,
body.layout-main-last #sidebar-last .item-list ul li,
#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 */
}


/* 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 */
/********************/

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

#header-wrapper {
  background-color: #000;
  min-height: 150px;
  width: 1000px;
  margin: 0px auto 0px auto;
  border-top: 3px solid #0061aa;
}

#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: 33px 18px 0 7px;
  width: 325px;
}

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

#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 10px 0 0;
  width: 638px;
}

#header-right img {
	display: block !important;
	border: 1px solid #ccc;
}

#primary-menu-wrapper {
  background: url('images/prim-nav-bkg.png') repeat-x 0 0;
  z-index: 5;    /* fixes IE z-index bug */
  height: 32px;
  width: 1000px;
  margin: 0px auto 0px auto;
}


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

#preface {
  background: #757575;
  min-height: 22px;
  width: 1000px;
  margin: 0px auto 0px auto;
}

#preface-wrapper {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: 0px auto 0px auto;
  padding: 4px 7px 0 2px;
  width: 993px;
}

#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;
}

.preface-bottom {
	background-color: #fff;
	background-image: url('images/prefacebg.jpg');
	height: 4px;
	width: 1000px;
	margin: 0px auto 0px auto;
}
/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  width: 1000px;
  margin: 0px auto 0px auto;
}

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

#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 5px;    /* LTR */
}


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

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

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

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

#content_container {
  
}

#content-header {
  padding: 5px;
  padding-bottom:0;
}

#content-header p {
  margin: 0;
}

#content-header img {
  display: block;
}

#content-inner {
  clear: left;
  padding: 10px;
  padding-top: 0;
  background-color: #fff;
}

#content-footer {
  clear: both;
  padding: 0 10px;
}

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

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

#footer-wrapper {
  background: #0060ab url('images/footer-bkg.png') repeat-x 0 0;
  min-height: 56px;
  clear: both;
  width: 1000px;
  margin: 0px auto 0px auto;
}

#footer {
  display: block;
  font-size: 12px;
  line-height: 140% !important;
  margin: auto auto;
  overflow: hidden;
  padding-top: 10px;
  text-align: left;
  width: 1000px;
  color: #fff;
}

#footer a {
	color: #fff;
}

#footer table.table-outer {
	width: 1000px;
}	

#footer table.table-outer td.col-1 {
	vertical-align: top !important;
	text-align: left;
	width: 290px;
	padding-left: 10px;
	font-size: 12px;
}	

#footer table.table-outer td.col-1 .footersearch {
	border-bottom: 1px solid #01518d;
	margin: 0px 10px 10px 0px;
	padding-bottom: 10px;
}			

#footer table.table-outer td.col-1 .footersearch .search-box {
	width: 140px;
	padding: 2px 2px 2px 20px;
	border: 1px solid rgb(204, 204, 204);
	background-image: url(/store/images/search_bg.png) !important; background-repeat: no-repeat !important;
}
					
#footer table.table-outer td.col-1 .footersearch .submit-button {
	background: #008000;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ccc;
}

#footer table.table-outer td.col-1 table.site-links td {
	color: #fff;
	vertical-align: top;
	font-size: 11px;
	line-height: 170%;
}

#footer table.table-outer td.col-2 {
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #01518d;
	border-right: 1px solid #01518d;
	vertical-align: top;
}	

#footer table.table-outer td.col-2 .form-wrapper {
	margin: 0px auto 10px;
	padding-bottom: 10px;					
}
					
#footer table.table-outer td.col-2 .form-wrapper .first_name, .form-wrapper .email_add, .form-wrapper .select_goal {
	width: 195px;
	border: 1px solid #ccc;
	padding: 2px;
}

#footer table.table-outer td.col-2 .form-wrapper table.newsletter-signup {
	margin: 0;
}

#footer table.table-outer td.col-2 .form-wrapper table.newsletter-signup td {
	padding: 5px;
	font-size: 12px;
}

#footer table.table-outer td.col-3 {
	width: 240px;
	vertical-align: top;
	padding-left: 10px;
}

#footer table.table-outer td.col-3 .company-address {
	margin: 0px 10px 10px 0px;
	padding-top: 10px;
	border-top: 1px solid rgb(1, 81, 141);
	width: 230px;
	font-size: 11px;
	line-height: 140%;
}

#footer .copyright-statement {
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}

/****************************************/
/*          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: 1000px;
}


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

body.layout-first-main #sidebar-first {
  padding: 5px 5px 0;
  margin: 0 8px 0 0;
  width: 300px;
}

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


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

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

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: 504px;
}

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 */


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

h1.title {                                        /* page titles */
  clear: left;    /* LTR */
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.633em;
  font-weight: 600;
  line-height: 1.272em;
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 0;
}  

h2 {                                        /* block titles, node titles */
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}  

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


h2.title a:hover,
h2.title a:active {
  color: #619CBE;
  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;
}

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

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

div.block-region {
  background-color: #FFFF66;
  color: #000;
  font-family: Verdana,Tahoma, 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;
}

.front #preface-first div.block-wrapper {                    /* spacing between blocks */
  margin: 0;
}

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: 5px 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: #0060aa url('images/h2_bg.png') repeat-x 0 0;
  color: #fff;
  padding: 6px;
  text-align: left;
  margin:0;
}

#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;
}

/* 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;
}


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

#primary-menu {                                   /* menu layout */
  width: 1000px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 1em;
}
  
#primary-menu ul {
  margin: 0;
  margin-left: 5px;
}

#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 0;
  display: block;
  float: left;    /* LTR */
  margin: 0 0 0 0;
  padding: 0 0 0 8px;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: .92em;
}

#primary-menu ul.menu li.first {                        /* top item layout */
  background: transparent url('images/tab-left-first.png') no-repeat left 0;
}

#primary-menu ul.menu li.first,
#primary-menu ul.menu li.last {                        /* top item layout */
  padding: 0 0 0 8px;
}

#primary-menu ul.menu li.first a,
#primary-menu ul.menu li.last a {                        /* top item layout */
  padding: 0.915em .917em 0.666em 0;    /* 5px 10px 1px 0 */
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -35px;
}

#primary-menu ul.menu li a {
  background: transparent url('images/tab-right.png') no-repeat right 0;
  color: #e0e0e0;
  display: block;
  padding: 0.915em 1em 0.666em 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 0;
}

#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: right -35px;
  color: #fff;
}

#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: #005596;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: auto;
  margin: 0;
}

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

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#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;
  color: #e0e0e0;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 191px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #fff;
  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-wrapper {
  float: right;
  width: 636px;
  text-align: right;
  position: relative;
  margin-top: 8px;
  font-size: 75%;
}

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

#secondary-menu ul li {
  background: transparent none repeat;
  border-left: 1px solid #fff;    /* LTR */
  display: inline;
  padding: 0 5px 0 9px;    /* LTR */
  font-size: 10px;
}

#secondary-menu ul li.first {
  border: none;
}

#secondary-menu ul li a:link,
#secondary-menu ul li a:visited {
  color: #fff;
  text-decoration: none;
}

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

#mission {
  padding: 8px 0;
}

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

#breadcrumb {
  color: #000;
  line-height: 100%;
  width: 730px;
  float: left;
  padding-top: 5px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

#breadcrumb a:link,
#breadcrumb a:visited {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 5px 9px 5px 4px;
  border-right: 1px solid #909090;
}

#breadcrumb a:link:hover,
#breadcrumb a:visited:hover {
  text-decoration: none;
  background-color: #626262;
}

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

#breadcrumb ul {
	margin:0 0 0 0px;
	padding:0;
	list-style-type: none !important;
	}

#breadcrumb ul li {
	display: inline;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	padding:0;
	margin:0;
}

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

#google-search {
  float: right !important;
  width: 240px !important;
  text-align: right !important;
  margin: 0 10px 0px 5px!important;
}

#google-search input.form-text1 {
	width: 140px  !important;
	background-color: #eee !important;
	color: #000;
	border: 1px solid #ccc !important;
	padding: 2px  !important;
	padding-left: 22px !important;
	background-image: url(images/search_bg.png) !important;
	background-repeat: no-repeat  !important;
}

#google-search input.form-submit1 {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;

}

#google-search div.block-wrapper {
  margin: 0  !important;
}

.postdata {
	margin-bottom: 3px;
}
