﻿/* basic elements */
body { 
	font: 9pt/12pt verdana;
	background: #F4F6CF no-repeat bottom right; 
	margin: 0px;
	text-align:center;
	}

/*Universal Classes*/	
.clearfix:after { content:".";display:block;height:0;clear:both;visibility:hidden; }
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clr { clear:both; }

.center { margin:0 auto; text-align:center; }

.fr { float:right; }
img.fr { margin:0 0 15px 15px;}

.fl { float:left; }
img.fl { margin:0 15px 15px 0;}

.centered { text-align:center; }
p.largecenter{ font-size:14px; text-align:center; !important; width: 740px; }
p.centered { display:block; margin:0 auto !important; width: 740px; }
p.right{ text-align:right; }
p.large { font-size:14px; }


p { 
	font: 9pt/14pt verdana; 
	margin-top: 10px; 
	text-align: left;
	}
h3 { 
	font: normal 12pt verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #333333;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #516c12;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #516c12;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #A5B320;
	}

/* specific divs */
#container { 
	/*background: transparent url(/images/shadow.gif) no-repeat top left; */
	width: 810px; 
	padding: 0px 0px 9px 5px;  
	margin: 0 auto;
	text-align:left; 
	background:url(/images/main-background-bottom.gif) 5px bottom no-repeat;
	/*border-top:2px solid red;*/
	}
#wrap {
	padding-left:5px;
	background:url(/images/main-background-repeat.gif) repeat;
}
#intro { 
	min-width: 810px;
	margin:0;
	padding:0;
	}
#pageHeader { 
	clear:left;
	margin-top: 0px; 
	margin-bottom: 0px;
	background: #6D8D23;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	margin:0;
}

#pageHeader h1 a { 
	background: transparent url(/images/ansLogo.gif) no-repeat top left; 
	margin: 0px; 
	width: 145px; 
	height: 77px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}

#pageHeader {
	width:800px;
	font: normal 8pt verdana; 
	letter-spacing: 1px; 
	margin: 0;
	padding:0;
	color: #FFFFFF;
	}
	#pageHeader a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
	#pageHeader a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
	#pageHeader a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #f9a854;
	}
	#pageHeader p {
	margin:0;
	padding:0 5px 0 0;
	line-height:1.5em;
	}
	#pageHeader p.info {
	text-align:right;
	}
#middle {
	clear:left;
	margin-top: 0px; 
	margin-bottom: 0px;
	/*border-top:2px solid red;*/
	}
h1 {
	margin:0 10px 10px 0;
	font-size:2em;
	color:#6f891e;
}
h2 {
	margin:0 10px 10px 0;
	font: bold 16pt/16pt verdana; 
	margin-bottom: 0px;
	color:#6f891e;
	}
img.promo {
	float:left;
}

table {
	
	margin: 0px;
	text-align:left;

}
td {
	font: 9pt/14pt verdana;
}

/*Three Columns for homepage*/
div.three-column-small {
	float:left;
	margin-left:5px;
	width:644px;
	margin-top:10px;
	padding-bottom:4px;
	background:url(/images/three-column-small/background-bottom.gif) left bottom no-repeat;
}
div.three-column-small div.column-content {
	background:url(/images/three-column-small/background-repeat.gif) repeat-y;
}
div.three-column-small ul.top {
	padding-top:10px;
	background:url(/images/three-column-small/background-top.gif) no-repeat;
}
div.three-column-small ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div.three-column-small ul li.section {
	float:left;
	display:inline;
	width:180px;
	margin-left:16px;
	padding:0 10px;
	/*background:#ccc;*/
}
div.three-column-small ul li.first {
	margin-left:5px;
}
div.three-column-small ul li.section ul {
	margin:0;
	padding:0 0 0 15px;
	list-style-type:disc !important;
}
div.three-column-small ul li.section ul li {
	/*border-top:2px solid red;*/
}
div.three-column-small ul li.section h3 {
	margin:0;
	padding:0;
	text-align:center;
}

/*Three Columns for product pages*/
div.three-column-product {
	width:720px;
	margin:0 auto;
	padding-bottom:10px;
	background:black;
	background:url(/images/three-column-product/background-bottom.gif) left bottom no-repeat;
}
div.column-content {
	background:url(/images/three-column-product/background-repeat.gif) repeat-y;
}
div.three-column-product ul {
	margin:0;
	padding:0;
}
div.three-column-product ul.top {
	padding-top:10px;
	background:url(/images/three-column-product/background-top.gif) left top no-repeat;
}
div.three-column-product ul li.section {
	float:left;
	display:inline;
	width:200px;
	margin-left:16px;
	padding:0 10px;
	/*background:#ccc;*/
}
div.three-column-product ul li ul {
	padding-left:20px;
}
div.three-column-product h3 {
	color:#758D2B;
}
/*Copypage*/
div.copypage {
	width:790px;
	margin:5px 0 0 5px;
	padding-top:12px;
	background:url(/images/bg-copypage-top.gif) left top no-repeat;
}
div.copypage-wrap {
	padding-bottom:19px;
	background:url(/images/bg-copypage-bottom.gif) left bottom no-repeat;
}
div.copypage-content {
	padding:10px 15px 0 15px;
	background:url(/images/bg-copypage-repeat.gif) repeat-y;
}
div.copypage div.left-col, div.copypage div.right-col {
	float:left;
	width:370px;
	margin-bottom:20px;
}
div.copypage div.right-col {
	margin-left:15px;
}
div.copypage-content p {
	margin:0;
	padding:5px 0 0 10px;
}

img.footer-img {
	margin:0;
	padding:0;
}
div#footer {
	
	font: 9pt/9pt verdana;
}
	#footer a:link { 
	font: bold 9pt verdana; 
	text-decoration: none; 
	}
	#footer a:visited { 
	font: bold 9pt verdana; 
	text-decoration: none; 
	}
	#footer a:hover, a:active { 
	font: bold 9pt verdana; 
	text-decoration: underline; 
	color: #000000;
	}