@import "menu.css";
html {
	overflow: auto;
}
html, body {
	height: 100%;
}
html > body div#allAreas {
	height: auto;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	background: #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
}
div#navBar {
	background: #464646;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
}
div#linksBar {
	background: #666666;
}
div#linksBar a {
	background: url('images/arrow.gif') no-repeat 0px 3px;
	display: block;
	padding-left: 2em;
	color: #C7C7C7;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
div#linksContainer {
	width: 690px;
	padding-right: 92px;
	margin: 0px auto;
}
ul#linksOne,
ul#linksTwo,
ul#linksThree {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 230px;
}
ul#linksOne li,
ul#linksTwo li,
ul#linksThree li {
	margin: 8px 10px 0px 15px;
}
div#linksFloat {
	width: 460px;
}
div#linksFloat,
ul#linksOne {
	float: left;
}
ul#linksThree,
ul#linksTwo {
	float: right;
}
div#searchArea {
	height: 30px;
	width: 770px;
	padding-right: 12px;
}
form#searchForm {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
}
form#searchForm label {
	color: #505050;
	font-size: 11px;
	font-weight: bold;
}
form#searchForm input#textInput {
	width: 150px;
	background: #EBEBEB;
	border: none;
	margin: 0px;
}
form#searchForm input#submitInput {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 4px;
}
span#iSmartSoftwareText {
	float: right;
	font-size: 12px;
	color: #999999;
	font-weight:bold;
	display: block;
	margin: 8px 0px 0px 0px;
}
div#container {
	width: 782px;
	margin: 0px auto;
	background: #EBEBEB;
	padding-bottom: 40px;
}
div#container a { 
	color: #83CA00;
	font-weight: bold;
}
div#container a:visited {
	color: #006600;
}
div#container a:hover {
	color: #A7DB00;
}
div#searchArea {
	background: #CCCCCC;
}
div#searchArea p,
div#searchArea form {
	display: inline;
}
div#footerArea {
    position: absolute;
	left: 0px;
	bottom: 0px;
	height: 30px;
	background-color: #666666;
	z-index: 1;
	width: 100%;
}
div#footerAreaCenter{
	position: relative;
	top: 0px;
	width: 782px;
	background-color: #666666;
	margin: 0px auto;
}
p#locations {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	color: #9D9D9D;
	font-size: 11px;
	font-weight: bold;
}
p#locations a {
	color: #cccccc;
}