* { padding: 0; margin: 0; }
html, body {
	height:100%; width:100%;
}

body {
	font-family: "Century Gothic";
	font-size: 12px;
	background-color: #FFFFFF;
}
#content {position:absolute; top:50%; height:600px; margin-top:-310px; width:100%;}
#wrapper {
	width: 975px;
	height:600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#footer{
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	clear: both;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header {
	float: left;
	height: 60px;
	width: 975px;
	background-image: url(../images/white/logo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}

#homepage{
	color: #666666;
	text-align: justify;
	padding-top: 50px;
	float: left;
	width: 975px;

}

#leftcolumn {
	width: 965px;
	float: left;
	background-image: url(../images/contbg.jpg);
	height: 494px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#rightcolumn {
	float: right;
	width: 700px;
	padding-bottom: 5px;
}
#navigation {
	float:left;
	height:60px;
	display: inline;
}

#nav0
{
	float:left;
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(../images/white/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}
#nav0:hover
{
	background-image: url("../images/white/logo.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav0. on
{ 
 background: url("../images/white/logo.jpg") no-repeat 0 0;
}
#nav0 span
{
  display: none;
}
#nav1
{
	float:left;
	display: block;
	width: 224px;
	height: 60px;
	background-image: url("../images/white/comm_off.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;

}
#nav1:hover
{
	background-image: url("../images/white/comm_on.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav1. on
{ 
 background: url("../images/white/com_on.jpg") no-repeat 0 0;
}
#nav1 span
{
  display: none;
}
#nav2
{
	float:left;
	display: block;
	width: 190px;
	height: 60px;
	background: url("../images/white/res_off.jpg") no-repeat 0 0;
}
#nav2:hover
{ 
  background: url("../images/white/res_on.jpg") no-repeat 0 0;
}

#nav2 span
{
  display: none;
}
#nav3
{
	float:left;
	display: block;
	width: 111px;
	height: 60px;
	background: url("../images/white/about_off.jpg") no-repeat 0 0;
}
#nav3:hover
{ 
  background: url("../images/white/about_on.jpg") no-repeat 0 0;
}
#nav3 .on
{ 
  background: url("../images/white/about_on.jpg") no-repeat 0 0;
}
#nav3 span
{
  display: none;
}
#nav4
{
	float:left;
	display: block;
	width: 147px;
	height: 60px;
	background: url("../images/white/cont_off.jpg") no-repeat 0 0;
}
#nav4:hover
{
	background-image: url(../images/white/cont_on.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav4on
{
	float:left;
	display: block;
	width: 147px;
	height: 60px;
	background: url("../images/white/cont_on.jpg") no-repeat 0 0;
}

#nav4 span, #nav4on span
{
  display: none;
}

#nav5
{
	float:left;
	display: block;
	width: 103px;
	height: 60px;
	background: url("../images/white/news_off.jpg") no-repeat 0 0;
}
#nav5:hover
{
background: url("../images/white/news_on.jpg") no-repeat 0 0;
}

#nav5 .on
{
background: url("../images/white/news_on.jpg") no-repeat 0 0;
}

#nav5 span
{
  display: none;
}
.homepic{
	padding-top: 75px;
	padding-bottom: 150px;
}
#menu{
	width: 275px;
	float: left;
	text-align: left;
	overflow: hidden;
	display: inline;
}
#menu ul {
	list-style-type: none;
	float: left;
	display: inline;
}
#menu li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
	float: left;
	font-size: 18px;
	width: 275px;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #585856;
}
#menu li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
