/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#212708;
background-color:#ffffff;
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#6f559f;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#2f1b54;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}

h1 {font-size:22px;color:#858e61;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;color:#858e61;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;color:#47501e;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;color:#47501e;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;color:#47501e;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;color:#47501e;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}

p {padding-top:0;margin-top:0;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #e8ebe5 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {display:none;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	font-weight:bold;
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	}
		li li {
		font-weight:normal;
		line-height:18px;
		list-style:none;
		margin-top:0;
		padding-top:0;
		padding-bottom:3px;
		margin-left:0;
		padding-left:20px;
		background-image:url(../images/point3.gif);
		background-position:5px 6px;
		background-repeat:no-repeat;
		}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:960px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:100px;
	background-color:#73a532;
	background-image:url(../images/header_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
		#header .right {
		float:right;
		width:300px;
		height:74px;
		text-align:right;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	clear:both;
	font-size:16px;
	height:18px;
	line-height:18px;
	color:#ffffff;
	padding-left:15px;
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		color:#ffffff;
		border-left:solid #8ab839 1px;
		padding:0 26px 8px 6px;
		}
		#navigation a:hover, #navigation .on {
		color:#ddf60d;
		border-left:solid #ddf60d 1px;
		}

		
		
		
	/* MAIN FLASH */
	#flash {
	height:214px;
	line-height:18px;
	background-color:#ffffff;
	background-image:url(../images/flash_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	
		#flash-under {
		height:22px;
		background-image:url(../images/under_flash.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		
		#flash .title {
		height:40px;
		padding:30px 0 0 230px;
		}
		
		#flash .title .right-side {
		float:right;
		width:200px;
		}
		
		#flash .home-product {
		float:right;
		width:600px;
		padding:5px 0 0 0;
		}
		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:15px 23px 0 23px;
	}
	
	#main-home {
	line-height:18px;
	background-image:url(../images/main_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:0 20px 0 20px;
	}
	
		#main-home .home-left {
		float:left;
		width:525px;
		border-right:solid #a7a77c 1px;
		padding-right:25px;
		}
			#main-home .home-left li {
			font-size:11px;
			padding-bottom:3px;
			background-position:left 3px;
			}
			#main-home .home-left .right li {
			font-weight:bold;
			line-height:18px;
			list-style:none;
			text-align:right;
			margin-top:0;
			padding-top:0;
			margin-left:0;
			padding-left:0px;
			padding-right:20px;
			background-image:url(../images/point2.gif);
			background-position:right 3px;
			background-repeat:no-repeat;
			}
		
		
		#main-home .home-right {
		float:right;
		width:160px;
		text-align:right;
		padding-right:150px;
		background-image:url(../images/index_image2.jpg);
		background-position:right top;
		background-repeat:no-repeat;
		}
			.home-right-text {
			height:94px;
			overflow:hidden;
			}
			
			.home-right .button-text {
			font-size:10px;
			font-weight:bold;
			text-transform:uppercase;
			}
			
			.home-right .button-text a {color:#ffffff;}
			.home-right .button-text a:hover {color:#ecbfff;}
		
		
	
	
	
	/* MAIN FOOTER */
	#footer-container {
	border-top:solid #eef3e9 1px;
	}
	
	#footer {
	width:940px;
	text-align:left;
	color:#8f976d;
	line-height:18px;
	background-color:#ffffff;
	background-image:url(../images/footer_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0;
	border:none;
	}
		#footer .footer-left {
		float:left;
		width:600px;
		padding:62px 0 0 20px;
		}
			#footer .footer-left span {
			font-size:11px;
			color:#bfc5a9;
			}
		
		#footer .footer-right {
		float:right;
		width:300px;
		font-size:12px;
		text-align:right;
		}
		
		
		
		