@charset "utf-8";
/* CSS Document */

/* GENERAL SITE CONSTRUCTION DECLARATIONS TO FOLLOW */

body {
	background: #CCCCF9;
	margin: 10px auto 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto 0 auto;
	width: 801px;
}

#header {
	background: url(../images/headerBg.jpg) no-repeat;
	width: 801px;
	height: 149px;
	font-weight: bold;
	color: #FFFFFF;
}

#headerLogin {
	padding: 12px 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #00006c;
	font-size: 12px;
	font-weight: bold;
}

#headerLogin a:link, #headerLogin a:visited {
	color: #00006c;
}

#headerLogin a:hover, #headerLogin a:active {
	color: #3333FF;
}

.loginBtn {
	padding: 2px 0 0 5px;
}

.topNav {
	padding: 37px 0 8px 6px;
	margin: 0 0 8px 0;
	border-left: 1px solid #FFFFFF;
	font-size: 13px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#secondaryNav {
	width: 801px;
}

#mainContent {
	width: 759px;
	margin: 0 auto 0 auto;
	padding: 4px 18px 15px 18px;
	background: #FFFFFF;
}

#footer {
	width: 801px;
	background: url(../images/footerBg.jpg) no-repeat;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
}

/* PAGE-SPECIFIC DECLARATIONS TO FOLLOW */

.productCell {
	height: 310px;
	width: 200px;
	padding: 0 5px 5px 5px;
	margin: 5px 10px 5px 10px;
	border: 1px solid #999999;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	background: #E0E0E0;
	text-align: center;
}

.productCell ul {
	margin: 12px 0 0 0;
	padding: 0;
}

.productCell li {
	margin: 0;
	padding: 0;
}

/* TEXT DECLARATIONS TO FOLLOW */

.topNav a:link, .topNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.topNav a:hover, .topNav a:active {
	background: url(../images/topNavArrow.gif) no-repeat left center;
	padding-left: 11px;
}

.topNavActive {
	color: #FFFFFF;
}

.paragraphTitle {
	font-size: 15px;
	font-weight: bold;
	color: #00006c;
	margin: 0 0 5px 0;
}

.paragraphTitleLeader {
	font-size: 28px;
	font-weight: bold;
	color: #00006c;
}

.blueText {
	color: #00006c;
}

.footerSideText {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 7px 0 0 0;
}

.footerMiddle {
	font-weight: bold;
	text-align: center;
	padding: 7px 0 8px 0;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #00006c;
}

.quoteBlock {
	padding: 10px 15px 10px 15px;
	margin-left: 70px;
	margin-right: 70px;
	background: #E0E0E0;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

/* IMAGE DECLARATIONS TO FOLLOW */

.floatLeft {
	float: left;
	padding: 2px 8px 8px 0;
}