/* ----- GENERAL ELEMENTS ----- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1 {
	color: #336600;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	color: #663300;
	font-size: 1.15em;
	font-weight: bold;
}

h3 {
	color: #336600;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	color: #663300;
	font-size: 0.9em;
	font-weight: bold;
}

h5 {

}

h6 {
	color: #336600;
	font-size: 0.85em;
	font-weight: normal;
}

h6 a, h6 a:link, h6 a:active, h6 a:visited {
	color: #666666;
	text-decoration: none;
}

h6 a:hover {
	color: #666666;
	text-decoration: underline;
}

p {
	color: #333333;
	font-size: 0.95em;
	line-height: 1.4em;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

ul {
	margin: 10px 0 20px 0;
	padding: 0;
	color: #333333;
	list-style: none;
}

ul li {
	padding: 5px 50px 4px 50px;
	background-image: url(../images/core/bullets/small_bullet.gif);
	background-repeat: no-repeat;
	background-position: 40px 10px;
}

img {
	border: 0;
}

div {
	margin: 0;
	padding: 0;
}

hr {
	border-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: thin;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

acronym {
	border-bottom: none;
}

div.border {
	width: 666px; 
	height: 400px;
	margin: 0 18px 10px 18px;
	background-color: #dcdcdc;
	border: #cccccc 1px solid;
}

img.border {
	float: right;
	margin: 10px 18px 10px 18px;
	padding: 9px;
	background-color: #dcdcdc;
	border: #cccccc 1px solid;
}

img.border2 {
	margin: 10px 18px 10px 18px;
	padding: 9px;
	background-color: #dcdcdc;
	border: #cccccc 1px solid;
}

img.border3 {
	float: left;
	margin: 10px 18px 10px 18px;
	padding: 9px;
	background-color: #dcdcdc;
	border: #cccccc 1px solid;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

#mainContainer {
	position: relative;
	margin: -42px auto;
	width: 950px;
	height: 100%;
}

/* ----- HEADER ELEMENTS ----- */

#topBG {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 950px;
	height: 42px;
	background-image: url(../images/core/top_bg.gif);
}

#header {
	margin-top: 15px;
	height: 131px;
	background-image: url(../images/consumer/header_bg.gif);
}

#header .title h1 {
	margin: 0;
	padding: 11px 0 0 0;
	color: #ffffff;
	text-transform: uppercase;
}

#logo {
	padding: 20px 0 0 15px;
}

#topNav {
/*	position: relative;
	margin-top: -146px;
	margin-left: 560px;
	padding: 20px 13px 0 13px;
	width: 372px;
	height: 26px;
	overflow: hidden;
	background-image: url(../images/core/topnav_bg_sm.gif);
	background-repeat: no-repeat;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
*/
	position: relative;
	margin-top: -146px;
	margin-left: 474px;
	padding: 20px 13px 0 13px;
	width: 432px;
	height: 26px;
	overflow: hidden;
	background-image: url(../images/core/topnav_bg.gif);
	background-repeat: no-repeat;
	color: #999999;
	text-align: center;
	text-transform: uppercase;

}

.topNavDivider {
	float: left;
	width: 2px;
	height: 26px;
	background-image: url(../images/core/topnav_divider.gif);
	background-repeat: no-repeat;
	background-position: 0 -5px;
}

#topNav .navNorm a, #topNav .navNorm a:link, #topNav .navNorm a:active, #topNav .navNorm a:visited {
	color: #999999;
	text-decoration: none;
}

#topNav .navNorm a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#topNav .navNorm {
	float: left;
	/*padding: 0 8px 0 8px;*/
	height: 26px;
}

#topNav .navCurrent {
	float: left;
	/*padding: 0 8px 0 8px;*/
	height: 26px;
	background-image: url(../images/consumer/topnav_current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
}

#topNav .navCurrent a, #topNav .navCurrent a:link, #topNav .navCurrent a:active, #topNav .navCurrent a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topNav .navCurrent a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ----- MAIN CONTENT ELEMENTS ----- */

#bodyContainer {
	margin-top: 100px;
}

#bodyBottom {
	clear: both;
	margin: auto;
	width: 950px;
	height: 30px;
	background-image: url(../images/consumer/body_bottom_bg.gif);
}

#content {
	float: right;
	padding: 0 15px 0 10px;
	width: 726px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	background-image: url(../images/core/content_bg.gif);
	background-repeat: no-repeat;
}

#content p {
	margin: 10px 18px 10px 18px;
}

#breadCrumbs {
	margin: 0;
	padding: 0;
}

#breadCrumbs h6 {
	margin: 0;
	padding: 5px 0 7px 0;
}

#content .title {
	width: 716px;
	height: 45px;
	background-image: url(../images/consumer/title_bg.gif);
	background-repeat: no-repeat;
}

#content .title h1 {
	margin: 0;
	padding: 12px 0 0 18px;
	text-transform: uppercase;
}

#content .title h2 {
	margin: 0;
	padding: 12px 0 0 18px;
	font-size: 1.5em;
	font-weight: normal;
}

/* fix for products */

#content .title2 {
	width: 716px;
	height: auto !important;
	height: 45px;
	background-image: url(../images/consumer/title_bg2.gif);
	background-repeat: no-repeat;
}

#content .title2 h1 {
	margin: 0;
	padding: 12px 0 0 18px;
	text-transform: uppercase;
}

#content .title2 hr {
	margin-top: 5px;
}

#content .title2 h2 {
	margin: 0;
	padding: 12px 0 0 18px;
	font-size: 1.5em;
	font-weight: normal;
}

/**/

#content h2 {
	padding-left: 18px;
}

#content h3 {
	padding-left: 18px;
}

#content hr {
	margin: 0px 15px 0 18px;
}

/* ----- CORPORATE HOME ELEMENTS -----*/

#homeGraphic h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#homeQuote {
	position: relative;
	margin-top: -80px;
	padding-bottom: 10px;
	width: 600px;
}

#homeQuote p {
	color: #fad40f;
	font-size: 1.15em;
}

#home3Col {

}

#home3Col p {
	color: #000402;
}

.home3ColTitle {
	height: 48px;
}

.home3ColTitle h3 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.home3ColText {
	padding-top: 5px;
}

/* ----- CAREERS ELEMENTS ----- */

.careerContact {
	padding: 10px 0 10px 0;
	margin: 20px 10px 20px 10px;
	width: 670px;
	background-image: url(../images/core/form_bg.gif);
	background-repeat: repeat-x;
	border: #CCCCCC 1px solid;
}

.careerContact h2 {
	margin: 0;
	padding: 0;
}

.careerContact h3 span {
	font-weight: normal;
}

/* ----- CONTACT US FIELDSET ----- */

fieldset {
	float: left;
	clear: left;
	margin: 20px 10px 10px 10px;
	padding: 0;
	width: 670px;
	background-image: url(../images/core/form_bg.gif);
	background-repeat: repeat-x;
}

legend {
	margin-left: 10px;
	color: #336600;
	font-size: 1.15em;
	font-weight: bold;
}

fieldset ol {
	padding: 5px 15px 5px 15px;
	list-style: none;
}

.submit {
	float: none;
	padding-bottom: 10px;
	padding-left: 28em;
}

label {
	float: left;
	width: 13em;
	margin-right: 1em;
	text-align: right;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset input.text {
	width: 300px;
}

fieldset input.multitext {
	width: 300px;
	height: 100px;
}

/* ----- SITEMAP ELEMENTS ----- */

#SiteMap {
	margin: 0 0 0 15px;
	padding: 0;
}

#SiteMap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SiteMap ul li {
	padding: 0px 0 7px 0;
	background-image: none;
	font-size: 1.05em;
	font-weight: bold;
}

#SiteMap ul li a {
	color: #15185b;
	text-decoration: none;
}

#SiteMap ul li a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

#SiteMap ul li ul {
	margin: 0;
	padding: 0;
}

#SiteMap ul li ul li {
	padding: 5px 0 2px 20px;
	background-image: url(../images/core/bullets/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-size: 1em;
	font-weight: normal;
}

#SiteMap ul li ul li a {
	color: #333333;
}

#SiteMap ul li ul li a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

#SiteMap ul li ul li ul {
	margin: 0;
	padding: 0;
}

#SiteMap ul li ul li ul li {
	padding: 4px 0 2px 25px;
	background-image: url(../images/core/bullets/small_bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	font-size: 0.9em;
	font-weight: normal;
}

#SiteMap ul li ul li ul li a {
	color: #666666;
}

#SiteMap ul li ul li ul li a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

#SiteMap ul li ul li ul li ul {
	margin: 0;
	padding: 0;
}

#SiteMap ul li ul li ul li ul li {
	padding: 4px 0 1px 30px;
	background-image: url(../images/core/bullets/blue_dot.gif);
	background-repeat: no-repeat;
	background-position: 17px 7px;
	font-size: 1em;
}

#SiteMap ul li ul li ul li ul li a {
	color: #999999;
}

#SiteMap ul li ul li ul li ul li a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

/* ----- FOOTER ELEMENTS ----- */

#footerContainer {
	clear: both;
	min-width: 950px;
	background-image: url(../images/consumer/bottom_bg.gif);
	background-repeat: repeat-x;
}

#footer {
	margin: auto;
	padding: 20px 0 0 0;
	width: 950px;
	height: 85px;
	color: #58595b;
	font-size: 0.9em;
}

#footerNav a, #footerNav a:link, #footerNav a:active, #footerNav a:visited {
	color: #58595b;
	text-decoration: none;
}

#footerNav a:hover {
	color: #2e5c00;
	text-decoration: underline;
}


/* ----- HOMEPAGE ELEMENTS----- */

#homepageLeftCol {
	float: left;
	margin-right: 8px;
	width: 435px;
	height: 410px;
	background-image: url(../images/consumer/home_left_column.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px;
}

.whiteText p {
	color: #ffffff;
}

.whiteText strong {
	color: #f8981d;
}

.homepageFeature {
	margin: 10px 0 0 0;
	width: 435px;
	height: 400px;
	background-image: url(../images/consumer/home_left_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

.featureTitle {
	width: 435px;
	height: auto !important;
	min-height: 33px;
	height: 33px;
	background-image: url(../images/consumer/homepage_title_bg.gif);
	background-repeat: no-repeat;
}

.featureTitle h2 {
	margin: 0 0 0 -7px;
	padding: 7px 0 0 0;
	color: #ffffff;
	text-transform: uppercase;
}

.homepageFeature ul {
	margin: 10px 10px 0 10px;
	padding: 0;
	list-style: none;
	color: #336600;
}

.homepageFeature ul li {
	margin: 0;
	padding: 5px 0 3px 17px;
	background-image: url(../images/core/bullets/brown_bullet.gif);
	background-position: 4px 8px;
	border-bottom: #336600 1px dotted;
	font-size: 1.2em;
	font-weight: bold;
}

.homepageFeature p {
	color: #58595b;
}

.homepageFeature strong {
	color: #f8981d;
}

.homepageFeature a {
	color: #336600;
	text-decoration: none;
}

#homepageRightCol {
	margin: 10px 0 0 0;
	float: left;
	width: 274px;
	height: auto !important;
	height: 410px;
	min-height: 410px;
	background-image: url(../images/consumer/widget/right_bg.gif);
	background-repeat: repeat-y;
}

#homepageWidgetCol {
	width: 100%;
	height: auto !important;
	height: 410px;
	min-height: 410px;
	background-image: url(../images/consumer/widget/right_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#homepageWidgetTop {
	width: 100%;
	height: 10px;
	background-image: url(../images/consumer/widget/right_top_bg.gif);
	background-repeat:no-repeat;
}

/* ----- WIDGET ELEMENTS ----- */

.widget {
	width: 263px;
	background-image: url(../images/consumer/widget/main_bg.gif);
	background-repeat: repeat-y;
}

.top {
	width: 263px;
	height: 46px;
	background-image: url(../images/consumer/widget/top_bg.gif);
	background-repeat: no-repeat;
}

#homepageWidgetCol h3 {
	margin: 0;
	padding: 10px 0 0 10px;
	color: #ffffff;
}

#homepageWidgetCol h4 {
	margin: 0 0 -5px -5px;
	padding: 10px 10px 0 10px;
	font-size: 1.1em;
	color: #ffffff;
}

#homepageWidgetCol p {
	color: #663300;
	text-align: left;
	margin: 5px 5px 0 10px;
}

.middle {
	width: 100%;
	height: auto !important;
	min-height: 50px;
	height: 50px;
	text-align: center;
}

.middle a {
	color: #663300;
	text-decoration: underline;
}

.middle a:hover {
	color: #663300;
	text-decoration: underline;
}

.middle ul {
	margin: 0px 10px 0 10px;
	padding: 0;
	list-style: none;
	color: #663300;
	text-align: left;
}

.middle ul li {
	margin: 0;
	padding: 5px 0 3px 19px;
	background-image: url(../images/core/bullets/brown_bullet.gif);
	background-position: 4px 10px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

.middle ul li a {
	text-decoration: none;
}

.middle ul li ul {
	margin: 0px 10px 0 0px;
	padding: 0;
	list-style: none;
	color: #663300;
	text-align: left;
}

.middle ul li ul li {
	margin: 0;
	padding: 5px 0 3px 19px;
	background-image: url(../images/core/pdf_icon.gif);
	background-position: 0px 5px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

.middle ul .blue {
	color: #5a97cd;
	font-weight: normal;
}

.middle ul .blue a {
	color: #5a97cd;
	font-weight: normal;
	text-decoration: underline;
}

.middle2 {
	width: 100%;
	height: auto !important;
	min-height: 50px;
	height: 50px;
	text-align: center;
}

.middle2 a {
	color: #663300;
	text-decoration: underline;
}

.middle2 a:hover {
	color: #663300;
	text-decoration: underline;
}

.middle2 ul {
	margin: 0px 10px 0 10px;
	padding: 0;
	list-style: none;
	color: #663300;
	text-align: left;
}

.middle2 ul li {
	margin: 0;
	padding: 5px 0 3px 19px;
	background-image: url(../images/core/bullets/small_bullet.gif);
	background-position: 4px 10px;
	font-size: 1em;
	text-align: left;
}

.middle2 ul li a {
	text-decoration: none;
}

.middle2 ul li ul {
	margin: 0px 10px 0 0px;
	padding: 0;
	list-style: none;
	color: #663300;
	text-align: left;
}

.middle2 ul li ul li {
	margin: 0;
	padding: 5px 0 3px 19px;
	background-image: url(../images/core/pdf_icon.gif);
	background-position: 0px 5px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

.middle2 ul .blue {
	color: #5a97cd;
	font-weight: normal;
}

.middle2 ul .blue a {
	color: #5a97cd;
	font-weight: normal;
	text-decoration: underline;
}

.moreButton {
	padding-left: 100px;
	font-size: 1em;
	font-weight: bold;
}

.bottom {
	margin-bottom: 15px;
	width: 100%;
	height: 12px;
	background-image: url(../images/consumer/widget/bottom_bg.gif);
	background-repeat: no-repeat;
}

.shade {
	background-color: #d4d9b6;
}

.white {
	background-color: #ffffff;
}

.brick {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 50px 30px 0 30px;
	text-align: center;
	width: 178px;
	height: 84px;
	background-image: url(../images/consumer/brick.jpg);
	background-repeat: no-repeat;
}

.brick a:link, .brick a:visited, .brick a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.brick a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}