/* Tabs CSS begin */
.tab {display: none; margin:0px 0 0 0 ; }
.tabs ul {
    float: left; margin-left:0px; padding:0px;
    margin-right: 30px; margin-top:14px;
}
.tabs ul > li {list-style: none;}
.tabs ul > li a {
    text-decoration: none;
    padding: 7px 10px;float: left;
    width: 200px; font-size:12px; font-weight:bold;
    color: #555;
    display: inline-block;
    border-bottom: 1px solid #eee;
	background:#CCC;
}
.tabs ul > li a:hover {
    background-color: #666666;
    border-bottom: 1px solid #ddd;color:#FFF;
}
.tabs ul > li a.active { background-color: #003366; color:#FFF; }
/* Tabs CSS end */


.tab h3
{
float:left;
width:719px;
background:#003366;
font-size:14px;
text-align:left;
border-radius:0px;
padding-left:10px;
color:#FFFFFF;
padding-top:10px;
padding-bottom:10px;
}

.tab p
{
float:left;
width:719px;
font-size:14px;
text-align:justify;
background:#cccccc;
border:2px dotted #666666;
padding:5px;
}

.tab p img
{
float:left;
margin-right:20px;

}