#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(../images/home/header.jpg) no-repeat;
}

#logo {
  background: url(../images/home/logo.jpg) no-repeat;
}

#right {
  padding-top: 285px;
}


#welcomeLeft {
	background: url(../images/home/featurePic.jpg) no-repeat;
	width:171px;
	padding-top:123px;
	float:left;
	padding-left:2px;
	padding-bottom: 15px;
}

#welcomeRight {
	float:right;
	padding:10px;
	width: 290px;
}
#welcomeRight p {
	padding:0;
}

#welcomeRight .more {
	padding-top:0;
	padding-right: 2em;
}

#news {
	padding-top:15px;
}

#newsFooter {
	background: url(../images/home/newsFooter.jpg) no-repeat;
	height:13px;
}

/** Forms **/
#loginHeader{
	background: url(../images/home/loginHeader.jpg) no-repeat;
  	height:6px;
  	width:243px;
	overflow: hidden;
}
#loginBody{
	background: url(../images/home/loginBody.jpg) repeat-y;
	width:243px;
}

#loginFooter{
	background: url(../images/home/loginFooter.jpg) no-repeat;
	height:6px;
	width:243px;
	overflow: hidden;
}

#loginBody form{
	padding:0 0 0 25px;
	margin:0;
}
#loginBody form label {
	padding: 0 0 0 .5em;
	color:#fff;
}

#loginBody form fieldset {
	border:none;
}

#loginBody form .loginField {
	width:90%;
}

#loginBody form .submit {
	border: 1px solid #9a8a65;
	height:1.5em;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	background-color:#e7e0ce;
	float:right;
	margin-right:20px;
	margin-top:.5em;
	width:auto;
}

#lock{
	width:auto;
	float:right;
	padding-top:7px;
	padding-right:6px;
}


/* Features */
.feature {
  float: left;
  width: 49%;
}

#corp {
  margin-right: 1%;
}
#corp-img a, #indu-img a {
	text-decoration:none;
	color:#74653D;
}
#corp-img a:hover, #indu-img a:hover {
	text-decoration:underline;
	color: #38301A;
}

#corp-img, #indu-img {
	background: url(../images/home/feature_1.jpg) no-repeat;
	width: 112px;
	height: 33px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 87px;
	font-size: 9px;
	font-weight: bold;
}
#indu-img {
  background: url(../images/home/feature_2.jpg) no-repeat;
}