body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	background: white url(../images/background.jpg) repeat-x;
}

a{
	color: #494949;
	text-decoration: underline;
}

a:hover{
	text-decoration:none;
}

h1{
	font-size: 13px;
}

h2{
	font-size: 12px;
}

h3{
	font-size: 11px;
}

img{
	border: 0;
}


ul {
margin: 0;
padding:0px;
}


em{
	font-style: normal;
}

form{
	margin: 0;
}

input{
	width: 120px
}

label{
	width: 60px;
	float: left;
	top: 3px;
	position: relative;
}

label.error{
	color:red;
	float:none;
	padding-left:5px;
	vertical-align:top;
}

p{
	clear: both;
}

.button{
	width: auto;
	cursor: pointer;
}

#global-content{
	width: 915px;
	margin: auto;
}

#header{
	height: 350px;
	background: url(../images/header-bg.jpg) no-repeat; 
}

#header .alt {
	display: none;
}


#logo{
	position: relative;
	left: 30px;
	top:15px;
	float: left;
}

#logo a{
	width:145px;
	height:110px;
	display: block;
}

#menu{
	float: left;
	position: relative;
	top: 85px;
	left: 35px;
	width: 320px;
	height: 32px;
	list-style: none;
}

#menu li{
	float: left;
}

#menu li a{
	letter-spacing: -1px;
	display:block;
	padding: 9px 1px 8px 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	background: url(../images/menu-sep.jpg) left no-repeat;
	color: gray;
}

#menu li a:hover, #menu li a.active{
	color:black;
}

#companyname{
	float: left;
	clear: left;
	position: relative;
	top:20px;
	left: 20px;
	margin: 0;
	text-align: center;
	font-size: 20px;
	width: 150px;
	color: white;
	font-variant: small-caps;
}

#toplinks{
	float: right;
	list-style: none;
	text-align: center;
	padding: 10px;
}

#toplinks li{
	border-bottom:1px solid white;
	
}

#toplinks li a{
	display: block;
	padding: 5px;
	color: white;
	font-size: 14px;
	text-decoration: none;
}

#toplinks li a:hover{
	position:relative;
	top:-2px;
}


/*MAIN*/

#main{
	background: url(../images/bg-left-menu.jpg) repeat-y;
	clear: both;
	overflow: hidden;
}

/*CONTENT */
#content{
	float: right;
	width: 620px;
	padding: 10px;
	text-align: justify;
	color: #666666;
}

#content h1{
	font-size: 16px;
}

#content p.center{
	text-align: center;
}

#content #pad{
	clear: both;
}

#pad a{
	border: 1px solid Gray;
	padding: 4px;
	text-decoration: none;
}

#pad a:hover{
	background-color: #dbe5f4;
}

#gallery{
	height: 150px;
	overflow: auto;
}

#gallery ul{
	list-style: none;
	overflow: hidden;
}

#gallery ul li{
	float: left;
	padding: 0 3px 0 2px;
}

#gallery ul li a{
	text-decoration: none;
}


.industry{
	background: url(../images/america-to-work.jpg) no-repeat right;
	height: 330px;
}

.industry p{
	width: 350px;
}

/*LEFT Column*/

#left-column{
	float: left;
	width: 266px;
	min-height: 330px;

}

#home-menu{
	width: 251px;
	list-style: none;
	padding: 10px 5px 10px 10px;
}

#home-menu li{
	float: left;
	margin: 0 3px 0 3px;
	display: block;	
}

#home-menu li a{
	height: 300px;
	width: 23px;
	display: block;
  overflow: hidden;
	
}

#home-menu li #a1{
	width:100px;
}


/*FOOTER*/

#footer{
	clear: both;
}
#footer-bar{
	padding: 4px;
	background-color: #8e8e8e;
	color: white;
	text-align: center;
}

