﻿body
{
    background-color: #0067C6;
}

img
{
    border: 0;
}

#page
{
    margin: auto;
    width: 1000px;
    background-color: #FFFFFF;   
}

#header
{
    width: 1000px;
    height: 200px;
}

#logo
{
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    width: 279px;
    height: 200px;
}

#tagline
{
    float: left;
    width: 700px;
    height: 125px;
    padding-top: 25px;
}

#headerNavigation
{
    float: left;
    width: 700px;
}

#pageNavigation
{
    float: left;
    width: 210px;
	padding-left: 10px;
}

#pageNavigation a, #pageNavigation a:active, #pageNavigation a:visited
{
    margin-left: 30px;
}

.pdf
{
    margin-left: -5px;   
}

#middle
{
    width: 1000px;
    float: left;
    background-color: #F4FEFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content
{
    float: left;
    width: 780px;
}

.navFooter
{
    font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;  
}

#footer
{
    width: 1000px;
    clear: both;
	font-size: 10px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

#distribSort
{
    margin-left: 25px;
    padding-left: 10px;
    height: 30px;
    width: 698px;
    background: #DDDDDD;
    padding-top: 10px;
    border: solid 1px #C8C8C8;
    border-bottom: none;
}

#years
{
    margin-left: 25px;   
}

.year:link, .year:visited
{
	font-size: 18px;
	color: Black;
	margin-right: 2px;
	text-decoration: none;
	padding: 5px;
	padding-bottom: 2px;
	border: solid 1px #C8C8C8;
	
}

.year:hover
{
	background: #DDDDDD;
}


.distributor 
{
	margin-left: 25px;
	font-size: 12px;
	width: 710px;
	border: solid 1px #C8C8C8;
}

.distributor a, .distributor a:active, .distributor a:visited
{
	font-size: 12px;
	color: #0067C6;
	text-decoration: none;
}

.distributor a:hover
{
    font-size: 12px;
	color:Black;
	text-decoration: underline;
}

.itemTable
{
	background: #EAEAEA;
	padding: 10px;
}


.altItemTable
{
	background: White;
	padding: 10px;
}

.distributorHeader
{
	padding: 15px;
	font-size: 15px;
	text-align: right;
}

#contact
{
    width: 580px;
    float: left;   
}

#contactSide
{
    width: 175px;
    float: left;  
}

.name
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.value input, .value textarea
{
	border: solid 1px #C8C8C8;
	font-size: 14px;
	font-family: Arial;
}

.error
{
	font-size: 12px;
	color: Red;
	width: 100px;
	text-align: left;
}
