/* --------------------------------------------------- 
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;
background-color:#ededed;
clear:both;
margin:0 auto; 
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#c36000;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#993d00;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:24px;color:#a52006;line-height:26px;padding:6px 0 16px 0;font-weight:normal;}
h2 {font-size:18px;color:#a52006;line-height:24px;padding:4px 0 4px 0;font-weight:normal;}
h3 {font-size:18px;color:#333333;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:14px;color:#333333;line-height:16px;padding:4px 0 4px 0;}
h5 {font-size:13px;color:#333333;line-height:15px;padding:4px 0 4px 0;}
h6 {font-size:12px;color:#333333;line-height:14px;padding:4px 0 4px 0;}



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

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

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

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


.img-left {float:left;margin-right:10px;margin-right:10px;margin-top:4px;border-right:solid #dbd7c0 1px;}
.img-right {float:right;margin-left:10px;padding-left:10px;margin-top:4px;border-left:solid #dbd7c0 1px;}
.img-full {width:400px;display:block;margin-top:10px;margin-bottom:10px;text-align:center;overflow:hidden;}


/* 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:5px 5px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container,
#container-ws {
width:960px;
text-align:left;
background-color:#ededed;
background-position:center;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}
	#container {background-image:url(../images/main_bg.gif);}
	#container-ws {background-image:url(../images/main_bg_side.gif);}
	

	/* MAIN HEADER */
	#header {
	height:20px;
	background-image:url(../images/top_bg.gif);
	background-position:bottom;
	background-repeat:repeat;
	}
	
		#header a {color:#003399;}
		#header a:hover {color:#0099CC;}
		
		

	/* MAIN CONTENT */
	#main {
	margin:0 15px 0 15px;
	line-height:18px;
	}
	
		/* MAIN NAVIGATION */
		#navigation {
		float:left;
		width:200px;
		padding-bottom:20px;
		}
		
			#navigation a {color:#ffffff;}
			#navigation a:hover {color:#66CCFF;}
			
			#navigation .button a {
			display:block;
			height:22px;
			}
	
	
		/* MAIN FLASH/BANNER */
		#content {
		float:right;
		width:685px;
		padding:0 20px 10px 20px;
		background-position:left top;
		background-repeat:no-repeat;
		}
		
			#content .c-main {
			float:right;
			width:400px;
			padding-top:200px;
			}
			
			
			#content .c-side {
			float:left;
			width:250px;
			padding-top:250px;
			}
			
				.c-side .cs-under {color:#928e79;padding:6px 18px 0 18px;font-size:11px;}
				
				.c-side .cs-top {
				clear:both;
				font-size:0;
				line-height:0;
				padding:0 0 0 0;
				margin:0 auto;
				height:12px;
				background-image:url(../images/sidehf_bg.gif);
				background-position:-250px 0;
				background-repeat:no-repeat;
				border-bottom:solid #eae5d9 5px;
				}
				
				.c-side .cs-bottom {
				clear:both;
				font-size:0;
				line-height:0;
				padding:0 0 0 0;
				margin:0 auto;
				height:12px;
				background-image:url(../images/sidehf_bg.gif);
				background-position:0 0;
				background-repeat:no-repeat;
				}
				
				.c-side h5, .c-side h6 {clear:both;font-size:0;line-height:0;padding:0 0 0 0;margin:0 auto;height:12px;}
				.c-side h5 {background-position:0 0;}
				.c-side h6 {background-position:-250px 0;border-bottom:solid #eae5d9 5px;}
				.c-side .cs-text {color:#ffffff;padding:4px 18px 0 18px;}
				.c-side a:hover {color:#ffffff;}
				
				
				.c-side .cs-blue {background-color:#3f6f90;}
					.cs-blue h5, .cs-blue h6 {background-image:url(../images/sidehf_blue.gif);}
					.cs-blue a {color:#D9F2FB;}
					
				.c-side .cs-green {background-color:#609634;}
					.cs-green h5, .cs-green h6 {background-image:url(../images/sidehf_green.gif);}
					.cs-green a {color:#E1F7C1;}
					
		
		
		
		
		#container #base,
		#container-ws #base {
		display:block;
		height:27px;
		color:#ababab;
		font-size:11px;
		text-align:center;
		padding-top:25px;
		background-image:url(../images/base_bg.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		}
		
			#container #base span,
			#container-ws #base span {color:#53231f;}
		
			#container #base {background-image:url(../images/base_bg.gif);}
			#container-ws #base {background-image:url(../images/base_bg_side.gif);}
		
	
	
	
	/* MAIN FOOTER */
	#footer {
	font-size:11px;
	color:#ababab;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:16px 20px 10px 20px;
	}
	
		#footer a {}
		#footer a:hover {}
		
		




/* COMMON PAGE STYLES
Common page (ie. contact page) styles. */

/* PRODUCT PAGES */
.product-holder {display:block;margin-top:20px;}




/* NEWS PAGES */
.news-holder {display:block;}
	.news-holder .news-item {display:block;margin-bottom:10px;}
		.news-holder .news-item .image {
		float:left;
		width:80px;
		height:80px;
		padding:0 3px 3px 0;
		background-image:url(../images/img80_bg.gif);
		background-position:center;
		background-repeat:no-repeat;
		margin-right:10px;
		overflow:hidden;
		}
	.news-holder .news-detail {display:block;}
		.news-holder .news-detail .image {
		float:right;
		margin-top:10px;
		padding-left:10px;
		margin-left:10px;
		margin-bottom:10px;
		border-left:solid #dbd7c0 1px;
		}
	.news-holder .date {font-size:11px;color:#666666;}
	.news-holder .base {font-size:11px;}
	
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gh-item {
	float:left;
	width:83px;
	margin-right:13px;
	text-align:center;
	}
		.gallery-holder .gh-item .youtube {
		font-size:0;
		line-height:0;
		height:15px;
		padding:0 0 0 0;
		margin:0 auto;
		overflow:hidden;
		background-color:#dbd7c0;
		background-image:url(../images/youtube_80.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		.gallery-holder .more {
		padding-right:10px;
		text-align:right;
		}
		.gallery-holder .gh-item .image {
		width:80px;
		height:80px;
		padding:0 3px 3px 0;
		background-image:url(../images/img80_bg.gif);
		background-position:center;
		background-repeat:no-repeat;
		overflow:hidden;
		}
		
	.photo-holder {
	text-align:center;
	}
	
	
	.sponsor-holder {
	display:block;
	background-color:#FFFFFF;
	padding:10px;
	}
		.sponsor-holder .img {float:left;margin-right:10px;}
		
		
		
/* STAFF PAGES */	
.staff-holder {display:block;}
	.staff-holder .sh-item {margin-top:18px;}
		.staff-holder .sh-item .image {
		width:100px;
		height:100px;
		margin-bottom:10px;
		overflow:hidden;
		}
		.staff-holder .sh-item .sh-member {
		float:left;
		width:100px;
		margin-top:10px;
		background-color:#EFEFEF;
		text-align:center;
		}
		.staff-holder .sh-item .sh-member .shm-image {
		width:96px;
		height:96px;
		background-color:#CCCCCC;
		overflow:hidden;
		}
		
		
		
.product-holder {}
	.product-item .image {
	float:left;
	width:80px;
	height:80px;
	padding:0 3px 3px 0;
	background-image:url(../images/img80_bg.gif);
	margin-right:10px;
	}
		
		
		
		
/* TESTIMONIALS PAGES */	
.testimonial-holder {display:block;}
	.testimonial-item {display:block;margin-top:18px;}
	.testimonial-holder .th-person {font-weight:bold;}
	



/* FAQS PAGES */
.faq-holder {display:block;margin-top:18px;}
	.faq-item {display:block;margin-top:8px;margin-bottom:10px;padding:0 25px 0 25px;}




/* LINKS PAGES */
.links-holder {display:block;margin-top:18px;}
		
		
		
		
		
/* NEXT PREVIOUS PAGES */		
.nextprev {float:right;}
	.nextprev .num {
	color:#333333;
	background-color:#dcd8c1;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .cur {
	font-weight:bold;
	background-color:#e89c00;
	}
	.nextprev .np {
	color:#ffffff;
	background-color:#000000;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .se {
	color:#A0A0A0;
	background-color:#F3F3F3;
	}
	.nextprev a:hover {
	text-decoration:none;
	color:#CCCCCC;
	background-color:#951c10;
	}




	
	
	
	
/* MAIN FORM */
form {
margin:0 auto; 
padding:0 0 0 0;
}
			
	form .req {
	color:#F59B21;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	float:left;
	width:120px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#353535;
	line-height:20px;
	text-align:right;
	margin-right:10px;
	margin-bottom:4px;
	}
	
	form .input {
	float:left;
	width:240px;
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:200px;
		}
		
	form .select {
	float:left;
	width:240px;
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:205px;
		}
	
	form .textarea {
	float:left;
	font-size:11px;
	width:240px;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:200px;
		height:80px;
		}
		form .textarea img {
		padding-top:3px;
		}
	
	form .button {
	margin-top:10px;
	text-align:right;
	}


.form-under {font-size:11px;color:#666666;}
