﻿@import url(http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic);

*{
	margin:0px;
	border:none;
	padding:0px;
	border:0px;
	font-family:sans-serif;
	text-decoration:none;
	line-height:19px;
	font-family:sans-serif,helvetica,Arial;
}

hr{
    clear:both;
    border-bottom:1px solid #D3D3D3;
}

div.mainHeader
{
		border-bottom: 1px solid lightGrey;
		zoom: 1;
		padding-bottom:5px;
		margin-bottom:12px;
}

.mainHeader:after
{
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}


 .clearfix
{
    list-style:none;
    list-style-image:none;
   }

.clearfix:after
{
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul{
	margin-left:10px;
	padding:0px;
}

div#contentPadding.staticContent li,div.featurebox li
{
    	padding-bottom:2px;
	list-style-type: none;
	background-image: url(/graphics/PPA-New/bullet.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0 .4em;
}


ul.twitter li
{
    padding-bottom:5px;
	margin-left:15px;
    list-style-image:url(/graphics/PPA-New/twitterbird-small.png);
}

li.nomark
{
    padding-bottom:5px;
    list-style:none;
   
}

div#contentPadding.staticContent ul li
{
	margin-left:0px;
}


h1, h2, h3, h4, h5, h6 
{
    margin:0px;
    padding:0px;
}

h1
{   
    padding-bottom:15px;
    font-size:32px;
    font-weight:normal;
    color:#000000;
	line-height:34px;
}

h2 
{
    font-weight:bold;
    font-size:16px;
    color:#000000; 
    line-height:19px;
    padding-bottom:10px!important;

}



h3
{
  font-weight:bold;
    font-size:14px!Important;
    color:#0074a7; 
    line-height:19px;
    margin-bottom:0px;
}

h3 a
{
    font-size:14px!Important;
	  font-weight:bold;
}

h3 a:hover
{
	  font-weight:bold!Important;
}

h4
{
    font-size:14px;
    color:#000000; 
    line-height:19px;
}

a
{
    color:#0074a7;
   	font-weight:normal;
}

p
{
    margin-top: 0px;
    margin-bottom:10px;
	color:black;
	font-size:12px;
	font-weight:normal;
}

a:hover
{
	/*font-weight:normal!important;*/

    color:#0074a7;
}
    
a:visited
{
    color:#0074a7;
}

.right{
    float:right;
}

.left{
    float:left;}
    

img.right{
	margin-left:10px;
    margin-bottom:10px;
}

img.left{
	margin-right:10px;
    margin-bottom:10px;
}

.caption
{
    display:block;
    width:310px;
    float:right;
	clear:both;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:0px;
}

.pullQuote
{
    font-size:14px;
    display:block;
    background-image:url(/graphics/PPA-New/quotes.png);
    background-repeat:no-repeat;
    background-color:#e5f2f8;
    padding:10px;
    padding-left:60px;
    color:#000;
}

.pullQuote .caption
{
    font-size:14px!important;
    font-weight:bold;
    color:#0380BA;
	display:inline;
	float:none;
}

span.highlight
{
    color:#0074A7;
    }
    
a.calltoaction
{
    background-image:url(/graphics/ppa-new/linkaction.png);
    background-position:left center;
    background-color:#e5f2f8;
    margin-top:5px;
    border:1px solid #bfe0ee;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    color:#0074a7;
    text-align:center;
    padding:5px;
    padding-left:27px;
    float:right;
    background-repeat:no-repeat;
   /* behavior: url(/css/ppa-new/border-radius.htc);
	border-radius: 10px;*/
}

a.calltoaction:hover
{
    border:1px solid #8ac6df;
}

p.standfirst
{
    font-size:16px;
	font-weight:bold;
	f
    color:#636363
    }
    
    p{font-size:12px;}

.panel-heading h3 {
    color: #fff;
}    