﻿/*
	Nebraska Corn Processing
    nebraskacornprocessing.com
	Website Color Palette
 
	Hex			Name			Primary Use
	-----------------------------------------------
    #202020     Black/Gray      fonts, some backgrounds, general color
    #efba1b     NCP Yellow      Navigation, Logo, Image borders
    #55833b     NCP Green       Logo, Image hover border
 
	Hacks
	-----------------------------------------------
	(none so far)
 
*/

/*-------------------------------------------------------------------------------------------------------------
            Main styles
-------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/*-Font Styles-----------------------------------------------------------------------*/

h1
{
    font-family: Myriad Pro;
    font-weight: lighter;
    font-size: 32px;
    color: #efb41e;
}

h2
{
    font-family: Myriad Pro;
    font-weight: lighter;
    font-size: 18px;
    color: #58863d;
    margin-bottom: -2px;
}

h3
{
    font-family: Arial;
    font-weight: lighter;
    color: #3e3b3b;
    font-size: 18px;
    margin: 0 0 0 0;
}

h4
{
    font-family: Tahoma;
    font-weight: bold;
    color: #dcaa16;
    margin: 6px 0 -5px 0;
    font-size:13px;
}

h5
{
    font-family: Tahoma;
    font-weight: bold;
    color: #dcaa16;
    margin: 6px 0 15px 0;
    font-size:13px;
}

h6
{
    font-family: Arial;
    font-weight: lighter;
    color: #3e3b3b;
    font-size: 18px;
    margin: 0 0 -10px 0;
}

p
{
    font-family: Tahoma;
    font-size:13px;
}

li
{
    font-family: Tahoma;
    font-size:13px;
    margin: 0 0 5px 0;
}

a
{
    color: #476933;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img a
{
    border: soild 1px #fff;
}

/*-Layout Styles-----------------------------------------------------------------------*/


#title
{
    width: 930px;
    margin: 30px auto 0 auto;
    padding: 50px 0 0 0;
}

#master_wrapper
{
    width: 1222px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 75px;
    min-height: 100%;
    position: relative;
}

#left_wrapper
{
    width: 118px;
    margin: 0 5px 0 0;
    padding: 5px;
    background: #fff;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #e5e5e5;
    float: left;
}

#middle_wrapper
{
    width: 930px;
    background: #fff;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #e5e5e5;
	overflow: hidden;
	padding: 5px 10px;
	float: left;
	z-index: 1;
	position: relative;
}

#middle_wrapper_nobg
{
    width: 930px;
	float: left;
	overflow: hidden;
}

#middle_wrapper img
{
    border: solid 1px #fff;
}

#middle_wrapper img:hover
{
    border: solid 1px #55833b;
}

#right_wrapper
{
    width: 118px;
    margin: 0 0 0 5px;
    padding: 5px;
    background: #fff;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #e5e5e5;
    float: left;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:150px;   /* Height of the footer */
   background: url(../images/plantfootercorn.png);
}

#nav
{
    width: 808px; /*times number of tabs by 101px to get width*/
    height: 30px;
    margin: 0 auto -20px auto;
}

#nav a
{
    width: 90px;
    height: 50px;
    background: #efba1b;
    display: block;
    margin: -20px 0 0 0;
    padding: 0 5px;
    line-height: 4.7em;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	z-index: 90;
	float: left;
}

#nav a:hover
{
    margin: -15px 0 0 0;
}
.three_left_column
{
    width: 300px;
    margin: 0 15px 0 0;
    float: left;
}

.three_middle_column
{
    width: 300px;
    float: left;
}

.three_right_column
{
    width: 300px;
    margin: 0 0 0 15px;
    float: left;
}

.double_left_column
{
    width: 700px;
    margin: 10px 15px 0 0;
    float: left;
}

.full_left_column
{
    width: 900px;
    margin: 10px 15px 0 0;
    float: left;
}

.contactcolumn
{
    width: 200px;
    margin: 0 0 0 15px;
    float: left;
}

#side_links a
{
    float:left;
}

#freedomyoutube
{
	width: 928px;
	margin-left: 185px;
	margin-top: 10px;
}
	
	
	
