/*****  Tag Level Styles  ***********************************************/

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70%;
	color: #444;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

a:link, a:visited {
	color: #03C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px 8px 0px;
}

hr {
	height: 1px;
	color: #949292;
}

ul {
	list-style-position: outside;
	list-style-image: url("/images/greenbullet.gif");
	padding: 0;
	margin: 0px 0px 0px 28px;
}

li {
	padding-bottom: 4px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: White;
	padding: 0px 0px 2px 10px;
	margin: 8px 0px 4px 0px;
	background-image:  url("/images/greenBarH1.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	font-size: medium;
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}

h3 {
	font-size: small;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-size: 110%;
	font-weight: bolder;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-size: 110%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.AdBannerText{font-family:Arial;font-weight:normal;font-size:11px;color:#000088;}

table.alerts {
	width: 100%;
}

table.alerts tr.head {
	background: #B9B9B9;
	border-bottom: 1px solid #474747;
}

table.alerts tr.bg {
	background: #D6E7EF;
}

table.alerts th {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	padding: 0 5px;
	margin: 0;
	border-bottom: 1px solid #474747;
}

table.alerts td {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

/*****  Class Level Styles ***********************************************/

.button {
	border: 1px solid #039;
	background-color: #D5CFB5;
	font-size: 11px;
	background-image: url("/images/background_button.gif");
	color: #039;
	font-weight: bold;
	font-family: Tahoma;	
	height: 19px;
	text-decoration: none;	
}

.buttonDisabled {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-size: 11px; 
	color: #999;
}


.addToCartButton {
	border: 1px #003399 solid; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: none;
	color: #003399; 
	padding: 0px 0px 0px 0px;
	margin: 0px px 0px 0px;
	background-image: url("/images/background_button.gif");
}

a.addToCart:link, a.addToCart:hover, a.addToCart:visited, a.addToCart:active {
	border: 1px #003399 solid; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: none;
	color: #003399; 
	padding: 1px 5px 1px 5px;
	background-image: url("/images/background_button.gif");
}



.rightLink {
	display: block;
	text-align: right;
	padding-right: 20px;
}

.hide {
	display: none;
}




.subCatLi
{
	list-style-image: url("/images/greenbullet.gif");
	margin-left : 16px; 
	margin-top : 0px; 
	list-style-position: outside;
}


.noIndent {
	margin: 0px 0px 0px 16px;
	list-style-position: outside;
}

.doubleSpace
{
	line-height: 190%;
	list-style-position: outside;
}


.paraSpace
{

	padding-bottom: 8px;
	list-style-position: outside;
}


.hanging {
	text-indent: -2em; 
	margin-left: 2em; 
} 

.purchaseOptions 
{
	font-size: 10px;
	font-family: Tahoma;
	height: 15px;
}




/* Green Box Style */
.greenBoxTL {
	padding: 0px;
	margin: 0px;
	background-color:#E5F1CC;
	background-image:url("/images/GreenBoxTL.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
.greenBoxTR {
	padding: 0px;
	margin: 0px;
	background-image:url("/images/GreenBoxTR.gif");
	background-position: top right;
	background-repeat: no-repeat;
	display:block;	
}
.greenBoxBL {
	padding: 0px;
	margin: 0px;
	background-color:#E5F1CC;
	background-image:url("/images/GreenBoxBL.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 16px;	
}
.greenBoxBR {
	padding: 0px;
	margin: 0px;
	background-image:url("/images/GreenBoxBR.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 16px;
}
.greenBox {
	padding: 0px 4px 0px 4px;
	border-left: 1px solid #7FB809;
	border-right: 1px solid #7FB809;
	margin: 0px 0px 0px 0px;
	background-color:#E5F1CC;

}
.greenBox h1 
{
	background: #BDDF6B;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #424542;
	padding: 2px 2px 2px 4px;
	height: 15px;
	margin: 0px;
}

.protect{
	float:left;
}


/*****  pageLayout: overall constraint of the body of the page ***********************************************/
#pageLayout{
	clear: both;
	text-align: center;
	margin: 0px auto;
	width: 760px;
	padding: 0px;
}

/*****  pageHeader ***********************************************/
#pageHeader {
	background-color: #FFF;
	font-size: 11px;
	background-repeat: repeat-y;
	color: #000;
}
#pageHeader #topHead { /* AMD: This style centers the topHead bar on the page. */
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
#pageHeader ul {
	margin: 0px;
	padding: 0px;
}
#pageHeader li {
	display: inline; 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#pageHeader #branding {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
#pageHeader #branding img {
	padding: 0px 5px 0px 0px;
}
#pageHeader #branding h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
}

/*****  pageHeader | globalNav (nav with search) ***********************************************/
#globalNav {
	width: 320px;
	float: right;
	vertical-align: top;
	text-align: left;
}
#globalNav label {
	display: none;
}
#globalNav ul {
	float: right;
	text-align: right;
	height: 16px;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	background:  url("/images/common/banner_globalNav.jpg") no-repeat top left;
}
#globalNav li {
	border-left: 1px solid #B1CDE9;
	padding: 0px 3px 0px 4px;
}
#globalNav form {
	clear:both;
	text-align: right;
	margin: 0px;
	padding: 3px 5px 0px 0px;
}
#globalNav input {
	font-size: 11px;
}
#globalNav .moreSearch {
	margin: 0px;
	padding: 0px 35px 0px 0px;
	font-size: 10px;
}


/*****  pageHeader | mainNav (Rhombus buttons) ***********************************************/
#pageHeader {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#mainNav {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	float: left;
	background-color:#003388;
	width: 570px;	
}

#mainNav-media {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	float: center;
	background-color:#003388;
	width: 760px;	
}

#mainNavItem {
	display: block;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 4px 0px 4px;
	white-space: nowrap;
	background-color:#003388;
}

#mainNavFirstItem {
	display: block;
	float: left;
	padding: 0px 4px 0px 0px;
}


#mainNavItem a.mainNavLink:link {
	color: white;
	text-decoration: none;
	background-color: #003388;	
}
#mainNavItem a.mainNavLink:active {
	color: white;
	text-decoration: none;
	background-color: #003388;
}
#mainNavItem a.mainNavLink:visited {
	color: white;
	text-decoration: none;
	background-color: #003388;	
}
#mainNavItem a.mainNavLink:hover {
	color: black;
	text-decoration: none;
	background-color: #B9CCDF;
}











/*****  subNavigation ***********************************************/
#subNav { /* JUMP */
	font-size: 11px;
	width: 190px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	float: left;
	background-color:#FFF;
}

#subNav a:link
{
	text-decoration: none;
}

#subNav a:visited 
{
	text-decoration: none;
}

#subNav a:hover 
{
	text-decoration: underline;
}

/*****  subNavigation | IC Log On ***********************************************/
#subNav #IC-logon {
	background: url(/images/IC-BG.jpg) no-repeat top left;
	width: 190px;
	height: 79px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
#subNav #IC-logon .indent {
	padding: 0px 10px 0px 10px; 
}
#subNav #IC-logon form {
	text-align: center;
}
#subNav #IC-logon h3 {
	margin: 0px;
	padding: 30px 0px 4px 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
/*****  subNavigation | IRN Log On ***********************************************/
#subNav #logon {
	background: url(/images/IRN-BG.jpg) no-repeat top left;
	width: 190px;
	height: 66px;
}
#subNav #logon .indent {
	padding: 0px 10px 0px 10px; 
}
#subNav #logon form {
	text-align: center;
}
#subNav #logon h3 {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
/*****  subNavigation | NetNews ***********************************************/
#subNav #newsletter {
	background: url(/images/NetNews-Bg.jpg) no-repeat top left;
	width: 190;
	height: 65px;
	border-right: none;
	border-bottom: none;
	color: #000;
}
#subNav #newsletter .indent {
	padding: 0px 10px 0px 0px;
}
#subNav #newsletter h3 {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 14px;
}

/*****  subNavigation | Left Side Story ***********************************************/
#subNav #sideStory
{
	background-color: #D6E7EF;
	color: #000;
	padding: 0px 4px 2px 8px;
	margin: 0px;
	font-size: 11px;
	color: #444;
}
#subNav #sideStory td
{
	margin: 0px;
	font-size: 12px;
}
#subNav #sideStory h3 {
	margin: 0px;
	padding: 0px 2px 2px 0px;
	font-size: 13px;
}
#subNav #sideStory a:link, #subNav #sidestory a:visited {
	text-decoration: underline;
}
#subNav #sideStory a:hover {
	text-decoration: none;
}

/*****  subNavigation | Product List ***********************************************/
#subNav #productList {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 11px;
}
#subNav #productList h3 {
	margin: 0px;
	font-size: 11px;
}
#subNav #productList h3 a:link,#subNav #productList h3 a:visited {
	display: block;
	padding: 2px 8px 2px 8px;
	color: #FFF;
	background-color: #7496B8;
}
#subNav #productList h3 a:hover {
	text-decoration: none;
	background-color: #215891;
}
#subNav #productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #B8B48F;
	margin-bottom: 1px;
}
#subNav #productList li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#subNav #productList li a:link, #subNav #productList li a:visited {
	display: block;
	margin: 0px;
	padding: 2px 2px 2px 20px;
	background-image:  url("/images/common/bullet.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}
#subNav #productList li a:hover {
	background-color: #DAE5EF;
	text-decoration: none;
}
#subNav .noSubitems {
	border-bottom: 1px solid #FFF;
}

/*****  subNavigation | Tool List ***********************************************/
#subNav #toolsList {
	display: block;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #FFF;
}
#subNav #toolsList h3 {
	margin: 0px;
	padding: 2px 8px 2px 8px;
	font-size: 11px;
	color: #000;/* #FFF; */
	background-color: #D4CAA0; /* #7496B8; */
}
#subNav #toolsList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/* border-bottom: 1px solid #B8B48F; */
	margin-bottom: 1px;
}
#subNav #toolsList li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#subNav #toolsList a:link, #subNav #toolsList a:visited {
	display: block;
	margin: 0px;
	padding: 2px 2px 2px 20px;
	background-image:  url("/images/common/bullet.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}
#subNav #toolsList a:hover {
	background-color: #DAE5EF;
	text-decoration: none;
}


/***** Product Categories Nav ***********************************************/

#prodCatNav H3 
{
	margin: 8px 0px 8px 10px;
	font-size: 12px;
}

#prodCatNav li {
	margin-left : -18px; 
	margin-top : 0px; 
	list-style-position: outside;)
	font-size: 12px;
	font-weight: normal;
	color: #003388;
	padding : 4px;
}

#prodCatNav .prodCat 
{
	font-weight: bold;
}





/*****  pageBody ***********************************************/
#pageBody {
	margin: 10px 0px 0px 10px;
	width: 560px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float: right;
}
#pageBody a:link, #pageBody a:visited {
	text-decoration: none;
}
#pageBody a:hover {
	text-decoration: underline;
}

#pageBody.media {
	margin: 5px auto 0 auto;
	clear: both;
	text-align: -moz-center !important;
	text-align: center;
	width: 100%;
	padding: 0px;
	vertical-align: top;
	float: none;
}


/*****  pageBody | Homepage Items ***********************************************/

#pageBody .homePageTopItem
{
	font-size: 11px;
	line-height: 125%;
	padding: 30px 8px 4px 8px;
}


#pageBody .homePageItem h3
{
	font-size: 14px;
	margin: 0px;
	color: #fff;
	height: 20px;
	padding: 0px 8px 0px 8px ;
}

#pageBody .homePageItem .greenBarLeft
{
	background-image:  url("/images/greenBarLeft.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 2px;	
	vertical-align: top;
	
}

#pageBody .homePageItem .greenBarRight
{
	background-image:  url("/images/greenBarRight.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 2px 0px 2px;	
	vertical-align: top;
}


/*****  pageBody | Split 1 Column ***********************************************/
#pageBody .split1 {
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 0px 1px;
	text-align: right;
	vertical-align: bottom;
}

/*****  pageBody | Split 2 Column ***********************************************/
#pageBody .split2 {
	background-color:#FFF;
	border: 0px;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
}

#pageBody .split2 h3
{
	background-image:  url("/images/greenBarLeft.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 4px 4px 10px;	
	margin: 8px 4px 0px opx;
	vertical-align: top;
	font-size: small;
	color: White;
}

#pageBody .split2 h4
{
	background-image:  url("/images/greenBarRight.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 10px 4px 10px;	
	margin: 8px 4px 0px opx;
	vertical-align: top;
	font-size:small;
	color: White;
	text-align: right;	
}

#pageBody .split2 td {
	padding: 0px 4px 0px 4px;
	vertical-align: top;
	width: 50%;
	margin: 0px;
}




#pageBody .split2 h2 {
	background-color: #215891;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	color: #FFF;
	font-size: 100%;
	border-bottom: 1px solid #FFF;
}
#pageBody .split2 .block1 {
	width: 50%;
	border: 1px solid #FFF;
	border-right: 1px solid #767249;
	border-bottom: none;
}
#pageBody .split2 .block1 .block1Left {
	float: left;
	width: 140px;
	font-size: 90%;
}
#pageBody .split2 .block1 .block1Left h4 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	width: 130px;
	padding: 5px;
}

#pageBody .split2 .block1 .block1Right {
	width: 120px;
	float: right;
	padding: 0px 10px 5px 5px;
	font-size: 90%;
}

#pageBody .split2 .block2 {
	width: 50%;
	border: 1px solid #FFF;
	border-right: none;
	border-bottom: none;
}
#pageBody .split2 .indent {
	margin: 5px;
}
#pageBody .split2 .indent li {
	list-style-image: url("/images/common/bullet.gif");
	list-style-position: outside;
}

#pageBody .split2 .block2Left {
	float: left; 
	width: 145px; 
	padding: 0px 5px 5px 5px; 
	font-size: 90%;
}
#pageBody .split2 .block2Right {
	float: right;
}

/*****  pageBody | Split 3 Column ***********************************************/
#pageBody .split3 {
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-spacing: 0px;
}
#pageBody .split3 td {
	padding: 0px;
	vertical-align: top;
}
#pageBody .split3 h2 {
	background-color: #D3CEB9;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	color: #000;
	font-size: 100%;
	border-bottom: 1px solid #FFF;
}
#pageBody .split3 .block1, #pageBody .split3 .block2 {
	width: 33%;
	border: 1px solid #FFF;
	border-right: 1px solid #767249;
	border-bottom: none;
}
#pageBody .split3 .block3 {
	width: 34%;
	border: 1px solid #FFF;
	border-right: none;
	border-bottom: none;
}



/*****  pageBody | industryNews ***********************************************/
#pageBody .industryNews h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	width: 110px;
	margin: 0px;
	padding: 0px;
	float: left;
	padding: 0px 3px 0px 3px;
}
#pageBody .industryNews .more {
	float: right;
	padding: 2px 3px 0px 3px;
	font-size: 11px;
}
#pageBody .industryNews p {
	clear: both;
	font-size: 85%;
	margin: 6px 3px 6px 3px;
}
#pageBody .industryNews p a:link, #pageBody .industryNews p a:visited {
	color: #333;
	text-decoration: none;
}
#pageBody .industryNews p a:hover {
	text-decoration: underline;
}
#pageBody .industryNews .rule {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	border-top: 1px solid #B8B48F;
}

/*****  pageBody | frontStory ***********************************************/
#pageBody .frontStory .more {
	float: right;
	margin: 0px 3px 0px 3px;
	font-size: 11px;
}
#pageBody .frontStory p {
	margin: 8px 3px 8px 3px;
}

/*****  pageBody | poll ***********************************************/
#pageBody .poll .more {
	float: right;
	margin: 0px 3px 0px 3px;
	font-size: 11px;
}
#pageBody .poll table {
	width: 95%;
	margin: 3px; 
}
#pageBody .poll p {
	margin: 8px 3px 8px 3px;
}
#pageBody .poll font {
	font-size: 100%;
	color: #444;
}
#pageBody .poll a:link, #pageBody .poll a:visited, .poll u {
	color: #03C;
	text-decoration: none;
}
#pageBody .poll a:hover {
	text-decoration: underline;
}

/***** pageBody | bodyBottom ***********************************************/
/* Creates an object that allows the subnav and bodyContent to float but still have a block level element around them for the background layout. */
.bodyBottom {
	clear: both;
	width: 1px;
	height: 1px;
}


/***** pageBody | pageTasks ***********************************************/
#pageTasks {
	background-color:#EEE;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	
	color: #999;
	font-size: 11px;
	border-bottom: none;
	text-align: right;
	padding: 5px;
}
#pageTasks ul {
	margin: 0px;
	padding: 0px;
}
#pageTasks li {
	list-style: none;
	display: inline;
}
#pageTasks a:link, #pageTasks a:visited {
	text-decoration: none;
	color: #666;
	padding: 0px 5px 0px 5px;
	border: 1px solid #BBB;
	background-color: #DDD;
	margin: 1px;
}
#pageTasks a:hover {
	background-color: #FFF;
}

/***** pageBody | webForm ***********************************************/
/* This is where the content of the page goes. */
#webForm {
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-spacing: 0px;
	text-align: left;
	font-size: 100%;
}

/***** pageBody | errorArea ***********************************************/
/* This is where the content of the page goes. */
#errorArea {
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-spacing: 0px;
	text-align: left;
	color: #900;
}
#errorArea h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 160%;
	color: #C00;
}
#errorArea h2 em.alert {
	font-weight: bold;
	font-size: 12px;
	color: #C00;
}

#errorArea li {
	margin: 3px 0px 3px 0px;
	list-style-image: url("/images/common/bullet.gif");
	list-style-position: outside;
}

/***** pageBody | contentArea ***********************************************/
/* This is where the content of the page goes. */
#contentArea {
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-spacing: 0px;
	text-align: left;
}

#emailArea #contentArea {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#contentArea .crumbTrail {
	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
}
#contentArea li {
	margin: 3px 0px 3px 0px;
	list-style-image: url("/images/common/bullet.gif");
	list-style-position: outside;

}
#contentArea h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 160%;
}
#contentArea h2 em.alert {
	font-weight: bold;
	font-size: 12px;
	color: #C00;
}
#contentArea .crumbTrail a {
	color: #666;
}

#contentArea .optionList ul {
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#contentArea .optionList li {
	font-size: 11px;
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #999;
}
#contentArea .optionList a:link, #contentArea .optionList a:visited {
	padding: 0px 4px 0px 4px;
	margin: 1px;
	border: 1px solid #FFF;
}
#contentArea .optionList a:hover {
	background-color: #DAE5EF;
}

#contentArea h3 {
	margin: 0px;
	font-size: 100%;
	color: #000000;
}
#contentArea p {
	margin: 13px 0px 13px 0px;
}
#contentArea .small {
	font-size: 11px;
}
#contentArea .center {
	text-align: center;
}
#contentArea .purchaseOptions {
	float: right;
	border: 1px solid #999;
	margin: 0px 3px 3px 10px;
	background-color:#EEE;
	padding: 3px;
}
#contentArea .whitePhotoBG {
	border: 1px solid #DDD;
	background-color: #FFF;
	margin-bottom: 3px;
}
#contentArea .purchaseOptions table th, #contentArea .purchaseOptions table td {
	font-size: 11px;
}

/***** contentArea | productList ***********************************************/
#contentArea .productList ul {
	margin-left: 15px;
	padding: 0px;
}
#contentArea .productList li {
	margin: 0px;
	margin-bottom: 15px;
	list-style: none;
}
#contentArea .productList li p {
	margin: 0px;
}

/***** contentArea | productCategory ***********************************************/
#contentArea .productCategory table {
	border-collapse: collapse;
}
#contentArea .productCategory td {
	padding: 0px;
	vertical-align: top;
}
#contentArea .productCategory h3.mapHeading {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	padding: 2px;
	font-size: 130%;
	margin: 10px 0px 5px 0px;
}
#contentArea .productCategory td p {
	margin: 2px 0px 0px 22px;
	padding: 0px;
	color: #999;
}
#contentArea .productCategory ul {
	margin-top: 0px;
}
#contentArea .productCategory li {
	margin-top: 0px;
}

#contentArea .productCategory li a:link, #contentArea .productCategory li a:visited {
	text-decoration: none;
	color: #333;
}
#contentArea .productCategory li a:hover {
	text-decoration: underline;
}

#contentArea .featureColumn {
	float: right;
	border: 1px solid #999;
	margin: 0px 3px 3px 10px;
	background-color:#EEE;
	padding: 3px;
	width: 35%;
	font-size: 11px;
}


/***** contentArea | purchaseOptions ***********************************************/
.purchaseOptions table {
	margin: 0px;
	border-collapse: collapse;
}
.purchaseOptions table th {
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background-color: #DDD;
}
.purchaseOptions table td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}
.purchaseOptions .phone {
	font-weight: bold;
	margin-top: 5px;
	color: #000;
}


/***** pageBody | netnews ***********************************************/
/* This is where the content of the page goes. */

#netnews {
	clear: both;
	margin: 10px;
}

#netnews #banner {
	clear: both;
}
#netnews #banner .leftBanner {
	float: left;
	border-right: 2px solid #FFF;
}
#netnews h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 140%;
}
#netnews h2 {
	font-size: 160%;
	color: #9CBADE;
	padding: 4px 0px 0px 8px;
}
#netnews p {
	margin-top: 16px;
	margin-bottom: 16px;
}
#netnews h3 {
	font-size: 140%;
	margin: 10px 0px 10px 0px;
}
#netnews h4 {
	display: inline;
	font-size: 125%;
}
#netnews h5 {
	font-size: 115%;
}

#netnews .featureColumn {
	float: right;
	border: 1px solid #767249;
	margin: 0px 3px 3px 10px;
	background-color:#EEE;
	width: 35%;
	padding: 0px; 
	font-size: 11px;
}
#netnews .featureColumn h5 {
	display: block;
	font-size: 115%;
	color: #767249;
	background-color:#CCC;
	margin: 0px;
	padding: 3px; 
}
#netnews .featureColumn p {
	margin: 10px 5px 10px 5px;
	padding: 0px; 
}

#netnews .netNewsUrl {
	background-color: #D4CAA0;
	font-size: 11px;
}
#netnews .netNewsUrl a:link, #netnews .netNewsUrl a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	padding-left: 3px;
}
#netnews .netNewsUrl a:hover {
	text-decoration: underline;
}

#netnews .featureColumn {
	clear: both;
	margin-top: 10px;
}
#netnews .featureColumn .featureColumnImage {
	text-align: center;
	margin: 6px 3px 3px 3px;
}
#netnews .featureColumn .rightLink {
	padding: 3px;
}
#netnews .netNewsEdition {
	clear: both;
	border-top: 2px solid #767249;
	padding: 1px 0px 5px 0px;
}
#netnews .netNewsEdition #date {
	float: right;
	font-size: 12px;
}
#netnews .netNewsEdition h3 {
	font-size: 16px;
	color: #767249;
	margin: 0px;
}

#netnews .netNewsFooter {
	border-top: 2px solid #CCC;
	font-size: 10px;
	padding-top: 4px;
}
#netnews .netNewsCopyright {
	font-size: 10px;
	text-align:center;
}

#emailArea {
	text-align: center;
	margin: 10px auto;
	width: 600px;
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	padding: 5px;
	border-spacing: 0px;
	text-align: left;
}

/*****  Style Classes for Farid  ***********************************************/
#webform
{
	background-color:#FFF;
	border: 1px solid #BFBA9D;
	border-right: 1px solid #767249;
	border-bottom: 1px solid #767249;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-spacing: 0px;
}

#webform table
{
	margin-top: 0px;
	width: 100%;
}

#webform caption
{
	color: #333;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
}

#webform tr.oddrow
{
	background-color: #7496B8;
}

#webform tr.evenrow
{
	background-color: #d4caa0;
}

#webform th
{
	color: #333;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}

#webform th.alignright
{
	text-align: right;
}

#webform th.aligncenter
{
	text-align: center;
}

#webform td
{
	color: #333;
	font-size: 110%;
	text-align: left;
	padding: 2px;
}

#webform td.alignright
{
	text-align: right;
}

#webform td.aligncenter
{
	text-align: center;
}

#webform td.information
{
	font-style: italic;
}

#webform h2
{
	color: #000;
	font-size: 160%;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#webform h4
{
	margin: 0px 0px 5px 0px;
	color: #333;
	font-size: 110%; 
	text-align: left;
	font-weight: normal;
}

#webform div.validationerror
{
	color: red;
}

#webform span.mandatory
{
	font-family: verdana;
	font-size: 11 px;
	color: red;
}

#webform li
{
	margin: 3px 0px 3px 0px;
	list-style-image: url("/images/common/bullet.gif");
	list-style-position: outside;
}


/*****  printer Styles ***********************************************/
body.print {
	background: none;
}
body.print #pageHeader {
	font-size: 11px;
	background: none;
	text-align: center;
	margin: 0px auto;
	width: 25%;
	color: #000;
	height: 55px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	width: 563px;
}
body.print #pageHeader #topHead {
	width: 563px;
}

body.print #globalNav {
	display: none;
}
body.print #mainNav {
	display: none;
}
body.print #pageLayout{
	clear: both;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: none;	
	width: 563px;
}
body.print #pageBody {
	margin: 0px;
	width: 563px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float: none;
}
body.print #pageBody #pageTasks {
	display: none;
}
body.print #pageBody .split1 {
	background: none;
	border: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
body.print #subNav {
	display: none;
}
body.print #footer {
	background: none;
	text-align: center;
	margin: 0px auto;
	width: 563px;
	border-top: 1px solid #000;
	border-bottom: none;
}
body.print #footerBar {
	width: 563px;
}




/***** Footer ***********************************************/
#footer {
	clear: both;
	background-color: #FFF;
	font-size: 11px;
	width: 100%;
	margin-top: 18px;
}
#footerBar 
{
	background-color: #DDDDDD;
	padding: 0px;
	width: 764px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}
#footerBar .footerLeft {
	text-align: left;
	
}
#footerBar .footerRight {
	float: right;
}














#mainNavBar #rhombusMenu { /* AMD: This style centers the navigation bar on the page. */
	float: left;
	padding: 0px;
}	
#rhombusMenu .leftCap {
	float: left;
	width: 10px;
	height: 20px;
}
#rhombusMenu .navActive .leftCap {
	background: url("/images/common/navItem_left.gif") no-repeat top left;
	background-position: 0px -40px;
}
#rhombusMenu .navNover .leftCap {
	background: url("/images/common/navItem_left.gif") no-repeat top left;
	background-position: 0px 0px;
}
#rhombusMenu .navHover .leftCap {
	background: url("/images/common/navItem_left.gif") no-repeat top left;
	background-position: 0px -80px;
}
#rhombusMenu .rightCap {
	float: left;
	width: 10px;
	height: 20px;
}
#rhombusMenu .navActive .rightCap {
	background: url("/images/common/navItem_right.gif") no-repeat top left;
	background-position: 0px -40px;
}
#rhombusMenu .navNover .rightCap {
	background: url("/images/common/navItem_right.gif") no-repeat top left;
	background-position: 0px 0px;
}
#rhombusMenu .navHover .rightCap {
	background: url("/images/common/navItem_right.gif") no-repeat top left;
	background-position: 0px -80px;
}
#rhombusMenu a {
	display: block;
	float: left;
	border-top: 1px solid #3F6F9F;
	border-bottom: 1px solid #3F6F9F;
	background-color: #7496B8;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}
#rhombusMenu .navActive a {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}
#rhombusMenu .navNover a {
	background-color: #7496B8;
	color: #FFF;
}
#rhombusMenu .navHover a {
	background-color: #B9CCDF;
	color: #000;
	text-decoration: none;
}






	