﻿/* PCN Closings Style

background green: #B6C3B2
main-darkblue: #293F56
link-grey: #B2B2B2

*/

body, html 
{
	padding: 0;
	margin: 0;
	background-color: #B6C3B2;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	text-align: left;
	display: inline;
	
	
}

img 
{
	border: 0px;
}
#mainpadding
{
	padding: 2% 2% 2% 2%;
}
#contentpadding
{
	padding: 1% 1% 1% 1%;
}
/* Top Header Divs and Style */

/* Top Header of Page */
#topheader
{
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}
/* Top Link Menu */
#toplinks 
{
	margin: 0 auto;
	position: relative;
	text-align: right;
	vertical-align: bottom;	
}
#toppunch 
{
	float: right;
	width: 250px;
	margin-top:35px;
	padding-top: 0px;
	margin-right: 10px;
	text-align: right;
	color: White;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

/* Style for Top Menu links*/
.toplinktext
{
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	color: #B2B2B2;
	text-decoration: none;
	line-height: 0px;
}

/* End of Top Header */

/* Start of Main Page Area */

/* Main Parent Div */
#main
{
	background-color: #B6C3B2;
}
#mainlayout
{
	width: 100%;
	margin: auto;
	height: 596px;
	background-color: #FFFFFF;
}

/* Main Logo */
#logoheader
{
	width: 100%;
	margin: auto;
	position: relative;
	background-color: #293F56;
	height: 78px;
}

#logo_nav 
{
	float: left;
	width: auto;
	margin-top: 0px;
	height: 100%;
	padding-top: 0px;
	padding-left: 8px;
	text-align: left;
	border: 0;
}

.top
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Main Content Area */
#maincontent 
{
	width: 70%;
	height: 100%;
	margin: auto;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFB0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
}

#main_nav
{
	width: 10%;
	height: 100%;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 8px;
	background-color: #B6C3B2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
}

/* Left Nav Menu Style Start */

.leftNavL1
{
	font-size: 12px; 
	color: #333333;
	line-height: 10pt;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.leftNavL1
{
	text-decoration: underline;
}

a:active.leftNavL1
{
	text-decoration: underline;
}

.leftNavL2
{
	font-size: 8pt; 
	line-height: 10pt;
	color:#666666;
	font-weight: 700;
}

a:hover.leftNavL2 
{
	text-decoration:underline;
}

a:active.leftNavL2
{
	text-decoration: underline;
}
/* Left Nav End */

/* Home Page Flash Start */

#homeflash 
{
	position: relative;
	width: 638px;
	margin-top: 5px;
	padding-top: 5px;
    padding-left: 5px;
	margin-top: 0;	
}

#flashcontent
{
	/* text-align: center; */
}
/* Home Page Flash End */

/* Home Content */
#home-td 
{
	width: 70%;
	height: 100%;
	margin: auto;
	vertical-align: top;
}
#homecontent
{
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFB0;
}
#homebuffer
{
	width: 20%;
	margin-top:0;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
}
/*#homebuffer
{
	width: 20%;
	margin-top:0;
	vertical-align: top;
	padding-top: 10px;
	margin-left: 138px;
	padding-left: 5px;
	padding-right: 15px;
}*/
#hometext 
{
	margin-top:0;
	padding-top: 10px;
	margin-left: 138px;
	padding-left: 5px;
	padding-right: 15px;
}

.maintext-blue
{
	font-family: Helvetica, Arial, sans-serif; 
	color:#003050;
	text-decoration:none;
	font-size: 12px; 
	line-height: 22px;
}

/* End Home Content */

/* Copyright */
#copyright
{
	width: 742px;
	margin: auto;
	background-color:#FFFFFF;
	position: relative;
    top: 508px;
    left: 0px;
    height: 61px;
}
#copy1
{
	float: left;
	background-color: #FFFFFF;	
	margin-top:4px;
	margin-left:2px;
	text-align: left;
    font-weight: 700;
}

#copy2
{
	float: right;
	background-color: #FFFFFF;	
	margin-top:4px;
	margin-right:2px;
	text-align: right;
}

/* Content Pages Start */
#contentbuffer
{
	width: 20%;
	height: 100%;
	margin: auto;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFB0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;

}
#contentarea1 
{
	float: left;
	height: 100%;
}

#contentarea2
{
	height: 100%;
	float: left;
	margin-top:5px;
	padding-top:5px;
	padding-left:10px;
	margin-top:0;
	vertical-align: top;
	text-align: left;	
}

.banner-text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:25px;
	color: #293F56;
	font-weight: bold;
	text-align: center;
}

.banner-text-sub-sm
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

.maintext
{
	font-family: Helvetica, Arial, sans-serif; 
	color: #293F56;
	text-decoration:none;
	font-size: 12px;  
	line-height: 20px;
}

.text-subhead
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
}
a:link.text-subhead
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #293F56;
}
a:hover.text-subhead
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #293F56;
}
a:visited.text-subhead
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #293F56;
}