@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	}

a {
text-decoration:none;
color:#0066CC;
}

a:hover{
text-decoration:none;
color:#339999;
}

.wrapper {
	width: 778px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-right:#CCCCCC solid 1px;
	
	
}
.header {
height:284px;
width:778px;

}
.upper_header {
background-image:url(../images/layout_01.jpg);
background-repeat:no-repeat;
background-position:top left;
height:76px;
width:250px;
padding-top:20px;
padding-left:528px;

}

.lower_header {
background-image:url(../images/layout_02.jpg);
background-repeat:no-repeat;
background-position:top left;
height:188px;
width:778px;

}

.nav{
margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom:#009900 solid 1px;
}


.nav a{
text-decoration:none;
color:#003366;
font-weight:bold;
}
.nav a:hover{
text-decoration:none;
font-weight:bold;
color:#339999;
}


.content_holder {
background:url(../images/layout_04.gif);
background-repeat:repeat-y;
background-position:left;
float:left;
border-right:#CCCCCC solid 1px;
}

.lhs {
width:132px;
float:left;
padding-right:35px;
padding-top:10px;
padding-left:10px;

}
.lhs ul {
list-style:none;
margin:0;
padding:0;
padding-left:6px;
}
.lhs li {
border-bottom:#999999 solid 1px;
padding:3px;
}

.mem_nav{
padding-left:0px;
}


.content {
width:590px;
float:left;
padding-right:10px;
}

.content p{
font-size:12px;
line-height:20px;
}

.footer{
width:778px;
height:60px;
background-image:url(../images/fotter_bg.gif);
background-position:top;
background-repeat:repeat-x;
padding-top:40px;
float:left;
}


#container{}

#menu{position:absolute;margin-top:10px; margin-left:150px;}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;;padding:1px;margin:1px;}

#menu ul:hover .item a{ color:#666666;text-decoration:none;}
#menu ul:hover .item a:hover{color:#999;}

#menu ul{width:150px;float:left;margin:0px;padding:2px;;list-style:none;}
.clear{clear:both;height:10px;}