@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);



* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #799AC0 none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
}

article div {
	line-height: 1.9em;
}

a {
	color: #799AC0;
}

a:hover {
	color: #DE2D3A;
}

a:focus {
	outline: none;
}




fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #DE2D3A;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}



h2 {
	color: #000;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	
}

h3 {
	color: #DE2D3A;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	
}



h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#containerm {
	width: 1200px;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 0 5px 5px 5px #CCCCCC;
	background-color: #fff;
}

header {
	padding: 20px 0;
	background: #fff;
	margin: 0 auto;
	text-align:center;
}

header h1 a, header h1 a:hover {
 color: #799AC0;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: uppercase;
}
header h1 a span { 
	color: #DE2D3A;
}

header h2 {
	color: #E6E7E9;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}


.logo {
	float: left;
	width: 200px;	
}
.slogan {
	float: left;
	width: 800px;
}
.clear {
	clear: both;
}




nav ul {
	height: 70px;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}

.table_menu td {
	padding: 0;
	background-color: #799AC0;
	text-align: center;
}


nav ul li a {
    color: #eee;
    display: block;
    
    font-size: 13px;
    letter-spacing: 0;
   margin: 0;
    padding: 28px 20px 25px;
    text-decoration: none;
    text-transform: uppercase;
	border-right:1px solid #668CB7;
}
nav ul li.selected a,
nav ul li.selected a:hover { 
	background-color: #4076AB;
	color: #fff; 
	font-weight:bold;
}


nav ul li a:hover {
	color: #fff;
	background-color: #4076AB;
	text-decoration: none;
}


.table_menu td a {
	height: 42px;
    color: #eee;
    display: block;
    
    font-size: 14px;
    letter-spacing: 0;
   margin: 0;
    padding: 28px 10px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
	border-right:1px solid #668CB7;
}
.table_menu td.selected a,
.table_menu td.selected a:hover { 
	background-color: #4076AB;
	color: #fff;
}


.table_menu td a:hover {
	color: #fff;
	background-color: #4076AB;
	text-decoration: none;
}




.linkmenu:link,.linkmenu:visited,.linkmenu:active
{
height: 42px;
    color: #eee;
    display: block;
    
    font-size: 14px;
    letter-spacing: 0;
   margin: 0;
    padding: 28px 20px 0px 20px;
    text-decoration: none;
    text-transform: uppercase;
	border-right:1px solid #668CB7;
}
.linkmenu:hover
{
color: #fff;
	background-color: #4076AB;
	text-decoration: none;
}
.activelink:link,.activelink:visited,.activelink:active,.activelink:hover
{
height: 42px;
    display: block;
    
    font-size: 14px;
    letter-spacing: 0;
   margin: 0;
    padding: 28px 20px 0px 20px;
    color: #fff;
	background-color: #4076AB;
	text-decoration: none;
    text-transform: uppercase;
	border-right:1px solid #668CB7;
}

.anylinkcss 
{
position:absolute;
display:none;
min-width: 200px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:left;
z-index:101;
background: url(../images/submenu.png) repeat;
}

.linksubmenu:link,.linksubmenu:visited,.linksubmenu:active
{
height: 32px;
    color: #eee;
    display: block;
    
    font-size: 14px;
    letter-spacing: 0;
   margin: 0;
    padding: 14px 10px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.linksubmenu:hover
{
color: #fff;
	background-color: #4076AB;
	text-decoration: none;
}



img.header-image { padding-top: 10px;
			margin-bottom: -3px; }

#body {
	background: none;
	margin:0 auto;
 	padding: 0;
	clear: both;
}

#content {
    float: right;
    width: 71%;
}

article {
    border-bottom: 2px solid #ddd;
    padding: 10px 10px 20px 10px;
 }
 
.noborder
{
border: none;
}

article h2 { 
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: left;
    width: 28%;
	margin-top: 10px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 7px 7px;
  	background-color: #DE2D3A;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	background-color: #E6E7E9;
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 15px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: normal;
	text-decoration: none;
}

.sidebar li ul li a:hover {
	
}


.sidebar li ul li a.readmore {
   color: #799AC0;
   font-weight: bold;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	width: 1200px;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	background: #ddd;
	border-top: 10px solid #DB2C39;
}

footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #666666;
    font-size: 13px;
    text-decoration: underline;
}

footer .footer-content li a:hover { 
	color: #222;
}

footer .footer-content h4 {
   color: #666666;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}

footer .footer-content span.sitename {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #aaa;
	float: left;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #DB2C39;
}

footer .footer-bottom p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #eee;
}


.cerr
{
text-align: center;
font-weight: bold;
}
.ctitle
{
float: left;
width: 200px;
padding: 4px 5px 0px 0px;
text-align: right;	
}
.carea
{
float: left;
width: 400px;	
}
.cname
{
padding: 0px;
width: 211px; height: 20px;
padding-left: 2px;
vertical-align: middle;
margin: 3px 0px 5px 0px;
}
.cmess
{
padding: 0px;
width: 400px; height: 82px;
padding-left: 2px;
margin: 3px 0px 5px 0px;
}
.csend
{
text-align: center;
vertical-align: middle;
font-size: 13px;
font-weight: bold;
cursor: pointer;
padding: 5px 20px 5px 20px;
}
@charset "utf-8";
/* CSS Document */
body {
	background: #E6E7E9;
	margin:0;
	padding:0;
	font-family: glaho;
	font-size: 14px;
	color: #888;
}

nav {
	height: 70px;
	background-color: #799AC0;
	font-family: caps;
}

.table_menu {
	height: 70px;
	background-color: #799AC0;
	font-family: caps;
	width: 100%;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: caps;
}

h4 {
    
    color: #799AC0;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: caps;
}

a.button { 
    background-color: #799AC0;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 8px 15px;
    text-decoration: none;
    font-family: caps;
}

a.button:hover {
	background-color: #4076AB;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 1, 2013 */



@font-face {
    font-family: glaho;
    src: url('glaho/bpg_glaho.eot');
    src: url('glaho/bpg_glaho.eot?#iefix') format('embedded-opentype'),
         url('glaho/bpg_glaho.woff') format('woff'),
         url('glaho/bpg_glaho.ttf') format('truetype'),
         url('glaho/bpg_glaho.svg#bpg_glahoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 20, 2013 */



@font-face {
    font-family: caps;
    src: url('caps/bpg_banner_supersquare_caps.eot');
    src: url('caps/bpg_banner_supersquare_caps.eot?#iefix') format('embedded-opentype'),
         url('caps/bpg_banner_supersquare_caps.woff') format('woff'),
         url('caps/bpg_banner_supersquare_caps.ttf') format('truetype'),
         url('caps/bpg_banner_supersquare_caps.svg#bpg_banner_supersquare_capsRg') format('svg');
    font-weight: normal;
    font-style: normal;

}