@charset "utf-8";
/* CSS Document */

body {
	background-color: #dee1e5;
	background-image: url(../images/common/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
/*	background-position: topleft; */
	margin-top: 10px;
}

/* Link Styles */
a:link {
	color: #e95f1f;
	text-decoration: underline;
}
a:visited {
	color: #e95f1f;
	text-decoration: underline;
}
a:hover {
	color: #e95f1f;
	text-decoration: none;
}
a:active {
	color: #e95f1f;
	text-decoration: underline;
}
a.nav:link {
	color: #3d454b;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:visited {
	color: #3d454b;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:hover {
	color: #3d454b;
	text-decoration: none;
	font-weight: bold;
}
a.subNav:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.subNav:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.subNav:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.subNav:hover {
	color: #a8f2fe;
	text-decoration: none;
	font-weight: bold;
}
a.subNav:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

/* Content/Copy Styles */
.copy {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b565e;
}
.copyinterior {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b565e;
	padding-left: 28px;
	padding-right: 27px;
}
.copyfoot {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #626d76;
}
.copyhead {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4b565e;
}
.copyheadBlue {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f5fa6;
}
.copyheadBlueLg {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1f5fa6;
}
.copyHomeCallOut {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.interiorSubNav {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 28px;
	padding-right: 27px;
}
.copyWelcome {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 64px;
	padding-top: 20px;
	padding-bottom: 24px;
}

/* Form Element Styles */
.forminput{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b565e;
	padding:2px;
	border:1px groove #787c7f;
	background-color: #f0f7fb;
}

/* Error Handling Styles */
.err{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}