@charset "utf-8";
/* CSS Document */

body {
	background: #eaeaea;
	width: 940px;
	margin: 0 auto 8px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*-------- TEXT DECLARATIONS FOLLOW */

h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-weight: bold;
	color: #b92121;
	margin: 0;
	padding: 0;
}

.contentBold {
	font-weight: bold;
	color: #012d9a;
}

p {
	margin: 10px 0 10px 0;
	padding: 0;
}

.plainText {
	font-weight: normal;
	color: #000000;
}

.required {
	font-weight: bold;
	color: #FF0000;
}

/*-------- HEADER AND TOP-NAV DECLARATIONS FOLLOW */

#masterContainer {
	background: #FFFFFF;
	width: 940px;
	border: 1px solid #000000;
	margin: 5px auto 0 auto;
	padding: 8px 0 8px 0;
}

#topNav {
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
}

#topNav a:link, #topNav a:visited {
	color: #b92121;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active {
	color: #0243e6;
	text-decoration: none;
	font-style: italic;
}

#header {
	width: 940px;
	padding: 3px 0 0 0;
}

#headerAddress {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #012d9a;
	clear: both;
	width: 940px;
	text-align: center;
	padding: 3px 0 0 0;
}

/*------- MAIN CONTENT DECLARATIONS FOLLOW */

#contentContainer {
	width: 920px;
	margin: 0px auto 0 auto;
	padding: 0;
}

#contentPadding {
	padding: 0 15px 0 10px;
}

.floatLeft {
	float: left;
	padding: 2px 8px 8px 0;
}

.floatRight {
	float: right;
	padding: 2px 0 8px 8px;
}

.testimonialBox {
	margin: 10px 15px 10px 15px;
	padding: 0 10px 5px 12px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	font-style: italic;
}

.testimonialSignature {
	float: right;
	width: 200px;
}

li {
	padding: 0 0 12px 0;
}

/*------- SIDEBAR DECLARATIONS FOLLOW */

#sidebarForm {
	background: url(images/sidebarMiddle.gif) repeat-y;
	width: 229px;
	margin: 12px 0 0 8px;
	padding: 0;
}

.sidebarTitle {
	font-size: 14px;
	font-weight: bold;
	color: #b92121;
	text-align: center;
}

.sidebarFormLabels {
	font-weight: bold;
	margin: 0 8px 0 0;
	text-align: right;
}

.sidebarFormProducts {
	font-size: 11px;
	font-weight: bold;
}

.sidebarFormRequired {
	font-weight: bold;
	color: #b92121;
}

/*------- FOOTER DECLARATIONS FOLLOW */

#footer {
	width: 940px;
	text-align: center;
	font-size: 11px;
	color: #b94646;
	margin: 10px auto 10px auto;
	line-height: 130%;
}

#footer a:link, #footer a:visited {
	color: #b94646;
}

#footer a:hover, #footer a:active {
	color: #ed5454;
}


/*------ ContentContainer header tags */
#contentContainer h2 {
	font-size: 16px;
	color: #073499;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#contentContainer h3 {
	color: #B92121;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#contentContainer h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.imgPadding {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
