﻿/*
Company: CNH Machine
Creator: Travis Wells
Date Created: 01/09/2009
Last Modification: 01/09/2009
Modification Notes:
1) 
Unresolved Issues: 
1) 1/16/09 TW, IE 6.0 does not work correct with top yellow bar, it cuts it off short.

*/

body 
{
	margin: 0px;
	font-size: 12px;
}

/* Top layer, yellow line streaking across entire web page. */
.yellowLine
	{
		width: 100%;
		height: 30px;
		background-color: #ffcc33;
	}

/*Layer directly below .yellowLine layer/class
holds the CNH logo image.
*/
.header
	{
		width: 100%;
		height:100px;
		background-image: url("cnh_logo.gif");
		background-repeat: no-repeat;
	}

/* Layer directly below the header. It holds the address bar image. */
.addressHeader
	{
		width: 1000px;
		height:20px;	
		background-image: url("cnh_address.jpg");
		background-repeat: no-repeat;
		margin: 0 0 0 105px;
	}
	
.linkBar
	{
		margin-top: 7px;
		width: 1000px;
		height: 20px;
		background-color: White;
		color: White;
	}

.contentWrapper
	{
		width: 1000px;
		height: auto;
		padding: 0 0 0 20px;	
	}
div.contentWrapper hr
	{
		text-align: left;	
	}
	
.content
	{
	    position: relative;
        width: 625px;
		text-align: left;
		height: 550px;
		float: right;
		padding-right: 200px;
		padding-top: 20px;
	}
	
.footer
	{
		position: relative;
		width: 100%;
		height: 50px;
		background-color: #ffcc33;	
		font-size: 10px;
		text-align: left;
		padding: 10px 0 0 200px;
	}
	
/***************** All HTML styled tags *********************/
h3
    {
        font-size: 16px;
    }
    
a
	{
		color: Blue;	
	}
    
a:link
	{
		text-decoration: none;
		color: Blue;	
	}
	
a:visited
	{
		text-decoration: none;
		color: Blue;	
	}
	
img
	{
		text-decoration: none;
		border: 0px;	
	}
	
hr
	{
		width: 600px;
		height: 5px;
		background-color: #ffcc33;
		border-color: #ffcc33;
		text-align: left;
	}	
	
dt
    {
        font-size: 12px;
        font-weight: bold;
    }
    
/************** END OF HTML TAGS ************************/
	

	
.rightQuotation
	{
		position: absolute;
		width:75px;
		height: 50px;	
		top: 200px;
		left: 800px;
		margin: 0px;
		font-weight: bold;
		background-repeat: no-repeat;
	}
	
.bottomContent
	{
		width: 800px;
		background-color: white;
	}
	

	


	
/*******************Form Styles*************************/
/*I added this for xhtml labels to allow for better CSS control then the ASP labels.
*/
div.labelFormStyle label
    {
        width: 235px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: left;
        margin-left: 30px;
    }
div.labelFormStyle p
	{
		width: 700px;
	}


	
	

	
