body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-image: url(images/footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#navigation {
	height: 48px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 0px 0px;
}

#navigation ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: inline;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 30px 30px 30px 36px;
	background-image: url(images/navilink.png);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation a:hover {
	background-image: url(images/hover.png);
	padding: 30px 30px 35px 36px;

}#header {
	background-image: url(images/headerBG.png);
	height: 171px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo.png);
	float: left;
	height: 83px;
	width: 390px;
	margin: 47px 0px 0px 28px;
}
#search {
	float: right;
	height: 24px;
	width: 242px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	margin: 72px 12px 0px 0px;
        padding: 1px 28px 0px 2px;
}

#search input {
border: 0px;
width: 240px;
background-color: #F7F7F7;
height: 20px;
color: #b5b5b5;
}
#content {
	background-image: url(images/contentTOP.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	padding: 11px 23px 10px 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#contentFooter {
	background-image: url(images/contentBOTTOM.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#Leftbanner {
	float: left;
	height: 346px;
	width: 623px;
}

#banner {
	float: left;
	height: 261px;
	width: 623px;
	background-image: url(images/banner.png);
	margin: 0px 0px 5px 0px;
}


#tabs {
	height: 80px;
	width: 623px;
	color: #FFFFFF;
}

#tabs h3 {
	margin: 0px 0px 5px 0px;
}

#tabs p {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}

#banneree {
	width: 906px;
	height: 346px;
	margin: 0px 0px 5px 0px;
}

#tabOne {
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 100px;
	width: 290px;
	padding: 0px;
}

#tabOne h3 {
	background-image: url(images/public-adjusters.png);
	text-indent: -9999999px;
	background-repeat: no-repeat;
}

#tabTwo {
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 100px;
	width: 290px;
	padding: 0px;
}

#tabTwo h3 {
	background-image: url(images/the-evolution.png);
	text-indent: -9999999px;
	background-repeat: no-repeat;
}

.readmore {
	background-image: url(images/arrow-button.png);
	float: right;
	display: block;
	text-indent: -99999px;
	width: 24px;
	height: 24px;
}

#leftNavi {
	background-repeat: no-repeat;
	background-position: center center;
	height: 322px;
	width: 249px;
	float: right;
	padding: 12px;
	background-color: #012f6e;
        margin-bottom: 10px;
}

#leftNavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftNavi li {
	padding: 11px 0px 20px 45px;
	background-image: url(images/navilinkBG.png);
	background-repeat: no-repeat;
        display: block;
}

#leftNavi a {
	padding: 20px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 247px;
	color: #FFFFFF;
	text-decoration: none;
}
