/* CSS Document */

/* body: top and bottom margins, default type */

body {
	background-color: #CECECE;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* link colors */

a:link {
	color: #CC0000;
}
a:visited {
	color: #666666;
}

/* wrapper: sets page width, content background color, centers in browser */

#divWrapper {
	width: 780px;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#divHeader {
}
#divNav {
	background-color: #FFFFFF;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

/* content: main section of pages */

#divContentWrapper {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
}
#divContent {
	float: left;
	width: 480px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
}
#divSecNav {
	float: left;
	width: 200px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* home */

#divHomeContWrapper {
	float: left;
	width: 780px;
	background-color: #EBEBEB;
}
#divHomeLeft {
	float: left;
	width: 175px;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 20px;
}
#divHomeProducts {
	float: right;
	width: 509px;
	height: 488px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #EBEBEB;
	background-image: url(../images/home/bkgd.gif);
	background-repeat: no-repeat;
}
#divHomeProductsL {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 30px;
}
#divHomeProductsR {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 30px;
}

/* pullout */

#divPullout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 9px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

/* end nav */

#divEndNav {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	padding-top: 9px;
	padding-bottom: 9px;
	clear: both;
}
#divEndNav p {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
#divCopyright {
	float: left;
	width: 780px;
	background-color: #EBEBEB;
}
#divCopyrightL {
	float: left;
	width: 200px;
	padding-top: 10px;
	margin-left: 30px;
	padding-bottom: 20px;
}
#divCopyrightR {
	float: right;
	width: 500px;
	padding-top: 10px;
	margin-right: 30px;
	padding-bottom: 20px;
}


/* text formatting*/

p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #333333;
}

ul, li {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
	list-style-image: url(../images/home/bullet.gif);
}
.articleDivider {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 32px;
	margin-bottom: 24px;
	background-color: #EBEBEB;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.articlePub {
	font-size: 12px;
	line-height: 16px;
	margin-top: 24px;
	margin-bottom: 9px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 6px;
	font-weight: bold;
	color: #CC0000;
}
.articleHeadline {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #666666;
}
.articleText {
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.bodySM {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.divider {
	color: #999999;
	letter-spacing: .2em;
}
.image {
	margin-top: 3px;
	margin-bottom: 3px;
}

.pageHeading {
	font-size: 18px;
	line-height: 22px;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 18px;
}
.productList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
}

/* pullouts */

.PulloutHeader {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
}
.PulloutText {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
.PulloutName {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* quotes */

.Quote {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 3px;
}
.QuoteName {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

/* SecNav */

.SecNavHeader {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	background-image: url(../images/boxes/box195w_top.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
}
.SecNavSubhead {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.SecNavButton {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.SecNavButton a {
	color: #CC0000 !important;
	text-decoration: none !important;
	display: block !important;
	width: 181px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.SecNavButton a:hover {
	color: #FFFFFF!important;
	text-decoration: none !important;
	background-color: #666666!important;
}
.SecNavText {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	clear: both;
}
.SecNavContact {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
.SecNavContact img {
	padding-right: 6px;
	padding-bottom: 6px;
	float: left;
}
.SecNavContactText {
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #333333;
}
.SecNavContactTextGray {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	clear: both;
}
.SecNavEnd {
	margin: 0px;
}
.SecBoxHeader {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 9px;
	background-color: #EFEFEF;
	background-image: url(../images/boxes/box195w_top.gif);
	background-repeat: no-repeat;
}
.SecBoxText {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 9px;
	padding-right: 6px;
	padding-top: 3px;
	clear: both;
}

/* subheads */

.subheadBOLD {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 0px;
}
.subheadBox {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 6px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	width: 140px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: right;
}
.subheadCAPS {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 6px;
}
.subheadRedCAPS {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #CC0000;
	margin-top: 18px;
	margin-bottom: 6px;
}
.subheadCAPSsmBold {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 3px;
}
.subheadCAPSsmRule {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #CC0000;
	margin-top: 32px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 3px;
}
.subheadCAPSsm {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #666666;
	margin-top: 24px;
	margin-bottom: 3px;
}

