/* v1.0 | 20080212 */

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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #fff;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	padding-bottom: 8px;
	border-bottom: 1px solid #14933c;
	margin-bottom: 10px;
	color: #14933c;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	padding-bottom: 8px;
	border-bottom: 1px solid #14933c;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #14933c;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#nav {
	clear: both;
	float: left;
	width: 950px;
	height: 46px;
	background: url(../images/navbg.jpg) top right no-repeat;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 46px;
	background-position: bottom;
}

#nav a:hover, #nav .on {
	background-position: top;
}

.btn_home a {
	width: 66px;
	background-image: url(../images/btn_home.png);
}

.btn_about_us a {
	width: 86px;
	background-image: url(../images/btn_about_us.png);
}

.btn_solutions a {
	width: 90px;
	background-image: url(../images/btn_solutions.png);
}

.btn_services a {
	width: 81px;
	background-image: url(../images/btn_services.png);
}

.btn_news a {
	width: 61px;
	background-image: url(../images/btn_news.png);
}

.btn_case_studies a {
	width: 116px;
	background-image: url(../images/btn_case_studies.png);
}

.btn_our_clients a {
	width: 102px;
	background-image: url(../images/btn_our_clients.png);
}

.btn_links a {
	width: 61px;
	background-image: url(../images/btn_links.png);
}

#content {
	clear: both;
	float: left;
	width: 930px;
	padding: 10px 9px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

#leftcol {
	float: left;
	width: 190px;
	margin-right: 10px;
}

.colboxtop {
	float: left;
	height: 21px;
	width: 162px;
	padding: 5px 14px;
	color: #fff;
	background: url(../images/colboxtop.png);
	text-align: center;
	border: 0px;
}

.colbox, .plaincolbox {
	float: left;
	width: 162px;
	padding: 0px 14px 10px 14px;
	background: url(../images/colboxbg.png) bottom no-repeat;
	margin-bottom: 10px;
}

.colbox ul, .plaincolbox ul {
	padding-top: 10px;
	font-size: 0.9em;
}

.colbox li, .plaincolbox li {
	padding-bottom: 8px;
}

.colbox a {
	display: block;
	padding-left: 20px;
	padding-bottom: 1px;
	background: url(../images/arrow.gif) top left no-repeat;
}

.colbox a:hover, .colbox .on {
	color: #14933c;
	background: url(../images/arrowon.gif) top left no-repeat;
}

.colbox .colboxsubnav {
	font-size: 1em;
}

.colbox .colboxsubnav li {
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.colbox .colboxsubnav a {
	background: none;
	width: 142px;
	display: block;
	padding: 3px 0px 3px 20px;
}

.colbox .colboxsubnav a:hover, .colbox .colboxsubnav .on {
	color: #14933c;
	background: url(../images/colboxsubnavarrow.gif) top left no-repeat #e5e5e5;
}

.plaincolbox h2 {
	width: 110px;
}

.plaincolbox li {
	padding-left: 20px;
	width: 90px;
	background: url(../images/news.gif) top left no-repeat;
}

.nolink a {
	cursor: default;
}

.nolink li a {
	cursor: pointer;
}

#leftcol .textbox {
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #fff;
	width: 156px;
	padding: 5px 2px;
	font-weight: bold;
}

#leftcol .boldred li {
	margin-left: 20px;
	list-style: square;
}

#wideleftcol {
	float: left;
	padding-left: 60px;
	width: 600px;
}

.client {
	float: left;
	margin: 5px;
}

#centercol {
	float: left;
	width: 530px;
}

#centercol h2 {
	border: none;
}

#centercol ul, #wideleftcol ul {
	margin-left: 20px;
}

#centercol li, #wideleftcol li {
	list-style: square;
	margin-bottom: 5px;
}

#centercol li ul {
	margin: 10px 0px 10px 20px;
}

.text {
	width: 502px;
	padding: 10px 14px;
}

.text h2 {
	border: none;
}

.boxtop {
	float: left;
	height: 21px;
	width: 376px;
	padding: 5px 77px;
	color: #fff;
	background: url(../images/boxtop.png);
	text-align: center;
	border: 0px;
}

.box {
	float: left;
	width: 502px;
	padding: 10px 14px 10px 14px;
	background: url(../images/boxbg.png) bottom no-repeat;
	margin-bottom: 10px;
}

.box img {
	margin: 0px 4px;
}

.plainbox {
	float: left;
	width: 502px;
	padding: 0px 14px 10px 14px;
	background: url(../images/plainboxbg.png) bottom no-repeat;
	margin-bottom: 10px;
}

.plainbox h2 {
	width: 440px;
}

#centercol .plainbox ul {
	padding-top: 10px;
	margin-left: 0px;
}

#centercol .plainbox li {
	list-style: none;
	padding-left: 20px;
	width: 340px;
	margin-bottom: 8px;
	background: url(../images/news.gif) top left no-repeat;
}

.more {
	float: right;
	margin-top: -24px;
}

#gallery {
	width: 507px;
	padding: 10px 9px 10px 14px;	
}

.thumbnail {
	float: left;
	margin: 0px 5px 5px 0px;
}

#rightcol {
	float: right;
	width: 190px;
}

.news {
	width: 162px;
	padding: 0px 14px 6px 14px;
	background: url(../images/newsbg.png) bottom no-repeat #e5e5e5;
	margin-bottom: 2px;
}

.news a {
	display: block;
}

#newsletter {
	float: left;
	width: 162px;
	padding: 0px 14px 6px 14px;
	background: url(../images/newsletterbg.png) bottom no-repeat;
	margin-bottom: 10px;
}

#newsletter .textbox {
	width: 156px;
	margin-bottom: 5px;
}

#newsletter h2 {
	border: none;
}

#footer {
	clear: both;
	float: left;
	width: 930px;
	padding: 5px 10px 32px 10px;
	background: url(../images/footer.png) bottom no-repeat #333;
	color: #fff;
	font-size: 0.9em;
}

#footer a {
	font-weight: normal;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footerlink {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#footerlink a {
	color: #14933c;
}

#footerlink a:hover {
	color: #000;
}

.icon {
	float: left;
	margin-right: 10px;
}

.green {
	color: #14933c;
}

.biggreen {
	font-size: 1.2em;
	color: #14933c;
}

.black {
	color: #000;
}

.grey {
	color: #505050;
}

.border {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #14933c;
	margin: 30px 0px;
}

.admintable {
	width: 598px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.admintable td {
	padding: 5px;
	border: 1px solid #ccc;
}

.thumb {
	float: left;
	margin: 10px;
	width: 164px;
	text-align: center;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.small {
	font-size: 0.8em;
	font-weight: bold;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}