@CHARSET "ISO-8859-1";

/*
 * Reset
 */
@media screen , print {
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
		{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol,ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption,th,td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before,blockquote:after,q:before,q:after {
		content: "";
	}
	strong {
		font-weight: bold;
	}
	blockquote,q {
		quotes: "" "";
	}
}

/* end of Reset */ /*
 * Layout
 */

.hide, .accessibility{
	display: none;
}

body{
	background: #cfcfcf url(images/background.jpg) repeat-x top left;
	font-family:"Tahoma","Arial","helvetica";
	font-size:12px;
	line-height: 16px;
}

/*
.accessibility {
	display:block; 
	overflow: hidden;
	padding: 0.5em 0;
	text-indent: -600em; 
	padding: 0px;
}

.accessibility:hover {
	background:#FFFFFF;
	text-indent: 0.5em; 
}
*/

#container{
	margin: 0 auto;
	width: 780px;
}

#header{
	border: 1px solid #ececec;
	height: 148px;
}

#header h1 a{
	background:url(images/logo.jpg) top left no-repeat;
	width: 180px;
	height: 80px;
	margin-top: 37px;
	display:block;
	text-indent: -600em;
	float: left;
}

#header p {
	float: left;
	background:url(images/dots.png) 0 -10px no-repeat;
	margin: 130px 0 4px -180px;
	padding: 0;
	height: 15px;
}

#header p:hover{
	background:url(images/dots.png) 0 2px no-repeat;
}

#header p a{
	clear: left;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
	float: left;
	margin: 0 0 0 10px;
}

#header p a:hover{
	color: #66cc3a;
	text-transform: lowercase;
}

.navigation{
	text-align: left;
	margin: 84px 0 0 317px;
	height: 36px;
}

.navigation ul#nav{
	position: absolute;
	float: left;
	list-style: none;
	width: 463px;
}

.navigation ul#nav ul{
	position: relative;
	top: 36px;
	left: 0;
	float: left;
}

.navigation ul li{
	float: left;
}

.navigation ul li a{
	color: #636261;
	text-decoration: none;
	font-size: 11px;
	display: block;
	float: left;
	text-align: center;
	padding: 9px 22px 9px 22px;
	background: url(images/menu_button.png) top left;
	
	border-left: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	text-transform: lowercase;
	font-weight: bold;
	margin: 0;
	height: 18px;
}

.navigation ul li a:hover{
	color: #66cc3a;
}

.navigation ul li.active a{
	color: #66cc3a;
	background: url(images/whitemenu.png) top left;
	border-left: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

.navigation ul li.active li a{
	color: #000;
	border: none;
}

.navigation li ul{
	display: none;
	width: 461px;
	background: #ffffff;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

.navigation ul#nav li.active ul{
	position: absolute;
	display: block;
}
     
.navigation li ul li a{
	color: #000000;
	background: #ffffff;
	font-weight: normal;
	border: none;
	padding: 5px;
	margin: 0;
}

.navigation li ul li.active a{
	color: #66cc3a;
}

.navigation li ul li a:hover{
	color: #66cc3a;
}	

#content{
	background: #FFFFFF;
	width: 463px;
	float: right;
	min-height: 399px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content a{
	color: #66cc3a;
}

#content ul{
	margin-left: 30px;
	padding: 15px 0px 0px 0px;
}

#content ul li{
	list-style: disc;
	clear: left;
}

#content ul li a{
	float: left;
	padding: 10px 0 10px 0px;
	margin-left: 10px;
}

.plain li{
	margin-left: 15px;
}


/* HOMEPAGE
---------------*/

#content.wide{

	width: 781px;
	background: none;
	min-height: 0px;
	height: 273px;
	padding-bottom: 0px;
	margin-top:50px;
	margin-bottom: 0px;
}	

#content.wide ul{
	margin: 0;
	list-style: none;
	padding: 0px;
	height: 273px;
	width: 781px;
}

#content.wide ul li{
	width: 180px;
	height: 25px;
	float: left;
	margin-right: 20px;
	list-style: none;
	clear: none;
}

#content.wide ul li a{
	float: none;
	margin-left: 0;
	padding: 3px 0 0 10px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:lowercase;
	display: block;
	height: 271px;
}

#content.wide ul li.aboutus a{
	background: url(images/4buttons.jpg) 0 0 no-repeat;
}

#content.wide ul li.ourapproach a{
	background: url(images/4buttons.jpg) -180px 0 no-repeat;
}

#content.wide ul li.services a{
	background: url(images/4buttons.jpg) -360px 0 no-repeat;
}

#content.wide ul li.customersolutions a{
	background: url(images/4buttons.jpg) -540px 0 no-repeat;
}

#content.wide ul li.customersolutions{
	margin-right: 0px;
}
	
#content.wide ul li ul{
	display: none;
}

#content.wide ul li:hover ul { 
	display: block; 
	position: relative;
	width: 5px;
	top: -251px;
	padding-top: 25px;
}

#content.wide ul li.aboutus:hover ul, #content.wide ul li.ourapproach:hover ul, #content.wide ul li.services:hover ul, #content.wide ul li.customersolutions:hover ul { 
	background-color: #fff;
	width: 180px;
	filter:alpha(opacity=60);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

#content.wide ul li.aboutus:hover ul{
	height: 125px;
}

#content.wide ul li.ourapproach:hover ul { 
	height: 95px;
}

#content.wide ul li.services:hover ul, #content.wide ul li.customersolutions:hover ul { 
	height: 165px;
}

#content.wide ul li.aboutus:hover a{ 
	background-position: 0 -275px;
}

#content.wide ul li.ourapproach:hover a{ 
	background-position: -180px -275px;
}	

#content.wide ul li.services:hover a{
	background-position: -360px -275px;
}	

#content.wide ul li.customersolutions:hover a{
	background-position: -540px -275px;
}

#content.wide ul li.aboutus ul li a, #content.wide ul li.ourapproach ul li a, #content.wide ul li.services ul li a, #content.wide ul li.customersolutions ul li a{
	color: black;
	height: 0;
	background: none;
	font-weight: bold;
	font-size: 13px;
	height: 25px;
	border-top: 1px solid #EBEBEB;
}

#content.wide ul li.aboutus ul li a:hover, #content.wide ul li.ourapproach ul li a:hover, #content.wide ul li.services ul li a:hover, #content.wide ul li.customersolutions ul li a:hover{
	color: #66cc3a;
	background: none;	
}

#content.abcd {
	width: 780px;
	height: 10px;
	padding-top: 0;
	min-height: 210px;
	background-color: transparent;
}

#content.abcd h2{
	margin-top: 30px;
	margin-left: 10px;
	padding-bottom: 15px;
	text-align: left;
	font-style: normal;
}

h2{
	color: #5869b1;
	font-size: 20px;
	font-style: normal;
	padding-top: 16px;
	padding-bottom: 4px;
	text-align: right;
	clear: left;
}

h3{
	font-size: 17px;
	color: #6870a0;
	text-transform: lowercase;
	padding: 28px 0px 20px 15px;
}

h4{
	clear: left;
	font-weight: bold;
	padding: 15px 0 0 15px;

}

h5{
	padding: 15px 0 0 15px;
}

ol.footnotes{
	font-size: 9px;
	margin: 15px 0 10px 15px;
}

ol.footnotes li{  
	list-style: decimal;
	list-style-position: inside;
}

#content ul.plain{
	margin-left: 0px;
}

#content ul.plain li{
	list-style: none;
}

#content ul.plain li p{
	padding: 15px 10px 15px 0;
}

#content ul.plain li h4{
	padding: 0;
}
      
address{
	padding: 15px 10px 0 15px;
	font-style: normal;
}

#content p{
	padding: 13px 10px 2px 15px;  
}

#footer{
	clear: both;
	background: #999999;
	font-size: 11px;
	margin-bottom: 15px;
	padding-bottom: 3px;
}

#footer ul li{
	display: inline;
	padding: 10px 8px 10px 5px;
}

#footer ul li a{
	color: #404040;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #66cc3a;
}

#footer ul li.right{
	font-size: 10px;
	color:#666666;
	padding: 10px 0 10px 110px;
}

/* end of Layout */ /*
 * Print
 */
@media print {
	#content:before {
		content:
			"This is a printer-friendly version. The navigation has been removed."
			;
	}
	/* Hide unwanted elements. */
	#submenu,.accessibility {
		display: none;
	}
}
/* end of Print */

