/* CSS Document 
/* 



article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */
*				{ margin:0; padding:0;}


html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 12px; line-height: 1.231;  }

body, button, input, select, textarea {font-family:Tahoma, Geneva, sans-serif;}
h1, h2, h3, h4, h5, h6						{ font-weight:normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#990000;}


::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }




a { color:#006FC0; outline:none; text-decoration:none; -moz-transition:all .3s; -webkit-transition: all .3s;  -o-transition: all .3s; transition: all .3s; }
a:visited { color: #006FC0; }
a:hover { color: #006FC0;  text-decoration:underline;}
a:focus { outline: none; }

a:hover, a:active { outline: 0; }


p		{ padding:0 ; margin:0; line-height:18px;}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }




ul, ol { margin:0; padding: 0; list-style:none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }




img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


svg:not(:root) { overflow: hidden; }



figure { margin: 0; }



form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }


legend { border: 0; *margin-left: -7px; padding: 0; }


button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }


button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }


button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }


input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }


button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }


textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*---------------------------COMMON--------------------*/
.left							{ float:left !important;  }
.right							{ float:right !important; }
.red							{ color:#990000 !important;}
.blue							{ color:#0066cc !important; margin:0 !important;}
.navy							{ color:#006fc0 !important;}


/*---------------------------WRAPPER--------------------*/


#wrapper						{ margin:0 auto; padding:0; width:1000px; background:#ffffff; -webkit-box-shadow: 0px 4px 2px 4px rgba(0, 0, 0, 0.2);box-shadow: 0px 4px 2px 4px rgba(0, 0, 0, 0.2);}

/*---------------------------HEADER--------------------*/

header#main						{ margin:0; padding:15px; background:url(../images/header-bg.jpg) repeat-x; height:77px; }
.logo							{ margin:0; padding:0 15px 0 0; float:left; background:url(../images/pec_logo.png) no-repeat; width:79px; height:74px;}
header#main span				{ display:block; padding:5px 0; }
header#main	h2					{ color:#990000;}
header#main	h3					{ color:#000;}
header#main	h4					{ color:#083754;}
.flag-waving					{ margin:0; padding:0; width:53px; height:64px; background:url(../images/flag.gif) no-repeat; float:right;}

#time							{ width:90px; color:#fff;  padding:8px 10px; background:#006699;}
#time a							{ color:#fff; text-decoration:none;}
#time a:hover					{ color:#fff; text-decoration:underline;}

/*---------------------------CONTAINER--------------------*/

#events       { width:100%; height: auto; overflow:hidden;  }
#events ul     { height:auto;}
#events li	   { list-style:none; display:block; padding: 0px 0 5px 0; height:auto; }
#events li a	{ text-decoration:none; color:#027bc5;}
#events li a:hover	{ text-decoration:underline; color:#027bc5;}

#main-container					{ margin:0; padding:10px; background:#fff;}

/*---------------------------GRIDS--------------------*/

.row							{ margin:0; padding:5px 0;}
.pad1							{ margin: 0 0 0 10px;}
.pad2							{ margin: 10px 0 0;}
.pad3							{ margin: 0 0 0 10px; padding:10px;}
.pad4							{ margin: 0 0 0 7px;}

.spacer							{ height:10px;margin: 10px 0;}
.grid0							{ width:auto; border:1px solid #ccc;}
.grid1							{ width:53%; border:1px solid #ccc;}
.grid2							{ width:32.39%; border:1px solid #ccc;}
.grid3							{ width:45.5%; border:1px solid #ccc;}
.grid4							{  width:66.5%; border:1px solid #ccc;}
.grid5							{  width:32%;}
.grid6							{  width:64.50%; border:1px solid #ccc;}
.grid6 h2						{ padding:0 0 10px; margin:0 0 10px; border-bottom:1px solid #ccc;}
.grid6 p						{ margin:5px 0 0;}	

.table-stripped 				{ width:100%; border:#ccc 1px solid; margin: 10px 0 0; text-align:left; border-collapse: collapse;}
.table-stripped th				{ background:#006699; color:#fff; padding:10px;  border:#ccc 1px solid;}
.table-stripped td				{ padding:5px 10px;  border:#ccc 1px solid; }
.table-stripped tr:nth-child(even)	{ background:#f1f1f1; }

.table-stripped a				{ text-decoration:none; color:#C00; }
.table-stripped a:hover			{ text-decoration:none; color:#006699; }



.galleryBg {
    background: url("../images/gallery-bg.gif") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 137px;
    padding: 5px 0 0 5px;
   
}
/*---------------------------ELEMENTS--------------------*/

.box-title						{ background:url(../images/blue-gradiant.jpg) repeat-x; padding:8px 10px; color:#fff; }
.box-content					{ margin:0; padding:5px 10px; line-height:18px;}
.box-content img				{ margin:5px 5px 0 0px; padding:0; border:#fff 3px solid; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2); }
.box-content img.main			{ margin: 10px auto; padding:0; border:#fff 3px solid; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2); }

.box-footer						{ border-top:1px solid #ccc; padding:5px 10px; color:#027bc5; text-align:right;}
.box-footer	a					{ text-decoration:none; color:#027bc5;}
.box-footer	a:hover				{ text-decoration:underline; color:#027bc5;}
.small-box						{ width:152px; height:106px; display:block;}
.small-box2						{ width:150px; height:106px; display:block;}
.small-box .icn,.small-box2 .icn				{ background:#199ce8; padding:10px 0; height:55px; overflow:hidden;}
.small-box	h2,.small-box2 h2				{ background:#027bc5; color:#fff; text-align:center; font-size:20px; padding:5px 0;}
.d-title						{ color:#006fc0; padding:0;}
.d-date							{ color:#006fc0; padding:0 0 8px; font-size:10px;}
ul.lister						{ margin:0; padding:5px 0 0 20px;}
ul.lister li					{ margin:0; padding:6px 5px; list-style:square; color:#006fc0; border-bottom:dotted #ccc 1px;}
ul.lister li:last-child			{ border:none;}
ul.lister li a					{ margin:0; padding:0; text-decoration:none; color:#006fc0;}
ul.lister li a:hover			{ margin:0; padding:0; text-decoration:underline;}

a.link-c						{ text-decoration:none; color:inherit;}
a:hover.link					{ text-decoration:underline; color:inherit;}

/*---------------------------CONTACT--------------------*/
.classic-mail					{ margin:0; padding:0; width:100%;}
.classic-mail ul				{ margin:0; padding:0; width:100%;}	
.classic-mail ul li				{ margin:0; padding:10px 10px; list-style:none; }

.classic-mail ul li label		{ margin:0; padding:10px 0; display:block; width:15%;float:left; }
.classic-mail ul li input[type="text"], .classic-mail ul li textarea	{ margin:0; padding:5px 10px; width:50%; font-size:16px; font-weight:normal; border:#ccc 1px solid; }
.classic-mail ul li input:focus[type="text"], .classic-mail ul li textarea:focus { border:#008842 1px solid;}
input.btn-small					{ margin:0; padding:5px 15px; background:#008842; color:#fff; display:inline-block; font-size:16px; border:#060 1px solid; }
input:active.btn-small					{ -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }

	
/* --- Footer -----  */
footer							{ width:1000px; margin:0 auto; padding:15px 0 ; height:25px; } 
footer a 						{ text-decoration:none; color:#cc2200 !important;}
footer a:hover 					{ text-decoration:underline; color:#CF0;}


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; clear: both; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
