/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000; 
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
H1 {
	FONT-SIZE: 14px; padding:0px 5px 0px 5px;
}
H2 {
	FONT-SIZE: 12px; padding:10px 5px 0px 5px; margin:0px; width:auto; color: #993300;
}
H3 {
	FONT-SIZE: 14px
}
H4 {
	FONT-SIZE: 16px
}
hr{border:1px solid #996600; height:1; }
ul{
	margin:0px;
	padding:0px;
}	
li{
	margin:0px;
	padding:0px;
	height:15px;
	padding:8px 0px 0px 0px;
	list-style-image:none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
div{
 height:auto; 
}
 #head{
	width:1006px;
	position: relative;
	height: 65px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
   }
 #head2{
	width:1006px;
	position: relative;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
   }
 #indexleft {
	width:532px;
	height:60px;
	float:left;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
   }
 #indexright {
	width:468px;
	height: 60px;
	background-image: url(banner_colorbird.gif);
	background-repeat: no-repeat;
	background-position: right;
   }
 #bodyco{
	width: 1006px;
	z-index:-1;
	background-color: #F1F0EF;
	padding:10px 0px 10px 0px;
	height:auto;
   }
 #bottom {
 	clear:both; 
	color: #333333;
	line-height: 20px;
	padding:10px 0px 0px 0px;
	background-color: #DDDDDD;
	text-align:center;
   }
	#nav {
	line-height: 24px;
	list-style-type: none;
	padding-left:150px;
	} 
	#nav a { 
	display: block; text-align:center; 
	} 
	#nav a:link { 
	color:#000000; text-decoration:none; 
	} 
	#nav a:visited { 
	color:#000000;text-decoration:none; 
	} 
	#nav a:hover { 
	color:#FFF;text-decoration:none;font-weight:bold; 
	}
	#nav ul {
	padding:0px;
	margin:0px;
	}
	#nav li {
	float: left;
	padding:0px 6px 0px 6px;
	margin:0px;
	border-top: none;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom-style: none;
	} 
	#nav li a:hover{ 
	background:#999;
	}
	#nav li a:link{
	color: #000000;
	} 
	#nav li ul { 
	line-height: 27px; list-style-type: none;text-align:left; 
	left: -999em; width: 180px; position: absolute; 
	} 
	#nav li ul li{ 
	float: left; width: 180px; 
	background: #CCCCCC; 
	} 
	#nav li ul a{ wedisplay: block; width: 156px;text-align:left;padding-left:24px; 
	} 
	#nav li ul a:link { 
	color:#666; text-decoration:none; 
	} 
	#nav li ul a:visited { 
	color:#666;text-decoration:none; 
	} 
	#nav li ul a:hover { 
	color:#F3F3F3;text-decoration:none;font-weight:normal; 
	background:#C00; 
	} 
	#nav li:hover ul { 
	left: auto; 
	} 
	#nav li.sfhover ul { 
	left: auto; 
	} 