@charset "utf-8";
/* CSS Document */

/* navigation */
#nav {
	height:40px;
	padding: 0px 10px 10px 40px;
	margin-top: 330px;
}

#nav ul {
	margin:0;
	padding: 0px;
}

#nav li {
	float:left;
	width:200px;
	text-align:left;
}

#nav a {
	color:#5BB114;
	display:block;
	height: 25px;
	margin:0px 10px 0px 0px;
	padding: 10px 0px 10px 5px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/icon_dots01.png);
	font-size:12px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}	

#nav a.current {
	background-image: url(img/icon_dots02.png);
	color:#CCC;
}



/* panes */
#panes {
	width:885px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
/*#panes div {
	display:none;
	position:absolute;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
*/
#panes .tab {
	display:none;
	position:absolute;
}
#panes .tab p{
	width: 520px;
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes h4 {
	font-size:15px;
	font-weight:bold;
	padding-bottom: 10px;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}


/* Services Nav  */
#navServices {
	height:40px;
	padding: 320px 10px 10px 60px;
}

#navServices ul {
	margin:0;
	padding: 0px;
}

#navServices li {
	float:left;
	width:200px;
	text-align:left;
}

#navServices a {
	color:#5BB114;
	display:block;
	margin:0px 10px;
	position:relative;
	font-size:12px;
	text-decoration:none;
	height: 15px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/icon_dots04.png);
}	

#navServices a.current {
	background-image: url(img/icon_dots03.png);
	color:#A0ED61;
}

.firstSer{
	display:block;
	width: 500px;
}


#panes img {
	float:left;
	margin-right:20px;		
}

#panes h4 {
	font-size:15px;
	font-weight:bold;
	padding-bottom: 10px;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

.service_ul{
	padding-left:20px;
	list-style:url(img/li_green.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.service_ul a{
	color: #71bdcb;
	text-decoration:none;
}
.service_ul a:hover{
	color:  #A9DAF1;
}
