/* Top navigation */

#mainnav { 
	margin: auto;
	width: 680px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: Helvetica, sans-serif;;
	font-weight: bold;
} 

#mainnav ul {
	list-style: none;
	display: inline;
}

#mainnav ul li {
	float: left;
	display: block;
	padding: 0px 10px;
	line-height: 1em;
	border-right: 1px solid #999;
	font-size: 12px;
}

#mainnav ul li.lastnavoption {
	border-right: none;
}

#mainnav a {
	text-decoration: none;
	color: #999; 
}

#mainnav a:hover {
	color: #4D4D4D; 
}

/* Main page layout */

#header {
	margin: auto;
	width: 715px;
	height: 169px;
	padding: 0px;
	margin-bottom: 0.5em;
	overflow: hidden;
}

#header-img, #header-img1{
	width: 715px;
	height: 169px;
	background: url("../images/logo.png") no-repeat;
	overflow: hidden;
	text-align: center;
	line-height: 1000px;
	margin-top: 0px;
}

#container {
	margin: auto;
	width: 690px;
	padding: 10px;
}

#panel1 {
	float: left;
	width: 46%;
}

#panel2 {
	float: right;
	width: 49%;
	border-left: 1px #999 dashed;
	padding-left: 25px;
	padding-bottom: 20px;
	min-height: 340px;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 15px;
}


/* General css */

img.wrap {
	float: left;
	padding-right: 10px; 
	padding-bottom: 2px;
}

body { 
	font-family: Helvetica, sans-serif;;
	font-size: 12px;
	color: #999;
}

h1 {
	font-family: Helvetica, sans-serif;;
	font-size: 17px;
	color: black;
	margin-top: 4px;
	padding-left: 20px; 
	background: transparent url('../images/blue-bullet.png') left center no-repeat;
}

h2 {
	font-family:arial,helvetica,verdana, sans-serif;;
	font-size: 14px;
	color: black;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 23px;
	color: #999;
	margin: 0px;
}

h4 {
	font-family:arial,helvetica,verdana, sans-serif;;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px; 
	background: transparent url('../images/pixels.png') left center no-repeat;
	color: #4692FC;
	letter-spacing: 0.06em;
}

h4.lab-heading{
	margin-left: 5px;
	margin-top: 10px;
}

.noimg {
	background: none;
}

img.section-heading {
	padding-right: 10px;
	vertical-align: bottom;
}

img.section-heading1 {
	vertical-align: bottom;
	border: none;
}

label {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}

label.red {
	color: #FF0000;
	font-weight: bold;
}

#contactus input {
	width: 22em;
}

textarea {
	width: 22em;
	height: 5em;
}

p {
	color: #545454;
	line-height: 20px;
	font-size: 14px;
}

ul {
	color: #545454;
	line-height: 30px;
	font-size: 14px;
	padding-left: 35px;
	margin-left: 0px;
}

a {
	color: #545454;
}

a.lightlink {
	color: #999;
	text-decoration: none;
}

a.services{
	text-decoration: none;
	color: #000000;
}

.input-gradient {
	background:transparent url("../images/field-gradient.png") repeat-x left top;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;

}

.textarea-gradient {
	background:transparent url("../images/field-gradient-textarea.png") repeat-x left top;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;

}

span.light-r {
	color: #4692FC;
}

#spyContainer {
	width: 500px;
}
