@charset "utf-8"; 
/* $Id: style.css,v 1.1 2009/03/10 20:56:29 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Advanced

[Font sizes - based on 75%/12px body]
30px = 2.5em
28px = 2.3333em
26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */
body {
  color: #4c4c4c;
  font: 75% Arial, Verdana, Helvetica;
  margin: 0;
  padding: 0;
  /*background-color: #214365;*/
	background-color: #325c82;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #0a94d8;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	color: #0a94d8;
}

h4 {
  font-size: 1.1667em;
  line-height: 1.2857em;
  margin: 1.2857em 0 0 0; 
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0; 
}

h6 {
  font-size: .9167em;
  line-height: 1.6364em;
  margin: 1.6364em 0 0 0; 
}

p {
	color: #4c4c4c;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}

p a
{
	color: #0a94d8;	
}

p img
{
	border: 1px solid #c3c3c3;
}

a
{
	color: #4c4c4c;
	text-decoration: none;	
}

a:hover,
a.active
{
	color: #0a94d8;	
}

a:hover
{
	text-decoration: underline;
}

.nodisplay {
	display: none;
}

div.content form label {
	float: left;
	width: 160px;
}

div.content form div.form-item {
	margin: 0px;
	padding-bottom: 2px;
}

div.content img {
	border: 1px solid #c3c3c3;
}

div.meta div.links {
	display: none;
}

div.content form input[type="submit"] {
	background-image: url('images/design/buttons/gray_submit.jpg');
	background-repeat: no-repeat;
	width: 122px;
	height: 28px;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;	
	/*padding: -5px 30px 0px -15px;*/
	padding-left: 10px;
	text-align: left;
	margin-left: 325px;
	color: #4c4c4c;
}



/**
 * 2.LAYOUT
 */

#wrapper {
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
 
#top_container
{
	background-image: url('images/design/top_container_bg.jpg');
	background-repeat: repeat-x;
	background-color: #39668f;
	height: 100px;
	width: 100%;
}

#top {
	width: 1200px;
	margin: auto;
	background-image: url('images/design/top_bg.jpg');
	background-repeat: no-repeat;
	height: 100px;
	background-color: #325c83;
}

#header_container {
	background-image: url('images/design/header_container_bg.jpg');
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
}

#body {
	background-image: url('images/design/body_right_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: white;
		
}

#body .left
{
}

#body .center
{
	width: 930px;
	margin: auto;	
}

#body .right
{
	
}

#footer_container
{
	background-image: url('images/design/footer_container_bg.jpg');
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
}

#bottom_container
{
	background-image: url('images/design/bottom_container_bg.jpg');
	background-repeat: repeat-x;
	/*background-color: #325c83;*/
	background-color: #325c82;
	min-height: 101px;
	width: 100%;	
}

#bottom {
	width: 1200px;
	margin: auto;
	background-image: url('images/design/bottom_bg.jpg');
	background-repeat: no-repeat;
	height: 101px;
	/*background-color: #214465;*/
	background-color: #325c82;
}
 
 


#container {
	background-color: #e4e4e4;
	padding: 12px;
	border: 1px solid #d9d9d9;
	width: 906px;
	height: 385px;
	margin: 25px 0px 25px 0px;
}


/**
 * 3.HEADER
 */

#header {
	width: 930px;
	margin: auto;	
	position: relative;
}

#header .header_content {
	background-image: url('images/design/header_content_bg.jpg');
	background-repeat: repeat-x;
	height: 40px;
	float: left;
	margin-top: 40px;
	margin-left: 100px;
	width: 520px;
	padding-left: 10px;	
}

#header .header_content div.block {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#header .header_content .button_search {
	background-color: white;
	border: 1px solid white;
	cursor: hand;
	height: 17px;
	float: left;
	margin-top: 12px;
	margin-left: -55px;
	padding: 0px;
	width: 20px;
}


 
#header h1 {
  float: left;
  line-height: 1em;
}

#header #logo {
  float: left;
  
}

#header div.block-locale h3 {
	display: none;
}

#header div.block-locale ul {
}

#header div.block-locale ul li {
	float: left;
	color: #8d8d8d;
	background-image: none;
	padding-left: 6px;
	font-size: 11px;
	border-left: 1px solid #8d8d8d;
}

#header div.block-locale ul li.first {
	border-left: none;
	padding-left: 0px;
}

#header form {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 30px; /* left = 30px if locale is enabled */
	padding: 10px 0px 0px 0px;
	background-image: url('images/design/header_content_lookup.jpg');
	background-repeat: no-repeat;
}


#header form input {
	margin-left: 30px;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	background-color: white;
	background-image: url('images/design/header_content_search_btn.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	width: 185px;
	color: #8b8b8b;
	
	height: 15px;
}

#header form .form-submit {
	display: none;	
}

#header .header_content div.phone {
	background-image: url('images/design/header_content_phone.jpg');
	background-repeat: no-repeat;	
	width: 145px;
	height: 40px;
	float: right;
	margin-right: 10px;
}

#header .header_content div.phone a {
	display: block;
	width: 145px;
	height: 40px;
}

#search-theme-form {
  float: right;
  margin: 2.5em 0 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

div#edit-search-theme-form-1-wrapper label, div#edit-search-block-form-1-wrapper label {
  display: none;
}
#header .header_park
{
	background-image: url('images/design/header_park.jpg');
	background-repeat: no-repeat;
	height: 24px;
	position: absolute;
	right: 0px;
	top: -4px;
	width: 185px;
}

#header .header_park a
{
	display: block;
	height: 24px;
	width: 185px;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

/* bottom margin leaves space for secondary links */
#nav {
  font-size: 1em;
  width: 100%;
}





#nav .block {
  margin: 0;
}

#nav ul.dynamic-persistent-menu-menu {
  display: block !important;
}

/* negative margin keeps from pushing node h2 titles down */
.breadcrumb {
  color: #666;
  font-size: 0.9em;
  margin: 0em 0 -1.75em;
  padding: 10px 0px 5px 0px;
  position: relative;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/*
.breadcrumb a.active {
	color: #0a94d8;
}
*/



/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  font-size: .8333em;
  line-height: 1.6em;
  margin: 1.6em 0 0;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  border: none;
  margin: 0;
  padding: 0;
}

.meta div.links {
  float: left;
  line-height: 1.3333em;
}

.meta div.terms {
  float: right;
}

.meta div.terms span {
  float: left;
}

.meta div.links ul.links li {
  float: left;
  padding: 0 10px 1.5em 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 0 0 1.5em 10px;
}

.node_read_more {
  font-weight: bold;
}

/* pagination */
.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: #999;
  border: 1px solid #999;
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #eee;
  border-bottom: 1px solid #ccc;
  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;
  line-height: 1.1429em;
  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 {
	background-color: #fbfbfb;
	width: 185px;
	height: 380px; /*350,790*/
	float: left;
	
	
}

#sidebar-left {
	margin-right: 15px;
	border: 1px solid #cfcfcf;
}

#sidebar-right {
	background-color: #e6e6e6;
	width: 186px;
	margin-left: 15px;
}


#sidebar-left div#block-menu-primary-links
{
	margin: 0px;		
}

#sidebar-left div#block-menu-primary-links h3
{
	display: none;
}

#sidebar-left div#block-menu-primary-links li
{
	height: 19px;
}
html>body #sidebar-left div#block-menu-primary-links li.expanded
{
	height: auto;
	min-height: 19px;
}



#sidebar-left div#block-menu-primary-links li a
{
	margin-left: 10px;
}

#sidebar-left div#block-menu-primary-links ul.menu
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #e2e2e2;	
}

#sidebar-left div#block-menu-primary-links ul.menu li
{
	background-image: url('images/design/sidebar_left_menu_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	width: 183px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid #e2e2e2;
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
}

#sidebar-left div#block-menu-primary-links ul.menu li.first
{
	border-top: none;
}

#sidebar-left div#block-menu-primary-links ul.menu li ul.menu
{
	margin: 6px 0px 0px 0px;
	border-bottom: none;
}
	

#sidebar-left div#block-menu-primary-links ul.menu li ul.menu li 
{
	background-image: url('images/design/sidebar_left_menu_item.jpg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #efefef;
	width: 169px;
	height: 20px;
	padding: 5px 0px 0px 12px;
	margin: 0px;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px solid white;
	font-size: 11px;
}

#sidebar-left div#block-menu-primary-links ul.menu li ul.menu li a {
	margin-top: 0px;
}

#sidebar-left div#block-menu-primary-links ul.menu li.collapsed
{
	background-image: url('images/design/sidebar_left_menu_item_collapsed.jpg');
}

#sidebar-left div#block-menu-primary-links ul.menu li.expanded
{
	background-image: url('images/design/sidebar_left_menu_item_ellapsed.jpg');
}

#sidebar-left div#block-menu-primary-links ul.menu li ul.menu li ul.menu
{
	display: none;
	position: absolute;
	left: -99999999px;
}


#sidebar-right .block {
	margin-bottom: 10px;
	background-color: #fbfbfb;
	border: 1px solid #cfcfcf;
	background-image: url('images/design/sidebar_right_menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 184px;
	heigth: 24px;
}

#sidebar-right .block h3 {
	color: white;
	height: 24px;
	width: 172px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

#sidebar-right .block h3 a {
	color: white;	
}
#sidebar-right .block h3 a:hover {
	text-decoration: underline;	
}

#sidebar-right p
{
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar-right ul
{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin: 5px 0px 6px 0px;
}

#sidebar-right ul li
{
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 7px;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 5px;
	background-color: #FBFBFB;
}

#sidebar-right ul li a
{
	color: #6c6c6c;
	font-weight: bold;
}

#sidebar-right ul li a:hover
{
	color: #0a94d8; 	
}

#sidebar-right div.more-link {
	width: auto;
	font-size: 11px;
	margin: -10px 10px 10px 100px;
}

#sidebar-right #block-block-1
{
	height: 120px;
}





/**
 * CENTER
 */
#center
{
	position: relative;
	float: left;
	background-color: #fbfbfb;
	width: 470px;
	border: 1px solid #cfcfcf;
	padding: 15px;
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
}

#center .node .content li
{
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 7px;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 5px;
	background-color: #FBFBFB;
}


	

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 .8333em;
}

.block h3 {
  font-size: 1.3333em;
  line-height: 1.125em;
  margin: 1.125em 0 0 0; 
}

.block ul {
	margin: 0px;
	padding: 0px;
}

#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 {
	width: 930px;
	margin: auto;
	height: 25px;
	font-size: 0.9em;
	position: relative;
}

#footer .left_image {

	background-image: url('images/design/footer_left.jpg');
	height: 430px;
	width: 134px;
	position: absolute;
	left: -145px;
	bottom: 0px;

}

#footer #block-menu-secondary-links h3
{
	display: none;
}

#footer #block-menu-secondary-links {
	margin: 0px;
	padding: 0px;
}

#footer #block-menu-secondary-links ul.menu
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: -1px;
}

#footer #block-menu-secondary-links ul.menu li
{
	color: #8d8d8d;
	border-left: 1px solid #8d8d8d;
	padding-left: 8px;
	margin-right: 5px;
	float: left;
	background-image: none;
}

#footer #block-menu-secondary-links ul.menu li.first
{
	border-left: none;
	padding-left: 0px;
}


#footer #block-menu-secondary-links ul.menu li.last a
{
	color: #0a94d8;
}

#footer #block-menu-secondary-links ul.menu li ul.menu {
	display: none;
	position: absolute;
	left: -99999999px;
}

#footer .label
{
	position: absolute;
	right: 0px;
	bottom: -1px;	
	width: 113px;
	height: 34px;
	background-image: url('images/design/footer_label.jpg');
	background-repeat: no-repeat;
}



/**
 * 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      { background: none; list-style: none; list-style-image: none; }

/**
 * 11.ADVANCED
 */
/* lists */
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: 0.5em 0 1em 0; }
dl dt { margin: 0.8em 0 0.2em; }
dl dd { margin: 0 0 0.5em 1.5em; }

/* forms & fieldsets */
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 #ccc; margin: 1em 0; padding: 1em; }
fieldset legend { padding: 0 0.5em; }
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%; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
.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; }
#autocomplete li { cursor: pointer; margin: 0; padding: 2px; }
#autocomplete li.selected { background: #027ac6; color: #fff; }

/* admin tab links */
#tabs-wrapper { border-bottom:1px solid #ccc; margin: .5em 0 1em; padding: 0; }
ul.primary { border-bottom: 5px solid #eee; margin: 0; padding: .25em 0; }
ul.primary li { background: none; border-top: 3px solid #ccc; margin: 0 .5em 0 0; padding: .25em 0; }
ul.primary li.active { background: #eee; }
ul.primary li:hover { background: #f5f5f5; }
ul.secondary { background: #eee; border: none; margin: 0; padding: 0 1em; }
ul.secondary li { background: none; border: none; display:inline; line-height: 2em; margin: 0 0 0 0; padding: 0 1em 0 0; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em; text-decoration: none; }
ul.secondary li a, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0; text-decoration: none; }
ul.secondary li.active a, ul.secondary li a:hover { text-decoration: underline; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; text-decoration: none; }


/* admin styling */
div.admin, div.admin .left, div.admin .right, div.admin-panel, div.admin-panel .body, div.admin .expert-link { margin: 0; padding: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em; }
body.admin .description { margin-bottom: 1.5em; }
body.admin dl { margin: 0; }
body.admin dt { font-weight: normal; }
body.admin dd { color: #898989; font-size: .9167em; line-height: 1.5em; margin-bottom: .5em; }

/* admin tables */
body.admin table { margin: 1em 0; width: 100%}
body.admin thead th { border-bottom: 2px solid #ccc; font-weight: 700; padding:0 1em 0 0; }
body.admin tbody { border-top: none; }
body.admin td, body.admin th { padding: .3em .5em; vertical-align: middle; }
body.admin tr.even, body.admin tr.odd { border: solid #ccc; border-width: 1px 0; }
body.admin tr.odd, body.admin tr.info { background-color: #eee; }
body.admin tr.even { background-color: #f5f5f5; }
body.admin tr.drag { background-color: #fffff0; }
body.admin tr.drag-previous { background-color: #ffd; }
td.region, td.module, td.container, td.category { background-color: #ddd; border-bottom: 1px solid #ccc; border-top: 1em 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; }
body.admin table.sticky-header { margin: 0 0 0 1px; }
body.admin table.sticky-header th { padding-top: .5em; }
span.form-required { color: #ffae00; }

/* messages */
.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }
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; }
.description { color: #666; font-size: .92em; line-height: 150%; margin-bottom: .75em; }

/* status report */
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; }
table.system-status-report th { padding-bottom: 6px; padding-top: 6px; }
table.system-status-report th, table.system-status-report tr.merge-up td { padding-left: 30px; }




/**
 * 12. VIEWS
 */


/* View "product-category" : List of product categories */

div.view-product-category {
	margin-top: 40px;
	padding-left: 40px;
}

div.view-product-category table td {
	width: 130px;
}

div.view-product-category img {
	border: 1px solid #d3d3d3;
}

div.view-product-category div.views-field-title a {
	background-image: url('images/design/buttons/gray_small.jpg');
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	padding: 5px 20px 0px 10px;
	text-transform: uppercase;
	width: 77px;
}

div.view-product-category div.views-field-title a:hover {
	background-image: url('images/design/buttons/gray_small_hover.jpg');
	text-decoration: none;
	color: #4c4c4c;
}
	

/* View "product-subcategory" : List of product subcategories */

div.view-product-subcategory div.view-content {
	height: 20px;
}

div.view-product-subcategory table td.col-1 {
	padding-right: 10px;	
}

div.view-product-subcategory div.views-field-title a {
	background-image: url('images/design/buttons/gray_large.jpg');
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding: 8px 0px 0px 10px;
	text-transform: uppercase;
	width: 212px;
}

div.view-product-subcategory div.views-field-title a:hover {
	background-image: url('images/design/buttons/gray_large_hover.jpg');
	color: #4c4c4c;
	text-decoration: none;
}


/* View "product" : List of products of subcategory */

div.view-product table td {
	width: 120px;	
}

div.view-product img {
	border: 1px solid #d3d3d3;	
}

div.view-product div.views-field-title a {
	background-image: url('images/design/buttons/gray_small.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 25px 0px 10px;
	text-transform: uppercase;
	width: 77px;
}


div.view-product div.views-field-title a:hover {
	background-image: url('images/design/buttons/gray_small_hover.jpg');
	text-decoration: none;
	color: #4c4c4c;
}
	


/**
 * 13. NODES
 */
 

/* Toolbar */


div.toolbar {
	width: 450px;
	text-align: center;
	padding-bottom: 20px;
}

div.toolbar ul li {
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 11px;
	float: left;
	width: 115px;
	text-align: left;
}

div.toolbar ul li.back {
	background-image: url('images/design/list_image_back.jpg');
}

div.toolbar ul li.pdf {
	background-image: url('images/design/list_image_pdf.jpg');
}

div.toolbar ul li.email {
	background-image: url('images/design/list_image_email.jpg');
}

div.toolbar ul li.signup {
	background-image: url('images/design/list_image_signup.jpg');
}

div.toolbar ul li a {
	color: #0a94d8;
	font-weight: bold;
}

div.toolbar ul li a:hover {
	text-decoration: underline;
}

div.toolbar_extend ul li {
	width: 200px;
}

	
/* Product Detail Page */
	
div.node-product { position: static; }
	
div.node-product div.image-gallery {
	width: 105px;
	height: 105px;
	border: 1px solid #d3d3d3;
	position: relative;
	float: left;
	margin-right: 10px;
}
	
div.node-product div.image-gallery a.lightbox-processed img {
	height: 105px;
	width: 105px;
	z-index: 50;
}

div.node-product div.image-gallery div.lookup {
	width: 25px;
	height: 25px;
	z-index: 100;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url('images/pages/product_lookup.jpg');
	background-repeat: no-repeat;
}
	
div.node-product div.field-field-image
{
	display: none;
}

div.node-product div.sub-image-gallery
{
	height: 120px;
	margin-right: 10px;
	width: 30px;
}

div.node-product div.sub-image-gallery img
{
	border: 1px solid #d3d3d3;
}

div.node-product div.content
{
	height: 120px;
}	
	
div.node-product div.informations {
	
	clear: both;
}

div.node-product div.informations span.clear {
	height: 20px;
}
	
div.node-product div.informations ul {
	border-top: 1px solid #e6e6e6;
}
	
div.node-product div.informations ul li {
	float: left;
	background: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div.node-product div.informations ul li.first {
	margin-left: 0px;
}

div.node-product div.informations ul li a {
	display: block;	
	width: 136px;	
	height: 16px;
	text-align: center;
	padding: 4px;
	background-image: url('images/pages/product_menu_inactive.jpg');
	background-position: left top;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #0a94d8;
	line-height: 16px;
}

div.node-product div.informations ul li a:hover,
div.node-product div.informations ul li.ui-tabs-selected a	
{
	background-image: url('images/pages/product_menu_active.jpg');
	text-decoration: none;
}

div.node-product div.informations div.ui-tabs-panel {
	clear: left;
}

div.node-product div.informations div.ui-tabs-hide {
	display: none;
	position: absolute;
	left: -99999999px;
}

div.node-product div.informations div#tabs div {
	padding-top: 10px;
}

div.node-product div.informations div#tabs div p {
	margin-bottom: 5px;
}

div.node-product div.informations div#tabs div ul {
	border: none;
	margin-bottom: 5px;
}
div.node-product div.informations div#tabs div ul li {
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 15px;
	padding-right: 5px;
	clear: both;
}


div.node-product fieldset.group-infos {
	display: none;
}

div.node-product div.products-linked {
	border-top: 1px solid #e6e6e6;
	clear: both;
	width: 454px;
}

div.node-product div.products-linked div.head div.title {
	background-image: url('images/pages/product_menu_active.jpg');
	background-position: left top;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #0a94d8;
	padding: 4px;
	height: 16px;
	width: 136px;
	text-align: center;
	float: left;
}

div.node-product div.products-linked div.head div.infos {
	float: left;
	width: 250px;
	font-size: 11px;
	margin-left: 15px;
	margin-top: 5px;
}

div.node-product div.products-linked div.body {
	clear: left;
	padding-top: 10px;
}

div.node-product div.products-linked div.body div {
	float: left;
}

div.node-product div.products-linked div.body div.previous,
div.node-product div.products-linked div.body div.next
{ 
	background-position: left 1px;
	width: 10px;
	height: 76px;
}

div.node-product div.products-linked div.body div.previous {
	background-image: url('images/pages/product_product_linked_prev.jpg');
}

div.node-product div.products-linked div.body div.next {	
	background-image: url('images/pages/product_product_linked_next.jpg');
}

div.node-product div.products-linked div.body div.previous a,
div.node-product div.products-linked div.body div.next a
{
	display: block;
	width: 10px;
	height: 76px;
}

div.node-product div.products-linked div.body #products-container {
	width: 432px;
	overflow: hidden; /* auto for debug */
}

div.node-product div.products-linked div.body div.products {
	height: 77px;
	width: 600px;
	overflow: hidden;
}

div.node-product div.products-linked div.body div.products div {
	background-image: url('images/design/tmp/product_linked.jpg');
	width: 71px;
	height: 74px;
	border: 1px solid #e6e6e6; /* rollover #199dde */
	border-left: none;
	float: left;
	background-color: white;
}
	
.group-images .field-item {
	float: left;
}

/* Views "News" / Display "Bloc" */

#sidebar-right div#block-views-news-block_1 {
	background-image: url('images/design/sidebar_right_menu_bg_wc.jpg');
}



/* Views "News" / Display "Page" */

div.view-display-id-page_1 ul li {
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 15px;
	padding-right: 5px;
	border-bottom: 1px solid #D1D1D1;
	position: relative;
	height: 140px;
	margin-top: 15px;
	padding-bottom: 15px;
}

div.view-display-id-page_1 ul li.views-row-last {
	border-bottom: none;
}

div.view-display-id-page_1 ul li a
{
	/*color: #4c4c4c;*/
	color: #0a94d8;
	font-weight: bold;
}

div.view-display-id-page_1 ul li a:hover
{
	text-decoration: underline;
}

div.view-display-id-page_1 img {
	border: 1px solid #BFBFBD;
}

div.view-display-id-page_1 span.separator {
	margin: 0px 3px 0px 3px;
}


div.view-display-id-page_1 span.views-field-field-news-date-value {
	font-weight: bold;	
}

div.view-display-id-page_1 div.views-field-field-news-intro-value {
	width: 320px;
	margin-top: 15px;
}

div.view-display-id-page_1 div.views-field-field-news-image-fid {
	position: absolute;
	top: 0px;
	right: 0px;
}



/* News Detail */

div.node-news div.left {
	width: 310px;
	float: left;
}

div.node-news div.left div.title {
	margin-bottom: 10px;
}

/*
div.node-news div.left div.title h3 {
	float: left;	
}

div.node-news div.left div.title span.separator {
	margin: 0px 3px 0px 3px;
}
*/

div.node-news div.left div.title span.date-display-single {
	font-weight: bold;
}

div.node-news div.left p.intro {
	padding-top: 5px;
	clear: left;
	font-weight: bold;
}

div.node-news div.left ul.thematical-files li {
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 5px;
}

div.node-news div.left ul.thematical-files li a {
	color: #0a94d8;
}	


div.node-news div.right {
	margin-left: 15px;
	width: 125px;
	float: left;
}

div.node-news div.right div.image {
	text-align: right;
}

div.node-news div.right div.image img {
	border: 1px solid #BFBFBD;
}

div.node-news div.right div.links {
	margin-top: 190px;
	/*position: fixed;*/
}

div.node-news div.right div.links ul li {
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 11px;
}

div.node-news div.right div.links ul li.back {
	background-image: url('images/design/list_image_back.jpg');
}

div.node-news div.right div.links ul li.email {
	background-image: url('images/design/list_image_email.jpg');
}

div.node-news div.right div.links ul li a {
	/*color: #4c4c4c;*/
	color: #0a94d8;
	font-weight: bold;
}

div.node-news div.right div.links ul li a:hover {
	text-decoration: underline;
}





/* Views "Thematical File" / Display "Page" */

div.view-thematical-file ul {
	margin-bottom: 10px;	
	margin-left: 0px;
}

div.view-thematical-file ul li {
	
	height: 20px;
	border: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;	
}

div.item-list h3 {
	color: #4c4c4c;
}



/* Thematical file Detail */

div.node-thematical-file {
	/*
	width: 310px;
	float: left;
	*/
}


div.node-thematical-file img {
	border: 1px solid #BFBFBD;
}


div.node-thematical-file div.body ul li {
	background-color: #fbfbfb;
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 5px;
}

div.node-thematical-file div.body ol li a,
div.node-thematical-file div.body ul li a {
	color: #0a94d8;
}	



/* Job Detail */

div.node-job div.container
{
	background-color: #e7e7e7;
	width: 454px;
	margin: 5px 0 20px 0px;
	padding: 0px;
	height: auto;
}

div.node-job * {
	padding: 0px;
}

div.node-job dl
{
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-color: #e7e7e7;
}

div.node-job dl dt
{
	width: 125px;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid white;
	font-weight: bold;
	background-color: #e7e7e7;
	color: #0a94d8;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

div.node-job dl dd
{
	background-color: #f4f4f4;
	border-top: 1px solid white;
	float: left;
	width: 305px;
	margin: 0 0 0 0;
	padding: .5em;
}   

div.node-job dl .first
{
	border-top: none;
}

div.node-job dl dd ul {
	margin: 0px;
}

div.node-job dl dd ul li {
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

div.node-job dl dd ul li a {
	color: #0a94d8;
}






/* For homepage */

div.node-frontpage h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.node-frontpage img {
	border: 1px solid #c3c3c3;
}

div.node-frontpage p {
	margin-bottom: 7px;
}



/* IMCE */

#imce-header {
	background-image: url('images/design/imce_header.jpg');
	background-repeat: no-repeat;
	width: 896px;
	height: 106px;
	
}

#imce-content #ops-list {
	background-color: white;
}

#imce-content #ops-wrapper a {
	color: #4c4c4c;
	font-weight: bold;
}

#imce-content #file-header-wrapper {
	width: 650px;
}

#imce-content #file-header-wrapper td {
	background-color: #119bdf;
	color: white;
	padding: 5px;
}

#imce-content #file-header-wrapper td.size,
#imce-content #file-header-wrapper td.width,
#imce-content #file-header-wrapper td.height
{
	text-align: center;
}

#imce-content #file-list {
	width: 640px;
}

#imce-content #file-list td.op {
	text-align: center;
}


#imce-content #file-list td.name {
	width: 30%;
}

#imce-content #file-list td.size,
#imce-content #file-list td.width,
#imce-content #file-list td.height,
#imce-content #file-list td.op
{
	width: 10%;
}

#imce-content #file-list td.date {
	width: 20%;
}

#imce-content #file-list td.width,
#imce-content #file-list td.height,
#imce-content #file-list td.op
{
	text-align: center;
}

#imce-content #navigation-tree li a.folder,
#imce-content #navigation-tree li a.active
{
  background-image: url('images/design/imce_folder.jpg');
}


#imce-content a {
	color: #0a94d8;
}

#browse-wrapper, #sub-browse-wrapper, #file-list-wrapper { height: 300px; }

#log-wrapper,
#dir-stat,
#log-clearer,
#help-box
{
	display: none;
}

#preview-wrapper,
#log-prv-wrapper
{
	height: 300px;
}
#navigation-wrapper {
	width: 210px;
}



/* Sitemap */

div.site-map h2.title {
	display: none;
}

div.site-map li {
	background-image: url('images/design/list_image.jpg');
	background-repeat: no-repeat;
	background-position: 4px 6px;
	background-color: #FBFBFB;
	padding-left: 15px;
	padding-right: 5px;	
}


/*div.more-link { display: none; }*/

div.more-link {
	background-image: none;
}



/* Search */

p.search-info {
	display: none;
}




