﻿body {
        margin: 0;
    font-family: Lato;
    line-height: 24px;
    font-size: 12pt;
    /* background: url(/distsite/styles/7/756/images/bg.png) repeat; */
    background-color: #ffffff;
}
body {
font-family:OpenSans, sans-serif;
color:#000;
background-repeat: repeat-x;
background-position: center top;
margin:0;
padding:0;
overflow-y: scroll; overflow-x:hidden;
}
/*header{ background-color:#ca7233;border-bottom:0px solid #0e2240;}*/
#header {
    color: #000;
    background:#fff;
}

.group {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 11px;
}

#header #logo {
    padding:3px;
    margin: 0;
}
.logo-wrap {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 33px;
    font-weight:bold;
}
.left-col {
    float: left;
    width:100%;
}
.right-col {
    float: right;
    width:48.5%;
}
.left-col, .right-col {
    background: #f1f1f1;
    color: #666666;
    margin-top: 0px;
    overflow: hidden;
}
.group:after {
    content:"";
    display: table;
    clear: both;
}
.pagetitle {
    border-bottom: 1px solid #c1c1c1;
    margin-left: 8px;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size:15px;
    font-weight:bold;
}

@media screen and (max-width: 480px) {
    .left-col, 
    .right-col {
        float: none;
        width: auto;
    }
}
header {height:120px;background-color:#fff;}
nav {height:50px;background-color:#525252;}

/* Main menu settings */
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	height:50px;
   line-height: 45px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:0 2em;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	height:50px;
   line-height: 45px;
}
#centeredmenu ul li.active a {
	color:#fff;
}
#centeredmenu ul li a:hover {
	background:#18191b; /* Top menu items background colour */
	color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#18191b; /* Top menu items background colour */
	color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:50px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:30em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
    opacity: .95;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	color:#18191b;
	border-bottom:2px solid #18191b; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color:#fff;
	float:left;
    background: #525252;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

.txtred{color:#ff0000}
.tagline{font-size:0.9em !important; font-style:italic;padding-top:5px; font-style:italic}