﻿/*
Style sheet for: jbt.com
Created by: Travis Wells
Date Created: 11/01/2008
Last Edited: 12/25/2008

Issues to resolve:
- None known
*/


/*Link styles */
a:link 
	{
		color: #0066ff;
		text-decoration: none;
	}
	
a:active
	{
		color: #0066ff;
		text-decoration: none;
	}
	
a:visited
	{
		color: #0066ff;
		text-decoration: none;

	}
	
a:hover
	{
		color: white;
	}
	
div.content a:hover
	{
		color: Navy;
	}
	



body
	{
		margin: 0px;
		background-color: white;
		background-image: url(../design/jbt_background.jpg);	
		background-repeat: repeat-x;
		z-index: 10;
	}
	
.wrapper
	{
		height: 620px;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	
.rightcontent
	{
		width: 500px;
		height: auto;
		background-color: Transparent;
		float: right;
		text-align: left;
	}

div.rightcontent label
	{
		width: 100px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: left;	
	}	
.leftcontent
	{
		width: 500px;
		height: auto;
		background-color: Transparent;
		float: left;
		text-align: left;
	}
.leftcontent p 
	{
		margin-left:75px	
	}

.JBTheader
	{
		height: 125px;
		width: 1000px;
		background-image: url(../design/jbt_header_05.gif);
	}
	
div.JBTheader img
	{
		margin: 20px 0 0 800px;
	}

/* Link Bar */
.dividerBar
	{
		height: 20px;
		width: 1000px;
		color: White;
		text-align: center;
		font-size: 14px;
		background-color: Black;
	}	
	

.content
	{
		text-align: center;
		height: 400px;
		width: 1000px;
		background-color: white;
		background-image: url(../design/jbt_content_background_05.jpg);	
		background-repeat: no-repeat;
		font-size: 12px;
	}
	
.footer
	{
		height: 125px;
		width:1000px;
		color: White;	
		text-align: center;
		font-size: 12px;
		background-image: url(../design/jbt_footer_02.gif);
	}

	
.wtIcon
	{
		float: right;
		padding: 0 50px 0 0;
	}
	
	

/* Special Case Styles */
div.content ul
	{
		text-align:left;
		padding-left: 200px;
	}
	
div.content dl
	{
		text-align:left;
		padding-left: 200px;
	}
	

	
div.content p
	{
		padding: 0px 150px 0px 150px;
		text-align: left;
	}
	

/*Styles for standard xhtml tags. */
img
	{
		text-decoration: none;
		border: 0;
	}
h2
	{
		font-size: 22px;	
	}
	
hr
	{
		background-color: #000000; 	
	}
	
hr
	{
		height: 2px;
		color: Black;
		width: 500px;
	}
	
dl
	{
		font-size: 14px;
		font-weight: bold;
	}
	
dd
	{
		font-size: 12px;
		font-weight: normal;	
	}
