@import url("subMenu.css");
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#666;
	font-weight:normal;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;	
	}
a
{
    text-decoration:none;
    color:#006486;
}
a:hover
{
    text-decoration:underline;
}
.hidden{
	display:none;
	}
	
.pText {
	color:#FFF;
	font-size:12px;
	line-height:20px;
	text-align:left;
	text-indent:2em;
	margin-left:15px;
	
}
.pText a
{
    color:White;
}
#head {

margin:0px;
width:100%;
height:130px;
clear:both;

 
}

#headTop{
	margin:0px;
	width:100%;
	height:68px;
	margin:0px;
	
	
	}
#logo
{
 
	width:237px;
	height:100%;
	float:left;
	clear:left;
	margin:0px;
	
}

#adRight
{
 
	width:670px;
	height:100%;
	float:left;
	clear:right;
	margin:0px;
	
}

#menu{
	
	margin:0px;
	width:100%;
	height:auto;
	background:url(img/menuBg.gif);
	}
#menu .root
{
	margin:0px;
 
	width:100%;
	height:32px;
	
}

#menu .root ul
{
	margin:0px;
	float:none;
	clear:both;
	width:100%;
	height:100%;	
	padding:0px;	
	
}

#rootMenu
{
	margin:0px;	
 
}
#menu .root ul li
{
	margin-top:3px;
	float:left;
	clear:none;
 
	line-height:24px;
	text-align:center;
	list-style:none;
	padding-left:15px;
	padding-right:15px;
}

#menu .root ul li a
{
	margin-left:0px;
	height:100%;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
	
}

 
#menu .root ul li.first
{
	background:#F90;
	letter-spacing:1px;
    height:100%;

}


#menu #subMenu
{
 
    width:100%;
 	background-color:#F90;
	height:29px;
	
}

#menu #subMenu ul
{
    position:absolute;

    margin:0px;
    padding:0px;
    list-style:none;
    text-align:left;
    height:29px;
}
#menu #subMenu li
{
	float:left;
	clear:none;
	margin-left:15px; 
	color:#003F90;
}

/*Content  */


#main{
	width:100%;
	height:620px;
 
	clear:both;
 
}

#main #nav
{
	height:auto;
	width:166px;
	float:left;
	margin:0px;
	clear:left;
	background:#015A84;
 
}

#nav .title
{
	height:25px;
	background:url(img/navTitle.gif);
	background-repeat:no-repeat;
	
}

#nav .tail
{
	height:12px;
	background:url(img/navTail.gif);
	background-repeat:no-repeat;
	
}

#main #content
{
	float:left;
	clear:right;
	width:738px;
	position:relative;
 
	margin-left:4px;
}
#main #content #banner
{
	width:100%;
	clear:both;
	height:164px;
}

#main #content #contentTitle
{
	width:100%;
	clear:both;
	height:26px;
	background:url(img/contentTitle.gif);
	background-repeat:no-repeat;
}

#main #content #contentTitle #firmName
{
	float:left;
	clear:left;
	margin-left:0px;
	width:100px;
	color:#015A84;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
	margin-left:14px;
 
}
#main #content #contentTitle #pathInfo
{
	float:left;
	clear:right;
	margin-left:0px;
	width:400px;
	color:#015A84;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;

	 
}

#main #content #contetnText
{
 
	height:500px;
}


#bottom
{
    margin-top:5px;
	width:100%;
	height:30px;
	background:#7F7F7F;
	padding:0px;
	position:relative;
	clear:both;
	

 
}
#bottom ul
{
 margin:0px;
 padding:0px;
 text-align:left;
 width:100%;
 height:100%;
 list-style:none;

  
}

#bottom ul li
{
    float:left;
    margin-top:5px;
    margin-left:15px;
    line-height:16px;
    border-right:1px solid #fef;
 
    
}

#bottom li a
{
   color:White;
   margin-right:15px;
  
   
}

.copyRight
{
    color:#555555;
    clear:both;
    height:30px;
    width:100%;
    padding-left:250px;
    width:95%;
}