/* ==========================================================================
   Base styles: defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #bed0e5;
    text-shadow: none;
}

::selection {
    background: #bed0e5;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   PAHKB custom styles
   ========================================================================== */
/* *** Fonts / Typography *** */
body { font: 14px/21px Helvetica, Arial, sans-serif; color: #444; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
em { font-style: italic; }

p { margin: 0 0 0px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 28px; color: #777;  }

h1, h2, h3, h4, h5, h6 {color: #181818; font-weight: normal; margin: 0 0 21px 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 49px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 42px; margin-bottom: 7px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 7px; }
h4 { font-size: 21px; line-height: 28px; margin-bottom: 7px; }
h5 { font-size: 17px; line-height: 21px; }
h6 { font-size: 14px; line-height: 21px; }

blockquote, blockquote p { font-size: 17px; line-height: 21px; color: #777; font-style: italic; }
blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 14px 0 28px; height: 0; }

/* *** Links *** */
a { text-decoration: underline; outline: 0; }
a:link {color: #02498c;}
a:visited {color: #551a8b;}
a:hover, a:active, a:focus {color: #a00;}
p a, p a:visited { line-height: inherit; }

/* *** Lists *** */
ul, ol { margin-bottom: 21px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
/* NOTE: use class of square, circle, disc as needed*/
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul.tri {list-style-image: url("bullet.png"); padding-left: 20px}
ul ul, ul ol, ol ol, ol ul { margin: 7px 0 7px 30px; }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 7px; }
li { line-height: 21px; margin-bottom: 14px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* *** Header *** */
header {
	background: #333;
	border-top: 10px solid #4f7eb6;
}
header a {
	text-decoration: none;
}
img#symbol { margin: 20px 0;}
img#pahkb {margin-left: 5px;}

/* *** Search Box *** */
.grid_5.searchbox {
	float: right;
}
#searchvu {
	margin: 20px 0 50px;
}
#searchvubox {
    width: 305px;
    padding: 5px 10px;
    color: #ccc;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.lt-ie8 #searchvubox {width: 280px;}
#searchvubox:focus {
    color: #000;
}
#searchvubutton {
    margin: 0 0 0 6px;
    padding: 5px 10px;
    background: #4f7cb5;
    border: 1px solid #4f7cb5;
		color: #fff;
		font-weight: bold;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.lt-ie8 #searchvubutton {margin: 0 0 0 1px;}
#searchvubutton:hover {
    background: #5f5f5f;
    border: 1px solid #888;
    color: #fff;
}
/* Navigation */
.mainmenu {
background: #466999; background: -moz-linear-gradient(top, #4f7cb5 0%, #314b6e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f7cb5), color-stop(100%,#314b6e)); background: -webkit-linear-gradient(top, #4f7cb5 0%,#314b6e 100%); background: -o-linear-gradient(top, #4f7cb5 0%,#314b6e 100%); background: -ms-linear-gradient(top, #4f7cb5 0%,#314b6e 100%); background: linear-gradient(to bottom, #4f7cb5 0%,#314b6e 100%); 
}
nav.menus.grid_12 {}
nav.menus ul, nav.menus ul li { margin: 0; padding: 0;}
nav.menus select {display: none; width:100%; height:28px; margin:21px 0;}
nav.menus ul li {display: inline;float: left;position: relative;}
nav.menus ul li a {display: inline-block; line-height: 49px;padding: 0 48px;color: #ebebeb;text-decoration: none;text-transform: uppercase;letter-spacing: 0.08em; border-left: 1px solid #6581a5;}
nav.menus ul li a:hover {background: #333;cursor: pointer;}
nav.menus ul li a.aboutus {border-right: 1px solid #6581a5;}
nav.menus ul li a#currentpage {background: #4f7eb6;}
/* Nav Submenu */
nav.menus ul ul {position: absolute; z-index: 999;height: 0; width: 220px; overflow: hidden;background: #4f7cb5; min-width: 100%; -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);}

.lt-ie8 nav.menus ul ul { display: none;}

nav.menus ul li:hover ul {opacity: 10;filter: alpha(opacity=100); height: auto;overflow: auto;}
nav.menus ul ul li {float: none;display: list-item; border-bottom: 1px solid #6581a5;}
nav.menus ul ul li a {display: block;line-height: 42px; text-transform: none;}
nav.menus ul li:hover > a { background: #434343;}
nav.menus ul ul ul {display: none;}

/* *** Content *** */
.content { padding: 30px 0 20px 0;}
.content h1 { font-size: 32px; line-height: 35px;}
.content h2 { font-size: 24px; line-height: 28px;}

.content table {margin: 10px 0;font-size: .9em;}
.content table td {padding: 7px 10px;border: 1px solid #ccc;vertical-align: top;}
.content table th {padding: 7px 10px;border: 1px solid #ccc;background: #eee;text-align: left;vertical-align: top;}

.lt-ie8 .grid_6.homelists { margin-top: 60px;}

/* *** Footer *** */
footer {
	background: #dfdfdf;
	border-top: 10px solid #4f7eb6;
	text-align: center;
	font-size: 12px;
}
footer p {
	margin-top: 30px;
}
img#powered {
	padding-bottom: 20px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 67 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    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: "";
    }
    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;
    }
}
