/*default values*/
* {
	font-size:100.01%;
}
html {
	font-size:62.5%;
}
body {
	color:#000;
	font:1em Arial, Helvetica, sans-serif;
	margin:0;
	background:#fff url(../images/body-bg-green1.gif) repeat-x 50% 0;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*main container*/
#main {
	width:789px;
	margin:0 auto;
}
/*header*/
.header {
	padding:0 0 17px 28px;
	width:761px;
	background-color:#fff;
}
.header:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
.header h1 {
	background:url(../images/logo-green.gif) no-repeat;
	width:224px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:18px 0 0;
}
.header h1 a {
	width:100%;
	display:block;
	text-indent:-9999px;
	height:100%;
}
/*top-navigation*/
.header ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	background:#91cfc6 url(../images/top-menu-bg-green1.gif) no-repeat left bottom;
	padding-left:17px;
}
.header ul li {
	float:left;
	position:relative;
}
.header ul li a {
	display:block;
	line-height:22px;
	font-size:1.1em
;
	background-color:#91cfc6;
	color:#fff;
	padding:0 14px;
	font-weight:normal;
}
.header ul li.active a,
.header ul li.hover a,
.header ul li:hover a {
	color:#000;
	text-decoration:none;
}
.header ul li.hover li a,
.header ul li:hover li a {
	color:#fff;
	text-decoration:none;
}
.header ul li.hover li.hover a,
.header ul li:hover li a:hover {
	color:#000;
	text-decoration:none;
}
.header ul li ul {
	display:none;
	position:absolute;
	padding:0;
	background:none;
	z-index:8;
	right:0;
}
.header ul li ul.first {
	display:none;
	position:absolute;
	padding:0;
	background:none;
	z-index:8;
	left:0;
}
.header ul li ul li a {
	padding:0;
}
.header ul li ul li {
	float:none;
	text-align:center;
	height:1%;
	vertical-align:top;
}
.header ul li.hover ul,
.header ul li:hover ul {
	display:block;
}

/*right holder*/
.services {
	background-color:#b3e0da;
	float:right;
	width:154px;
	padding:9px 3px 99px 12px;
}
.services h4 {
	font-size:1em;
	margin:0 0 10px;
	line-height:1.9em;
}
.services ul {
	margin:0 0 0 -3px;
	padding:0 0 16px;
}
.services ul li {
	list-style:none;
	background:url(../images/list-2.gif) no-repeat 0 5px;
	padding-left:6px;
	line-height:1.9em;
	padding-bottom:5px;
}

.services a {
	list-style:none;
color:#14289e;
	text-decoration:underline;
}	

.services a:hover {
	text-decoration:none;
}

