@charset "utf-8";
/* CSS Document */
body
{
font-family:sans-serif, Verdana, Arial, Helvetica;
font-size:12px;
}
span
{
color:#666666;
font-style:italic;
font-weight:bold;
}
#header 
	{
	margin-left: auto;
	margin-right: auto;
	height: 111px;
	background:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	width:850px;
	}
img.logo
	{
	float:left;
	margin-top:15px;
	margin-left:25px;
	}
img.text
{
float:left;
margin-top:40px;
margin-left:200px;

}
#footer 
	{
	margin-left: auto;
	margin-right: auto;
	height:36px;
	background:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	width:850px;
	}
#container
	{
	margin-left: auto;
	margin-right: auto;
	background:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	width:850px;
	height:400px;
	}
#nav
{
float:left;
width:143px;
}
#colleft
{
float:left;
width:350px;
margin-left:10px;
text-align:justify;
line-height:18px;
}
#colright
{
float:left;
width:300px;
height:400px;
margin-left:20px;
line-height:18px;
}
#coltop
{
float:left;
width:570px;
height:100px;
margin-left:60px;
text-align:justify;
line-height:18px;
}
#colbottom
{
float:left;
width:570px;
height:300px;
margin-left:60px;
line-height:18px;
}
.horizontal
{
float:left;
width:650px;
margin-left:10px;
padding-bottom:30px;
}



.menu
{
width:136px;
background:#8fc320;
margin-left:7px;
margin-top:20px;
}
.menu ul
{
list-style: none;
margin: 0;
padding: 0;
}
.menu a
{
font: bold 13px/16px sans-serif, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #c4c4c4 #727272 #727272 #727272;
margin: 0;
padding: 2px 3px;
text-align:center;
color: #fff;
background: #8fc320;
text-decoration: none;
}
.menu a:hover {
color: #fff;
background: #0099cb;
cursor:pointer;
}
.menu li {position: relative;}
.menu ul ul
{
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #8fc320;
}
div.menu ul ul,
div.menu ul li:hover ul ul
{display: none;}

div.menu ul li:hover ul,
div.menu ul ul li:hover ul
{display: block;}

#piccontainer
{
float:left;
width:650px;
height:400px;
margin-left:10px;
}
.font20
{
font-weight:bold;
font-size:20px;
color:#666666;
}
.font15
{
font-size:15px;
font-weight:bold;
color:#666666;
}
#temptext
{
text-align:center;
margin-left:80px;
padding-top:200px;
}
a.mail:ink { color:#005774; text-decoration: none; background-color: transparent }
a.mail:visited { color:#005774; text-decoration:none; background-color: transparent }
a.mail:hover { color:#0099cb; text-decoration: none; background-color: transparent }
a.mail:active { color: #900; text-decoration: none; background-color: transparent }

a:ink { color:#FFFFFF; text-decoration: none; background-color: transparent }
a:visited { color:#FFFFFF; text-decoration:none; background-color: transparent }
a:hover { color:#FF0000; text-decoration: none; background-color: transparent }
a:active { color: #900; text-decoration: none; background-color: transparent }