﻿/* Common */
body 
{
	background-image: url('../images/CorpBkgrd.gif');
	background-repeat: repeat;
	font-family: arial;
}

.centeredContent 
{
	background-color: #ffffff;
	border: #ffffff solid thin;
	margin: auto;
	min-height: 600px;
	width: 800px;
}

.corporateHeaderSelectDivision 
{
	background-image: url('../images/HeaderBar.png');
	background-repeat: repeat-x;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
}

img
{
	border-style: none;
	behavior: url("iepngfix.htc");
}

div
{
	behavior: url("iepngfix.htc");
}

/* End Common */

/* Division.aspx */
/* Begin Division */
.divider
{
	background-image: url('../images/MainMenuBar_Silver.gif');
	background-repeat: repeat-x;
	height: 16px;
	width: 800px;
}

.SelectDivision 
{
	background-image:url(../images/Globe_Gray.jpg);
	background-repeat:no-repeat;
	border: none;	
	height:406px;
	margin-left:auto;
	margin-right: auto;
	margin-top:25px;
	width:800px;
	text-align: center;
}

td.Select 
{
	font-family: Calibri;
	font-size: 19px;
	color: #305083;
	font-weight: 600;
	text-align: right;
	padding: 0px 5px 0px 0px;
	vertical-align: middle;
	border-right-color: #305083;
	border-right-style: solid;
	border-right-width: 1px;
	width: 47%;
}

td.Links 
{
	text-align: left;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}

td.Links a
{
	font-family: Calibri;
	font-size: 17px;
	font-weight: 500;
	color: #1e3d6d;
	text-decoration: none;
}

td.Links a:hover
{
	color: Blue;
	font-weight: bold;
}

.h1
{
	font-family: Trajan Pro;
	font-size: 19px;
	color: #305083;
	font-weight: bold;
}

h2
{    
	font-family: Trajan Pro;
	font-size: 19px;
	color: #305083;
	font-weight: bold;
	text-align: center;
}

.ProductLine
{
	background-image: url(../images/ProductLine.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;	
	width: 800px;
	height: 95px;
	margin-top: -10px;
}
/* End Division */

/* Wide Top Menu */
/* Begin Wide Menu */
.menuWide {
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	clear:both;
	float:none;
	height: 25px;
	margin: 0 auto 0 auto;
	padding: 0px;	
}

.menuWide a {
	background-image: url(../images/MainMenuBar_Silver.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	display: block;
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	margin: 0 0 0 1px;
	text-align: center;	
	text-decoration: none;
	vertical-align: text-top;
	width: 397px;
}

.menuWide a:hover {
	background-image: url(../images/MainMenuBar_Blue.gif);
}

.menuWide .selected {
	background-image: url(../images/MainMenuBar_Blue.gif);
}

.divPopupBg
{
	background-color: Silver;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.divPopup
{
	background-color: White;
	border-width: 2px;
	border-style: solid;
	border-color: #305083;
	padding: 5px;
	width: 350px;
}

#bottom .copyright
{
	background-image:url(../images/FooterMenu_Blue.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	height: 16px;
	width: 266px;
	color:#ffffff;
	font-family: Constantia;
	font-size: 11px;
}


#bottom .menu
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	border-collapse: collapse;
	text-align: left;
	margin: 0px 1px 0px 1px;
	padding: 0px;
	height: 16px;
	width: 796px;
}

#bottom a
{
	background-image:url(../images/FooterMenu_Silver.gif);
	background-repeat: repeat-x;
	
	color: #305083;
	width: 265px;
	height: 16px;
	font-family: Constantia;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	display: block;
	
	vertical-align: middle;
	
}

#bottom a:hover
{
	color: #ffffff;
}

