@charset "UTF-8";
* html li a{
	height:1em;
}

/*------ reset------*/
ul{
	margin:0;
	padding:0;
}

body  {
	margin:0px;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 75%;
}

#container{
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#contentWrapper{
	margin-top: 25px;
}
/*----------Header------*/
.home #header,.about #header, .blog #header, .building #header,.buy #header,.education #header,.health_care #header,.help #header,.how #header,.setup #header,.municipality #header,.retail #header,.industrial #header,.search #header{
	height: 196px;
	background:url(../images/header.jpg) no-repeat;
}
.contact #header{
	height: 196px;
	background:url(../images/contactus1.jpg) no-repeat;
}
.whykss #header{
	height: 196px;
	background:url(../images/whykss.jpg) no-repeat;
}
.products #header,.featured_product #header,.buyonline #header{
	height: 196px;
	background:url(../images/productscatalog.jpg) no-repeat;
}
.resources #header{
	height: 196px;
	background:url(../images/resources.jpg) no-repeat;
}
.links #header{
	height: 196px;
	background:url(../images/links1.jpg) no-repeat;
}
.locations #header{
	height: 196px;
	background:url(../images/locations.jpg) no-repeat;
}
.news #header{
	height: 196px;
	background:url(../images/locations.jpg) no-repeat;
}
.locations #header{
	height: 196px;
	background:url(../images/newsevents1.jpg) no-repeat;
}
#header img{
	margin-top: 40px;
	border: 0px;
}
 
/*----------Nav----------*/
#navBox{
	height: 48px;
	background:url(../images/nav.jpg) repeat-x;
	padding-left:45px;
}
#nav{
	margin:0;
}
#nav li{
	float:left;
	list-style: none;
}
#nav li a{
	float:left;
	padding:12px 15px 0 14px;
	color: #a2de9f;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;	
}
#nav li a:hover, .home #home a,.about #about a,.whykss #whykss a,.news #news a,.products #products a,.locations #locations a,.links #links a,.contact #contact a,.resources #resources a{
	color: #FFFFFF;	
}

/*----------Content------*/
#content{
	width: 75%;
	float: left;
	padding: 0 1% 0 2%;
}

/*----------Green Boxes-----*/
.greenBox{
	width: 219px;
	height: 95px;
	background: url(../images/greenBox.jpg) no-repeat;
	float: left;
	padding: 2px;
}
.greenBoxContent{
	padding: 20px 2px 2px 25px;
}
/*----------Right Nav------*/
input,span{
	color: #939393;
}
#rightNav{
	width: 186px;
	float: right;
	border-left: thin solid #4d4f98;
}
#rightNavContent{
	padding: 0 4px 0 14px;
}
#sideNav{
	width: 165px;
	padding-left: 0px;
}
#sideNav li{
	background-color: #ceefca;
	border: 1px solid #4d4f98;
	list-style: none;
	margin-top: 2px;
	padding: 2px 0 0 8px;
}
#sideNav a{
	color: #3f4196;
	text-decoration: none;
}
#sideNav a:hover,.buy #buy a,.help #help a,.setup #setup a,.how #how a,.blog #blog a{
	color: #898989;
}
#featured img{
	border: 1px solid #4d4f98;
}
/*----------Footer------*/
#footer{
	color:#ffffff;
	clear: both;
	height: 18px;
	background: url(../images/navBkGrnd.jpg) repeat-x;
}
#copyRight {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	display: inline;
}
#revelant{
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#revelant a{
	color:#FFFFFF;
}
/*----------Mics----------*/
.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.clearBoth{
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
a:link, a:visited {
	color: #2B64A9;
}
a:hover{
	color: #898989;
	}
