@import url('web_fonts.css');
body {
    font-size: 16px;
    font-family:Verdana;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #000000;
}
p {
   margin: 0 0 7px;
   line-height:15pt;
}

/*added on 13th feb 2014 */
.content > p 
{
    padding: 5px 0px 4px 0;
	line-height:18pt;
}

/*upto here */


/*upto here */

em {
    font-style: italic;
}
table {
    border-collapse: collapse;
    border: 0px solid #d4d4d4;
    border-spacing: 0;
}
  table tr:nth-child(even) {
  }
  table tr.even,
  .content table th,
  .content thead td {
  }
  table td,
  .content table th {
      padding: 0px 0px;
      border: 0px solid #d4d4d4;
      vertical-align: top;
  }
  table th {
      text-align: left;
      font-weight: bold;
  }
p.intro {
    font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #222;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
/* IMAGES 
-------------------------------------------- */
.typography img {
    border: none
}
.typography img.right {
    float: right;
    margin-left: 8px;
}
.typography img.left {
    float: left;
	margin-right:8px;
}
.typography img.leftAlone {
    float: left;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* Image Link Image Opacity */
.typography a img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.typography .text{
	color:#666;
}
.typography .shadow-soft{
	text-shadow:1px 2px 2px #E2E5E8;
}
.typography .shadow-hard{
	text-shadow:1px 1px 1px #666666;
}
blockquote {
	padding: 3%;
	font-style:italic;
	margin: 4%;
	border: 4px solid #F7F7F7;
	border-radius: 13px;
	background-color: #FBFBFB;
	position:relative;
}
* html blockquote * {text-indent:-6px;} /* fix IE6 */
blockquote > *:first-child:before{
content:'\201C';
font-family:"Bodoni Bk BT";
font-size:19em;
font-family:Georgia, "Times New Roman", Times, serif;
position:absolute;
opacity:0.1;
top:120px;
left:11px;
font-style:normal;
line-height:22px;
}
/***blockquote***/
/****all headings****/
.content-container h1, .typography h1{
	font-size: 39px;
	padding-top: 5px; /*less height for the page title*/
	line-height: 42px;
	margin-bottom: 10px;
}
.content-container h2, .typography h2{
	font-size: 28px;
	padding-top: 28px;
	line-height: 30px;
	margin-bottom: 10px;
}
.content-container h3, .typography h3, .secondary h3{
	font-size: 22px;
	padding-top: 10px;
    line-height: 26px;
    margin-bottom: 10px;
}
.content-container h4, .typography h4{
    font-size:20px;
	padding-top: 28px;
    line-height: 22px;
    margin-bottom: 10px;
}
.content-container h5, .typography h5{
    font-size:20px;
    border-bottom:1px solid #ccc;
	padding-top: 28px;
    line-height: 22px;
    margin-bottom: 10px;
}
.content-container h6, .typography h6{
font-size:13px;
}	
/*****all headings****/
/***bullet text size slightly smaller than body text***/
.typography ul li, .typography ol li{
font-size: 0.95em;
}