/* CSS Document 
 *
 * Blue: #2f3e79
 * Green: #698718
 * Red: #f44d10
 *
 */
 
/*----------------( begin style reset)-------------------*/

* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------------( end style reset )--------------------------*/


ul {
	list-style: none;
}

body {
	font: medium Myriad, Calibri, Arial, sans-serif;
	color: #2f3e79;
	text-align: left;
	background-color: #fff;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	margin-top: 2em;
	font-weight: normal;
	clear: both;
}

img {
	border: 0;
}

h1 {
	color: #2f3e79;
	font-size: 210%;
	text-align: center;
	margin-bottom: 1em;
}

h2 {
	color: #f44d10;
	font-size: 190%;
	text-align: center;
}

h3 {
	color: #698718;
	font-size: 170%;
	text-align: center;
}

a {
	color: #698718;
}

a:hover {
	text-decoration: underline;
}

a:active {
  outline: none;
}


/*-------------------( container )--------------------*/

#container {
	position: relative;
	width: 100%;
 	background-color: #fff;
 	padding-bottom: 1em;
	text-align: center;
}

/*-------------------( header )------------------------*/

#header {
	position: relative;
	width: 100%;
	background: #8AB723;
	padding-top: 15px;
	padding-bottom: 10px;
}

/*-------------------( nav )---------------------------*/


#nav {
	position: relative;
	background-image: url(../img/header_bg.gif);
	width: 900px;
	height: 118px;
	margin: 0 auto;
}

#nav h1 {
	margin: 0;
	padding: 0;
}

#nav h1 a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 43px;
	left: 194px;
	height: 34px;
	width: 570px;
}

#nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 118px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	position: absolute;
	top: 92px;
	height: 13px;
	margin: 0;
	padding: 0;
}

#li-company { left: 175px; width: 90px; }
#li-people { left: 305px; width: 75px; }
#li-advantage { left: 425px; width: 98px; }
#li-products { left: 575px; width: 92px; }
#li-labels { left: 710px; width: 112px; }
#nav ul #li-login { top: 93px; left: 845px; width: 35px; }

#nav ul a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#company #li-company a, #li-company a:hover { background: url(../img/header_bg.gif) -175px -210px; }
#People #li-people a, #li-people a:hover { background: url(../img/header_bg.gif) -305px -210px; }
#advantage #li-advantage a, #li-advantage a:hover { background: url(../img/header_bg.gif) -425px -210px; }
#Products #li-products a, #li-products a:hover { background: url(../img/header_bg.gif) -575px -210px; }
#Labels #li-labels a, #li-labels a:hover { background: url(../img/header_bg.gif) -710px -210px; }
#login #li-login a, #li-login a:hover { background: url(../img/header_bg.gif) -845px -210px; }


/*-------------------( content )-----------------------*/

#content-wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.index, .view {
	margin-top: 15px;
}

/*-------------------( company )-----------------------*/

#company ul#subnav  {
	list-style: none;
	width: 100%;
	float: left;
	margin-top: 4em;
}

#company ul#subnav li {
	width: 168px;
	padding-top: 135px;
	margin-right: 5px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none; 
	text-align: center;
	font-size: 20px;
}

#li-growing { margin-left: 5px; background-image: url(../img/growers.jpg);  }
#li-distributing { background-image: url(../img/freightliner-truck.jpg); }
#li-importing { background-image: url(../img/grocery-store.jpg); }
#li-transport { background-image: url(../img/container-ship.jpg); }
#li-consulting { background-image: url(../img/consumer.jpg); }

	

#li-growing { color: #8CC63E; }
#li-distributing { color: #3F55A5; }
#li-importing { color: #F36421; }
#li-transport { color: #C0262D; }
#li-consulting { color: #008DB0; }


#company h2#tagline {
	float: left;
	background: #fff url(../img/tagline.gif) top right no-repeat;
	width: 90%;
	height: 51px;
	margin: 2em auto 0 auto;
	text-indent: -9999px;
}

/*-------------------( advantage )---------------------*/

#advantage div.image, #advantage div.image {
	float: left;
	text-align: center;
	width: 33%;
}

#advantage p {
	margin-top: 1em;
}

#advantage h2, #advantage h3 {
	clear: both;
	margin-top: 1em;
}


#advantage .image {
	margin-bottom: 1em;
}

#advantage .image p {
	margin-top: 0;
}

#advantage em {
	font-weight: bold;
}

#advantage ul {
	margin-left: 2em;
	margin-top: 1em;
}

#advantage li {
	padding-left: 1.5em;
}

#advantage #nav ul {
	margin: 0;
	padding: 0;
}

#advantage #nav ul li {
	margin: 0;
	padding: 0;
}

/*-------------------( People )------------------------*/

#People p {
	margin-top: 1em;
}

#People .person p {
	margin-top: 0;
}

#People a {
	color: #2f3e79;
	text-decoration: none;
}

#People h2, #People h3, #People h4 {
	text-align: left;
	clear: both;
	font-style: italic;
	color: #2f3e79;
	margin-bottom: 0.25em;
}

#People h3 {
	margin-top: 0.25em;
	font-size: 140%;
	text-transform: uppercase;
	margin-bottom: 2em;
	font-style: normal;
	color: #f44d10;
}

#People h4 {
	font-size: 160%;
	clear: both;
}

#People h5 {
	margin-top: 0.75em;
	clear: both;
}

#People .people .image-right {
	float: right;
	padding-left: 20px;
	padding-right: 40px;
}

#People .person {
	float: left;
	text-align: center;
	margin: 20px;
	width: 140px;
	height: 140px;
}

#People .not-pictured {
	clear: both;
	margin-top: 3em;
}

#People h5 {
	color: #2f3e79;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	clear: both;
}

#People strong {
	color: #2f3e79;
	font-size: 100%;
	font-weight: bold;
	clear: both;
}

#People em {
	font-weight: bold;
}

#People .snippet {
	clear: both;
	color: #698718;
	margin-top: 2em;
	text-align: left;
}


.dept {

	}
	
/*-------------------( Products )----------------------*/

#Products #content {
	padding-top: 2em;
}

.products .row {
	float: left;
	width: 100%;
}

.product {
	width: 50%;
	float: left;
}

.product .images {
	float: left;
	margin-right: 10px;
}

.product .images img {
	clear: both;
	display: block;
	margin: 10px 0;
}

.product .text {
}

#Products strong {
	font-size: 125%;
	font-weight: normal;
}

.product p {
	margin: 0.5em 1em;
	text-align: left;
}

/*-------------------( Memos )-------------------------*/

#Memos #content h2 {
	text-align: left;
	margin-bottom: 2em;
}


/*-------------------( Labels )------------------------*/

#Labels #content {
	padding-top: 2em;
}

#Labels strong {
	color: #2f3e79;
	font-size: 120%;
	font-weight: normal;
	clear: both;
}

.label {	
	margin-top: 2em;
	margin-bottom: 1em;
}

.label p {
	margin: 0.5em 0;
}

.label a {
	color: #2f3e79;
	text-decoration: none;
	text-transform: uppercase;
}


/*-------------------( Users )-------------------------*/
#Users {
	text-align: left;
}

#Users h1, #Users h2 {
	text-align: left;
}

a.btn, a.btn:visited {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

 a.btn span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

 a.btn:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

 a.btn:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

 a.btn:hover {
	text-decoration: none;
	border: 0;
	color: #444;
}

/*-------------------( footer )------------------------*/

#footer {
	width: 900px;
	margin: 0 auto;
	margin-top: 4em;
	font-size: 95%;
	text-align: center;
}


/*-------------------( admin )--------------------------*/

.admin h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #33466d;
	margin: 1em 0;
}

.admin h2 {
	font-size: 1.1em;
	font-weight: 100;
	color: #44567d;
	margin: 1em 0;
}

#Events h2 {
	margin-top: 0.5;
}

.admin a:visited, .admin a:active, .admin a {
	color: inherit;
	text-decoration: none;
}

.admin #content-wrapper {
	background-color: #f6f6f6;
	min-height: 600px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	max-width: 1400px;
	width: 90%;
}

.admin #content {
	padding: 20px 20px;
}

.admin #nav {
	background-image: url(../img/header_bg_nologin.gif);
}

.memos h1 {
	margin-bottom: 2px;
}

.memos em {
	font-style: italic;
}

p.byline {
	font-size: 70%;
	margin-bottom: 1em;
}

#flashMsg {
	width: 100%;
}
#flashMessage {
	background: #fff9d9;
}
.message { 
    font-size: 85%; 
    /*border-bottom: solid 1px #c9b484; */
    border-top: 0px; 
    color: #000; 
    text-align: left; 
	padding: 12px 20px;
} 

form {
	margin-top: 2em;
}

form div{
	vertical-align: text-top;
	margin-bottom:2em;
}

label {
	display: block;
	font-size: 14px;
	padding-right: 20px;
}

input, textarea {
	clear: both;
	display:block;
	font-size: 14px;
	font-family: inherit;
}

input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}

form div.input {
	color: #444;
}

form div.required {
	color: #333;
	font-weight: bold;
}

label {
	display: block;
	padding-right: 20px;
}

input, textarea {
	clear: both;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 62%;
}

#login-form input {
	width: 200px;
}

#login-form input[type=submit] {
	width: auto;
}

select {
	clear: both;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 62%;
}

option {
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

p.error {
	margin-top: 2em;
	margin-left: 1em;
	color: #C0262D;
}

.admin h1, .admin h2, .admin h3  {
	text-align: left;
}

.admin table {
	width: 100%;
	border-right: 1px solid #ccc;
}

.admin table tr th {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: underline;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	border-right: 0px;
}

.admin table tr th a {
	color: #333;
}

.admin table tr td {
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: white;
}

.admin table tr.odd td {
	background-color: #eee;
}

.admin table tr:hover td{
	background-color: #fff9d9;
}

#admin-menu {
	height: auto; 
	font-size: 0.85em; 
	position: relative; 
	border-right:  1px solid #ccc;
	font-weight:  bold;
	margin-bottom: 1em;
}

#admin-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#admin-menu li {
	float: left;
	position: relative;
	margin-right:  2px;
}

#admin-menu a, #admin-menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none; 
	color: #33466d; 
	height: auto; 
	border:  1px solid #ccc;
	border-width:  0px 1px 1px 0px; 
	background: #eee; 
	padding-left:  5px; 
	padding-right:  5px;
	line-height:  25px;
}

#admin-menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	border-top: 1px solid #ccc;
}

#admin-menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

#admin-menu ul ul a, #admin-menu ul ul a:visited {
	background: #eee;
	color: #33466d;
	height: auto;
	line-height: 1em;
	padding: 5px 5px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}

#admin-menu a:hover, #admin-menu ul ul a:hover{
	color: #919eac;
}

#admin-menu :hover > a, #admin-menu ul ul :hover > a {
	color: #919eac;
}

#admin-menu ul li:hover ul,#admin-menu ul a:hover ul{
	visibility: visible;
}

#menu {
	width: 100%;
	background-color: #e0e2f3;
	margin: 5px 0 15px 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	color: #eee;
	height: 20px;
}

#menu ul {
	margin-left: 10px;
}

#menu ul li {
	float: left;
	font-size: 14px;
	margin-right: 20px;
	line-height: 20px;
}

#menu a {
	color: #0075cf;
	text-decoration: none;
}

#menu a:hover {
	color: #555;
}


/* paging */

.paging {
	font-size: 70%;
	margin-top: 4px;
}

.calendar-paging {
	margin-top: 0;
	margin-bottom: 2px;
}

.paging div {
	display: inline;
}

.counter {
	font-size: 70%;
	margin-bottom: 4px;
}




.highlight {
	color: #f27049;
}

.subnav {
	margin: 0;
}

.subnav p {
	font-size: 0.7em;
}

.subnav h2 {
	margin-top: 30px;
}


#calendar {
	margin: 10px 0;
}

#calendar table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#calendar table th {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	font-size: 0.7em;
	padding: 5px;
}

#calendar table td {
	width: 14%;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 50px;
	padding: 5px;
	vertical-align: top;
}

#calendar table td b {
	color: #333;
	font-size: 11px;
}

#calendar ul {
	margin-top: 2px;
}

#calendar ul li {
	font-size: 0.8em;
	border: 1px dotted #ccc;
	border-width: 0px 0 1px 0;
	padding: 5px 2px 5px 2px;
}

#calendar ul li:hover {
	background-color: #fff9d9;
	color: #897444;
}


#calendar ul li.toggle-more, #calendar ul li.toggle-less {
	text-align: right;
}

.calendar-details {
	float: left;
	width: 200px;
}

.calendar-details div {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.calendar-details div h3 {
	font-family: "Arial",Arial,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.calendar-details div h4 {
	font-size: 0.8em;
	line-height: 1.2em;
}

.calendar-details div p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 1.0em;
}

.calendar-details p small {
	font-size: 0.7em;
	text-align: right;
}


table.calendar td a {
	font-weight: bold;
	color: #33466d;
}

/*-------------------( misc )--------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}