/* 
This is the section css for
WCU Center for Nano Materials 
*/

#home-content .imgRight{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#home-content img{
	max-width: 750px;
}
#home-content .imgContain{
	max-width: 250px;
}
#home-content .fullImg{
	width: 100%;
	max-width: 100%;
}
#home-content th p{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

/* side menu */
#home-content .sideLinks{
    margin-top: 10px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    margin: 0;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 5px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}


#home-content h2{
	font-size: 2em;
}
#home-content h3{
	border-bottom: none;
	color: #441F49;
	font-size: 1.5em;
	padding-bottom: 0px;
}
#home-content h3:after{
	background: none; 
}
#home-content .grid6{
	padding: 0px 10px;
}

























