html {
	height: 100%;
}
body { 
	margin: 0px;
	padding: 0px;
	background-color: #e9e9e9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
}
#container {
	width: 772px;
	margin: 0px auto;
	background-image:url(../images/container-bg.jpg);
	background-repeat: repeat-y;	
	padding: 0px;
}

#header {
	width: 760px;
	height: 162px;
	margin: 0px auto;
}
#header a img  {
	float: left;
	border: 0px;
}
#nav {
	width: 760px;
	height: 2.3em;
	margin: 0px auto;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-color: #93bd5e;
	padding: 0.8em 0 0 0;
}
#nav ul, #nav li {
	margin: 1.4em;
	list-style-type: none;
	padding: 0px;
	display: inline;
}

#nav ul li a {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: -5px;
}
#nav ul li a:hover {
	background-image: url(../images/line-spacer.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	border: 1px solid #E4E4E4;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	font-weight: normal;
	color: #93BD5E;
	border-bottom: 1px solid #E4E4E4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #93BD5E;
}
/*

#nav li:hover ul { display: block; } /*  The magic */

/*#nav ul, #nav li {
	margin: 1.4em !important;
	margin: 1.2em;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
	
#nav ul li a {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: -5px;
	}

*:first-child+html #nav li ul{
	margin-top: 10px !important;
	margin-left: -130px !important;
}
#nav li ul {	
	position: absolute;
	width: 100px;	
	height: 90px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	margin-top: 5px !important;
	margin-left: 100px !important;
	padding: 10px;
	display: none;
	
}
#nav li ul li a {
	color: #999999;
}	
#nav li ul li a:hover {
	color: #666666;
}	

/* Styles for Menu Items 
#nav ul li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: -5px !important;
	margin-left: -2px;
}
#nav ul li a:hover {
	background-image: url(../images/line-spacer.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}	
	
#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */


body#home-id #container #nav ul li#home-nav a,
body#outsourced-id #container #nav ul li#outsourced-nav a,
body#sectors-id #container #nav ul li#sectors-nav a,
body#about-id #container #nav ul li#about-nav a,
body#request-id #container #nav ul li#request-nav a,
body#contact-id #container #nav ul li#contact-nav a{
	
	background-image: url(../images/line-spacer.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#content {
	width: 696px !important;
	width: 703px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding-left: 27px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content h1 {
	font-size: 1.6em;
	color: #008752;
	font-weight: normal;	
	width: 400px;
}
#content h1 strong {
	font-weight: bold;
}	
#content p {
	font-size: 1em;
	color: #959595;
	font-weight: normal;	
	width: 400px;
	line-height: 1.3em;
}
#content p strong {
	font-weight: bold;
	color: #999999;
}
#content p em {
	font-weight: bold;
	color: #a0ce67;
	font-style: normal;
}
#content p a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#content p a:hover {
	color: #333333;
}
#content ul {
	list-style-position: outside;
	list-style: url(../images/bullet.gif);
	width: 380px;
}
#content ul li {
	color: #959595;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1em;
}
#content ul li a {
	color: #959595;
	text-decoration: underline;
}
#content ul li a:hover {
	text-decoration: none;
}
#content p em {
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
#right {
	width: 284px;
	float: right;
	margin-right: -34px !important;
	margin-right: -15px;
	}
#right p {
	width: 200px;
}
#right h2 {
	font-weight: normal;
	color: #a0ce67;
	font-size: 1.4em;
}
#right h2 strong {
	font-weight: bold;
}


#footer {
	width: 692px;
	height: 18em !important;
	height: 16em;
	margin: 0px auto;
	background-image:url(../images/footer-bg.jpg);
	background-color: #98c164;
	background-repeat: repeat-x;
	padding: 22px 34px 22px 34px;
	clear:both;
}

#footer ul {
	margin: 0.5em;
	padding: 0px;	
	list-style-type: none;
	float: left;
	font-size: 1em;
}

#footer h3{
	font-weight: bold;
	font-size: 1em;
	color: #008752;
	line-height: 1.5em;

}

#footer h4{
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	line-height: 1.5em;
	}

#footer p a {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.4em;
}
#footer p a:hover {
	text-decoration:none;
}
.one {
	width: 18%;
	height: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.two {
	width: 34%;
	float: left;
}
.three {
	width: 21%;
	float: left;
}

.five {
	width: 21%;
	float: left;
}
.four {
	width: 100%;
	float: left;
	clear: both;
	color: #ffffff;
	font-size: 0.9em;
}
p.reg {
	width: 130px;
	float: right;
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 40px;
}
#footer li a {
	color: #FFFFFF;
}

#footer-shadow {
	width: 772px;
	height: 6px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/footer-shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #c5c5c5;
}


input, textarea {
	border: 1px solid #B1D484;
}

input.textfield {
	display: block;
	width: 198px;
	background: #FFFFFF;
	padding: 0.2em 0.2em 0.3em;
	margin-bottom: 0;
	border: 1px solid #B1D484;
	font-size: 1em;
}

textarea.textfield {
	display: block;
	width: 245px;
	background: #FFFFFF;
	padding: 0.2em 0.2em 0.3em;
	margin-bottom: 0;
	border: 1px solid #B1D484;
	font: 0.9em Arial, Helvetica, sans-serif;
}
