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

*{
	margin:0px;
	padding:0px;
}

#container{
	width:345px;
	height:365px;
	margin: 30px auto;
}
#left{
	float:left;
	width:99px;
	
	}
		
	
		 
#logo{
	background:url(../image/headerBg_narrow.png) no-repeat;
	height: 125px;
	width:99px;
	float:left;
	
}

#logo img{
	padding: 2px 0 0 58px;
	border:none;
}

#banner{
	background:url(../image/banner.gif) no-repeat;
	width:750px;
	height:145px;
	display:none;
	
}

#navList{
	background:url(../image/leftCornerBg_narrow.png) no-repeat bottom;
	padding: 15px 0 0 0px;
	display: block;
	width:99px;
	height:240px;
	float:left;
	
}

#navList img{
	border:none;
    padding-left: 38px;
}

#navList img a:hover{
	border:none;
	
}
#navList li{
	padding-top:30px;
	list-style-type:none;
    display:block;
}


#content{
	background:#FFF;
	float:left;
	padding: 30px 0 0 0;
	width:160px;
	height: 365px;
	margin-left:14px;
	overflow:hidden;
}

#illustration img, #wide, #wider{
	padding: 0 50px 0 57px;
	display:none;
}



	
#extraLink{
	display:none;
	background: url(../image/rightCornerBg.png) no-repeat bottom;
	width:150px;
	height:490px;
	float:left;
}
#extraLink a{
	border:none;
	padding-left:23px;
}
#extraLink img{
	border: none;
}
	
	
	
/* paragraph styling*/

h1 { 
    display:none;
    color: black; 
    letter-spacing: px;  
    font-size: px; 
    line-height:0;
    width:150px;
	}

h2 {
	display:block;
    color: black;
	letter-spacing: px;  
	font-size: 24px;
	line-height:15px;
    width:130px;
}
#p1,#p2,#p3{
	display:none;
	
}
#title{
margin-top:-32px;
height:75px;

}
#extraDiv1, #extraDiv2,  #extraDiv3{
	display:block;
	width:110px;
	height:40;
	margin-bottom:-2px;
	text-align:left;
}
#extraDiv1{
	margin-left:1px;
}

#extraDiv2{
	margin-left:-4px;
}

	
#brief{
	display:none;
	color:#60C;
	font-size:12px;
	height:300px;
	width:130px;
	text-align:justify;
	margin-left:20px;


}
#brief1{
	display:block;
	color:#60C;
	font-size:12px;
	width:140px;
	text-align:left;
	line-height:12.5px;
}
#p4, #p5, #p6{
	display:none;
	width: 180px;
	float:left;
	text-align:justify;
	font-size:11.5px;
	padding-left:14px;
}	
#readmore {
	display:block;
}
	
#readmore a{
	font-size:12px;
	color:#000;
text-decoration:none;
}
#readmore p{
	margin-top:18px;

}
	