/* CSS Document */

body {
	background-color: #47B54A;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #6d6e71;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	
}

p, td {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #000000;
}



li {
	list-style: square;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	list-style-image: url(images/green_square.jpg);
}

h1 {
	font-face: Helvetica, sans-serif;
	font-size: 20px;
	line-height: 110%;
	color: #47b54a;
	letter-spacing: 1px;
}

h2 {
	font-face: Helvetica, sans-serif;
	font-size: 14px;
        font-style: italic;
	line-height: 110%;
	font-weight: bold;
	color: #a7a9ac;
	letter-spacing: 1px;
}
h3 {
	font-face: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}
#nav {
	margin:0;
	padding:0;
	list-style-type: none; /*turns off display of bullet*/
        background:#808259 url(nav_bg2.jpg) 0 0 repeat-x;
	width:100%;
	float:left;
	border:1px solid #ffffff;
	border-width:1px 0;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
        
}
#nav a:link,
#nav a:visited {
	color:#000;
	background:#c7c9cc url(gray_grad.jpg);
	padding:7px 19px 4px 23px;
	float:right;
	width:auto;
	border-right:1px solid #ffffff;
        border-bottom: 2px solid #444;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
        
}
#nav a:hover {
	color:#fff;
        background:#727454 url(blue_grad.jpg);
        
}
#nav li:first-child a {
	border-left:1px solid #ffffff;
       
}
	#home #nav-home a,
        #careers #nav-careers a,
	#contact #nav-contact a,
	#about #nav-about a,
	#smart #nav-smart a,
	#rural #nav-rural a{
		background:#dc372f url(red_grad.jpg);
                color:#fff;
		text-shadow:none;
}
	#home #nav-home a:hover,
	#careers #nav-careers a:hover,
	#contact #nav-contact a:hover,
	#about #nav-about a:hover,
	#smart #nav-smart a:hover,
	#rural #nav-rural a:hover {
	background:#DC372F;
}
#nav a:active {
	background:#dc372f;
	color:#fff;
}

#navlist{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid silver;
	width: 150px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid silver;
}

#navlist li a {text-decoration: none;}
#navlist a:link, #navlist a:visited 
{ 
        font:1em/1em Tahoma, sans-serif;
        text-decoration: none;
        color: #6d6e71; 
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{ 
        text-decoration: none;
        color: #035587;
        font-weight: bold;
}
.textsub {
	font-face: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 200%;
	font-weight: bold;
	color: #0A3982;
}

p.subtitle {
	margin-top: 30px;
	font-face: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #6699cc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
	padding: 6px 0px 6px 0px;
}

hr {
	color: #47B64A;
	height: 1px;
	margin: 10px 0px 10px 0px;

}

a:link {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: underline;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #F4AA2A;
	text-decoration: underline;
}

a:active {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #F4AA2A;
	text-decoration: underline;
}


p.small	 {
          font-size: 11px;
          line-height: 150%;
}

p.small a:link {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: none;
}

p.small a:visited {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: none;
}

p.small a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

p.small a:active {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: underline;
}

.tablecontent {	
	background-color: #ffffff;
	padding: 0px;
	border-collapse: separate
              border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

.footer {	
	padding: 10px;
	background-color: #ffffff;
	border-width: 0px;
	border-style: solid;
	border-color: #808080;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
	font-face: Helvetica, sans-serif;
	color: #808080;

}

.footer a:link {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: none;
}

.footer a:visited {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: none;

}

.footer a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: underline;
}

.footer a:active {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
	font-face: Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: none;
}