/* CSS Document */

body {
	text-align: left;
	min-width: 765px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.75em;
}

h1 {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/hdr_hr_dot.gif) repeat-x bottom;
	text-transform: uppercase;
	font-weight: normal;
	color: #808080;
	font-size: 2em;
	line-height: 1.25em;
}

.hdrBoldRed {
/* used to create two style headline with bold text highlight */
	text-transform: uppercase;
	font-weight: bold;
	color: #940143;
	font-size: 1.1em;
}

h2 {
/* used as a page subhead under main headline */
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #940143;
}

h3 {
/* used as a paragraph subhead */
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 1em;
	text-transform: uppercase;
}

h4 {
/* used as an alternate paragraph subhead */
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

p {
	margin: 0px;
	padding: 5px 0px 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #940143;
}

a:hover {
	text-decoration: underline;
	color: #777777;
}

img {
	border: 0px;
	vertical-align: middle;
}

ul {
	list-style-image: url(/images/list_arrow_default.gif);
}

li {
	padding-bottom: 5px;
}

label {
	color: #777777;
	font-size: .85em;
	margin-right: 2px;
}

input.txtBox {
	border: 1px solid #777777;
}

input.btnRadio {
	border: none;
}

#wrapper {
/* used to place wrapper on entire page perimeter */
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

#header {
/* used to add horizontal header below high-level tabs */
	width: 765px;
	text-align: right;
	background: url(../images/topBar_bg.gif) no-repeat left top;
}

#topMenu {
	margin: 0px;
	padding-top: 5px;
}

#tabMenu {
	text-align: left;
	margin: 28px 0px 0px;
}

#subMenu {
/* used to format background of Member-Section level header menu */
	text-align: left;
	margin: 0px;
	padding: 3px 10px;
	background-color: #000000;
	width: 745px;
}

#subMenu a {
/* used to format text of Member-Section level header menu */
padding: 0px 5px;
	font-size: .8em;
}

#pageMenu {
	margin: 0px;
	padding: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

#pageMenu ul {
	list-style-image: url(/images/pageMenu_arrow.gif);
	margin-left: 10px;
}

#pageMenu li {
	padding: 0px 0px 8px;
	list-style-image: url(/images/pageMenu_arrow.gif);
}

#pageMenu a {
	font-weight: bold;
	font-size: 1em;
	color: #940143;
	text-decoration: none;
}

#pageMenu a:hover {
	color: #000;
	text-decoration: none;
}

#breadcrumbMenu {
	margin: 10px 0px 15px;
	padding: 0px;
}

#footerMenu {
	float: right;
	margin: 0px;
	padding-top: 10px;
}

#tabMenu li, #subMenu li {
/* sets orientation and text of tab menu */
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: .8em;
}

#subMenu a:link, #subMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#subMenu a:hover {
	color: #E6E6E6;
}

#topMenu li, #footerMenu li, #breadcrumbMenu li {
	color: #777777;
	font-size: .85em;
	list-style-type: none;
	display: inline;
}

#topMenu a:link, #topMenu a:visited,
#footerMenu a:link, #footerMenu a:visited,
#breadcrumbMenu a:link, #breadcrumbMenu a:visited {
	color: #777777;
	text-decoration: none;
}

#topMenu a:hover, #footerMenu a:hover, #breadcrumbMenu a:hover {
	color: #940143;
	text-decoration: none;
}

#searchBox {
	width: 100%;
	height: 44px;
	text-align: center;
	background: url(../images/search_bg.gif) no-repeat left top;
	vertical-align: middle;
	padding-top: 10px;
}

#searchBoxInnerPg {
	width: 100%;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

#searchBox input,#searchBoxInnerPg input {
	width: 120px;
	height: 12px;
	font-size: .9em;
}

#memberLoginBox {
	background-color: #d8d1c3;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	padding: 10px;
}

.memberLogin {
	text-align: right;
	margin: 2px 10px 2px 0px;
}

.memberLogin input {
	width: 75px;
	height: 12px;
	font-size: .9em;
}

#centerBanner {
	width: 255px;
	padding: 0px;
	background: #fff;
}

#leftBanner {
	width: 255px;
	padding: 0px;
	background: #fff;
}

#rightBanner {
	width: 255px;
	padding: 0px;
	background: #fff;
}

.column {
	float: left;
}

.CenterCol {
	background-image: url(../images/center_col_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#container {
	clear: both;
}

#center {
	width: 255px;
	min-height: 255px;
	padding: 35px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

#center p {
	padding: 0px 10px;
}

#left {
	width: 255px;
	padding: 0px;
	background: #fff;
}

#left p {
	padding-right: 25px;
}

#right {
	width: 250px;
	padding: 0px 0px 0px 5px;
	background: #fff;
}

#leftInnerPg {
/* Left gray bar */
	width: 215px;
	min-height: 255px;
	background: none no-repeat left top;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}

#leftInnerPg_img {
/* Left gray bar */
	width: 215px;
	min-height: 255px;
	background: url(../images/left_col_bg.jpg) no-repeat left top;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}

#centerInnerPgFull {
	width: 520px;
	padding: 0px 15px;
}

#centerInnerPgWide {
	width: 735px;
	padding: 0px 15px;
}

#centerInnerPg {
/* Sets position of Adobe Reader button */
	width: inherit;
	padding: 0px 15px;
}

#rightInnerPg {
	width: 120px;
	padding: 75px 0px 0px;
}

#footer {
	clear: both;
}

#copyright {
	border-top: 3px solid #000;
	padding-top: 5px;
	margin-top: 5px;
	font-size: .8em;
	line-height: 1.3em;
}

img.header {
	margin: 4px 0px 0px 2px;
}

ul.highlightList {
	list-style-image: url(../images/list_arrow_red.gif);
}

.highlightListHeadBlack {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

.highlightListHead {
	font-weight: bold;
	font-size: 1.1em;
	color: #940143;
}

.highlightListDetail {
	padding-bottom: 20px;
}

.highlightListDetail a {
	color: #940143;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.highlightListDetail a:hover {
	color: #ADA99F;
}

#breadcrumbMenu .breadcrumbCurrent {
	color: #940143;
}

.board_title {
	font-weight: bold;
}

.term {
	font-style: italic;
}

#manufSearchBox {
	width: 400px;
	height: 134px;
	text-align: center;
	background: url(../images/manuf_search_bg.jpg) no-repeat left top;
	vertical-align: middle;
	padding-top: 15px;
}

.searchResultKey {
	font-weight: normal;
}

thead.manufSearchHd {
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #940143;
	color: #ffffff;
}

thead tr td {
	padding: 2px;
	width: 33%;
	border: 1px solid #fff;
}

tbody.manufSearch {
	padding: 4px;
	vertical-align: top;
}

.altRow {
	background-color: #E0E0E0;
}

.pres_caption {
	text-align: left;
	vertical-align: middle;
	width: 250px;
	font-style: italic;
}

.alert {
	text-align: center;
	font-weight: bold;
	color: Red;
	padding-bottom: 20px;
}

.NewPost {
	background-color: #CCCCCC;
	border: thin solid #333333;
	list-style-type: disc;
}