@charset "utf-8";
/* CSS Document */
/**************************************
Coded by Scratch - Feel Free to Borrow
Paula Shackles 7-27-09 paulashackles@gmail.com
writen for: www.truckdrivingschool.com
Live Long and Prosper 
**************************************/

/*==========================================
Swatch Colors:
4672da - background 
264794 - dark blue (navy)
e8af40 - orange
============================================*/

* {
margin:0;
padding:0;
}

/*****
For Images
Note:In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected, so for the most part my .floatLeft tags do NOT have a width attribute.
*****/

.clear {clear:both; display:block;}
.floatLeft {float:left; }
.floatRight {float:right; }
.floatLeftPad {float:left;padding:10px;}
.floatRightPad{float:right;padding:10px;}
.underlineMe {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:30%;
}
.padme
{padding:0px 0px 0px 50px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***
Main Tag Declarations
***/

body {
	background-color: #4672da;
	background-image: url(../assets/repeat-bg-topx.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#333;
	font-family:Georgia,serif;
	font-size:100%;
	font-weight:bold;
		}
html > body {
font-size:16px;
}		

.table {
	padding:15px;
	margin:0px 0px 15px 35px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
		
p {
font-size:1em;
line-height:1.5em;
}

h2 {
clear:both;
font-size:1.125em;
font-style:italic;
line-height:1.333em;
}

.highlighter {
	background-color: #FFC;
}

.tinyText
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
}

a.tinyText:link, a.tinyText:visited {
font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#a7a6e6;
text-decoration: underline;

}

a.tinyText:hover, a.tinyText:active {
	color:#C00;
	text-decoration: underline;
}
/*********************************
Start of Main Divided Layers
*********************************/

#wrapper {
	width:743px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
		
	} /**Be sure to set other layer text-align back to left**/

#wrapperTop {
	height:56px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}

/********************************
NAVIGATION from List A Matic
*********************************/

#navcontainer {clear:both;}
#navcontainer ul
{
padding: .2em 0;
list-style-type: none;
background-color: #e8af40;
color: #FFF;
width: 100%;
font: bold 90% arial, helvetica, sans-serif;
font-weight:both;
text-align: left;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #e8af40;
color: #000;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #4672da;
color: #fff;
font-weight:both;}
/**End Navigation**/

#banner {
	height:245px;
	background-image:url(../images/graphic.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	}
#applyNow {
	position:relative;
	width:27px;
		height:109px;
	margin-left: -27px;
	text-align:left;
	float:left;
	display:block;
}	
	
#content {
	background-color:#FFF;
	text-align:left;
	padding-bottom:50px;
		}
#content h3{
	padding: 0px 250px 25px 50px;
	color:#986912;
	font-family: Tahoma, Geneva, sans-serif;
}
	
	
#content p{
	padding: 0px 250px 25px 50px;
		}	
#content h2 {color:#4672da;
padding-left:45px;
}	

#content h1 {
	color:#2859CA;
	padding-left:45px;
	padding-top:20px;
}

	#wrapperFoot {
	background-attachment: scroll;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 30px;
}	
#address h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
#address {}
/***************************
SECONDARY NAVIGATION
******************************/

#secondNav{}

ul#secondNav
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
border:0px;
}

#secondNav li
{
display: inline;
list-style-type: none;
border:0px;
}

#secondNav a { padding: 3px 10px; }

#secondNav a:link, #secondNav a:visited
{
	color: #fff;
	background-color: #2047A2;
	text-decoration: none;
	border:0px;
}

#secondNav a:hover
{
	color: #000;
	background-color: #E8AF40;
	text-decoration: none;
	border:0px;
}
/***second Nav End***/

#disclaimer {
	text-align:left;
	padding:10px 30px 0px 30px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	color: #CCC;
	}

#Application {
	background-color:#FFF;
	text-align:left;
	padding:0px 0px 50px 50px;
		}
#Application h3{
	padding: 0px 250px 25px 50px;
	color:#986912;
	font-family: Tahoma, Geneva, sans-serif;
}
	
#Application p{
	padding: 0px 0px 0px 0px;
		}	