@import url('reset.css');
/* General Demo Style */

a{
	color: #156aad;
	text-decoration: none;
}
.clr{
	clear: both;
}
.myhover {
	position:relative;
    width:1000px;
    margin:0 auto;
	padding-top:20px;
}

.myhover .more{
	position:relative;
	clear:both;
	font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}

.myhover-desc {
	width:1000px;
	margin:0 auto;
	clear:both;
}
.myhover-view {
   width: 300px;
/*   height: 200px;*/
   margin: 0px 16px 0px 16px;
   float: left;
   position: relative;
   text-align: center;
   top: 0px;
 }
 
 .myhover-view h2 {
	 font-size:16px;
	 font-weight:bold;
	 color:#000;
	 margin:0 10px
	 padding:0;
 }
 
  .myhover p {
	 font-size:14px;
	 line-height:1.5em;
	 text-align:justify;
 }
 
 .myhover h2 {
	 font-size:16px;
	 line-height:1em;
	 color:#156aad;
	 text-align:center;
 }
 .myhover hr {
	 border:none;
	 border-bottom:solid 1px #fff;
	 margin:2px 0 8px 0;
}