body {
	font-family: Gill Sans, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #244D84;
}

h1 {
	color: #9F0F46;
	font-size: 1.8em;
}

h2 {
  color: #000;
  font-size: 1.2em;
font-weight: normal;
}

h3 {
  font-size: 1.3em;
  color: #9f0f46;
  text-align: center;
  margin-right: 50px;
}

h4 {
	color: #000;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

p, ul {
	line-height: 18px;
}

ul {
	width: 90%;
}


li.homepage {
  margin-left: -40px;
  list-style: none;
padding-left: 20px;
  background: transparent url(/images/bullett.gif) no-repeat top left;
}

li.mentoring{
color: #000;
  list-style: none;
  margin-left: -40px;
padding-left: 20px;
  background: transparent url(/images/bullett.gif) no-repeat top left;
}

li.bip {
	list-style: none;
	margin-left: -20px;
	padding-left: 20px;
	background: transparent url(/images/bip-bullet.png) no-repeat top left;
}

li.bip ul {
	list-style: disc;
}

#container {
	width: 955px;
	margin: 0 auto;
	background: #F3F4F4 url(/images/wrapper-bg.png) no-repeat top left;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	background: url(/images/lower-bg.png) no-repeat bottom right;
	overflow: visible;
}

#logo { 
	float: right;
	margin-right: -27px;
}

#contact-telephone {
	padding-top: 10px;
}

#strapline {
	width: 425px;
	margin: -5px auto;
}

#content {
	width: 850px;
	margin-left: 117px;
	margin-bottom: 10px;
	padding-top: 25px;
}

#content p {
	margin-right: 40px;
}

#content img {
	margin-right: 30px;
	margin-left: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #9F0F46;
	padding: 5px;
	background: transparent url(/images/sussex-enterprise.gif) no-repeat top left;
	height: 76px;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	color: #878787;
}

#footer a {
	color: #878787;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.blue-box {
	width: 230px;
	height: 115px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #B9C4D2;
	float: left;
	padding: 6px;
	position: relative;
	border: 4px solid #9f0f46;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

.red-box {
	width: 230px;
	height: 115px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #DECFD5;
	padding: 6px;
	float: left;
	position: relative;
	border: 4px solid #244d84;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

.red-box h2 {
	font-size: 1.4em;
	margin: 3px 0 10px 0;
}

.blue-box h2 {
	font-size: 1.3em;
	margin: 3px 0 10px 0;
}

#content .red-box p {
	margin-right: 0px;
}

#content .blue-box p {
	margin-right: 0px;
}

.black-text {
	color: #0C274C;
	font-size: 1.1em;
}

.black-heading { 
	color: #0C274C;
	font-size: 1.2em;
	margin-top: -3px;
}

.black-heading a {
	color: #0C274C;
	text-decoration: none;
}

.black-heading a:hover {
	text-decoration: underline;
}

.black-link {
	text-align: right;
	font-size: 0.9em;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.black-link a {
	color: #0C274C;
	text-decoration: none;
}

.black-link a:hover {
	color: #0C274C;
	text-decoration: underline;
}

.highlight-text {
	font-weight: bold;
	color: #9f0f46;
	font-size: 1.2em;
}

.bip-image {
	margin-top: -110px;
}

/* Menu  Styling */

#menu {
	background: #eaeaea url(/images/menu-bg.png) repeat-x top left;
	height: 25px;
	width: 99%;
	margin: 0 auto;
	font-size: 0.9em;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
	padding-left: 15px;
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #9F0F46;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	margin-right: 35px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #C3C5C6;
	width: 250px;
	padding-bottom: 4px;
	margin-left: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 225px;
	border-bottom: 1px solid #000;
	margin-bottom: 3px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

dt {
  float: left;
  width: 100px;
}

dd {
  margin-bottom: 5px;
  width: 300px;
  float: left;
} 

form {
  border: 1px solid #eaeaea;
  width: 500px;
  padding: 4px;
}

form #captcha {
 margin: 5px;
}

form .captcha-response {
	width: 150px;
}

.koru-home-logo {
	margin-top: 13px;
}

.business-process-image {
	border: 2px solid #004C87;
}

.img-right {
	float: right;
}