@charset "UTF-8";
* {
margin: 0;
}
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#wrapper {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	background-image:url(images/dempsey_regular_background.gif);
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto 0px;
}
#wrapper_home {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/dempsey_home_background.gif);
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto 0px;
}
#mainBody {
	width: 980px;
	text-align: center;
	margin: auto;
	background: #FFF url(images/white_block.gif);
}
#header {
	height: 90px;
	background: url(images/dempsey_logo.gif) no-repeat -2px;
}
#search_region {
	height: 23px;
	border: 1px solid #999;
	top: 5px;
	float: right;
}

#search_box {
	padding-top:0px;
	margin-top:-10px;
	height: 18px;
	float:left;
}

#search_box #s {
	float: left;
	padding: 0px;
	margin: 0px 0 0 0px;
	border: 0;
	width: 120px;
	background: none;
}

#search_box #go {
	padding:0px;
	margin: 0px;
}
#navBar {
	height: 50px;
	float:right;
	clear:right;
	left: 510px;
	padding:17px 0px 0px;
	margin:0px;
	font-size: 1px;
}
#navBar ul {
	margin:0px;
	padding:0px;
}
#navBar ul li a {
	color: White;
	text-decoration: none;
	text-align:center;
	display: block;
}
#horizontalBar {
	position: absolute;
	top: 90px;
	width: 980px;
	background-image: url(images/dempsey_horizontal_bar.gif);
	background-repeat: repeat-x;
	height: 3px;
}
#mainBody #header #navBar ul {
	list-style-type: none;
}
#mainBody #header #navBar ul li {
	display: inline;
}
#home  {
  float:left;
    width: 70px;
    height: 49px;
    background: url("images/nav_home_bt.gif") no-repeat;
}
#home:hover
  { 
    background: url("images/nav_hl_home_bt.gif") no-repeat;
 }
  
#company  {
  float:left;
    width: 80px;
    height: 49px;
    background: url("images/nav_company_bt.gif") no-repeat;
}
#company:hover
  { 
    background: url("images/nav_hl_company_bt.gif") no-repeat;
 }
 
#products  {
  float:left;
    width: 136px;
    height: 49px;
    background: url("images/nav_products_bt.gif") no-repeat;
}
#products:hover
  { 
    background: url("images/nav_hl_products_bt.gif") no-repeat;
}

#suppliers  {
  float:left;
    width: 103px;
    height: 49px;
    background: url("images/nav_suppliers_bt.gif") no-repeat;
}
#suppliers:hover
  { 
    background: url("images/nav_hl_suppliers_bt.gif") no-repeat;
}

#contact  {
  float:left;
    width: 79px;
    height: 49px;
    background: url("images/nav_contact_bt.gif") no-repeat;
}
#contact:hover
  { 
    background: url("images/nav_hl_contact_bt.gif") no-repeat;
 }
 
 #leftColumn {
	 width:250px;
	 float:left;
 }
 
  #rightColumn {
	  float:left;
	  width:600px;
	  text-align:left;
	  margin-left:20px;
	  margin-top:35px;
  }
 
  #msdsSearch {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:2px;
	margin-top:-10px;
	width:220px;
	text-align:left;
	line-height:14px;
 }
 
  #subleftColumn {
	width:210px;
	float:left;
	text-align:left;
	margin-top:33px;
 }
 
 #middleColumn {
	float:left;
	width:500px;
	text-align:left;
	margin-left:20px;
	margin-top:33px;
	height: 100%;
 }
  #middleColumn p{
	margin-bottom:10px;
	margin-top: 0px;
  }
 
 #middleColumnCareers {
	float:left;
	width:750px;
	text-align:left;
	margin-left:20px;
	margin-top:20px;
 }
 #supplierLogo {
	width: 200px;
	text-align:right;
	padding-right: 7px;
	clear: left;
 }
 #supplierCopy {
	width: 250px;
	padding-left: 10px;
	float: right;
	height: 100%;
 }
 #subright {
	width:220px;
	float:right;
	clear: both;
	margin-right: -250px;
	height: 1px;
 }
 

 
  #submsdsSearch {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:10px;
	 margin-top:30px;
	 width:220px;
	 text-align:left;
	 line-height:14px;
 }
 
  #msdsSearch h3{
	  color:#c1131e;
	  margin-bottom: 4px;
	  padding-top: 17px;
  }
  
 
  
  #rightColumn h3 {
	  color:#c1131e;
	  font-size:14px;
  }
  #subleftColumn ul{
	list-style-type: none;
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 0px;	  
  }
  #subleftColumn li{
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 4px;	  
  }
  #footer_wrapper {
	width:100%;
	background: url(images/footer_bkgrd.gif) bottom;
  }
  #footer {
	color: 333366;
	height: 50px;
	clear: both;
	padding: 15px 0px 25px 28%;
	background: url(images/footer_bkgrd.gif) bottom;
  }
  .footer, .push {
	height: 50px;
	clear: both;
	}
  #footer ul{
	  margin: 0px;
	padding: 0px;
  }
  #footer li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
  }

h1,h2 {
	font-size:16px;
	color:#c1131e;
	line-height: 25px;
}

h4 {
	font-size:16px;
	color:#c1131e;
	font-weight:bold;
	line-height: 25px;
}

h5 {
	font-size:12px;
	color:#21467b;
	font-weight:bold;
	margin: 0px;
	padding: 7px 0px 4px;
}

h6 {
	font-size:9px;
	color:#999666666;
	margin: 0px;
	padding: 0px;
}

strong {
	color:#069;
}

a:link {
	text-decoration:none;
	color:#069;
}
a:active {
	text-decoration:none;
	color:#069;
}

a:hover {
	color:#900;
	text-decoration:underline;
	
}

a:visited {
	text-decoration:none;
}
#supplierWrapper {
	background: url(images/supplier_border_bkgrd.gif) repeat-y;
	clear: both;
	min-height: 350px;
	padding: 2px;
	width: 100%;
}
#supplierBreak {
	clear: both;
	line-height: 1px;
}
#form1 #columnOne {
	width: 230px;
	text-align: right;
	line-height: 25px;
	float: left;
	padding-right: 20px;
	padding-bottom: 40px;
}
#form1 #columnTwo {
	width: 240px;
	float: right;
	margin-bottom: 15px;
}

.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
 
 #careerArea {
	width: 290px;
	text-align:right;
	font-weight: bold;
	margin: 0px;
	padding: 5px 7px 0px 0px;
	clear: both;
	height: 0px;
 }
 #careerCopy{
	width: 400px;
	height: 100%;
	float: right;
	border-left: 1px solid #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	margin: 0px;
	padding: 0px 0px 0px 10px;
 }
/* End hide from IE-mac */
#careerTitle {
	background: #CCC;
	padding: 5px;
	text-align: center;
	clear: both;
	margin-top: 15px;
}
.oneCareer {
	padding-top: 20px;
	padding-bottom: 20px;
}
#locationPhone {
	font-size: .9em;
	color: #999;
	text-align: right;
	padding-left: 50px;
}
#wrapper_home #mainBody #rightColumn p {
	margin-bottom: 7px;
}

#msdsSearch a h3 {
	font-size: 12px;
}

