@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 24px;
	color: #393652;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h2 {
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 18px;
	color: #112048;
}
h4 {
	font-size: 16px;
	color: #427DB5;
}
p {
	margin: 0px;
	padding: 6px;
}
#container {
	width: 957px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
}
#mainContent {
	padding: 0 20px;
}
#FullWidthContent {
	width: 877px;
	padding-left: 20px;
	padding-right: 20px;
}



#NarrowRightContent{
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	font-size: 14px;
	color: #42425B;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#WideLeftContent {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#WideLeftContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#WideLeftContent ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#WideLeftContent li {
	padding-top: 6px;
}


#btmFooter {
	background-image: url(../assets/siteimages/bottumback.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
	padding-bottom: 15px;
	color: #6DA4E7;
	margin-top: 10px;
}
#btmFooter a {
	color: #C93E39;
	text-decoration: none;
	font-weight: bold;
}
#btmFooter a:hover {
	color: #F90;
	text-decoration: underline;
}
}
#footerSubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Q {
	color: #4A4AB5;
	margin-bottom: -6px;
	font-weight: bold;
	font-size: 15px;
	margin-left: -5px;
}
.TableInset {
	padding-left: 28px;
}

/* ============================================  */
.ProductPopUpLink {
	margin-bottom: 10px;
	padding-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9CED1;
}
.ProductPopUpLink a {
	color: #069;
	text-decoration: none;
}
.ProductPopUpLink a:hover {
	color: #069;
	text-decoration: underline;
}
