@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #0099CC;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0099CC;
	padding-top: 1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #669900;
	font-weight: normal;
}

#wrapper {
	background-image: url(img/LM-bkg-stripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 100%;
	height: 100%;
}


.oneColFixCtr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/page-bkg3.gif);
	background-repeat: repeat-y;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer {
	background-image: url(img/footer5a.jpg);
	width: 950px;
	background-position: top;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFA0;
	background-repeat: no-repeat;
	background-color: #CCCC99;
	overflow: auto;
}
#head {
}
#mainpic {
	height: 199px;
	width: 950px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #6e6952;
	width: 735px;
	margin-right: 25px;
	margin-left: 25px;
	padding-left: 145px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #CCCC99;
	clear: both;
}

#head-logo {
	height: 76px;
	width: 950px;
}
#main-menu {
	background-image: url(img/menu-bar-stripe.gif);
	height: 18px;
	width: 894px;
	background-position: left top;
	padding-left: 56px;
}
#page-content {
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincontent {
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 70px;
	text-align: left;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.emphasis {
	font-style: normal;
	font-weight: bold;
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-transform: uppercase;
	background-image: url(img/para-text-bulletsm.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.maincontent a:link {
	color: #006699;
}
.maincontent a:visited {
	color: #666666;
}
.maincontent a:hover {
	color: #006699;
	text-decoration: underline;
}
.maincontent a:active {
	color: #006699;
	text-decoration: underline;
}

.sidebar {
	text-align: left;
	float: right;
	width: 230px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ADD3FA;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
}

.sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999966;
	text-align: left;
}
.sidebar a:link {
	color: #006699;
	text-decoration: none;
}
.sidebar a:visited {
	color: #006699;
	text-decoration: none;
}
.sidebar a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.sidebar a:active {
	color: #0099CC;
	text-decoration: underline;
}
#footers {
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
}
#footers1 {
	float: left;
	width: 417px;
	padding-right: 10px;
	margin-left: 170px;
	display: inline;
	padding-bottom: 15px;
}
#footers2 {
	float: left;
	width: 100px;
	padding-right: 10px;
}
#footers3 {
	float: left;
	width: 217px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #454230;
}
#footercontact {
	float: left;
	width: 270px;
	padding-right: 40px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #454230;
	height: 158px;
	display: inline;
}

.footersection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
}
.footersection p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3E3CC;
}

.footersection li {
	display: block;
	padding-bottom: 2px;
}
.footersection ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #e3e3cc;
	font-size: 11px;
}


.footersection h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B3D9FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
	padding-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 4px;
}
.footersection a:link {
	color: #e3e3cc;
	text-decoration: none;
}
.footersection a.message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCC99;
	background-color: #474332;
	border: 1px solid #CCCC99;
	font-weight: bold;
	background-image: url(img/message-arrow-off.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.footersection a.message:link {
	text-decoration: none;
}
.footersection a.message:visited {
	text-decoration: none;
}
.footersection a.message:hover {
	color: #56513D;
	background-color: #CCCC99;
	border: 1px solid #FFFFCC;
	text-decoration: none;
	background-image: url(img/message-arrow-on.gif);
}
.footersection a.message:active {
	color: #56513D;
	background-color: #CCCC99;
	border: 1px solid #FFFFCC;
	text-decoration: none;
	background-image: url(img/message-arrow-on.gif);
}

.footersection a:visited {
	color: #e3e3cc;
	text-decoration: none;
}
.footersection a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footersection a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#twitter_div {
	height: 80px;
	width: 190px;
	border: 1px solid #696349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCC99;
	background-color: #000000;
}
#what-we-do {
	width: 530px;
	overflow: auto;
	float: left;
}
#service1 {

}
.service {
	float: left;
	width: 155px;
	display: inline;
	margin-right: 20px;
}
.service p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: left;
}
.service h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: .2em;
}
.service ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 0em;
	padding-left: 0px;
	list-style-type: none;
}
.service li {
	margin-bottom: 6px;
}

.contact fieldset {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.contact legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999966;
	text-align: left;
}

.contact label {
	display: block;
	margin-top: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.contact input, textarea {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #CCCCCC;
	width: 20em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	padding-top: 0.3em;
	padding-right: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
}
.contact select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	font-weight: normal;
}

.contact textarea {
	height: 8em;
}
   
.contact  input#submit {
	margin-top: 0.5em;
	background-color: #E2E2C7;
	background-image: none;
	width: 10em;
	font-weight: bold;
	color: #666600;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#robotest {
	display: none;
}
