#wrapper_nav {
	background-image: url(../images/generic/nav.gif);
	background-repeat: repeat-x;
	background-color: #B5C7CD;
	font-size: 70%;
}
#nav {
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFF;
	font-size: 88%;
	font-weight: bold;
	z-index: 900;
	margin: 0 auto;
	text-align: center;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
	background-image: url(../images/generic/nav.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 8px 12px 10px 12px;
	color: #000033;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #4B596A;
	float: left;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-image: url(../images/generic/nav.gif);
	background-position: center -208px;
	background-repeat: repeat-x;
	background-color: #6C8C9C;
}

.nav_clear {
	clear: both;
	height: 1px !important;
	font-size: 1px !important;
	background-color: #465366;
}


/* Nav page marker */

body.home #nav ul li.home a,
body.home #nav ul li.home a:hover,

body.about #nav ul li.about a,
body.about #nav ul li.about a:hover,

body.training #nav ul li.training a,
body.training #nav ul li.training a:hover,

body.recruitment #nav ul li.recruitment a,
body.recruitment #nav ul li.recruitment a:hover,

body.secretarial #nav ul li.secretarial a,
body.secretarial #nav ul li.secretarial a:hover,

body.testimonials #nav ul li.testimonials a,
body.testimonials #nav ul li.testimonials a:hover,

body.contact #nav ul li.contact a,
body.contact #nav ul li.contact a:hover {
	background-image: url(../images/generic/nav.gif) !important;
	background-position: center -200px;
	background-color: #6C8C9C;
}

/* Feature */

#feature {
	padding-top: 18px;
	padding-bottom: 18px;
	width: 300px;
	text-align: left;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
}
#feature ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#feature li {
	margin: 0;
}
#feature li a,
#feature li p {
	display: block;
	color: #000033;
	padding: 5px 20px 6px 20px;
	border-bottom: 1px solid #738796;
	border-right: 1px solid #a0afb2;
	border-left: 1px solid #dde5e2;
	border-top: 1px solid #dde5e2;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/generic/feature.jpg);
	background-position: left;
	background-color: #F3F4F7;
}
#feature li p {
	color: #000033;
	border-top: 1px solid #CCCCCC;
}
#feature li strong {
	color: #000000;
}
#feature a:hover, #feature a:focus {
	color: #000000;
	background-image: url(../images/generic/feature.jpg);
	background-position: right;
	background-color: #CDDEE0;
}

/* Sub nav */

#subnav {
	color: #000000;
	text-align: left;
	font-size: 70%;
	margin: 0px 20px 10px 20px;
	border-top: 1px solid #98AFB7;
	padding: 0;
}

#subnav li {
	display: inline;
	list-style-type: none;
	background-image: none;
}
#subnav ul {
	margin: 0;
	padding: 0;
	font-size: 86%;
}
#subnav a {
	text-decoration: none;
	color: #15242E;
	margin-top: 4px;
	padding: 4px 15px 6px 15px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	background: url(../images/generic/bullet.gif) no-repeat left center;
}

#subnav a:hover, #subnav a:active, #subnav a:focus {
	color: #98AFB7;
	font-weight: bold;
	text-decoration: underline;
}