@charset "UTF-8";
/* CSS Author: Sharon Casady 08.03.09 */
html {
	background-image:url(images/metal.png);
	margin:auto 0 auto 0;
}

body {
	width:100%;
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	background-image: url(images/headerbackground2.png);
	background-position: left top;
	font-size:1em;	
}

#wrapper {
	width:800px;
	height:100%;
	margin: 0 auto 0 auto;
}

#header {
	height: 128px;
	width: 800px;
	padding: 0px;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	background-image: url(images/smallbanner2.png);
	background-position: 400px 75px;
	z-index:100;
	float:left;
	display:inline;
}

.logo {
	background-repeat:no-repeat;
	background-image:url(images/PSTRAN-LOGO185x69.gif);
	width:185px;
	height:69px;
	float:left;
	padding:0px;
	margin-top:35px;
	margin-left:25px;	
}

.headerright {
	float:right;
	color: #FFF;
	text-decoration: none;
	height:27px;
	padding:0 10px 0 0;
	margin:0;
	position:relative;
}

.headerright ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.headerright ul li {
	display:block;
	background-image:url(images/toptableft.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:27px;
	float:left;
	padding:0;
	margin:0;
}

.headerright ul li a {
	color: #0061AE;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-image:url(images/toptabright.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:27px;
	display:block;
	float:left;
	padding:6px 20px 0 20px;
}

.headerright ul li a:hover {
	color:#333;
	text-decoration:none;
}

/*topnav main navigation*/

#topnavmenu, .topnav {
	display:inline;
	overflow: hidden;
	padding:0; 
	margin:0;
	/*float:right;*/	
}

.topnav ul {
	list-style-type: none;
	width:100%;
	float:left;
	display:inline;
	padding:0;
	margin:0;
	z-index:100;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

.topnav ul li {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	text-decoration:none;	
}

.topnav li a {
	background-repeat:no-repeat;
	background-position: left top;
	color: #0061AE;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 6px;
	padding-left: 1em;
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#999;
	margin:0;
	cursor:pointer;
}

.topnav li a span {
	font-size: 80%;
	font-weight: bold;
	line-height:1.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	margin:0;
	padding:0;
	cursor:pointer;
}

.topnav ul li:hover {
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#fff;
	color:#444;
	
}

.topnav ul li a:hover {
	color:#444;
	background-color:#fff;
}

.topnav li a:hover span {
	color:#0061AE;
	text-decoration: none;
	line-height:1.9em;
	background-color:#fff;	
}

.topnav ul li a.active span {
	color:#0061AE;
	text-decoration:none;
	background-color:none;
	border-bottom:none;
}

.topnav ul li a.active {
	border-bottom:none;
}

.topnav ul li ul {
	position: absolute;
	overflow:hidden;
	background-color:#fff;
	width:700px;
	left:0px;
	right: 0px;
	top: 0;
	visibility: hidden;
	list-style-type: none;
	padding:0;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	z-index:100;
}

.topnav ul li ul li {
	background-image:none;
	background-color:none;
	display:inline;
	float:left;
	margin:0;
	padding:0 0 0 20px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #fff;
	line-height:150%;
}

/* Sub level menu */
.topnav ul li ul li a {
	font-size: 70%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	padding-right: 20px;
	margin:0;
	background-image:url(images/linedivider.gif);
	background-repeat: no-repeat;
	background-color:#fff;
	background-position: right 13px;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	display:block;
	border:none;	
	
}

.topnav ul li ul li.last a {
	background-image:none;
}

.topnav ul li ul li a:hover {
	color:#0061AE;
	text-decoration: none;
	background-color:#fff;
}

#outermaincontentarea {
	background-color:#fff;
	width:800px;
	height:100%;
	margin:0 auto 0 auto;
	padding:0;
	clear:both;
}

#maincontentarea {
	height:100%;
	width:800px;
	background-color:#FFF;
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	display:block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #999;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#maincontent {
	height:485px;
	width:495px;
	float:right;
	padding:0;
	margin:0;
	border: 1px solid #CCCCCC;
}

#maincontenthome {
	width:775px;
	float:left;
	display:inline;
	clear:both;
	margin:0 0 30px 25px;
	padding:10px 0 0 0;
	display:inline;
}

.maincontenthome {
	margin-left:0;
	margin-right:0px;
	padding:0 0 0 25px;
	float:left;
	width:475px;
}

#maincontenthome h1 {
	width:475px;
	font-size: 115%;
	line-height: 120%;
	font-weight:bold;
	color: #0061AE;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#maincontenthome h2 {
	width:485px;
	font-size: 90%;
	line-height: 120%;
	font-weight:bold;
	color: #0061AE;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 5px 0;
}

#maincontenthome p {
	font-size: 75%;
	line-height: 160%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 15px 15px 0;
	text-align: justify;
	margin:0;
}

#maincontenthome p.linktopage {
	font-size: 70%;
	line-height: 160%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 40px 13px 5px;
	text-align:justify;
	margin:0;
}

#maincontenthome p a {
	color:#0061AE;
	text-decoration:none;
}

#maincontenthome p a:hover {
	color:#555;
	text-decoration:none;
}

#maincontentside {
	height:200px;
	width:180px;
	padding:0;
	float:left;
	clear:both;
	margin:30px 0 0 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* maincontenthome404 */

#maincontenthome404 {
	width:775px;
	float:left;
	display:inline;
	clear:both;
	margin:0 0 30px 25px;
	padding:10px 0 0 0;
	display:inline;
}

.maincontenthome404 {
	margin-left:0;
	margin-right:0px;
	padding:0 0 0 25px;
	float:left;
	width:750px;
	height:100%;
}

#maincontenthome404 h1 {
	width:485px;
	font-size: 115%;
	line-height: 120%;
	font-weight:bold;
	color: #0061AE;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin:25px 0 10px 0;
}

#maincontenthome404 h2 {
	font-size: 90%;
	line-height: 120%;
	font-weight:bold;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom:5px;
	margin-left: 0px;
}

#maincontenthome404 p {
	font-size: 75%;
	line-height: 160%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 15px 15px 0;
	text-align: justify;
	margin:0;
	width:475px;
}

.maincontenthome404 ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0;
	margin:0 0 10px 30px;
}

.maincontenthome404 ul li {
	padding-left:5px;
	color:#555;
	margin:0;
	padding-bottom:5px;
	padding-right:25px;
	font-size: 75%;
	line-height: 160%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;	
}

.maincontenthome404 ul li a {
	padding:0;
	margin:0;
	font-weight:normal;
	color:#0061AE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.maincontenthome404 ul li a:hover {
	color:#555;
}

#items {
	float:right;
	clear:right;
	width:150px;
	margin:40px 0 0 0;
	padding:0 50px 0 0;
	display:inline;
	text-align:center;
}

#items img {
	margin:0 0 25px 0;
	padding:0 60px 0 0;
}

.item1 {
	height: 47px;
	width: 125px;
	margin:25px 0 0 0;
	padding-left:0px;
	padding-right:15px;
	float:left;	
}

.item2 {
	height: 70px;
	width: 89px;
	margin:25px 0 0 0;
	padding-right:20px;
	padding-left:20px;
	float:left;
}

.item3 {
	height: 70px;
	width: 70px;
	margin:25px 0 0 0;
	padding-right:25px;
	padding-left:28px;
	float:left;
}


/* inner maincontentinner pages */

#maincontentinner {
	width:775px;
	float:left;
	height:100%;
	clear:both;
	padding:0;
	margin:20px 0 50px 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCC;
	display:inline;
}

.maincontentinner {
	float:left;
	width:560px;
	padding:0 0 0 0;
	margin:0 0 0 25px;
	display:inline;
}

.maincontentinner img {
	float:right;
	clear:right;
	padding-left:20px;
	padding-right:30px;
	margin-bottom:20px;
	margin-top:5px;
}

.maincontentinner h1 {
	width:530px;
	font-size: 115%;
	line-height: 120%;
	font-weight:bold;
	color: #0061AE;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin:0 0 10px 0;
}

.maincontentinner h2 {
	font-size: 90%;
	line-height: 130%;
	font-weight:normal;
	color: #0061AE;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 30px 5px 5px;
	margin:0px;
	
	
}

.maincontentinner h3 {
	font-size: 80%;
	line-height: 130%;
	font-weight:bold;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 0 5px;
	margin:0px;
	
}

.maincontentinner h4 {
	font-size: 80%;
	line-height: 130%;
	font-weight:bold;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 5px 5px;
	margin:0px;
	
}

.maincontentinner h5 {
	font-size: 85%;
	line-height: 130%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	margin:0px;
	width:250px;
	
}

.maincontentinner p {
	font-size: 75%;
	line-height: 160%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 40px 13px 5px;
	text-align:justify;
	margin:0;
}

.maincontentinner p.linktopage {
	font-size: 70%;
	line-height: 160%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 40px 13px 5px;
	text-align:justify;
	margin:0;
}

.maincontentinner p a {
	color:#0061AE;
	text-decoration:none;
}

.maincontentinner p a:hover {
	color:#555;
	text-decoration:none;
}

.bold {
	font-weight:bold;
}

#content {
	width: 550px;
	margin: 30px auto;
	padding: 10px 20px;
	background: #FFF;	
	border: 1px solid #CCC;
	float:left;
	min-height:600px;
	height:100%;
}

/*map*/

#map {
	height:350px;
	padding:0;
	margin:0 0 0 30px;
}


.region8 {
	background-image:url(images/region8.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:212px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
	
}

.region8 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 100px;
	padding-right: 145px;
	padding-bottom: 120px;
	padding-left: 100px;
	margin-right:0px;
}
.western {
	background-image:url(images/western.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:213px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
	
}

.western a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 90px;
	padding-right: 115px;
	padding-bottom: 120px;
	padding-left: 74px;
	margin-right:0px;
}

.region6NM {
	background-image:url(images/region6NM.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:65px;
	position:relative;
	float:left;
	margin:150px 0 0 -139px;
	padding:0;	
}

.region6NM a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 20px;
	padding-right:100px;
	padding-bottom: 61px;
	padding-left: 25px;
	margin:0 0px 0 0;
}

.regiontexas {
	background-image:url(images/texas.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:35px;
	width:34px;
	position:relative;
	float:left;
	margin:208px 0 0 -114px;
	padding:0;	
}


.region7 {
	background-image:url(images/region7NEW.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:157px;
	position:relative;
	float:left;
	margin:119px 0 0 -80px;
	padding:0;	
}

.region7 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 70px;
	padding-right:60px;
	padding-bottom: 125px;
	padding-left: 30px;
	margin:0 0px 0 0;
	text-align: right;
}


.midwestern {
	background-image:url(images/midwest.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:262px;
	float:left;
	margin:15px 0 0 -58px;
	padding:0;	
}

.midwestern a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 85px;
	padding-right:48px;
	padding-bottom: 125px;
	padding-left: 33px;
	margin:0 0px 0 0;
}

.region5 {
	background-image:url(images/region5.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:144px;
	float:left;
	margin:14px 0 0 -115px;
	padding:0px 0 0 0;
	position:relative;	
}

.region5 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 55px;
	padding-right: 85px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.region10 {
	background-image:url(images/region6a.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:43px;
	float:left;
	margin:152px 0 0 -26px;
	padding:0px 0 0 0;
	position:relative;
	display:inline;	
}

.region10 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.region9 {
	background-image:url(images/region9.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:44px;
	float:left;
	margin:194px 0 0 -53px;
	padding:0px 0 0 0;
	position:relative;
	display:inline;	
}

.region9 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 15px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.region6b {
	background-image:url(images/region6MS.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:55px;
	float:left;
	margin:168px 0 0 -31px;
	padding:0px 0 0 0;
	position:relative;
	display:inline;	
}

.region6b a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.region4 {
	background-image:url(images/region4.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:91px;
	float:left;
	margin:80px 0 0 -75px;
	padding:0px 0 0 0;
	position:relative;	
}

.region4 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 45px;
	padding-right: 88px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.region3 {
	background-image:url(images/region3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:144px;
	float:left;
	margin:165px 0 0 -100px;
	padding:0px 0 0 0;
	position:relative;	
}

.region3 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.region2 {
	background-image:url(images/region2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:144px;
	float:left;
	margin:104px 0 0 -77px;
	padding:0px 0 0 0;
	position:relative;	
}

.region2 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 45px;
	padding-right: 88px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.region1 {
	background-image:url(images/region1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:140px;
	float:left;
	margin:-6px 0 0 -114px;
	padding:0px 0 0 0;
	position:relative;	
}

.region1 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 70px;
	padding-right: 88px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.region10b {
	background-image:url(images/region6b.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:69px;
	float:left;
	margin:205px 0 0 -169px;
	padding:0px 0 0 0;
	position:relative;
}

.region10b a {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding-top: 25px;
	padding-right: 88px;
	padding-bottom: 0px;
	padding-left: 55px;
}

/*maincontentinner*/

.maincontentinner ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}

.maincontentinner ul li {
	padding-left:5px;
	color:#555;
	margin:0;
	padding-bottom:5px;
	padding-right:25px;
	font-size: 75%;
	line-height: 160%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;	
}

.maincontentinner ul li a {
	padding:0;
	margin:0;
	font-weight:normal;
	color:#0061AE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.maincontentinner ul li a:hover {
	color:#555;
}

/*sidenav*/

#sidenav {
	float:left;
	width:180px;
	height:400px;
	margin-top:0px;
	padding:0;
	margin-left:0;
	margin-right:0;
	border: 1px solid #ccc;	
	background-color:#EDEDED;
}

#sidenav ul {
	list-style-type:none;
	padding:15px 0 0 0;
	margin:0 10px 0 25px;
}

#sidenav ul li {
	padding:0;
	margin:0;
	display:inline;	
}

#sidenav ul li a {
	color:#555;
	text-decoration:none;
	margin:0;
	padding-left:12px;
	padding-top:0px;
	padding-bottom:9px;
	display:block;
	line-height:115%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}

#sidenav ul li a:hover {
	color:#0061AE;
	text-decoration:none;
}

#sidenav ul li a.active {
	color:#0061AE;
	text-decoration:none;
	background-image:url(images/smallarrow.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

#sidenav h3 {
	line-height:115%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0061AE;
	font-size:75%;
	margin:0;
	padding-left:26px;
	padding-top:20px;
	padding-bottom:0;
}

#homesmallboxes {
	width: 185px;
	height: 200px;
	margin-right: 0;
	margin-left: 0px;
	margin-top: 18px;
	float:left;
	padding-left:40px;
	padding-right:18px;
	display:inline;
}

.homesmallbox1 {
	padding:0;
	margin:0;
	float:left;
}

.homesmallbox1 a {
	display:block;
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 94px;
	width: 185px;
	background-image: url(images/lghtblue-greengradbox.png);
	padding:0;
	margin:0;
	text-decoration:none;
	float:left;
}

.homesmallbox1 a:hover {
	background-repeat: no-repeat;
	background-position: 0px -93px;
	height: 94px;
	width: 185px;
	padding:0;
	margin:0;
}

.homesmallbox1 h2 {
	font-size: 115%;
	font-weight:normal;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	padding:15px 10px 3px 30px;
	margin:0;
}


.homesmallbox1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	color: #444;
	padding:0 18px 0 30px;
	margin:0;
}

.homesmallbox2 {
	float:left;
	clear:left;
}

.homesmallbox2 a {
	display:block;
	background-repeat: no-repeat;
	background-position: 0 -93px;
	height: 94px;
	width: 185px;
	background-image: url(images/lghtblue-greengradbox.png);
	margin-top:15px;
	float:left;
	clear:left;
	text-decoration:none;
}

.homesmallbox2 a:hover {
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 94px;
	width: 185px;
}

.homesmallbox2 h2 {
	font-size: 115%;
	font-weight:normal;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	padding:15px 10px 3px 30px;
	margin:0;
}

.homesmallbox2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	color: #444;
	padding:0 18px 0 30px;
	margin:0;
}

#homeimage {
	margin:20px 0 10px 25px;
	padding:0;
	height: 240px;
	width:760px;
	float:left;
	display:inline;
	/*border: 1px solid #CCC;*/
	background-image:url(images/pstruckwloadlarge5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fadingimages {
	float:right;
	clear:right;
	padding:0 10px 0 0px;
	margin:0px 0 0 0px;
	width:479px;
}

ul#portfolio {
	list-style-type: none;
	padding:0;
	margin:0;
}

.admins {
	width:180px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

.admins p {
	text-align:left;	
	width:180px;
}

.drivers {
	width:225px;
	height:175px;
	float:left;
	margin-left:0;
	margin-right:10px;
	padding-right:0;
}

.img {
	width:235px;
	height:176px;
	float:right;
	margin-left:20px;
	margin-right:55px;
	clear:right;
}

.img2 {
	width:235px;
	height:176px;
	float:right;
	margin-left:20px;
	margin-right:55px;
	padding-top:20px;
	clear:right;
}

.imgaboutus {
	width:235px;
	height:176px;
	float:right;
	margin:0;
	padding:5px 30px 10px 20px;
	clear:left;
}

.imgaboutus2 {
	width:235px;
	height:176px;
	float:right;
	margin:0;
	padding:0px 30px 0 20px;
}

.img3 {
	width:235px;
	height:235px;
	float:right;
	margin:0;
	padding:8px 30px 10px 20px;
}

.img4 {
	width:235px;
	height:176px;
	float:right;
	margin:0;
	clear:right;
	padding:8px 30px 10px 20px;
}

.imgdrivermonth {
	width:235px;
	height:176px;
	float:right;
	clear:right;
	margin:0;
	padding:20px 30px 10px 20px;
}

.imgedwards {
	width:235px;
	height:176px;
	background-image:url(images/steavenedwards.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
}

.imgsafetywinners {
	width:235px;
	height:176px;
	background-image:url(images/LeroyFitch.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	margin-left:30px;
	margin-right:20px;
}

/* form */

form {
	margin:0;
	padding:0;
}

fieldset#requestinfo {
	border:none;
	background-color:#ffffff;
	padding:0 0 0 20px;
	margin:0 0 25px 0;
	width:560px;
	display:inline;	
}

#requestinfo {
	padding:0;
	margin-top:10px;	
}

#requestinfo p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin:0;
	padding-top:0px;
	padding-bottom:5px;		
}

.requestinfo h1 {
	font-size:1em;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

#requestinfo h2 {
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#requestinfo h3 {
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:normal;
}

#requestinfo h4 {
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:normal;
}

#requestinfo label {
	font-size: 60%;
	line-height: 160%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	text-align:right;
	padding-left:0px;
	padding-right:0px;
	vertical-align: text-top;
}

#requestinfo label.catagory {
	font-size: 75%;
	width: 400px;
	padding-top: 0px;
	text-align:right;
	padding-left:0px;
	padding-right:0px;
	vertical-align: text-top;
	font-family:Arial, Helvetica, sans-serif;	
}

#requestinfo input {
	width: 255px;
	font-size:.8em;
	margin-bottom:5px;
	vertical-align: middle;
	margin-left:5px;		
}

#requestinfo div {
  width: 125px;
  float: left;
  margin-top:10px;
  margin-right:20px;
}

#requestinfoheading {
	float:left;
	width:150px;
}

#requestinfo input.checkbox {
	width:18px;
	height:18px;
	padding:0;
	margin:0 15px 0 0;
	display: inline;
	text-align:left;
	border-width:4px;
	border:solid 1px #333;
}

#requestinfo input [type="checkbox"] {
	width:18px;
	height:18px;
	padding:0;
	margin:0 15px 0 0;
	display: inline;
	text-align:left;
	border-width:4px;
	border:solid 1px #333;
}

#requestinfoinput .submit {
	width: 75px;
	font-size:65%;
	color:#444;
	margin-left: 100px;
	margin-top:5px;
	display:inline;
	float:left;
	margin-right:5px;
}
	
#requestinfoinput .reset {
	width: 75px;
	font-size:65%;
	color:#444;
	margin-left: 0px;
	margin-right:0px;
	margin-top:10px;
	display:inline;
	float:left;	
}

#requestinfoinput input {
	width: 275px;
	font-size:.8em;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:50px;
	float:left;
	font-size:70%;
	color:#333;
}

#requestinfoinput textarea {
	width: 275px;
	font-size:70%;
	margin-bottom:5px;
	vertical-align: top;
	margin-left:15px;
	margin-right:50px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

fieldset#requestinfoinput {
	border:none;
	background-color:#ffffff;
	margin:0 0 25px 0;
	padding:0 0 0 15px;
	display:inline;
	width:450px;
}

#requestinfoinput p {
	text-align: left;
	line-height: 1.5em;
	padding-top:0px;
	padding-bottom:15px;
	font-size:75%;
	padding-left:0px;
	float:left;
	margin:0;
}

#requestinfoinput h4 {
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height:normal;
}

#requestinfoinput label {
	font-size: 75%;
	font-weight:normal;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top:0px;
	text-align:left;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	float:left;
	width:85px;
	clear:both;
}

#requestinfoinput input.checkbox {
	width:15px;
	height:15px;
	padding:0;
	margin:0 5px 25px 0;
	display: inline;
	text-align:left;
	background-color:#EBEBEB;
	font-size:70%;
}

#requestinfoinput .submit {
	width: 70px;
	margin-left: 100px;
	margin-top:10px;
	display:inline;
	float:left;
	margin-right:5px;
}

#requestinfoinput .submit2 {
	width: 70px;
	margin-left: 0px;
	margin-top:10px;
	display:inline;
	float:left;
	margin-right:5px;
	font-size:85%;
}

/* footer */

#footer {
	clear:both;
	margin:0 auto 0 auto;
	padding:0 0 25px 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60%;
	margin:0;
	color:#444;
	padding:5px 0 0 0;
}

#footer ul {
	list-style-type: none;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:60%;
	clear:both;
	margin:0;
	padding:25px 0 0 0;
}

#footer a {
	color:#444;
	text-decoration:none;
}

#footer a:hover {
	color:#ccc;
	text-decoration:none;
	color: #9C0;	
}

#footer ul li {
	text-align: center;
	display: inline;
	background-image: url(images/linedivider.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-right:5px;
}

#footer li.first {
	text-align: center;
	display: inline;
	background-image:none;
	padding-right:5px;
	padding-left:0px;
}

#footer li a {
	text-decoration:none;
	color: #444;
	padding-left:10px;
}

#footer li a:hover {
	color: #9C0;	
}
