html {
	background: #d1f1ed url(../images/bg_html.png) bottom left repeat-x;
	padding-bottom: 20px;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/bg_body.jpg) top center repeat-x;
}
a {
	color: #065b78;
}
p, h1, h2, h3 {
	line-height: 1.4em;
}

img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}

#subwrapper {
	background: url(../images/bg_subwrapper.jpg) top center no-repeat;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
}
#header {
	height: 256px;
	position: relative;
	overflow: hidden;
}

#header .menu {
	background: url(../images/bg_menu.jpg) no-repeat;
	width: 547px;
	height: 101px;
	position: absolute;
	left: 20px;
	top: 128px;
}
#header .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;	
	position: absolute;
	top: 11px;
}
#header .menu ul li{
	margin: 4px 0 5px 0;
	padding: 0;
	background: url(../images/pointer.png) 6px 8px no-repeat	
}
#header .menu ul a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 2px 0 0 18px;
	height: 18px;
	width: 142px;
}
#header .menu ul a:hover, #header .menu ul li#current a{	
	background: url(../images/bg_hover.png) left top no-repeat;
}
#header .first{
	left: 24px;
}
#header .second{
	left: 330px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 317px;
	height: 58px;
	position: absolute;
	left: 20px;
	top: 30px;
}
#call {
	position: absolute;
	left: 395px;
	top: 35px;
	background: url(../images/call.png) no-repeat;
	width: 145px;
	height: 50px;
}
#content {
	background: #a5e4dc url(../images/bg_content2.jpg) left top no-repeat;
	overflow: hidden;
	height: 1%;
	padding: 0 20px 5px 20px;
}
#content.home {
	background: #a5e4dc url(../images/bg_content1.jpg) left top no-repeat;
}

#sections {
	height: 212px;
	position: relative;
}
#pathway {
	height: 70px;
}

#pathway p{
	padding: 35px 0 0 0;
	color: #065b78;
}

#sections a{ 
	display: block;
	width: 215px;
	height: 20px;
	padding-top: 80px;
	font-size: 13px;
	position: absolute;
	text-align: center;
}
#sections a#item1{ 
	background: url(../images/item1.jpg);
	top: 0;
	left: 0;
}
#sections a#item2{ 
	background: url(../images/item2.jpg);
	top: 0;
	left: 330px;
}
#sections a#item3{ 
	background: url(../images/item3.jpg);
	top: 105px;
	left: 0;
}
#sections a#item4{ 
	background: url(../images/item4.jpg);
	top: 105px;
	left: 330px;
}
#sections a#item5{ 
	background: url(../images/item5.jpg);
	top: 105px;
	left: 660px;
}


#content #form {
	background: url(../images/bg_form.png) no-repeat;
	width: 275px;
	height: 182px;
	float: right;
	margin: 50px 17px 20px 20px;
	padding: 10px 5px;
}

#content.home #form {
	margin: 20px 17px 20px 20px;	
}
#form td{
	color: #fff;
	line-height: 37px;
	padding: 0 5px;	
}
#form input{
	border: none;
	background: transparent;
}
#footer {
	background: url(../images/bg_footer.jpg) left top no-repeat;
	height: 91px;
	position: relative;
	color: #fff;
}
#footer .icons{
	position: absolute;
	top: 47px;
	right: 74px;
}
#footer .phone {
	position: absolute;
	left: 360px;
	top: 43px;
}
#footer .phone a{
	color: #fff;
}
#footer .copyright {
	position: absolute;
	left: 20px;
	top: 43px;
}
