﻿/* Core */

html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	background-image: url(Images/Background.png);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999;
}

a
{
	text-decoration: none;
	color: #003D63;
}

a:hover
{
	color: #0068a8;
}

a img
{
	border: 0px;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, p
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 34px;
	font-weight: lighter;
	color: #999;
	margin-bottom: 6px;
}

hr
{
	border: 0;
	border-top: 2px #F2F2F2 solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Layout */

.page
{
	margin: 0 auto;
	width: 920px;
}

.header
{
	height: 125px;
	margin: 0 10px;
}

div.marquee
{
	clear: both;
	height: 350px;
	background-image: url(Images/Background.png);
	background-repeat: repeat-x;
}

.contentContainer
{
	clear: both;
	padding: 0 10px;
	background-image: url('Images/PageShadow.png');
	background-repeat: repeat-y;
}

.content
{
	background-color: #FFF;
	min-height: 300px;
}

.footer
{
	clear: both;
	background-image: url('Images/FooterShadow.png');
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	color: #999;
	padding-top: 20px;
}

/* Header Content */
.headerLogo
{
	float: left;
}

div.headerMenu
{
	margin: 80px 20px 0 0;
	padding: 0;
	width: 570px;
	float: right;
	text-align: right;
}

ul.headerMenu
{
	margin: 0;
	padding: 0;
}

ul.headerMenu li
{
	display: inline;
	list-style: none;
	margin-left: 15px;
}

ul.headerMenu li a
{
	padding: 3px;
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
}

ul.headerMenu li a:hover
{
	background-color: #9FD0EB;
	color: #00236B;
}

ul.headerMenu li a span
{
	display: inline-block;
	width: 24px;
	height: 24px;
}

.headerMenuIcon-Home
{
	background-image: url('Images/MenuIconsSprite.png');
}

.headerMenuIcon-Products
{
	background-image: url('Images/MenuIconsSprite.png');
	background-position: -24px 0;
}

.headerMenuIcon-Contact
{
	background-image: url('Images/MenuIconsSprite.png');
	background-position: -48px 0;
}

.headerMenuIcon-ClientLogin
{
	background-image: url('Images/MenuIconsSprite.png');
	background-position: -72px 0;
}

.headerMenuIcon-Careers
{
	background-image: url('Images/MenuIconsSprite.png');
	background-position: -96px 0;
}

/* Marquee Content */
img.marquee
{
	width: 900px;
	height: 350px;
	position: absolute;
}

/* Content Content */
.contentTopHeader 
{
	border-top: 1px solid White;
	background-image: url(Images/FooterShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F2F2F2;
	padding: 5px;
	font-size: 18px;
	line-height: 18px;
}

.contentHeader
{
	background-color: #003D63;
	color: #FFF;
	height: 40px;
	font-size: 34px;
	line-height: 40px;
	padding: 0 10px;
	font-weight: lighter;
	margin-bottom: 6px;
}

.contentHeader a 
{
	color: #FFF;
}
.contentHeader a:hover
{
	color: #9FD0EB;
}

.contentSubHeader
{
	background-color: #004875;
	color: #FFF;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	padding: 0 5px;
	font-weight: lighter;
	margin-bottom: 6px;
	margin-left: -5px;
	clear: both;
}

.contentFill
{
	padding: 35px;
}

.contentPanel
{
	/* vertical-align: top;
	display: table-cell; */
	padding: 35px;
	float: left;
}

.contentPanelSeperator
{
	/* display: table-cell; */
	float: left;
	width: 0px;
	border-left: solid 2px #F2F2F2;
}

.contentFill p
{
	padding-bottom: 20px;
	line-height: 22px;
}

.contentPanel p
{
	padding-bottom: 20px;
	line-height: 25px;
}

.notify
{
	color: #000;
	border: solid 1px #FF6A00;
	background-color: #FFEFE5;
	padding: 5px;
	margin-bottom: 10px;
}

.button
{
	font-size: 1.2em;
	color: #FFF;
	border: solid 1px #FFF;
	padding: 5px 10px;
	margin: 2px;
	display: inline;
	background-color: #222D33;
	cursor: pointer;
}
.button:hover
{
	color: #222D33;
	border: solid 1px #222D33;
	background-color: #FFF;
}

/* Footer Content */
.footer a
{
	color: #999;
}
.footer a:hover
{
	color: #03C;
}

/* Content Specific */
.productBlurb
{
	clear: both;
	float: left;
}
.productImage
{
	float: right;
}
.firefoxRequired, .highlight
{
	font-size: 1.1em;
	color: #FF0000;
}
