/* 
* $Id: legumematrix.css 48 2009-03-08 04:44:52Z David $
* $HeadURL: file:///C:/Projects/reposit/legumematrix/branch/home-contactform/legumematrix.css $
* Created: 2/1/07
* By: David Regal
*
* Description:
*  Site wide style based on green field design
* colors.  Defines fonts, headers, banner, 
* navigation links in the navigation bar, and
* default HTML tags.
*
*/

/* Font size using x-small:
*  We take advantage of keyword scaling- browsers won't go below 9px
*  Reference:
*  http://www.w3.org/2003/07/30-font-size
*  http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

body {
	background: #ffffff;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #111100;		
}

/* Global wrapper
* Scale font size back up to a sane default
* Underscore "_" is a IE hack.
* 
* 'margin: 0 auto' allows page to be centered in the the 
* browser window.
*/

#page {
	font-size: 1.27em;
	line-height: 1.27em;
	background:#ffffff;
	padding: 0px;
	margin:0 auto;
	border:0px solid;
	*border:0;
	min-width:800px;
	width:800px;
	*width:800px;
	text-align:left;
	
}

/*
* To prevent IE from expanding the banner, font size and 
* line height has to be fixed px.
*
*/

.banner-company-name, .banner-company-name-small {
	font-family: georgia, garamond, "times new roman", times, serif;
	font-size: 36px;
	line-height: 24px;
	color: #999966;
}

.banner-company-name-small {
	font-size: 24px;	
}


/*
* To prevent IE from expanding the bar, font size 
* and line height has to be fixed px.
*
*/


.bar-links {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;	
}

.bar-links a:link, .bar-links a:visited, .bar-links a:hover {
	color: #ffffff;	
}

.bar-links a:hover{
	text-decoration: underline;	
}

/*
* Spacing between the span tags.
* If the nav links name change, fiddle with this
* to fill up (max width) - (logo part width) (e.g. 800 px - 80 px = 720px ).
* 
* 
*/

.bar-link-mainpage {
	margin-left: 10px;
	margin-right: 10px;
}


/*
* Sub page div's
*/

#subpage-banner-and-bar {
	width: 800px;
	position: relative;
	border: #000000 0px solid;
	top: 0px;
	height: 60px;
	z-index:1000;
}


#subpage-banner-logo {
	width: 100%;
	position: relative;
	border: #000000 0px solid;
	margin: 0px;
	top: 0px;
	height: 40px;
	background-image: url(images/banner-subpage.jpg);
	z-index:1000;
}

#subpage-banner-logo-text-name, #subpage-banner-logo-text-number {
	border: #000000 0px solid;
}
	
#subpage-banner-logo-text-name {
	padding-top: 5px;
	padding-left: 55px;
	height: 30px;
}

#subpage-banner-logo-text-number {
	padding-top: 7px;
	padding-right: 10px;
	height: 25px;
}

#subpage-bar{
	width: 800px;
	min-width: 800px;
	position: relative;
	height: 20px;
	border: #000000 0px solid;
	background: url(images/one-px-gradient-bar-subpage.gif) repeat-x;
	z-index:1000;
}

#subpage-bar-links{
	width: 800px;
	position: relative;
	border: #000000 0px solid;
	z-index:1010;
}

#background-main {
	left: 0px;
	width: 800px;
	width: 100%;
	position: relative;
	border: #000000 0px solid;
	z-index:10;
	min-height: 700px;
	height: auto;
	_height: 700px;
}

#copyright {
	padding: 5px;
	margin-bottom: 20px;
	border: #999966 1px solid;
	background: #ffffff;
	filter: alpha(opacity=95);
	z-index:100;
	left: 10px;
	width: 370px;
	position: relative;
	border: #000000 0px solid;
	min-height: 15px;
	height: auto;
	_height: 15px;
	
}



/*
* To prevent IE from expanding the bar, put each
* link in it's own div box.  Font size and line height 
* has to be fixed px.
*
*/

#subpage-bar-link-small, #subpage-bar-link-big {
	padding-top: 2px;
	text-align: center;
	position: relative;
	border: #000000 0px solid;
	z-index:1000;
}


/*
* In nav link bar, 7 nav linkes total.
* 2 big
* 5 small
* 100 % =~ 2*16% + 5*11% = 87%
*
* Leave room for growth when font size change in 
* Mozilla by [Ctl]+[+].
*/


#subpage-bar-link-small {
	width: 11%;
	min-width: 11%;
}

#subpage-bar-link-big {
	width: 16%;
	min-width: 16%;
}

/*
* Sub page div's End
*/



/*
* Fixed 12 pixel for the 'Toll Free'
*/

.pixel-12 {
	font-size: 12px;	
}

/* images go to the left side */
div .image{
	float: left;
	position: relative;
	margin: 0 .5em .5em 0; /*top right bottom left*/
	padding: .5em 0 0 0; /*top right bottom left.  Need top padding because images ignore top margin. */
	border: 0;
}

h1, .header-big {
	font-family: arial, helvetica, sans-serif;
	font-size: x-large;
	line-height: 1em;
	margin-top: 0em;
	color: #999966;
}

h2, .header-small, .main-header-small  {
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	line-height: 0.8em;
	margin-top: 0px;
	padding-top: 0.5em;
	color: #999966;
}

.main-header-small {
	color: #333300;
}
.main-header-small a:link , .main-header-small a:visited  {
	color: #333300; text-decoration: none
}
.main-header-small a:hover {
	color: #999966;
}




/*
* Generic content block for text, table, or images.  Used
* if you want to give the div some space from the elements around the div.
*
*/
.content {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
	height: auto;
}

.legal {
	font-family: arial, helvetica, sans-serif;
	margin: 1em;
	line-height: 0px;
	font-size: 10px;
	color: #666666;
}

.sidebar {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 3px;
	color: #111111;
	text-align:left;
	vertical-align:text-top;
}


/* Float columns so footer will always be at the
*  bottom.
* 
* 100% 	= {( columns-wrapper% - 1%)} + (column-right% - 1%)
*				= {( column-right% - 1%) + ( column-middle% - 1%)} + (column-right% - 1%)
* 
* Reference:
*  http://www.positioniseverything.net/ordered-floats.html
*/
/*** This can be floated left or right ***/
.subpage-columns-wrapper {
	padding: 0px;
	padding-top: 0.5em;
	margin: 0px;
	float: left; 
	width: 100%;
}

.subpage-columns-wrapper-left-middle {
	padding: 0px;
	margin: 0px;
	float: left; 
	width: 84%;
}

/*** This must be floated opposite to .column-left ***/
.subpage-column-middle {
	padding: 0px;
	margin: 0px;
	border: #000000 0px solid;
	float: right; 
	width: 
	84%;
}

/*** This must be floated opposite to .column-middle ***/
.subpage-column-left {
	padding: 0px;
	margin: 0px;
	border: #000000 0px solid;
	float: left; 
	width: 14%;
}

/*** This must be floated opposite to .column-right ***/ 
.subpage-column-right {
	padding: 0px;
	margin: 0px;
	border: #000000 0px solid;
	float: right; 
	width: 14%;
}




a:link {
	color: #999966; text-decoration: none
}
a:visited {
	color: #99cccb; text-decoration: none
}
a:hover {
	color: #ccffff
}


table table table table {
	  border-spacing:0px;
}

table table table table td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #cccc99;
	padding:4px;
	line-height: 10px;
	border-style:solid;
	border-width:1px;
	border-color: #999966;
 	border-spacing:0px;
}

th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	text-align:left;
	background-color: #cccc99;
 	border-spacing:0px;
}

table {
	  border-spacing:0px;
	  border-color:#ffffff;
}

/* Workaround for HTML font size issues 
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/
small {
 font-size: smaller;
}
big {
 font-size: larger;
}
h1 {
 font-size: x-large;
}
h2 {
 font-size: large;
}
h3 {
 font-size: medium;
}
h4 {
 font-size: x-small;
}
h5 {
 font-size: xx-small;
}
h6 {
 font-size: xx-small;
}
font[size=1] {
 font-size: xx-small;
}
font[size=2] {
 font-size: small;
}
font[size=3] {
 font-size: medium;
}
font[size=4] {
 font-size: large;
}
font[size=5] {
 font-size: x-large;
}
font[size=6] {
 font-size: xx-large;
}
font[size=7] {
 font-size: 300%;
}
font[size=-1] {
 font-size: smaller;
}
font[size=+1] {
 font-size: larger;
}
font[size=-2] {
 font-size: 60%;
}
font[size=+2] {
 font-size: 150%;
}
font[size=+4] {
 font-size: 300%;
}
 
 
 /*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 70%;
  margin : auto;
  color : #555;
  line-height : 1.7em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #669900; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #669900; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #669900;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 is buggy - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}
