html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666; /* #98C000; */
	font-size: 12px;
	color:#666666;
	padding: 0;
	margin: 0;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #8CC73F;
	margin-top: 0px;
	letter-spacing: 1px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #8CC73F;
	margin-top: 0px;
	margin-bottom: 2px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 14px;
	color: #63B01F;
}

a:link, a:active, a:visited
{
	color: #8CC63F;
	text-decoration: none;
}

a:hover
{
	color: #50B948;
	text-decoration: underline;
}

span.little_green
{
	font-size: 10px;
	color: #8CC73F;
}

span.little_white
{
	font-size: 10px;
	color: #ffffff;
}

input.text
{
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}

span.code
{
	font-size: 15px;
	font-weight: bold;
}

span.right
{
	text-align: right;
}

.people{
border: 1px solid #000000;
padding: 3px;
float: left;
margin-right: 6px;
}

/* Drop Down Menu */

#dropmenudiv
{
	position:absolute;
	border: none;
	border-bottom-width: 0; 
	margin-top: -28px;
	font:normal 9px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #63B01F;
}

#dropmenudiv a:hover
{
	background-color: #63B01F;
	color: #FFFFFF;
}


/* Menu buttons */

#menu a {
    width:95px;
	height:30px;
    color: #FFFFFF; /* #CCCC66; #63B01F; */ 
	font-weight: bold;
    text-decoration:none;
	text-align:center;
	text-indent: 1px;
	line-height: 12px;
	background:url("images/btn_menuOff.jpg") no-repeat;
    float:left;
    padding:10px 19px 20px 0px;
    margin:0 -8px;
	margin-left: -10px;
}

#menu a.first {
	margin-left: -10px;
}

#menu a.last {
	width: 80px;
	text-indent: 12px;
}

#menu a:hover {
    color:#FFFFFF;
    background:url("images/btn_menuOn.jpg") no-repeat;
	font-weight:bold;
}

#menu a:active {
    background:url("images/btn_menuOn.jpg") no-repeat;
    color:#FFFFFF;
	font-weight:bold;
}

#menu a.insur {
	padding-top: 3px;
	text-indent: 0px;
	padding-bottom: 27px;
}

a.srollover {
	display: block;
	width: 130px;
	height: 32px;
	background: url("images/btn_login.jpg") 0 0 no-repeat;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
    text-decoration:none;
	text-align:center;
	text-indent: -5px;
	line-height: 35px;
	margin-top: -1px;
	padding-bottom: 2px;	
}
       
a:hover.srollover {
	background-position: -130px 0;
}


/* Enquiry Form CSS */

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
margin-left: 5.5em;
color: #FFFFFF;
background: #8CC73F;
border: 2px outset #63B01F;
font-weight: bold;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #CCCCCC;
}
.vscrollerbar {
width: 10px;
background-color: #8CC73F;
}
.hscrollerbase {
height: 10px;
background-color: #CCCCCC;
}
.hscrollerbar {
height: 10px;
background-color: #8CC73F;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.top{
font-size: 80%;
text-align: right;
}


/* Values Table */

table.values,td.values,th.values{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size: 10px;
}

th.values{text-align: center;}

td.professional {background: #DF554B; color: #FFF; font-weight: bold; text-align: center;}
td.reputation {background: #0194BF; color: #FFF; font-weight: bold; text-align: center;}
td.innovation {background: #74B161; color: #FFF; font-weight: bold; text-align: center;}
td.ppl {background: #FEC84C; color: #FFF; font-weight: bold; text-align: center;}
td.partnership {background: #F6821F; color: #FFF; font-weight: bold; text-align: center;}