body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 20px 0px;
	line-height: 18px;
}
.whitebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	line-height: 18px;
}

#container-bg {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 850px;
	margin: 0 auto;
}
#header {
	width: 850px;
	height: 155px;
}
#logo {
	float: left;
	width: 350px;
	height: 120px;
	padding: 0.6em;
}

#login {
	float: right;
	width: 250px;
	height: 120px;
/*	padding: 0.6em; */
}

.login-container {
	float: right;
	width: 316px;
	padding-top: 9px;
	margin: 0 0 10px 30px;
	background-image: url(images/loginbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.login-left {
	width: 316px;
	background-image: url(images/quote-left.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #FFFFFF;
}
.login {
	width: 251px;
	margin: 0 10px 0 0;
	padding: 8px 20px 10px 35px;
	color: #669900;
}
.whitey {
	color: #FFFFFF;
}
#banner {
	float: left;
	width: 499px;
	height: 100px;
}

.size12 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a.Link12  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none}
a.Link12:visited  {COLOR :#ffffff; TEXT-DECORATION: none; font-weight: normal;}
a.Link12:hover  {font-weight : normal; COLOR : #000000; TEXT-DECORATION : none;} 
a.Link12:link  {COLOR : #ffffff; TEXT-DECORATION:none; font-weight:normal;}


/*--------------------- Nav ---------------------*/

#nav-container {
	float: left;
	width: 850px;
	height: 27px;
	margin: 0;
}
#nav, #nav ul{
	height: 27px;
	width: 850px;
	margin: 0px;
	position: relative;
	z-index: 2;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#nav li, #nav li a {
	display: block;
	height: 27px;
}
#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li {
	float: left;
	padding: 0;
}

#nav #link-home { left: 0px; width: 102px; background: url(images/nav.gif) 0 0 no-repeat;}
#nav #link-our-firm { left: 102px; width: 128px; background: url(images/nav.gif) -102px 0 no-repeat;}
#nav #link-our-services { left: 230px; width: 117px; background: url(images/nav.gif) -230px 0 no-repeat;}
#nav #link-our-team { left: 347px; width: 121px; background: url(images/nav.gif) -347px 0 no-repeat;}
#nav #link-articles { left: 468px; width: 114px; background: url(images/nav.gif) -468px 0 no-repeat;}
#nav #link-newsletter { left: 582px; width: 141px; background: url(images/nav.gif) -582px 0 no-repeat;}
#nav #link-enquiries { left: 723px; width: 121px; background: url(images/nav.gif) -723px 0 no-repeat;}

#nav #link-home a:hover { background: url(images/nav.gif) 0 -27px no-repeat;}
#nav #link-our-firm a:hover { background: url(images/nav.gif) -102px -27px no-repeat;}
#nav #link-our-services a:hover { background: url(images/nav.gif) -230px -27px no-repeat;}
#nav #link-our-team a:hover { background: url(images/nav.gif) -347px -27px no-repeat;}
#nav #link-articles a:hover { background: url(images/nav.gif) -468px -27px no-repeat;}
#nav #link-newsletter a:hover { background: url(images/nav.gif) -582px -27px no-repeat;}
#nav #link-enquiries a:hover { background: url(images/nav.gif) -723px -27px no-repeat;}


#nav #menubar-home { left: 0px; width: 102px; background: url(images/nav.gif) 0 0 no-repeat;}
#nav #menubar-solutions { left: 102px; width: 128px; background: url(images/nav.gif) -102px 0 no-repeat;}
#nav #menubar-support { left: 230px; width: 117px; background: url(images/nav.gif) -230px 0 no-repeat;}
#nav #menubar-aboutus { left: 347px; width: 121px; background: url(images/nav.gif) -347px 0 no-repeat;}
#nav #menubar-partners { left: 468px; width: 114px; background: url(images/nav.gif) -468px 0 no-repeat;}
#nav #menubar-latestnews { left: 582px; width: 141px; background: url(images/nav.gif) -582px 0 no-repeat;}
#nav #menubar-contact { left: 723px; width: 121px; background: url(images/nav.gif) -723px 0 no-repeat;}

#nav #menubar-home a:hover { background: url(images/nav.gif) 0 -27px no-repeat;}
#nav #menubar-solutions a:hover { background: url(images/nav.gif) -102px -27px no-repeat;}
#nav #menubar-support a:hover { background: url(images/nav.gif) -230px -27px no-repeat;}
#nav #menubar-aboutus a:hover { background: url(images/nav.gif) -347px -27px no-repeat;}
#nav #menubar-partners a:hover { background: url(images/nav.gif) -468px -27px no-repeat;}
#nav #menubar-latestnews a:hover { background: url(images/nav.gif) -582px -27px no-repeat;}
#nav #menubar-contact a:hover { background: url(images/nav.gif) -723px -27px no-repeat;}

#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav li ul{
	position: absolute;
	left: -999em;
	display: none; /* Important */
	height: auto;
	width: 131px;
	font-weight: normal;
	margin: 0;
	background-image: none;
	background-color: #ffffff;
}

#nav li li {
	width: 131px;
	height: auto;
}

#nav li ul a {
	width: 160px;
	height: 16px;
	margin: 0 0 0 0px;
	padding: 6px 0px 3px 17px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/sub-nav-bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	line-height: 12px;
	background-position: 6px 10px;
	color: #666666;
}
#nav li ul a.nav-last {
	border: none;
}
#nav li ul a:hover {
	background-image: url(images/sub-nav-white-bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #8C8C8C;
	color: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#nav #link-our-services ul li a:hover {
	background-image: url(images/sub-nav-white-bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #8C8C8C;
	color: #ffffff;
}

#nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#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 {
	left: auto;
	display: block;  /* Important */
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}

/*--------------------- Body ---------------------*/

#body-top {
	clear: both;
	width: 850px;
	height: 31px;
	background-image: url(images/green_top.gif);
	background-repeat: no-repeat;
}
#body {
	float: left;
	width: 810px;
	min-height: 310px;
	padding: 0 20px 0 20px;
	background-color: #93bc2f;
	background-image: url(images/green_middle.gif);
	background-repeat: no-repeat;
}
#middle_section {
  min-height:500px;
  height:auto !important;
  height:500px;
}
p {
	margin: 5px 0 14px 0;
}
h1 {
	margin: 18px 0 16px 0;
	font-weight: normal;
	font-size: 24px;
	color: #000000;
	padding-bottom: 8px;
	border-bottom: 1px solid #B5D169;
}
h2 {
	margin: 20px 0 8px 0;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	clear: both;
}
.h2black {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

h2.seo-quote {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
h3 {
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#body ul {
	margin: 8px 0 100px 0;
	padding: 0 0 0 15px;
	color:#FFFFFF;
}
#body ul li {
	list-style-type: none;
	margin: 0;
	color:#FFFFFF;
	padding: 1px 0 1px 17px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#body ul ul {
	margin: 2px 0 4px 0;
	padding: 0 0 0 15px;
	color:#FFFFFF;
}
hr {
	border: 0;
	width: 100%;
	color: #B5D169;
	background-color: #B5D169;
	height: 1px;
	clear: both;
}
#map {
	width: 350px;
	float: right;
	text-align:center;
}
#map iframe {
	border: 2px solid #B5D169;
}

/*--------------------- Footer ---------------------*/

#footer-container {
	clear: both;
	width: 100%;
	display: block;
	background-image: url(images/bg-bottom.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#footer {
	width: 850px;
	min-height: 31px;
	margin: 0 auto;
	padding-top: 32px;
	background-image: url(images/green_bottom.gif);
	background-repeat: no-repeat;
	color: #669900;
	font-size: 11px;
}
#cta-container {
	width: 850px;
}
.cta-left {
	float: left;
	width: 271px;
	height: 98px;
}
.cta-middle {
	float: left;
	width: 272px;
	height: 98px;
	margin: 0 12px;
}
.cta-right {
	float: left;
	width: 271px;
	height: 98px;
}
.cta-left a, .cta-middle a, .cta-right a, .cta-left a:hover, .cta-middle a:hover, .cta-right a:hover {
	color: #669900;
	text-decoration: none;
	font-weight: normal;
}
#cta1 {
	width: 271px;
	height: 98px;
	background-image: url(images/cta1.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
#cta2 {
	width: 272px;
	height: 98px;
	background-image: url(images/cta2.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
#cta3 {
	width: 272px;
	height: 98px;
	background-image: url(images/cta3.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
#cta1-text {
	position: absolute;
	width: 193px;
	height: 40px;
	top: 40px;
	left: 67px;
	z-index: 200;
}
#cta2-text, #cta3-text {
	position: absolute;
	width: 185px;
	height: 40px;
	top: 40px;
	left: 75px;
	z-index: 200;
}
#footer-links-container {
	clear: both;
	display: block;
}
#footer-links {
	padding-top: 0px;
	text-align: center;
	font-size: 10px;
	color: #669900;
	line-height: 12px;
}
#footer-links a {
	font-size: 10px;
	color: #669900;
	text-decoration: none;
	font-weight: normal;
}
#avatar {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #A6C66D;
	line-height: 12px;
}
#avatar a {
	font-size: 10px;
	color: #A6C66D;
	text-decoration: none;
	font-weight: normal;
}
#avatar a:hover, #footer-links a:hover {
	color: #669900;
	text-decoration: underline;
}
