/* master.css */

img 
{
   behavior: url('pngbehavior.htc');
   border: 0;
}

body {
margin: 0;
background: #CECECE url(../assets/images/body_bg.jpg) repeat-x;
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}


#news ul li {
font-size:12px;
font-weight:bold;
}

#outer_wrapper {
width: 800px;
margin: 0 auto;
}

#inner_wrapper {
float: left;
width: 780px;
padding: 0 10px 10px;
background: white;
}

#plc_logo {
float: left;
width: 780px;
height: 120px;
background: url(../assets/images/plclogo.jpg) no-repeat;
margin: 0 0 ;
}

#plc_logo p{
	color:white;
	float:left;
	font-size:12px;
	left:285px;
	position:relative;
	top:70px;
}

#left_col {
width: 190px;
float: left;
margin: 0 10px 0 0;
}

#main_col {
width: 580px;
float: right;
}

#top_links{
	background: #b0b0bc url(../assets/images/topMenuBg.gif) repeat-x scroll 0 0;
	float: left;
	width: 780px;
	height:31px;
	margin: 5px 0 5px;		
}

#top_links ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:310px;
}

#top_links ul span {
	float:left;
	padding:5px;	
}

#top_links ul li{
	display: inline;
	height:31px;
	margin:0;
	float: left;
	text-align:center;
}

#top_links ul .active{
	display: inline;
	text-decoration:underline;
	height:31px;
	margin:0;
	float: left;
	text-align:center;
}

#top_links ul li a{
	text-decoration: none;
	font-size: 12px;
	color: #000;
	line-height:30px;
	float: left;
}

#top_links ul li:hover{
	text-decoration:underline;
	cursor: hand;
}

#top_links ul .top_menu_end {
	background-color: #1b65ba;
	margin: 0;
	min-width: 0;
	width: 8px;
}

#top_links ul .top_menu_start{
	background-color: #1b65ba;
	margin: 0 1px 0 0; 
	width: 7px;
	min-width: 0;
}


#main_links {
float: left;
width: 190px;
margin: 0 0px 10px 0;
padding-top: 5px;
background: #1c2b78 url(../assets/images/main_links_top.gif) no-repeat;
display: inline;
overflow: hidden;
}

#main_links .main_links_bottom {
padding: 0;
margin: 0 0 0 0;
width: 190px;
height: 8px;
background: url(../assets/images/main_links_bottom_curved.gif) no-repeat;
float: left;
overflow: hidden;
}

.IEmenuLinks {
width:100%;
}

#main_links a, #main_links a:visited {
float: left;
display: block;
width: 160px;
padding: 3px 15px;
color: white;
font-size: 12px;
text-decoration: none;
}

#main_links a:hover, #main_links .active {
background: #2484d2;
}

#about {
float: left;
clear: left;
width: 190px;
margin: 0 0px 10px 0;
padding-top: 5px;
background: #cacbce url(../assets/images/about_top_curved.gif) no-repeat;
overflow: hidden;
}

#about .about_bottom {
float: left;
width: 190px;
height: 9px;
margin: 0;
padding: 0;
background: #d3d4d8 url(../assets/images/about_bottom_curved.gif) no-repeat;
overflow: hidden;
}

#about p {
color: black;
float: left;
margin: 0 15px 7px;
font-size: 11px;
display: inline;
}

#about a {
color: black;
text-decoration:underline;
}

#about a:hover {
color: black;
text-decoration:underline;
}

#about a:visited {
color: black;
text-decoration:underline;
}

#about .top_img{
	margin-left: 10px;
}

#splash, #splash_alt {
float: right;
width: 580px;
margin: 0 0 10px 0;
}

#tabs a, #tabs a:visited {
color: white;
text-decoration: none;
font-size: 13px;
height: 26px;
display: block;
padding-top: 12px;
}

#tabs .open, #tabs .closed {
float: left;
width: 190px;
text-align: center;
margin: 0 0px 0 5px;
background: #323131;
}

#tabs .open {
height: 42px;
margin-bottom: 0px;
}

#tabs .closed {
height: 38px;
margin-bottom: 4px;
}

#tabs #one {
margin-left: 0px;
}

#splash #two {
background: #474645;
}

#splash #three {
background: #4286AB;
}

#splash #splash_image {
float: left;
width: 580px;
/* height: 250px; */
/* background: url(../assets/images/splash_one.jpg); */
}

#splash #splash_image img {
border: 0px;
}

#splash_alt #splash_text_box {
padding-top: 15px;
float: left;
width: 580px;
background:#1E3C85 url(../assets/images/blurb_top.jpg) no-repeat scroll 0 0;
color: white;
min-height:138px;
}

#splash_alt #splash_text_box_2 {
padding-top: 15px;
float: left;
width: 580px;
min-height: 53px;
background:#1E3C85 url(../assets/images/blurb_top.jpg) no-repeat scroll 0 0;
color: white;
}

#splash_alt .splash_text_box_bottom {
float: left;
overflow: hidden;
width: 580px;
height: 9px;
background:transparent url(../assets/images/blurb_bottom_curved.gif) no-repeat scroll 0 0;
}

#blurb {
float: right;
width: 538px;
margin: 0;
padding: 18px 20px 0 22px;
background: #1d3c86 url(../assets/images/blurb_top_curved.gif) no-repeat;
overflow: hidden;
}

#blurb a, #blurb a:visited {
color: #4f984f;
font-weight: bold;
text-decoration: none;
}

#blurb a:hover {
text-decoration: underline;
}

#blurb img.icon {
float: left;
width: 24px;
margin: 2px 10px 0 0;
padding-bottom: 10px;
}

#blurb p, #blurb_reveal {
float: left;
width: 504px;
margin: 0;
font-size: 11px;
color: white;
}

#blurb_reveal {
padding: 0px 0;
}

#blurb_reveal, #blurb_reveal p {
width: 524px;
}

#blurb_reveal p.spacer {
height: 15px;
}

.blurb_bottom {
overflow: hidden;
margin: 0 0 10px 0;
padding: 0;
float: right;
width: 580px;
height: 9px;
background: url(../assets/images/blurb_bottom_curved.gif) no-repeat;
}

#calendar {
float: left;
width: 190px;
margin: 0 0 10px 0;
background: #DBE2EA url(../assets/images/calendar_top.jpg) no-repeat;
color: #424244;
/*overflow: hidden;*/
}

#calendar img.icon {
float: left;
width: 25px;
height: 25px;
margin: 0;
}

#calendar img.icon_r {
margin: 0;
float:right;
}

#calendar .diary_title {
float: left;
width: 180px;
font-size: 14px;
font-weight: bold;
text-align: center;
padding:10px 0 0 5px;
}
#calendar .month_year {
float: left;
width: 180px;
font-size:12px;
font-weight: bold;
text-align: center;
padding:5px 0 0 5px;
color:#333333;
}

#calendar table {
float: left;
clear: left;
font-size: 11px;
text-align: center;
width: 170px;
margin: 5px 0 0 5px;

}

#calendar td, th {
width: 8px;
margin: 0;
padding: 2px 0 4px;
}

#calendar td.today span{
color: #ffffff;
background:#126FFB;
padding:2px;
}

#calendar .calendar_bottom {
float: left;
width: 190px;
height: 9px;
background: url(../assets/images/calendar_bottom.gif) no-repeat;
overflow:hidden;
}

#calendar a, #calendar a:link, #calendar a:active, #calendar a:visited{
	color:#126FFB;
	text-decoration:none;
}

#calendar a span{
	border:1px solid #CCCCCC; width:15px; font-weight:bold;
}

.cal_pop{
	display:none;
}

#cal_pop{
	text-align:left;
	float:left;
	width:170px;
	padding:0 10px 0 10px;
	display:none;
	
}
#cal_pop a, #cal_pop a:link, #cal_pop a:active, #cal_pop a:visited{
	display:block;
	padding:3px;
	text-decoration:none;
	color:#0A223D;
	font-weight:bold;
	font-size:12px;
	background:#FFFFFF;
	border-bottom:#CCCCCC 1px solid;
}

#cal_pop a:hover{
	background:#FAFAFA;
	border-bottom:1px solid #3B86AC;
}

#report {
float: left;
clear: left;
width: 190px;
background: #cacbce url(../assets/images/about_top_curved.gif) no-repeat;
overflow: hidden;
}

#tenalps_info{
	width:100%;
}

#report_blog_image{
	float:left;
	padding:10px 0 0 10px;
	width:95%;
}

#report img {
border: 0;
}

.icon_title {
width:100%;
}

#report img.icon {
float: left;
margin: 6px 0 0 10px;
}

#report h1 {
float: left;
margin: 8px 0 0 15px;
padding: 0;
font-size: 13px;
font-weight: bold;
color: black;
width: 100px;
}

#report p {
float: left;
margin: 12px 10px 0 -20px;;
padding: 0;
font-size: 11px;
color: black;
width: 120px
}

html>body #report p {
float: left;
margin: 0;
padding: 8px 3px 0 15px;
font-size: 11px;
color: black;
width: 170px;
}


#report img.report_img {
float: left;
margin: -90px 0 0 30px;
padding: 10px 0 0 0;

}

html>body #report img.report_img {
float: left;
margin: 0 0 0 30px;
padding: 10px 0 0 0;

}

#report img.report_reflect {
margin-left: 30px;
}

#report .report_bottom {
float: left;
width: 190px;
height: 9px;
background: #d3d4d8 url(../assets/images/about_bottom_curved.gif) no-repeat;
overflow: hidden;
}

#annual_report{
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	width:190px
}

#annual_report h4 a{
	color:#00325F;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#annual_report h4 {
	
	margin-top:10px;
	margin-left:40px;
}

#annual_report p a {
	color:#424244;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#annual_report p {
	text-align:center;
}

.report_bottom {
 height:8px;
}

#news, #misc_box {
float: right;
width: 580px;
background: #c6c3c6 url(../assets/images/news_top_curved.gif) no-repeat;
color: #052645;
padding: 0;
margin-bottom: 10px;
overflow:  hidden;
display: inline;
}

#news a, #news a:visited {
color: #052645;
text-decoration: underline;
}

#splash_text_box a, #splash_text_box a:visited, #splash_text_box_2 a, #splash_text_box_2 a:visited {
color: white;
text-decoration: underline;
}

#news h1, #splash_text_box h1, #splash_text_box_2 h1 {
font-size: 18px;
margin: 0px 0 10px 0px;
float: left;
clear: left;
}

#news h1.title {
margin: 7px 0px 10px 15px;
font-size: 13px;
}

#news img.rss {
margin: 9px 0 0 8px;
}

#news .article, #splash_text_box .article, #splash_text_box_2 .article, 
#news .text_article, #splash_text_box .text_article, #splash_text_box_2 .text_article {
float: left;
width: 550px;
padding: 2px 13px;
margin: 5px 0px;
}

#news img.go_link, #splash_text_box img.go_link, #splash_text_box_2 img.go_link {
float: right;
border: 0;
width: 25px;
height: 25px;
}

#news .article img.article_img,  #splash_text_box .article img.article_img, 
#splash_text_box .text_article img.article_img, #splash_text_box_2 .article img.article_img,  
#news .text_article img.article_img {
float: left;
clear: left;
width: 102px;
}

#news .article .article_image_holder, #splash_alt #splash_text_box .article .article_image_holder,
#splash_alt #splash_text_box .text_article .article_image_holder {
	float: left;
}

#news .article .article_text, #splash_text_box .article .article_text, 
#splash_text_box_2 .article .article_text, #splash_text_box .article_text {
width: 438px;
margin: 0;
padding: 0 0 0 7px;
float: left;
}

#news .text_article .article_text, #splash_text_box .text_article .article_text,
#splash_text_box_2 .text_article .article_text {
width: 420px;
float: right;
}

#news .article_text h2, #splash_text_box .article_text h2, #splash_text_box_2 .article_text h2 {
width: 413px;
margin: 0 0 3px 0;
padding: 0;
float: left;
clear: left;
font-size: 11px;
}

#news .article_text h3, #splash_text_box .article_text h3, #splash_text_box_2 .article_text h3 {
margin: 0 0 2px 0;
float: left;
clear: left;
font-size: 14px;
}

#splash_text_box .article_text p {
	font-size:11px;
	width:430px;
	clear:left;
}

.catimage_text h3{
	padding: 0;
	font-size:14px;
	margin:0;
}
.catimage_text{
	float:right;
	width:425px;
}

.catimage_text p{
	font-size:12px;
	padding:5px 0;
	margin:0;
}

.catimage_img img.cat_img{
	margin:0;
}

.catimage_img img{
	float:left;
	clear:none;
}

.catimage_img{
	float:left;
	width:110px;
}

#news .article_text p, #splash_text_box .text_article p, 
#splash_text_box_2 .article_text p {
margin: 0px 0 8px 0;
clear: left;
/* float: left; */
font-size: 11px;
/* font-weight: bold; */
padding:0 20px 0 0;
}

#news .article_text p.date, #splash_text_box .article_text p.date, #splash_text_box_2 .article_text p.date {
margin-bottom: 2px;
font-weight: bold;
}

#news .article_text ul, #splash_text_box .article_text ul, #splash_text_box_2 .article_text ul {
display: block;
float: left;
clear: left;
}

ul{
	padding:0 20px;
	margin:0;
}

#news a.doc_icon, #splash_text_box a.doc_icon, #splash_text_box_2 a.doc_icon {
margin: 0px 0 0 5px;
position: relative;
top: 3px;
}

#news .page_nav {
font-size: 14px;
margin: 5px 0 10px 6px;
padding: 0;
float: left;
width: 100%;
}

#news .page_nav p {
display: inline;
margin: 0 2px;
padding: 0;
}

#news .page_nav a, #news .page_nav .link {
padding: 2px;
margin: 0;
padding: 1px 7px 0;
font-size: 10px;
}

#news .page_nav span{
	margin: 0 70px;
}

#news .more_news {
float: right;
clear: right;
margin-right: 15px;
}

#splash_text_box .article_text .contact, #splash_text_box_2 .article_text .contact {
float: right;
width: 200px;
padding-top: 15px;
}

#splash_text_box .article_text .contact img, #splash_text_box_2 .article_text .contact img {
float: left;
clear: left;
padding-left: 8px;
}


#news .news_bottom, #misc_box .misc_box_bottom {
float: left;
width: 580px;
height: 9px;
background: url(../assets/images/news_bottom_curved.gif) no-repeat;
overflow: hidden;
}

#misc_box img.icon {
float: left;
width: 24px;
height: 24px;
margin: 18px 0 0 22px;
}

.icon {
cursor: pointer;
}

form {
margin-top: 20px;
display: block;
clear: left;
float: left;
}

input, textarea {
float: left;
clear: left;
}

label {
font-size: 14px;
float: left;
clear: left;
margin-top: 10px;
}

label span.error {
color: red;
font-size: 12px;
}

.loc_title
{
	float:none !important;
	font-weight:bold;
	letter-spacing:1px;
}

a.loc_link
{
	text-decoration: none !important;
	font-size:12px;
	font-family:Verdana, Arial;
}

.loc_showall
{
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial;
}

.gmap_ctrl_zoomin
{
	height:25px;
	width:25px;
	cursor:pointer;
	background-color: transparent !important;
}

.gmap_ctrl_zoomout
{
	height:25px;
	width:25px;
	cursor:pointer;
	background-color: transparent !important;
}


.gmap_ctrl_zoominit
{
	height:25px;
	width:25px;
	cursor:pointer;
	background-color: transparent !important;
}

#loc_textDesc
{
	font-size:12px !important;
	font-family:Verdana, Arial;
	color:#424244;
	font-weight:normal !important;
}

#loc_textTitle
{
	font-size:14px;
	font-family:Verdana, Arial;
	color:#424244;
	font-weight:bold;
	margin-bottom:5px;
}

.share{ list-style:none; margin:0; padding:8px 10px 0 5px; }
.share li{ padding:0; float:left; }
.share li h2{ padding:0 15px 5px 0; margin:0; font-size:14px; }
.share li a, .share li a:link, .share li a:active, .share li a:hover{ padding:0 16px 7px 20px; display:block; }

.bottomlinks{
	text-align:right;
	font-size:12px;
	color:#555555;
	padding:4px 10px;
	float:left;
	width:780px;
}

.bottomlinks a, .bottomlinks:link, .bottomlinks:active, .bottomlinks:visited{
	text-decoration:underline;
	color:#333333;
}



div#overviewImage{
	float: left;
	padding: 5px 0 2px 8px;
	margin: 5px 0px;
}

div#overviewImage img{
	display: block;
	padding-bottom: 8px;
}

#news .text_article-overview .article_text_overview{
width: 330px;

}

#news .text_article_overview{
float: left;
width: 340px;
padding: 2px 8px;
margin: 5px 0px;
}

#news .article_text_overview h2, .team_container h2{
width: 413px;
margin: 0 0 3px 0;
padding: 0;
float: left;
clear: left;
font-size: 11px;
}

#news .article_text_overview h3, .team_container h3{
margin: 0 0 5px 0;
float: left;
clear: left;
font-size: 14px;
}

#news .article_text_overview p, .team_container p{
margin: 0px 0 8px 0;
clear: left;
/* float: left; */
font-size: 11px;
/* font-weight: bold; */
}

#news .article_text_overview p.date{
margin-bottom: 0px;
}

#news .article_text_overview ul{
display: block;
float: left;
clear: left;
}

#news .text_article .article_text h3 {
	text-transform: capitalize;
}

.awardImages{
	float: left;
	margin: 5px 0 5px 0;
	padding: 10px 5px 10px 5px;
	width: 570px
}

.imageHolder {
	float: left;
	width: 170px;
	padding: 0 10px 0 10px;
}

.awardsRefImage{
	float: left;
	clear: left;
}

#news .team_container{
float: left;
width: 560px;
padding: 2px 8px;
margin: 5px 0px;
}

.teamImageHolder{
	float:left;
	width:140px;
	padding: 10px;
}

.teamRefImage{
	float: left;
	clear: left;
}
.team_text{
	float:left;
	padding:10px;
	width:380px;
}

.link_button {
float: left;
width: 190px;
margin: 10px 0 0px 0;
}

#plasma{  color:#222222; font-weight:bold; position:absolute; z-index:20; width:100%; top:8%; padding:0; margin:0 auto; display:none; }

body > #plasma{ position:fixed; }

#plasma #panel{  width:680px; margin:0 auto; padding:5px; background:#E4E4E4 url(../assets/images/player_bg.jpg) repeat-x; border:1px solid #00101C;  }
#plasma #player{ width:680px; margin:0 auto; }
#plasma #description{ padding:4px; font-size:14px; color:#333333; }

a#close_btn, a#close_btn:active, a#close_btn:link, a#close_btn:visited{ background:#183457; border-top:1px solid #00162A; border-left:1px solid #00162A; border-right:1px solid #00162A; color:#ffffff; font-weight:bold; padding:4px 6px; margin:0 0 10px 610px; text-decoration:none; font-size:14px; }
a#close_btn:hover{ background: #5F84B9; }
