body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4e4e4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img { border: 0; }

p {font-size:13px;
color:#666666;
padding: 0px 15px 0px 0px;
line-height:140%;
}

H2 {
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	padding: 0px 0px 0px 0px;
	margin-bottom:-10px;
	font-style:normal;
	font-weight:500;
}

p a:link {
	color:#666666;
	text-decoration:none;
	border-bottom-style: solid ;
	border-bottom-width: 1px;
	
}

p a:visited {
	color:#666666;
text-decoration:none;
	border-bottom-style: solid ;
	border-bottom-width: 1px;
	
}

#header {
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	height:217px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/header_bg.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#nav {
	position: absolute;
	left: 185px;
	width:450px;
	top: 13px;
	color:#FFFFFF;
	font-size:14px;
}

#nav h6 {
	padding: 0px;
	margin: 0px;
	font-size:16px;
}

#nav h6 a:link{
	color:#FFF;
	text-decoration:none;
}
#nav h6 a:hover{
	color:#FFF;
}
#nav h6 a:visited{
	color:#FFF;
	text-decoration:none;
}

#headline {
	position:relative;
	float:left;
	padding-left: 340px;
	width:340px;
	/*top: 110px !important; 
	top: 170px; */
	margin-top: 128px;
}

#talk_bt {
	float:right;
	padding-right:100px;
	padding-top: 120px;
}


#container {
	margin-left: auto; 
	margin-right: auto;
	top:-50px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/bg.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #mainContent {
	 margin-top:0px;
	padding: 30px 107px 0px 107px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	height:500px;*/
	position:relative;
}

h1 {color:#666666;
margin: 0;
}

.green {
		color: #7ead27;
		}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#hm_markup {
	position:absolute;
	width:254px;
	height:285px;
	z-index:1;
	background-image: url(../images/hom_bx_markup.png);
	background-repeat:no-repeat;
}

#hm_fee {
	position:absolute;
	left:388px;
	width:254px;
	height:285px;
	z-index:1;
	background-image: url(../images/hom_bx_fee.png);
	background-repeat:no-repeat;
}

#hm_designers {
	position:absolute;
	float:right;
	width:254px;
	height:285px;
	z-index:1;
	background-image: url(../images/hom_bx_designers.png);
	background-repeat:no-repeat;
	left: 670px;
}


#assessment {
	position:relative;
	height:97px;
	z-index:3;
	padding-bottom:30px;

}

#footer {
	position:relative;
	color:#FFF;
	background-image:url(../images/footer_bg.png);
	z-index:5;
	height:99px;
	width: 1024px;
}

#footer p {
	color:#FFF;
	text-align:center;
	padding-top:22px;
}
.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
}
