/*---------------------------------------------------------*/
/*-- V0.2 - 090403 - LR -----------------------------------*/
/*---------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, cite, em, font, img, small, strong,
sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style:none;
}

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:10px 0 0;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#0066b8;
	text-decoration:none;
}

a:hover {
	color:#000;
	/*text-decoration:underline;*/
}

a img{
	border:0 none;
}

table {
	
	border-collapse:collapse;
}
a.button {
    background: transparent url(../graphics/light_btn_right.png) no-repeat scroll top right; 
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 15px; 
	text-decoration: none;
	color: #fff;
	font-size:12px;
	display:inline;
}

a.button span {
	background: transparent url(../graphics/light_btn_left.png) no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 5px 15px;
}

/*---------------------------------------------------------*/
/*-- Text Styles ------------------------------------------*/
/*---------------------------------------------------------*/

h1 {
	font-size:16px;
	font-weight:bold;
	margin:6px 0 18px;
	padding:0;
}

h1.logo {
	background:#fff url(../graphics/logo.png) no-repeat;
	width:468px;
	height:80px;
	overflow:hidden;
	text-indent:-99999px;
	margin:0;
	float:left;
}

h1.logo a {
	width:468px;
	height:80px;
	display:block;
	text-align:left;
}

h2 {
	margin:10px;
	padding:0px;
	font-size:14pt;
	color:#419abe;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
	padding:12px 0 14px;
}

p {
	margin:12px 0;
}

/*---------------------------------------------------------*/
/*-- Error & Notification Styles --------------------------*/
/*---------------------------------------------------------*/

.success {
	background:#F5FFF0;
	color:#F00;
	border:1px solid #009900;
	text-align:center;
	margin-bottom:12px;
	padding:5px;
	font-size:11pt !important;
}

.error {
	background: #FFE6E6;
	color:#990000;
	border:1px solid #990000;
	text-align:center;
	margin-bottom:12px;	
	padding:5px;
}

.inline_error {
	color:#FF0000;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/*-- Main Page Layout -------------------------------------*/
/*---------------------------------------------------------*/

#wrapper {
	width:930px;
	margin:0 auto;
	text-align:left;
	background:url(../graphics/main_back.png) top left repeat-y;
	overflow:hidden;
}

#header{
	overflow:hidden;
	text-align:right;
	background:#fff;
	width:100%;
	display:block;
	position: relative;
}

#header strong{
	font-size:18pt;
	color:#146936;
	font-weight:normal;
}

#header p{
	color:#a8d058;
	font-weight:bold;
	margin:3px 0 10px;
}

#left_col{
	/*margin-top:32px;*/
	border-top:32px solid #fff;
	float:left;
	width:170px;
	overflow:hidden;
	clear:both;
}

#left_col a.button{
	margin:10px;
}

.side_links{
	width:170px;
	height:	308px;
	background:url(../graphics/side_bar_back.png) top left no-repeat;
	margin:0 0 2px 0;
	border-bottom:3px solid #fff;
}

.side_links h3{
	color:#fff;
	background:#63a34a;
	padding:5px 0 5px 10px;
	width:160px;
	font-size:9pt;
}

.side_links ul{
	padding-top:10px;
}

.side_links li a{
	color:#fff;
	padding:3px 0 3px 20px;
	border-bottom:1px solid #8fbf66;
	background:url(../graphics/side_links_dot.png) 10px 10px no-repeat;
	display:block;
	width:150px;
	font-weight:bold;
}

.side_links li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#9bc66c;
}

#right_col{
	/*margin-top:32px;*/
	border-top:32px solid #fff;
	float:right;
	width:170px;
	overflow:hidden;
}

#main_col{
	float:left;
	width:590px;
	overflow:hidden;
}

#flash_cont{
	width:590px;
	height:275px;
	overflow:hidden;
}

#top_block{
	overflow:hidden;
	height:114px;
	width:590px;
	background:url(../graphics/top_drill.png) top left no-repeat;
	position:relative;
	font-size:11pt;
}

#top_block p{
	position:absolute;
	top:40px;
	left:30px;
	color:#fff;
}

#main_content{
	margin:0 20px;
}

.flash_btn{
	float:left;
	overflow:hidden;
	border-bottom:3px solid #fff;
}

.content_box{
	background:#e8ede6;
	padding-top:1px 0;
	clear:both;
	overflow:hidden;
	height:1%;
	position:relative;
}

.content_box h3{
	color:#419abe;
	font-size:12pt;
	padding:10px 10px;
	font-weight:normal;
}

.content_box li{
	color:#307d9b;
	padding:5px 10px;
	font-size:8pt;
}

.content_box p{
	margin:10px 10px;
	font-size:10pt;
}

a.view_all_news_btn{
	position:absolute;
	top:10px;
	right:10px;
	z-index:20;
}

#news_wrap_outer{
	margin:5px 10px;
	border-bottom:1px solid #62a249;
	height:125px;
	overflow:hidden;
	position:relative;
}

#news_wrap_inner{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

#news_wrap_inner .news_article h3{
	width:350px;
}

#news_wrap_inner .news_article{
	height:115px;
	overflow:hidden;
	width:510px;
}

.nhs_logo{
	display:block;
	margin:5px auto;
}

.pdf_download{
	margin:10px;
}

.pdf_download img{
	float:left;
}

.pdf_download a{
	margin-top:40px;
}

/*---------------------------------------------------------*/
/*-- News -------------------------------------------------*/
/*---------------------------------------------------------*/

.news_thumb{
	float:left;
	margin:0 10px 10px 0;
}

a.read_more_btn{
	float:right;
	margin:10px;
}

.news_article{
	overflow:hidden;
	margin:0 10px 10px;
	border-bottom:1px solid #419abe;
	float:left;
	display:inline;
	position:relative;
}

.news_article h3, .news_article h2{
	margin:10px 0;
	padding:0px;
	font-size:12pt;
	color:#419abe;
}

.news_article h2{
	font-size:14pt;
}

.news_article p{
	margin:10px 0;
}

#news_wrap_inner .news_article{
	border:none;
}

.pagination{
	margin:10px;
	text-align:right;
	overflow:hidden;
}

.pagination	a{
	padding:5px 2px;
	margin:0 2px 0 0;
	text-align:center;
}

.pagination a:hover{
	text-decoration:underline;
}

#qpa_logo {
	position: absolute;
	left: 510px;
}

/*---------------------------------------------------------*/
/*-- Search -----------------------------------------------*/
/*---------------------------------------------------------*/

.search_result{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	*float:left;
}

.search_result h3{
	padding:5px 10px 0;
}


/*---------------------------------------------------------*/
/*-- News Feed --------------------------------------------*/
/*---------------------------------------------------------*/

#news_column p{
	margin:5px 10px;
}

#news_column p.news_feed_date{
	font-size:7pt;
	text-decoration:italic;
}

/*---------------------------------------------------------*/
/*-- PPG Styles--------------------------------------------*/
/*---------------------------------------------------------*/

h2.ppg_logo {
	background:#fff url(../graphics/ppg_logo.jpg) no-repeat;
	width:183px;
	height:103px;
	overflow:hidden;
	text-indent:-99999px;
	margin:0;
	float:left;
}

h2.ppg_logo a {
	width:183px;
	height:103px;
	display:block;
	text-align:left;
}

#ppg_header {
	overflow:hidden;
	text-align:right;
	background:#fff;
	width:100%;
	display:block;
	margin-bottom:-9px;
}

#ppg_header h1.logo {
	float:right;
}

#ppg_header p {
	float:right;
	clear:right;
	color:#a8d058;
	font-weight:bold;
	margin:3px 49px 10px 0;
}

#ppg_header #ppg_right {
	float:right;
	width:600px;
}

ul.ppg_bullets {
	list-style:inside disc;
}

ul.ppg_bullets li {
	color:#63A34A;
	font-size:12px;
	padding-bottom:8px;
}

ul.ppg_bullets li span {
	color:#000000;
	font-size:12px;
}

table.ppg_table {
	margin:10px 10px 20px;
}

table.ppg_table tr {
	padding:4px 0;
}

table.ppg_table tr:hover, table.ppg_table tr.even:hover {
	background:#B3D57B;
}

table.ppg_table tr.even {
	background:#FFFFFF;
}

table.ppg_table tr td {
	width:150px;
	padding:4px 8px;
}

/*---------------------------------------------------------*/
/*-- Footer Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#footer {
	width:930px;
	margin:0 auto;
	font-size:8pt;
	clear:both;
	padding-top:20px;
}

#footer_left {
	width:630px;
	float:left;
	text-align:left;
}

#footer a {
	color:#8d8d8d;
	text-decoration:none;
}

#footer li {
	float:left;
	display:block;
	padding:2px;
}

#footer li a{
	float:left;
	display:block;
	padding:0 5px 0 0;
}

#footer_right{
	width:300px;
	float:left;
	text-align:right;
}


/*---------------------------------------------------------*/
/*-- CSS Clearfix -----------------------------------------*/
/*---------------------------------------------------------*/

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix {
    display:inline-block;
}

html[xmlns] .clearfix {
    display:block;
}

* html .clearfix {
    height:1%;
}




.admin_edit_link {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #FFFFFF;
	z-index: 100;
	padding: 5px;
}

/*---------------------------------------------------------*/
/*-- Videos -----------------------------------------------*/
/*---------------------------------------------------------*/

.video{
	margin:10px 15px;
	float:left;
	width:240px;
	display:inline;
}

.video h3{
	padding: 0 0 10px;	
}

.video img{
	display:block;
	margin:0px auto;
}




