/* Reset
-----------------------------------------------------------------------------*/

* {
	outline:0;
}

/* HTML 5
-----------------------------------------------------------------------------*/

header, article, section, hgroup, nav {
	display:block;
}


/* Sections
-----------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
}

p.bio {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size:13px;
	text-align:justify;
}

.advisory-board {
	font-size:13px;
	text-align:left;
}

#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ccc;
	margin: 0;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #393;
}
a:visited {
	color: #272;
}
a:hover {
	color: #f90;
}

.bio {
	font-size:13px;
}

#credit {
	font-size:.7em;
	color:#aaa;
	text-align:center;
}

.credit {
	color:#aaa;
	text-decoration:none;
}

table#top {
}

div#hook {
	font:bolder 2.5em/1.2em Arial, Helvetica, sans-serif;
	color: #393;
	text-align:center;
	margin: 20px;
}

table#top tr td p#indexes, p#indexes {
	font:normal 18px/1.1em Arial, Helvetica, sans-serif;
	color: #111;
	text-align:center;
	margin:20px;
}

table#top td#rtbordr {
	background:#5a5 url(../images/background-right.jpg) repeat-y 1px 0;
}
/* main navigation
--------------------------------------------------------------------*/	

nav {
	font:14px/1em Arial, Helvetica, sans-serif;
	position:absolute;
	top:170px;
	_top:150px;
	line-height:1.35em;
	width:780px;
	_width:730px;
	z-index:9999;
	background:#fff url(../img/pnwa01.gif) no-repeat 0 -138px;
	_background: url(../img/pnwa01.gif) no-repeat -10px -138px;
}

#nav, #nav ul {
	padding:0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration:none;
	background:#fff;
	color:#396;
	font-weight:bolder;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -9999em;
	border:1px solid #777;
	font-weight:normal;
}

#nav li.topMenuLink a {
}

#nav li.topMenuLink a:hover {
	color:#c95;
}

#nav li ul.subMenu li.subMenuLink a {
	background:#fff;
}

#nav li ul.subMenu li.subMenuLink a:hover {
	background:#f90;
	color:#feb;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* buttons
--------------------------------------------------------------------*/	

li#homebtn, li#homebtn a{width:70px; margin-left:15px;}

li#aboutbtn, li#aboutbtn a{width:105px;}

li#servicesbtn, li#servicesbtn a{width:80px;}

li#advisorsbtn, li#advisorsbtn a{width:110px;}

li#partnersbtn, li#partnersbtn a{width:105px;}

li#clientsbtn, li#clientsbtn a{width:60px;}

li#newsbtn, li#newsbtn a{width:100px;}

li#contactbtn, li#contactbtn a{width:auto;}

li#servicesbtn ul.subMenu, li#servicesbtn ul.subMenu li.subMenuLink,li#servicesbtn  ul.subMenu li.subMenuLink a {width:290px;}

