﻿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: #fff;
	background: #2d3e50;
}

.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: 23px;
    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:#18191b;}
nav {
	height: 50px;
	border-top: solid 1px #fffc00;
	border-bottom: solid 1px #6e001b;
	background-color: #ffffdd;
}

/* 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: #6e001b;
		height: 50px;
		line-height: 45px;
	}
#centeredmenu ul li.active a {
	color:#fff;
}
	#centeredmenu ul li a:hover {
		background: #6e001b; /* 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: #6e001b; /* 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: #6e001b;
		border-bottom: 2px solid #6e001b; /* 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: #6e001b;
		}

/* 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}