@charset "utf-8";
/* CSS Document */

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	background-color: #019a01;
}
h1 {
	color: #04314a;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: 0px;
}

h2 {
	color: #1d96b8;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #019a01;
	height: 31px;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 1em;
}

#top .inner,
#header .gutter,
#wrapper .inner,
#footer .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0px 15px;
}

#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 300px;
	padding-top: 11px;
}

#top a:link,
#top a:visited {
	color: #1d96b8;
}

#top a:hover {
	color: #fff;
}

#header {
	background-color: #fff;
}

#header .inner {
	position: relative;
	padding-top: 29px;
	padding-bottom: 20px;
	height: 110px;	
	border-bottom: solid 1px #e9e9e9;
}

img#logo {
	margin-left: 0px;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
	min-height: 415px;		
}

#wrapper .inner {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 525px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
}

#footer .inner {
    font-family: tahoma, helvetica, arial, sans-serif;
	color: #FFF;
	font-size: 9px;
	padding: 20px 0 40px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}

/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 345px;
	bottom: 20px;
	font-size: 15px;
}

ul#nav li {
	height: 12px;
	float: left;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
}

ul#nav li span {
	visibility: hidden;
}

/* home */
ul#nav li#home {
	width: 81px;
	background: #fff url(images/homeblue.jpg) top left no-repeat;
}

ul#nav li#home:hover {
	background: #fff url(images/homegreen.jpg) top left no-repeat;
}

ul#nav li#home.active {
	width: 81px;
	background: #fff url(images/homegreen.jpg) top left no-repeat;
}

/* about us */
ul#nav li#aboutus{
	width: 84px;
	background: #fff url(images/aboutusblue.jpg) top left no-repeat;
	padding-left: 8px;
}

ul#nav li#aboutus:hover {
	background: #fff url(images/aboutusgreen.jpg) top left no-repeat;
}

ul#nav li#aboutus.active {
	width: 84px;
	background: #fff url(images/aboutusgreen.jpg) top left no-repeat;
	padding-left: 8px;	
}

/* founder */
ul#nav li#founder {
	width: 78px;
	background: #fff url(images/founderblue.jpg) top left no-repeat;
	padding-left: 5px;
}

ul#nav li#founder:hover {
	background: #fff url(images/foundergreen.jpg) top left no-repeat;
}

ul#nav li#founder.active {
	width: 78px;
	background: #fff url(images/foundergreen.jpg) top left no-repeat;
	padding-left: 5px;	
}

/* solutions */
ul#nav li#solutions {
	width: 85px;
	background: #fff url(images/solutionsblue.jpg) top left no-repeat;
	padding-left: 9px;	
}

ul#nav li#solutions:hover {
	background: #fff url(images/solutionsgreen.jpg) top left no-repeat;
}

ul#nav li#solutions.active {
	width: 85px;
	background: #fff url(images/solutionsgreen.jpg) top left no-repeat;
	padding-left: 9px;		
}

/* development */
ul#nav li#development {
	width: 111px;
	background: #fff url(images/developmentblue.jpg) top left no-repeat;
	padding-left: 4px;		
}

ul#nav li#development:hover {
	background: #fff url(images/developmentgreen.jpg) top left no-repeat;	
}

ul#nav li#development.active {
	width: 111px;
	background: #fff url(images/developmentgreen.jpg) top left no-repeat;
	padding-left: 4px;		
}

/* contact */
ul#nav li#contact {
	width: 84px;
	background: #fff url(images/contactblue.jpg) top left no-repeat;
	padding-left: 3px;		
}

ul#nav li#contact:hover {
	background: #fff url(images/contactgreen.jpg) top left no-repeat;
}

ul#nav li#contact.active {
	width: 84px;
	background: #fff url(images/contactgreen.jpg) top left no-repeat;
	padding-left: 3px;		
}

ul#omecontent li#home{
	list-style: circle;
	margin-left: 20px;
	line-height: 1.6em;
	margin-bottom: 1.6em;}
	

#homecontent{
    float: left;
	height: auto;
	width: 660px;
	margin: 0px 20px 0px 0px;}

#lcontent{
    float: left;
	height: auto;
	width: 430px;
	margin: 0px 20px 0px 0px;}

#rcontent{
    float: left;
	height: auto;
	width: 450px;
	margin: 0px 0px 0px 0px;}

#rightcontent{
    float: left;
	height: auto;
	width: 200px;}
	
#flashcontent{
    float: left;
	height: auto;
	width: 900px;
	margin: 0px 0px 20px 0px;}



img#pics {
	border: solid 1px #ccc;
	padding: 9px 9px 9px 9px;
	margin-bottom: 10px;}
	
/* Latest News Font Style*/

.fontstyle-1 {
	
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;}
	
.fontstyle-2 {
	
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#FFCC00;}

.fontstyle-news {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#009400; }

.fontstyle-news-details {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#777777; }
	
.fontstyle-news-date {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#05314a }
