#hdr {
	margin: 0 auto;	
	position:relative;	
	z-index:5;
} 

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index:-100;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
	z-index:-100;
}

#logo {
	background-image:url('../images/pcclogo.png');
        background-repeat:no-repeat;
	height:90px;
	width:250px;
	display:block;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
	background-position:center bottom;
}

#home_button {

	background-image:url('../images/button_home.png');
        background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:10px;
	margin-left:20px;
	height:40px;
	width:40px;
	display:block;
	float:left;
	background-position:right; 
	-moz-border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
 	border-radius: 20px;
 	-moz-box-shadow: 0px 3px 4px #0A0A0A;
 	-webkit-box-shadow: 0px 3px 4px #0A0A0A;
 	box-shadow: 0px 3px 4px #0A0A0A;
  	/* For IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0A0A0A')";
  	/* For IE 5.5 - 7 */
  	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0A0A0A');
}

#button_container /* Top nav buttons container*/
{
    float:right;
    padding-right: 5px;
    padding-top:6px;
    vertical-align:bottom;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align:baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	white-space:nowrap;
	padding: .4em 1.5em .42em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	--webkit-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	-moz-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	box-shadow: 0 3px 4px rgba(10,10,10,0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#303030')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#303030');	
}

.white 
{
    color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #edeeec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8cbd6 0%,#edeeec 100%); IE10+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fff 0%,#ededed 100%); /* W3C */
	font-family: ‘Arial Black’, Gadget, sans-serif;	
}
	
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.close 
{
    float:right;
    text-align:right;
    padding-top:15px;
    padding-right:15px;
    vertical-align:baseline;
    width:720px;
}

#footer {    
    bottom:0;    
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;         
    height:25%;   
    width:100%; 
    padding:0px;
    overflow:hidden;    
    position: absolute;   
}

#theme {    
    right:10px;
    bottom:0;
    position:fixed;
    z-index:-2;
}

#copy_gen {
	float:left; 
	position:fixed; 
	bottom:0; 
	font-size:7pt; 
	text-align:left; 
	text-shadow:#000 1px 1px 2px; 
	color:white;
}

#copy {
	float:left; 
	position:fixed; 
	bottom:0; 
	font-size:6.5pt; 
	text-align:left; 
	/*text-shadow:#FFFFFF 1px 1px 2px; */
	color: black;
}

#menu
{
    width:130px;
    height:130px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -khtml-border-radius: 75px;
    border-radius: 75px;
    -webkit-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	-moz-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	box-shadow: 0 3px 4px rgba(10,10,10,0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#303030')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#303030');
}

#socialinks
{
    width:130px;
    height:130px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    border-radius: 90px;
    -webkit-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	-moz-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	box-shadow: 0 3px 4px rgba(10,10,10,0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0A0A0A')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0A0A0A');
}

.center  {
    text-align:center;   
}

.shadow {
	-webkit-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	-moz-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	box-shadow: 0 3px 4px rgba(10,10,10,0.6);
  	/* For IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
  	/* For IE 5.5 - 7 */
  	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

.border {
	border:solid 1px #bdbab4;
}

ul.sitemap li{
    text-align: left;    
    list-style: none;   
    padding-left:20px;
    margin-top:5px;
    display:block;
    background: url(../images/sitemap_bullet.jpg) 5px 5px no-repeat;
}

ul.sitemap li{
    text-align: left;    
    list-style: none;   
    padding-left:20px;
    margin-top:5px;
    display:block;
    background: url(../images/sitemap_bullet.jpg) 5px 5px no-repeat;
}

ul.ministry{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

ul.ministry li {
    	text-align:left;
	float:left;
	display:inline;
    	width:30%;
    	padding-left:3%;
    display:block;
    	list-style: none;       	
    background: url(../images/sitemap_bullet.jpg) 5px 5px no-repeat;
}

h1{/*Pink*/
	color:#FF6766;	
	font-size:18pt;	
	margin-top: 15px;
	text-shadow: #CCCCCC 1px 1px;
	font-family:Arial,Verdana,Helvetica;
}
h2{/*yellow*/
	color:#FF9900;	
	font-size:11pt;
	font-family:Arial,Verdana,Helvetica;
}
h3{/*Blue*/
	color:#6BCBCA;	
	font-size:12pt;
	font-family:Arial,Verdana,Helvetica;
}
h5{/*Green*/
	color:#97CE68;	
	font-size:12pt;
	font-family:Arial,Verdana,Helvetica;
}

p { padding:0; }

.right_column 
{
    text-align:right;
    padding-right:10px;
    width:2%;
}

td  
{
    padding-right:5%; 
    text-align:left;        
}

.treq td {
	width:33%;
	padding-right:6%;
	/*white-space:nowrap;*/
}

.treq th {padding-right:6%;}

.thick_border_bottom {border-bottom: 2px solid #9c9c9c; padding-bottom:5px;}

.border_bottom {border-bottom: 1px solid #9c9c9c; padding-bottom:5px;}

.border_left {border-left: 1px solid #9c9c9c; padding-left: 5px;}

th { padding-right:5%; text-align:left;}