﻿#background {
    width:1150px;
    margin:0 auto;
    background-image:url("images/top-image2.png");
    background-repeat:no-repeat;
}

body {
    margin:0px;
    font-family:Arial;
    font-size:12px;
    line-height:150%;
    background-image:url("images/BackgroundGrid image.png");
    background-repeat:no-repeat;
}

a {
    color:black;
    text-decoration:none;
}

a.underline:hover {
    text-decoration:underline;
}

#container {
    width:975px;
    margin:0 auto;
}

#main {
    width:100%;
    min-height:800px;
}

#header {
    height:95px;
    vertical-align:bottom;
    position:relative;
}

#header-logo {
    position:absolute;
    left:0px;
    bottom:0px;
    float:left;
    height:65px;
}

#navigation {
    position:absolute;
    left:245px;
    bottom:35px;
    float:left;
    height:15px;
    font-size:15px;
}

#navigation a {
    padding-right:8px;
}

#navigation a:hover {
    color:#5C758E;
}

#login {
    position:absolute;
    right:0px;
    top:5px;
    float:right;
}

#login a {
    padding-right:10px;
}

#login a:hover {
    color:#5C758E;
}

#industry-leading {
    background-image:url("images/industry-leading.png");
    background-repeat:no-repeat;
    height:450px;
    width:450px;
    top:-540px;
    float:right;
    position:relative;
    left:50px;
    z-index:99;
}

h2 {
    color:#00389e;
    margin-bottom:0px;
    font-style:italic;
}

h1 {
    color:#16345F;
}

#left-col {
    width:60%;
    float:left;
}

#right-col {
    width:330px;
    float:right;
    background-image:url("images/sidebar.png");
    background-repeat:no-repeat;
    margin-top:20px;
    padding:250px 0px 10px 20px;
    font-size:90%;
    position: relative;
	display: inline-block;
    border-left:1px solid #7391b6;
}

#right-col:after {
	content: '';
	width: 55%;
    left:0px;
	height: 1px;
	background: #a7bad1;
	position: absolute;
	bottom: 0px;
}

.portal-link {
    width:90%;
    float:left;
    margin-top:20px;
    padding:10px;
    position: relative;
	display: inline-block;
    border-left:1px solid #7391b6;
    border-bottom:1px solid #7391b6;
}

.portal-link:before{
    content: '';
    width:40%;
    left:0px;
	height: 1px;
	background: #a7bad1;
	position: absolute;
	top: 0px;
}

.portal-link a:hover{
    text-decoration:underline;
}

#footer {
    font-size:85%;
    height:95px;
    vertical-align:middle;
    position:relative;
    text-align:center;
    width:100%;
    float:left;
}

html{
    height:0px;
}

#main-text li
{
    padding-top:7px;
}

#main-text ul
{
    padding-left:16px;
}

.highlight
{
    font-weight:bold;
    color:#00389e;
}

body {
    /*background:#bf5c71 url('body-bg.jpg');*/
}
 
.clearfix:after {
    display:block;
    clear:both;
}
 
/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    /*box-shadow:0px 1px 3px rgba(0,0,0,0.2);*/
    background:#3e3436;
}
 
.menu {
    width:100%;
    margin:0px auto;
}
 
.menu li {
    margin:0px;
    list-style:none;
}
 
.menu a {
    transition:all linear 0.15s;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#5C758E;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
}
 
.menu > ul > li > a {
    display:inline-block;
    /*text-shadow:0px 1px 0px rgba(0,0,0,0.4);*/
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
    width:200%;
    padding:0px 0px 0px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#ffffff;
}
 
.sub-menu li {
    display:block;
}
 
.sub-menu li a {
    padding:5px 5px;
    display:block;
    font-size:13px;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#a7bad1;
}

.producttbl {
    width:100%;
    border-collapse:collapse;
}

.producttbl td {
    padding-top:10px;
    padding-left:8px;
    text-align:center;
    width:20%;
    vertical-align:top;
}

.producttbl img {
    border:1px solid #222A35;
}