/*-----------------------Body-----------------------*/
	*, html,body{margin:0;padding:0}

body {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #4e4e4e;
	background: #222222 url(../images/bg.jpg) top right repeat;
	line-height: 180%;
	padding: 0;
	margin: 0px;
}


a:link, a:visited, a:active {
	color: #0b44c5;
	text-decoration: underline;
	text-transform: none;
}

a:hover {
	color:#333333;	
}

h1 {	
	color: #004ec3;
	padding-left: 0px;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 150%;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:10px;
}

h2{	
	color: #004ec3;
	padding-left: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 150%;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	}

h3{	
	color: #004ec3;
	padding-left: 0px;
	font-size: 37px;
	letter-spacing: 3px;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	}
	

/*-------------------Container-------------------*/
#container{
	text-align:left;
	padding:0px;
	border:1px solid #e8e8e8;
	background:#444444;
	width:950px;
	margin: 0;
}

/*--------------------Banner--------------------*/
#masthead{
	background: url('../images/dgray.jpg') #444444 center right repeat; 
	width: 100%;
	height:60px;
}

#banner {
	background: url('../images/dgray.jpg') #444444 center left; 
	margin:0px;
	float:left;
	width:700px; 
	height:140px;
	padding: 5px;
}

#banner span.bannerTitle {display: none;}

#search {
	margin:0px;
	background: url('../images/dgray.jpg') #444444 center right repeat; 
	color:#8a8a8a;
	float:left;
	width:230px; 
	height:140px;
	padding: 5px 0px 0px 0px;
}

.search input{
	background: #ffffff;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 4px;
	font-size: 13px;
	}
	
#logo {
	margin: 10px 0px 0px 10px;
}

#logo a{
	border: 0;
}
/*-----------------Top Navigation----------------*/
#wrapper-topnav {
	background: #0b44c5 url('../images/nav_off.jpg') top left repeat-x;
	float: left;
	width: 100%;
	height:60px;
}


#topnav {	
	width: 950px;
	margin: 0 auto;
	font-size: 10px;
	white-space: nowrap; 
	padding-left:0px;
	border-top: 1px solid #e8e8e8;
}

* html #topnav  { padding-right: 0; } 

#topnav  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#topnav  li { display: inline; }

#topnav a:link, #topnav a:active, #topnav a:visited{
	padding: 2em 2.5em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	float: left;
	border-left: 0px dashed #ffffff;
}

#topnav a:hover {
	background: #167ae1 url('../images/nav_on.jpg') repeat-x;
	color: #efefef;
	text-decoration: underline;
}



/*---------------Side Navigation----------------*/
#wrapper-sidenav {
	background:#2f9fed;
	float: left;
	width: 950px;
	height: 323px;
}

#sidenav {
	background:#2f9fed;
	margin:0px;
	border-top: 1px solid #e8e8e8;
	padding-top:0px;
	float:left;
	clear: right;
	width:280px; 
}


#sidenav a img{
	height: 0; 
	width: 0; 
	border-width: 0;
	}
	
#sidenav a:hover img {
	position: absolute;
    top: 212px; 
	left:281px; 
	height: 322px; 
	width: 670px;
	}



a.corporate, a.executive, a.protective, a.hseq, a.relations, a.logistics {
	background: #2f9fed;
	padding-left:10px;
	padding-top:16px;
	font-size: 11px;
	line-height: 15px;
	letter-spacing:1px;
	width:265px;
	height: 29px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 5px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	text-transform: uppercase;
	display: block;
}

a.protective:hover {
	background: #2b2f71; 
	color: #efefef;
	border-right: 5px solid #092959;
	border-bottom: 1px solid #e8e8e8;
} 

a.corporate:hover {
	background: #0e599a; 
	color: #efefef;
	border-right: 5px solid #092959;
	border-bottom: 1px solid #e8e8e8;
} 
	
a.executive:hover {
	background: #0290c7; 
	color: #efefef;
	border-right: 5px solid #092959;
	border-bottom: 1px solid #e8e8e8;
} 

a.relations:hover {
	background: #fbed24; 
	color: #333333;
	border-right: 5px solid #092959;
	border-bottom: 1px solid #e8e8e8;
} 

a.hseq:hover {
	background: #ffc315; 
	color: #333333;
	border-right: 5px solid #092959;
	border-bottom: 1px solid #e8e8e8;
} 

a.logistics:hover {
	background: #f89821; 
	color: #333333;
	border-right: 5px solid #092959;
	border-bottom: 1px solid #e8e8e8;
} 
	
/*---------------------Image---------------------*/
#image {
	background: url('../images/lhover/layout.jpg') #8a8a8a; 
	margin:0px;
	border-top: 1px solid #e8e8e8;
	float:right;
	width:670px; 
	height:323px;
}


/*-----------------Main Content------------------*/


#content{
	background:#ffffff; 
	margin:0px;
	border-top: 0;
	border-right: 1px solid #c0c0c0; 
	float:left;
	clear:left;
	width:100%; 
	overflow: auto;
}

#content p{
	padding:5px;
	margin:	5px;
	}

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

.quicklinks ul{
	list-style:none;	
}

.quicklinks li{
	display: block;
}

.quicklinks a:link, .quicklinks a:active, .quicklinks a:visited{
	margin:5px 10px 5px 0px;
	padding:20px;
	height: 20px;
	width: 240px;
	background: #CCC;
	color: #444;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
}

.quicklinks a:hover{
	background: #999;
	color: #fff;
	text-decoration:none;
}
/*--------------------Footer--------------------*/

#footer{
	background: url('../images/nav_on.jpg') #4779c1; 
	color: #fcfcfc; 
	margin:0px;
	border-top: 1px solid #e8e8e8; 
	padding:10px;
	clear:both;
	width:930px;
}

#footer p{
	margin:0;
	padding:5px 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #e8e8e8;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

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

