/* ========================== */
/* PDQ css 					  */
/* ========================== */


body {
	background: url(http://www.eatpdq.com/images/bg.jpg); /* this link will need to be changed to your file structure */
	overflow-x: hidden; /* keeps blue header bar from making the page scrollable */
}
.contentbox.header, .contentbox.bdycontent, .contentbox.footer {
	box-shadow: none;
}
/* All header stuff */
.contentbox.header {
	margin-bottom: 0;
    background: none;
    border: none;
    padding: 30px 0 0 0;
    width: 1002px
}
.contentbox.header h1 {
	color:#ac4c45;
	display: inline-block;
	margin: 0; 
	padding-left: 20px
}
span[id*=SubText]{
	float: right;
	color: #4D7599;
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
}
header { 
    background: #ac4c45; 
    border-radius: 10px 10px 0px 0px; 
    margin-top: 15px; 
    height: 50PX; 
}

header:before { 
    content: ""; 
    background: url('../images/PDQlogo.png') no-repeat; 
    position: absolute; 
    z-index: 10; 
    top: 35px; 
    width: 129px; 
    height: 129px; 
    margin-left: 457px; 
}

#navLinks { 
    position: relative; 
    left: -135px; 
    top: -10px; 
    display: inline-block; 
}

span[id*=userName], [id*=loginView], a[id*=JobsHyperLink]  
{
	color:white;
	font: bold 16px arial;
	text-decoration: none;
	vertical-align: middle;
}

a[id*=loginView], a[id*=JobsHyperLink]  
{
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

#google_translate_element { 
    position: relative; 
    left: 945px; 
    top: -6px; 
    display: inline-block; 
}

/* blue horizontal line  after menu */

.body:before {
    content: "";
    display: block;
    position: relative;
    width: 110%;
    right: 8px;
    height: 8px;
    background-color: #4D7599;
}

.bdycontent {
	margin-top: 0 !important;
	border-radius: 0px 0px 10px 10px;
}

