@charset "UTF-8";

/* CSS Document */

body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font: 100%/120% 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
.mainContent {
	width: 920px;
	position: absolute;
	top: 350px;
	background-image: url(../images/pagegrad_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.menuTable {
	font-size: 10pt;
	font-weight: normal;
	color: #1D3970;
}
.giftTable {
	font-size: 8pt;
	color: #333333;
}

.subContent {
	width: 920px;
	position: absolute;
	top: 204px;
	background-image: url(../images/pagegrad_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;

}
h3 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	font-weight: 100;
	color: #333333;
}
h1 {
	font: 100%/200% 'Helvetica', Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #1F2772;
	line-height: 24px;
	padding-left: 2px;
}

h4 {
	font-size: 18px;
	font-weight: lighter;
	color: #1F2772;
	
	padding-left: 2px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.copyright a {
	color: #999999;
	text-decoration: none;
}

.copyright a:link, a:visted{
	color: #999999;
	text-decoration: none;
}

.copyright a:hover{
	color: #999999;
	text-decoration: underline;
}
.pageContainer {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
    width: 920px;
	
}
.headerContainer {
	width: 920px;
	position: absolute;
	background-image: url(../images/logo_header.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
.grybarContainer {
	width: 920px;
	position: absolute;
	top: 80px;
}
.flashContainer {
	width: 920px;
	position: absolute;
	top: 100px;
}

.extraContainer {
	width: 920px;
	position: absolute;
	top: 100px;
}
.mainNav {
	width: 920px;
	position: absolute;
	top: 320px;
}
.subNav {
	position: relative;
	width: 920px;
	top: 174px;
}
.subcatMenu {
	height: 21px;
	width: 188px;
	z-index: 10;
	margin-top: 58px;
	margin-left: 720px;
}
.menuTable a:visited{
	color: #1D3970;
	text-decoration: none;
}
.menuTable a:link{
	color: #1D3970;
	text-decoration: none;
}
.menuTable a:hover{
	color: #000000;
	text-decoration: underline;
}

.menuTable a:active{
	color: #000000;
	text-decoration: underline;
}

.giftTable a:visited{
	color: #1D3970;
	text-decoration: none;
}
.giftTable a:link{
	color: #1D3970;
	text-decoration: none;
}
.giftTable a:hover{
	color: #000000;
	text-decoration: underline;
}

.giftTable a:active{
	color: #000000;
	text-decoration: underline;
}

tr a:link, a:visited {
	color: #1D3970;
}

#contact fieldset {
	width: 450px;

}
#careerContact fieldset {
	width: 350px;
}


hr {margin: 0px; margin-top: -18px;}

input {background: #e6e6e6;}

input:focus, textarea {background: #b1dcff;}

.inputField {background: #e6e6e6;}