﻿html
{
	overflow-y: scroll; /* so firefox doesn't twitch on loading pages that scroll */
}

body
{
	font-family: Verdana, Sans-Serif;
	font-size: .7em;
	min-width: 980px;
	background-color: #ffffff;
	color: #666666;
}

p, a, span, td, table, tr
{
	white-space: normal;
}

sup
{
	font-size: 9px;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

a
{
	color: #3654ac;
	text-decoration: none;
}

a:hover
{
	color: #3654ac;
	text-decoration: underline;
}

td
{
	padding: 0px;
}

th
{
	font-size: 1.2em;
	padding: 4px;
	white-space: nowrap;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #72839D;
	margin-top: 15px;
	margin-bottom: 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 7px;
	color: #65615C;
	font-size: 13px;
	font-weight: bold;
}

h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #65615C;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 13px;
}

h4, h5, h6
{
	font-size: 10px;
	text-transform:uppercase;
}

ul
{
	margin-left: 10px;
}

ol
{
	list-style-type: decimal;
	margin-left: 10px;
}

li
{
	padding-left: 5px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

.imagebutton
{
	cursor: hand;
	cursor: pointer;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.dynamicModalPopup
{
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc;
	padding: 10px;
	overflow: auto;
}

.modalForm th
{
	vertical-align: top;
	font-weight: bold;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=20);
	opacity: 0.20;
}

.updateBackground
{
	background-color: Transparent;
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	padding: 10px;
}
.updateProgressMessage
{
	margin: 3px;
	font-family: Trebuchet MS;
	font-size: small;
	vertical-align: middle;
}
.tooltip
{
	border: solid 1px #000000;
	background-color: #ffffdd;
	z-index: 1000;
	padding: 4px;
}
.accordianheader
{
	font-size: 1.2em;
	background-color: #dedeff;
	padding: 4px;
	cursor: hand;
	cursor: pointer;
	border: solid 1px #bbbbbb;
}
.accodianpanel
{
	padding: 2px;
	background-color: #ffffdd;
	border: solid 1px #eeeeee;
}

.shadowdown
{
	line-height: 9px;
	height: 9px;
	background: #ffffff url(images/shadowdown.gif) repeat-x scroll top;
}

.shadowup
{
	line-height: 9px;
	height: 9px;
	background: #ffffff url(images/shadowup.gif) repeat-x scroll bottom;
}

.hovertarget
{
	color: #0000ff;
	border-bottom: dashed 1px #0000ff;
	cursor: hand;
	cursor: pointer;
}

.CommentsBox
{
	display: block;
	width: 320px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#middlewrapper
{
	clear: both;
	min-height: 450px;
	margin-top: 10px;
}

#contentarea
{
	clear: both;
	width: 689px;
	float: left;
}

.linkbold{
	font-weight:bold;
}

#contentarea select, #contentarea input
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#contentarea a, #contentarea a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366cc;
	line-height: 20px;
	text-decoration: none;
}

#contentarea a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366cc;
	line-height: 20px;
	text-decoration: none;
}

#contentarea a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366cc;
	line-height: 20px;
	text-decoration: underline;
}

#contentarea p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #65615C;
	line-height: 20px;
	margin-bottom: 7px;
	padding-right: 10px;
}

/* added this */ 

#contentarea p.first
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65615C;
	line-height: 20px;
	margin-bottom: 9px;
	padding-right: 10px;
}

#contentarea li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#contentarea ul
{
	list-style-image: url(images/spacer.gif);
	list-style-type: square;
	margin-left: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#contentarea ol
{
	list-style-type: decimal;
	margin-left: 5px;
}

#contentarea ul li
{
	background-image: url(images/squarebullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}


#rightcolarea
{
	clear: right;
	width: 230px;
	float: right;
}

#footerarea
{
	clear: both;
	width: 100%;
	margin-top:15px;
}


#footertopbelowline
{
	/*margin-top: 1px;
	background-image: url(images/yellowbar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;*/
	margin-top: 1px;
	background-position: top left;
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
}

#navigationarea
{
	clear: both;
}

#wholepagearea
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#topline
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 6px;
	line-height: 6px;
	width: 980px;
	background-image: url(images/topbar.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wholepagebufferarea
{
	width: 932px;
	margin-left: auto;
	margin-right: auto;
}

#headerarea
{
	float: left;
}

#headerlogo
{
	position: absolute;
	margin-top: 8px;
	z-index: 100;
}

#customerlogin
{
	clear: right;
	float: right;
	color: #ffffff;
	margin-top: 20px;
	line-height: 0px;
}

#subheader
{
	background-image: url(images/subhead.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 584px;
	line-height: 30px;
	padding-left: 22px;
	
	/* added 12/4  */
	max-height: 50px; 
}

#subheader img
{
	vertical-align: middle;
}

#subheader a:hover
{
	font-weight: bold;
	text-decoration: none;
}

.footernavwrap
{
	background:url(images/footer1.gif) no-repeat;
	vertical-align: middle;
	color: #ffffff;
	padding-right: 10px;
	height: 80px;
}

.footernav
{
	display: inline;
	clear: both;
	color: #3654ac;
}

/*
.footernav li
{
	display: inline;
	margin: 0;
	height: 36px;
	padding-left: 4px;
	padding-right: 4px;
}

.footernav li a
{
	line-height: 36px;
	color: #7a766d;
	text-decoration: none;
}

.footernav li a:hover
{
	text-decoration: underline;
	color: #ffffff; 
}
*/

.footernav .col1{
	float:left;
	padding: 33px 0 0 97px;
}

.footernav .col2{
	float:left;
	padding: 33px 0 0 100px;
}

.footernav .col3{
	float:left;
	padding: 33px 0 0 95px;
}

.footernav .col4{
	float:left;
	padding: 33px 0 0 95px;
}

.footernav a
{
	color: #3654ac;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3;
}

.footernav a:hover{
	text-decoration:underline;
}

#footerareatop1{
	background:url(images/footrtop.jpg) left bottom no-repeat;
	width:932px;
	height:31px;
}

#footerbottomarea{
	background:url(images/footrmid.jpg) repeat-y;
	width:932px;


}
#footerareabottom1{
	background:url(images/footrbottom.jpg) left top no-repeat;
	width:932px;
	height:20px;
}






.breadcrumbnavwrap
{
	clear: both;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	line-height: 30px;
	border-bottom: solid 1px #e0ddd8;
	padding-left: 10px;
}

.breadcrumbnavcurrent
{
}

.breadcrumbnavitem
{
}

.breadcrumbnavroot
{
}

.headernavwrap
{
	clear: right;
	float: right;
	text-align: right;
	vertical-align: middle;
	margin-top: 20px;
}

.headernav
{
	list-style-type: none;
	margin: 0;
	display: block;
}

.headernav li
{
	display: inline;
	margin: 0;
	padding-left: 4px;
}

.headernav li a
{

	line-height: 12px;
	color: #666666;
	text-decoration: none;
}

.headernav li a:hover
{
	color: #666666;
	text-decoration: underline;
}


#headerproductnavwrap
{
	clear: both;
	float: left;
	width: 584px;
	color: #676664;
	margin-top: -14px;
}



#headerproductmenuwrap
{
	background-image: url(images/subhead2.gif);
    background-position: right bottom;
	background-repeat:no-repeat;
	height: 32px;
	width:585px;
	
}

#headercompanynavwrap
{
	clear: right;
	float: left;
	width: 342px;
	margin-left: 5px;
	*margin-top: 9px !important;/* for ie */
	margin-top: 11px;
}

#headercompanymenuwrap
{
	background-image: url(images/subhead3_cmp.gif);
    background-position: right bottom;
	background-repeat:no-repeat;
	*height: 30px !important;/* for ie */
	height: 32px ;
	width: 342px;
}

table.contentForm th
{
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	
	padding-right: 10px;

}
table.contentForm td
{
	
	
	white-space: normal;
	height:7px;

}
span.req
{
	color: #f00;
	font-weight: bold;

}

/* Antico CSS last edited by Michael Go Oct. 5, 2007*/

.textAntico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65615C;
	line-height: 1.5em;
}
.textLinkAntico:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	line-height: 1.5em;
	text-decoration: none;
}
.textLinkAntico:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	line-height: 1.5em;
	text-decoration: none;
}
.textLinkAntico:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	line-height: 1.5em;
	text-decoration: underline;
}
.textBoldAntico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #65615C;
}
.textBold13Antico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #65615C;
}
.textBold10Antico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #65615C;
}
.textBoldUnderlineAntico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #65615C;
	text-decoration: underline;
}
.blueHeaderAntico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #72839D;
}

.testSmallAntico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #65615C;
	line-height: 1.2em;
}
.maroonAntico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}

.titletext
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #72839d;
	font-weight: bold;
	background-attachment: fixed;
	border: thick #000000 text-indent: 2.0em;
}

.panelstyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	/*border: solid 1px #a8a095;*/
	background-color: #ffffff;
	/*overflow: auto;*/
	/*width: 740px;*/
}

.labels
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
}

.comments
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style3
{
	color: #990000;
}

.tableTop {
	vertical-align: top;
}

/* added scripts */ 

