﻿/*
C O L O R S:

Try http://www.colorschemer.com/online.html

#09094D		Blue from original logo
#09094D		Darker Blue (per Joe's request)
#BBBBBB		Light Gray
#555555		Dark Gray
#8C2300		Maroon
*/

body {
	background-color: #09094D;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
	font-size: 13px;
	color: #09094D;
}

a {
	color: #09094D;
}

#HorizColorBarDiv1 {
	background-color: #BBBBBB;
	height: 15px;
}

#HorizColorBarDiv2 {
	background-color: #09094D;
	height:8px;
}

#HorizColorBarDivForBannerPhoto {
	background-color: #555555;
	padding-top: 4px;
}

#HorizColorBarDiv3 {
	background-color: #DA4A28;
	height: 1px;
}

#BannerDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 7px;
	width: 1000px;
}

#BannerCompanyNameDiv {
	font-weight: bold;
	font-size: 53px;
	color: #09094D;
}

#BannerSloganDiv {
	font-weight: bold;
	font-size: 32px;
	color: #8C2300;
}

#BannerContactDiv {
	font-size: 20px;
	color: #8C2300;
	margin-top: 5px;
}

#MainNavDiv {
	background-color: #BBBBBB;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Verdana;
}

#InnerNavDiv {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
}

.Tab {
	display: inline-block;
	background-color: #09094D;
	width: 170px;
	height: 26px;
	line-height: 26px; /* This causes the text to be vertically-aligned (only works for a single line of text) */
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-color: #09094D;
	border-style: solid;
	border-width: 1px;
	margin-right: 30px;
}

.Tab a {
	text-decoration: none;
	color: white;
}

.Tab a:hover {
	color: yellow;
}

.TabSelected {
	display: inline-block;
	background-color: White;
	width: 170px;
	height: 26px;
	line-height: 26px; /* This causes the text to be vertically-aligned (only works for a single line of text */
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin-right: 30px;
}

.TabSelected a {
	text-decoration: none;
}

#MainContentSurroundingDiv {
	background-color: white;
}

#MainContentDiv {
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	min-height: 280px;
	height: auto;
	line-height: 1.5;
	width: 1000px;
	padding-top: 30px;
}

/* Hack for IE to take care of vertical stretching */
* HTML #MainContentDiv {
	height: 380px;
}
/* End IE Hack */

#MembershipDiv {
	background-color: #555555;
	color: white;
	font-family: Verdana;
	padding-top:7px;
	padding-bottom:7px;
	line-height:1.5;
}

#CopyrightDiv {
	margin-top: 10px;
	color: white;
	font-size: 13px;
	padding-bottom: 15px;
	font-family: Verdana;
}

#CWDDiv {
	color: white;
	font-size: 11px;
	padding-bottom: 20px;
	font-family: Verdana;
}

#CWDDiv a {
	color: white;
}

.LeftAlignedContentDiv {
	text-align: left;
}

.antispam {
	display: none;
}