#page {
	background-image:url(../images/hp-page-bg.png);
	background-repeat:no-repeat;
	background-position:left 82px;
}

#footer {
	background-image:url(../images/hp-footer-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	height:40px;
	background-color:#1049a8;
}

#header {
	background-image:url(../images/header-bg.png);
	background-position:top left;*/
	background-repeat:no-repeat;
	height:255px;
	width:796px;
}

#header-top {
	background-image:url(/assets/hp-image/top.png);
	background-position:center;
	background-repeat:no-repeat;
	width:766px;
	height:172px;
	position:absolute;
	left:15px;
	top:83px;
	
}


#body {
	background-image:url(/assets/hp-image/bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	width:766px;
	margin:0 15px;
	min-height:301px;
	_height:301px;
}

#logo {
	top:20px;
}

#content {
	padding-top:100px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:0px;
}

#content .content{
	font-size:120%;
	padding-left:30px;
	padding-right:4px;
}


#content h1 {
	width:350px;
	background-image:url(../images/hp-heading.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:45px;
	height:0px !important; /* for most browsers */
	height /**/:45px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#sidebar {
	font-size:90%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:20px;
	padding-left:15px;
	padding-bottom:150px;
	width:200px;
}

#sidebar h2{
	font-size:85%;
	color:#333333;
}


#sidebar .sidebar-more-info a {
	color:#E1962F;
	text-decoration:none;
}

#sidebar .featured-client {
	bottom:60px;
	_bottom:100px;
}

#newline-signature {
	display:none;
	float:left;
	margin-top:-39px;
}

#footer p.copyright {
	padding-top:37px;
}

/* Recent Posts */

ul.hp-posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

ul.hp-posts li {
	margin-bottom:1.5em;
}

ul.hp-posts h3 {
	color:#1049A8;
	font-size:115%;
	margin-top:0em;
}

ul.hp-posts p.meta {
	color:#888;
	margin-bottom:0.2em;
	padding:0;
}

ul.hp-posts span.date {
	font-weight:normal;
	color:#E1962F;
}