#nav {
	background-color: #93D700;
	height: 1.75em;
	width: 777px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.75em;
}

#nav a {
	display: block;
	width: 8.69em;
	color: #FFFFFF;
	text-align: center;
	border-bottom: none;
}

#nav li { /* all list items */
	float: left;
	width: 8.69em; /* width needed or else Opera goes nuts */
	border: 0.01em solid #FFFFFF;
}

#nav li ul {
	position: absolute;
	background: url(images/site/transparent.png) repeat;
	width: 8.69em;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0em 0 8.69em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #6AA9D1;
}

#nav li li { 
	float: left;
	width: 8.67em; /* width needed or else Opera goes nuts */
	border: 0.01em solid #FFFFFF;
}

#nav li li ul {
	border: 0.01em solid #FFFFFF;
}
#center {
	width:528px;
	float:left;
	background:#FFFFFF;
	margin-left: 30px;
	padding: 0px 0px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#righttitle {
	background-image: url(images/site/bluearrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	float: right;
	height: 20px;
	width: 170px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CEE3F0;
	color: #0175BA;
}

#right {
	width:200px;
	float:right;
	padding-bottom: 20px;
	color: #93D700;
	margin-top: 5px;
}

#right a {
	color: #9BCF21;
	border: none;
	font-weight: normal;
}

#right a:link {
	color: #9BCF21;
	background-color: #FFFFFF;
	background-image: url(images/site/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#right a:hover {
	color: #9BCF21;
	background-color: #FFFFFF;
	background-image: url(images/site/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#right a:active {
	color: #9BCF21;
	background-color: #FFFFFF;
	background-image: url(images/site/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#right a:visited {
	color: #9BCF21;
	background-color: #FFFFFF;
	background-image: url(images/site/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* START OF CSS FOR MAP */
dl.map {
  margin: 0px;
  padding: 5px;
  text-align:left;
  width: 180px;
  position: relative;
}

dl.map dt {
	line-height: 1.75em;
	border-bottom: 1px dashed #CEE3F0;
}

dl.map dt a {
	display: block;
	width: 180px;
	cursor: default;
}

dl.map dd {
	background: #FFFFFF;
	border: 1px solid #93D700;
	color: #01619A;
	padding: 10px;
	width: 300px;
	position: absolute;
	left: -9999px;
	z-index: 11;
	margin-top: -10px;
}

dl.map dd img {
	position:relative;
	float:right;
	border:none;
	margin:2px;
	height: 100px;
	width: 100px;
}

.portfolio {
	float: left;
	width: 520px;
	border-bottom: 1px dashed #CEE3F0;
}

.clearleft br {
	clear: left;
}

.portfolio img {
	float: left;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	background-color: #5C8FC2;
	margin: auto;
	padding: 0px;
	text-align: center;
	background-image: url(images/site/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1, h2, h3, h4 {
	color: #0175BA;
	font-weight: normal;
}

#title {
	border-bottom: 2px solid #CEE3F0;
	width: 100%;
	height: 27px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.alignright {
	text-align: right;
}

.grey {
	color: #666666;
}

.white {
	color: #FFFFFF;
}

.green {
	color: #93D700;
}

.blue {
	color: #0175BA;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 140%;
}

.small {
	font-size: 90%;
}

img {
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:link, a:visited, a:active {
	border: none;
	text-decoration: none;
	color: #93D700;
	font-weight: bold;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #6AA9D1;
	font-weight: bold;
}

#container {
	width: 777px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.nostylelink a:link, .nostylelink a:visited, .nostylelink a:active, .nostylelink a:hover {
	border: none;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	background-image: none;

}
#footer {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	width: 777px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEE3F0;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #93D700;
}

#footer1 {
	width: 32%;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#footer2 {
	width: 32%;
	float: left;
	text-align: center;
}

#footer3 {
	width: 32%;
	float: left;
	text-align: right;
}

#footer a {
	color: #93D700;
	text-decoration: underline;
	border: none;
}
#header {
	height: 100px;
	width: 777px;
	background-image: url(images/site/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contactdetails {
	width: 240px;
	float: right;
	margin-right: 20px;
	margin-top: 36px;
}

#number {
	text-align: right;
}

#address {
	text-align: right;
}

#header2 {
	height: 130px;
	width: 777px;
}
