html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

* { 
    margin: 0; 
} 
html { 
    height: 100%; 
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/body-bg.jpg) repeat-x;
	width: 100%;
	min-height: 550px;
	height: 100%;
	line-height: 18px;
}
body p{
	height:0px;
	width:0px;
}
strong {
	font-weight: bold;
}

form p {
	height:0px;
	width:0px;
}
#footer p{
	height:0px;
	width:0px;
}
.pstyle{
	margin-bottom:0px;
	margin-top:10px;
}
a {
	color: #CC9900;
	font-weight: bold;
	outline: none;
}

hr {
	border: 1px solid #CCC;
}

.left {
	float: left;
}

.right {
	float: right;
}

.break {
	height: 20px;
	clear: both;
}

.clear {
	clear: both;
}

ul li {
	line-height: 24px;
}

#container { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	width: 960px;
    margin: 0 auto -30px;
} 
container p{
	height:0px;
	width:0px;
}
#container .employee-login {
	width: 100%;
	height: 30px;	
}

#container .login-link {
	float: right;
	width: 116px;
	height: 25px;
	padding: 5px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: -5px;
	color: #333;
	background: #FFF;
	margin-left: 10px;
	cursor: pointer;
	cursor: hand;
}

#container h1 {
	background: url(../img/paramount-freight-logo.png);
	width: 315px;
	height: 115px;
	text-indent: -9999px;
	float: left;
}


#container h3 {
	color: #CC9900;
	font-size: 18px;
	font-weight: bold;
	vertical-align: baseline;
	padding-bottom: 3px;
}

#black {
	color: #000;
}

#container .intro-text {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0px;
}

#container .button {
	width: 150px;
	height: 29px;
	border: 1px solid #CCC;
	background: url(../img/button-bg.jpg) repeat-x bottom;
	text-align: center;
	line-height: 29px;
}

#container .button-left {
	width: 150px;
	height: 29px;
	border: 1px solid #CCC;
	background: url(../img/button-bg.jpg) repeat-x bottom;
	text-align: center;
	line-height: 29px;
	float: left;
	margin-top: -7px;
	margin-left: 20px;
}

#container .submit-button {
	width: 110px;
	height: 25px;
	border: 1px solid #CCC;
	background: url(../img/button-bg.jpg) repeat-x bottom;
	text-align: center;
	line-height: 25px;
	margin-left: 100px;
}

#container .button a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 29px;
}

#container .button-left a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 29px;
}

#container .submit-button a  {
	width: 110px;
	height: 25px;
	display: block;
	text-decoration: none;
}

#container .button a:hover, #container .button-left a:hover, #container .submit-button a:hover {
	text-decoration: underline;
}

#container #nav {
	float: left;
	list-style: none;
	margin-top: 45px;
	margin-left: 59px;
}

#container #nav li {
	float: left;
}

#container #nav a.nav-link {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/button-bg.jpg) repeat-x bottom;
	width: 105px;
	height: 29px;
	display: block;
	margin: 0px 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: -5px;
	text-align: center;
	line-height: 29px;
	cursor: pointer;
	cursor: hand;
}

*html #container #nav a.nav-link {
	margin-top: 0px;
}

*html #container #nav .active {
	margin-top: 0px;
}

#container #nav a.nav-link:hover {
	text-decoration: underline;
}

#container #nav .active {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/button-active-bg.jpg) repeat-x bottom;
	width: 105px;
	height: 29px;
	display: block;
	margin: 0px 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: -5px;
	text-align: center;
	line-height: 29px;
	cursor: pointer;
	cursor: hand;
}

#container #banner {
	clear: both;
	width: 955px;
	height: 315px;
	position: relative;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
}

#container #banner .panel {
	width: 935px;
	height: 290px;
	border: 1px solid #ffcc33;
	background:  url(../img/banner-gradient.jpg) repeat-y;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #000;
	padding: 10px;
}

#container #banner .panel .left-side {
	float: left;
	width: 615px;
	height: 290px;
	position: relative;
}

#container #banner .panel .left-side .driver-photo {
	position: absolute;
	bottom: -10px;
	right: -12px;
}

#container #banner .panel .right-side {
	float: left;
	width: 295px;
	height: 290px;
	margin-left: 20px;
	position: relative;
}

#container #banner .panel .right-side ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#container #banner .panel .right-side li {
	list-style: inside disc;
	font-size: 14px;
	line-height: 24px;
}


#container #banner .panel h2 {
	color: #6e90da;
	font-size: 30px;
	line-height: 40px;
	padding:5px;
	width: 400px;
}

#container #banner .panel h3 {
	color: #6e90da;
	font-size: 20px;
	line-height: 30px;
	padding: 5px;
	font-weight: normal;
}

#container #banner .panel p {
	width: 400px;
}


#container #banner .panel .button {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#container #banner .left-side img {
	position: absolute;
	right: 0px;
	bottom: -10px;
}

#container .banner-menu {
	margin: 0px;
	padding: 0px;
}

#container .banner-menu li {
	width: 298px;
	height: 70px;
	display: block;
	float: left;
	position: relative;
	z-index: 0;
	margin-top: -10px;
	line-height: 18px;
	padding: 20px 10px 10px 10px;
	background: url(../img/banner-nav-bg.jpg) repeat-x;
	border: 1px solid #ccc;
	border-right: 0px;
}

#container .banner-menu li a {
	display: block;
	width: 298px;
	height: 80px;
	margin-bottom: 10px;
	color: #000;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

#container .banner-menu .underline {
	text-decoration: underline;
}

#container .banner-menu .banner-text {
	display: block;
	font-weight: normal;
	margin-top: 7px;
}

#container .banner-menu .last {
	border-right: 1px solid #CCC;
}


#container .inner-banner {
	width: 915px;
	height: 20px;
	line-height: 20px;
	padding: 20px;
	border: 1px solid #CC9900;
	background: #ffcc33;
	font-size: 24px;
	color: #000;
	line-height: 24px;
}

#container .content {
	width: 915px;
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 30px;
}

#container .left-content {
	width: 200px;
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

#container .left-content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
	color: #CC9900;
	padding-bottom: 7px;
}

#container .left-content a {
	color: #333;
	font-weight: normal;
}

#container .left-content .chat-title {
	float: left;
	margin-left: 7px;
	display: block;
	line-height: 20px;
	font-size: 11px;
}

#container .left-content .chat-icon {
	float: left;
	margin-left: -5px;
}

#container .right-content {
	width: 650px;
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	margin-bottom: 30px;
}

#container .right-content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
	padding-bottom: 7px;
}

#container .right-content li {
	margin-left: 15px;
	list-style: disc;
}

#container .right-content .contact-type {
	float: left;
	width: 110px;
}

#container .right-content .contact-info {
	float: left;
}

#container .right-content .contact-info a {
	font-weight: normal;
	color: #333;
}

#container .right-content .recruiter-name {
	float: left;
	width: 125px;
	font-weight: bold;
}

#container .right-content .recruiter-email {
	float: left;
	width: 220px;
}

#container .right-content .recruiter-email a {
	font-weight: normal;
	color: #333;
}

#container .right-content .recruiter-phone {
	float: left;
	width: 125px;
}

#container .contact {
	height: 399px;
}

#container .right-content .small-break {
	height: 7px;
	clear: both;
}

#container .form-field {
	margin-bottom: 0px;
}

#container .form-field label {
	width: 100px;
	display: block;
	float: left;
}

#container .form-field input {
	width: 150px;
	height: 20px;
	float: left;
}

#container .form-field .break {
	height: 7px;
}

#container #push { 
    height: 30px; 
}

#container .top {
	font-weight: normal;
	color: #666;
}

#container .site-map li ul li {
	list-style: disc inside;
	margin-left: 20px;
}

.black {
	color: #000;
}

#footer {
	background: #CC9900;
	height: 30px;
	color: #000;
}

#footer .content {
	width: 960px;
	margin: auto;
	margin-top: 3px;
}
#footer .content li {
	float: left;
	padding: 0px 15px;
}

#footer .content li a {
	color: #000;
	font-weight: normal;
}
#footer .copyright {
	font-weight: bold;
}

#home-page-phone-number {
	float: right;
	padding-right: 5px;
	font-size: 20px;
	margin-top: 20px;
	color: #666;
}

.bold {
	font-weight: bold;
}
/***********SOCIAL MEDIA****************/
.socialmedia {
	margin-top: -25px;
	width: 55px;
	float:right;

}
