* {

	margin:0;
	padding:0;

}

body {

	background:#cdd6cd;
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#666666;

}

p {

	padding-bottom:6px;

}

a {

	font-weight:bold;
	color:#666;

}

a:hover {

	color:#000;

}

.headimg {

	padding-bottom:10px;

}

#container {

	width:780px;
	background:#FFF;
	margin:0 auto;
	border:1px solid #b3dbb4;
	border-top:0;
	border-bottom:0;
}

#header {

	width:780px;
	height:55px;
	background:#FFF url("../img/headerbg.gif") top left no-repeat;

}

#nav {

	width:780px;
	height:66px;
	background:#FFF url("../img/navbg.gif") top left no-repeat;

}

#nav ul {

	padding:14px 0 0 20px;

}

#nav li {

	list-style:none;
	display:inline;
	margin-right:15px;

}

#nav li.split {

	margin-left:345px;

}

#nav li.last {

	margin-right:0;

}

#topimg {

	width:780px;
	height:159px;
	background:#FFF url("../img/topimgbg.gif") top left no-repeat;

}

#contenthold {

	width:740px;
	margin:0 auto;
	padding-top:15px;


}

#contentnav {
width:740px;
padding-left:20px;

}

#contentnav img {

	margin-right:20px;

}

ul#services {

	padding:0 0 5px 15px;

}

#services li {

	display:block;
	width:46%;
	float:left;
	list-style:none;
	background:#FFF url("../img/libg.gif") center left no-repeat;
	padding-left:3%;

}

#footer {

width:740px;
height:37px;
margin:0 auto;
background:#FFF url("../img/footerbg.gif") center center no-repeat;
border-top:25px solid #FFF;
border-bottom:8px solid #FFF;
}

/*tooltips....................................................*/
a.regions{position:relative;z-index:24; text-decoration:none;font-weight:bold;}
a.regions:hover{z-index:25; background-color: #F1F1F1;}
a.regions span{display: none}
a.regions:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom:1em;
    padding: 10px;
    border:2px solid #CCC;
    background-color:#F5F5F5;
    text-align: justify;
    text-decoration:none;
    width:600px;
    font-size:0.9em;
    font-family:Arial,Helvetica,sans-serif;
    line-height:1em;
left:0;
color:#414141;
}
/*.........................................*/