/* Style sheet for TWC Graphics Design template */
html {
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
body  { 	background: #FFF;
	color: #666; 
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center; font: normal normal 12px/16px Verdana, Arial, sans-serif;
}
input { color: #000; font: normal normal 11px Arial, sans-serif; }
h1    { background: #D2E2C8;
	border-top: 3px solid #407342;
	padding: 7px 5px 1px 3px;
	font: normal bold 12px Verdana, Arial, sans-serif;
	color: #202B4A;
	margin-top: 2px;  }
h2    { font: normal bold 12px Verdana, Arial, sans-serif;
	border-bottom: 3px solid #D2E2C8;
	padding-left: 3px;
	color: #407342; }
h3    { font: normal bold 11pt Arial, Verdana, sans-serif; color: #000; padding: 3px; }
h4    { color: #407342; font:  normal bold 12px Verdana, Arial, sans-serif; }
h5    { color: #000; font:  normal bold 11px Verdana, Arial, sans-serif; }
h6    { color: #000; font:  normal bold 10px Verdana, Arial, sans-serif; }
ol, ol ol, ol ol ol { color: #000; font: normal normal 12px/16px  Verdana, Arial, sans-serif; }
ul    { list-style-image: url('images/design_elements/bullet.gif'); color: #000; 
	 font: normal normal 12px/16px Verdana, Arial, sans-serif; }
ul ul    { list-style-image: url('images/design_elements/bullet2.gif'); 
	color: #000; font: normal normal 12px/16px Verdana, Arial, sans-serif; }
ul ul ul { list-style-image: url('images/design_elements/bullet3.gif'); 
	color: #000; font: normal normal 12px/16px Verdana, Arial, sans-serif; }

.menu { background: url(images/design_elements/menu.gif) no-repeat left #FFF;
	font: normal normal 11px Verdana, Arial, sans-serif;
	height: 30px;
	}
.menu a, .menu a:link, .menu a:visited { 
	text-decoration: none;
	}
.menu a:hover {
	text-decoration: none;
	}

.leftcol { background: #AFCCA0;
	width: 165px;
	padding: 10px;
	color: #000;
	font:  normal normal 12px/16px Verdana, Arial, sans-serif; 
	text-align: left;
	vertical-align: top;
	}
.leftcol a, .leftcol a:link, .leftcol a:visited { 
	text-align: left; 
	color: #000;
	text-decoration: none; 
	padding: 2px 2px 2px 14px;  
	display: inline;
	background: url(images/design_elements/menu.gif) no-repeat top left;
	}
.leftcol a:hover {
	text-align: left; 
	color: #FFF; 
	text-decoration: none;  
	padding: 2px 2px 2px 14px;  
	background: url(images/design_elements/menu2.gif) no-repeat top left;
	display: inline;
	}
.leftcolwide { background: #E1EADB;
	width: 353px;
	padding: 10px;
	color: #000;
	font:  normal normal 12px/16px Verdana, Arial, sans-serif; 
	text-align: left;
	vertical-align: top;
	}
.midcol { background: #E1EADB;
	width: 162px;
	padding: 5px 13px 10px 7px;
	font:  normal normal 11px/15px Verdana, Arial, sans-serif; 
	text-align: justify;
	vertical-align: top;
	}
.rightcol { background: #FFF;
	width: 383px;
	padding: 0px 0px 10px 0px;
	font:  normal normal 12px/16px Verdana, Arial, sans-serif; 
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #D2E2C8;
	}
.rightcol p { padding-right: 10px; 
	padding-left: 10px;}
.rightcol li { padding-right: 10px; }	

.doublecol { background: #FFF;
	width: 570px;
	padding: 0px 0px 10px 0px;
	font:  normal normal 12px/16px Verdana, Arial, sans-serif; 
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #D2E2C8;
	}
.doublecol p { padding-right: 10px; 
	padding-left: 10px;}
.doublecol li { padding-right: 10px; }

.fullcol { background: #FFF;
	width: 760px;
	padding: 0px 0px 10px 0px;
	font:  normal normal 12px/16px Verdana, Arial, sans-serif; 
	text-align: left;
	border-left: 1px solid #D2E2C8;
	border-right: 1px solid #D2E2C8;
	}
.fullcol p { padding-right: 10px; 
	padding-left: 10px;}
.fullcol li { padding-right: 10px; }
	
/* Define footer section */
.footer {  background: url(images/design_elements/footer.gif) #FFF;
	font: normal normal 11px/20px Verdana, Arial, sans-serif; 
	text-align: center;
	color: #FFF; 
	width: 760px; 
	height: 30px;
	padding: 0px 0px 0px 0px;
	}
.footer a:link, .footer a:active, .footer a:visited  { color: #FFF; text-decoration: none;   }
.footer a:hover   { color: #D2E2C8; text-decoration: underline;  }

/* Define standard hyperlinks */	
a:link  { color: #407342;  }  
a:active { color: #407342;  }
a:visited { color: #407342;  }
a:hover { color: #000; text-decoration: none; }



/* Define product page sections */
.productbox      { background: #E1EADB; color: 000; font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; border: 1px solid #D2E2C8; text-align: left; }
.productboxtop   { background: #D2E2C8; color: #407342; font: normal bold 12px/15px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; text-align: center; 
	border-top: 1px solid #D2E2C8; border-left: 1px solid #D2E2C8;  border-right: 1px solid #D2E2C8;  }
.products        { background: #FFF; }
.productsleft   { background: #FFF; color: #195C82; border-left: 1px solid #D2E2C8; 
	border-top: 1px solid #D2E2C8; 
	padding: 4px 10px 4px 10px; text-align: center; }
.productsright  { background: #FFF; color: #195C82; border-left: 1px solid #D2E2C8; border-top: 1px solid #D2E2C8; 
	padding: 4px 10px 4px 10px; text-align: center; border-right: 1px solid #D2E2C8; }
.productboxleft     { background: #E1EADB; color: #000; text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; border-left: 1px solid #D2E2C8; border-top: 1px solid #D2E2C8; }
.productboxright      { background: #E1EADB; color: #000; text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; border-left: 1px solid #D2E2C8; border-right: 1px solid #D2E2C8; 
	border-top: 1px solid #D2E2C8; }
.productboxlbot     { background: #E1EADB; color: #000; text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif;  border-bottom: 1px solid #D2E2C8;
	padding: 4px 10px 4px 10px; border-left: 1px solid #D2E2C8; border-top: 1px solid #D2E2C8; }
.productboxrbot      { background: #E1EADB; color: #000; text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; border-left: 1px solid #D2E2C8; border-bottom: 1px solid #D2E2C8;
	border-right: 1px solid #D2E2C8; border-top: 1px solid #D2E2C8; }

/* Define textbox area */

.textbox      { background: #D2E2C8; color: #000; 
	font: normal normal 11px/15px Verdana, Arial, sans-serif; 
	padding: 5px; text-align: left;
	border: 1px solid #AFCCA0;
	}