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


/* DEFAULT LINKS */
a         {text-decoration:none;color:#d51a0d;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#7b0a02;}
a img     {border:none;}


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

h1 {font-size:24px;color:#007080;line-height:28px;padding:4px 0 4px 0;font-weight:normal;font-style:italic;}
	h1 strong, h1 b {color:#d51a0d;}
h2 {font-size:20px;color:#003e47;line-height:24px;padding:0 0 0 0;font-weight:normal;font-style:italic;}
h3 {font-size:17px;color:#003e47;line-height:22px;padding:5px 0 0px 0;font-weight:normal;font-style:italic;}
h4 {font-size:14px;color:#333333;line-height:16px;padding:4px 0 4px 0;font-weight:normal;font-style:italic;}
h5 {font-size:14px;color:#d51a0d;line-height:15px;padding:4px 0 4px 0;font-weight:normal;font-style:italic;}
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 #EFEFEF 1px;
}

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


.img-left {float:left;margin-right:15px;padding-right:19px;margin-top:4px;border-right:solid #EFEFEF 1px;}
.img-right {float:right;margin-left:15px;padding-left:19px;margin-top:4px;border-left:solid #EFEFEF 1px;}


/* 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:16px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:8px;
	margin-left:0;
	padding-left:25px;
	background-image:url(../images/point.gif);
	background-position:7px 4px;
	background-repeat:no-repeat;
	}




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

#container-inner {
width:800px;
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 {
	padding:150px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:24px;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
		#header a {color:#000000;}
		#header a:hover {color:#000000;border-bottom:solid #d51a0d 3px;}
		#header .on {border-bottom:solid #d51a0d 3px;}
		
	
	
	/* MAIN CONTENT */
	#main {
	padding:30px 30px 6px 30px;
	line-height:18px;
	}
	
		#main .m-right {
		float:right;
		width:220px;
		}
	
	#main-green {
	padding:30px 30px 6px 30px;
	line-height:18px;
	background-image:url(../images/green_grad.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
	
	
	#baseline,
	#baseline-green {
	height:50px;
	font-size:12px;
	padding:56px 0 0 0;
	text-align:center;
	color:#002b31;
	line-height:17px;
	background-color:#eef2f3;
	background-image:url(../images/base_bg.gif);
	background-position:0 -5px;
	background-repeat:no-repeat;
	}
		#baseline-green {background-image:url(../images/base_bg_blue.gif);}
		#baseline span, #baseline-green span {color:#4e8890;}
	
		#baseline .b-left,
		#baseline-green .b-left {
		float:left;
		width:420px;
		text-align:right;
		} 
		
		#baseline .b-right,
		#baseline-green .b-right {
		float:right;
		width:340px;
		text-align:left;
		padding-left:19px;
		border-left:solid #c6d5d9 1px;
		} 
	
	
	
	/* MAIN FOOTER */
	#footer {
	height:8px;
	font-size:11px;
	color:#999999;
	text-align:center;
	background-color:#2f4e52;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
		#footer a {color:#003399;}
		#footer a:hover {color:#0099CC;}
		
		




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

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




/* NEWS PAGES */
.news-holder {clear:both;display:block;margin-top:20px;margin-left:10px;}
	.news-holder .news-item {display:block;}
		.news-holder .news-item .image {
		float:left;
		width:98px;
		height:98px;
		padding:3px;
		margin-right:10px;
		overflow:hidden;
		border:solid #2d96a5 1px;
		}
		.news-holder .news-item .squ-date {
		color:#d51a0d;
		text-align:center;
		}
	.news-detail {display:block;}
		.news-detail .image {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		}
	.news-holder .date, .news-detail .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:230px;
	text-align:center;
	}
		.gallery-holder .gh-item .image {
		width:222px;
		height:166px;
		border:solid #2d96a5 1px;
		padding:3px;
		overflow:hidden;
		}
		
.gallery-holder-sum {display:block;}
	.gallery-holder-sum .gh-item {
	float:left;
	width:176px;
	text-align:center;
	}
		.gallery-holder-sum .gh-item .image {
		width:168px;
		height:140px;
		border:solid #2d96a5 1px;
		padding:3px;
		overflow:hidden;
		}
		
.photo-holder {
float:left;
width:500px;
border-right:solid #EFEFEF 1px;
text-align:center;
}
		
		
		
/* 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;
		}
		
		
		
		
/* 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;}




.services-holder {display:block;margin-top:18px;}
	.services-holder .sh-item {
	text-align:left;
	}
		.services-holder .sh-item .image {
		float:left;
		width:140px;
		height:100px;
		border:solid #2d96a5 1px;
		padding:3px;
		overflow:hidden;
		}
		
		.services-holder .sh-item .text {
		float:right;
		width:570px;
		}
		
.services-detail {display:block;}
	.services-detail .right {
		float:right;
		width:350px;
		padding-left:19px;
		margin-left:15px;
		margin-top:4px;
		border-left:solid #EFEFEF 1px;
		}
		
		.services-detail .image-pre {
		float:left;
		border:solid #2d96a5 1px;
		padding:3px;
		margin-right:10px;
		margin-top:15px;
		}
		
		
.gallery-features {
float:right;
width:158px;
margin-left:16px;
}
	.gallery-features .image-pre {
	width:140px;
	border:solid #2d96a5 1px;
	padding:3px;
	margin-right:10px;
	margin-top:15px;
	}
	
	.gallery-features .text {
	text-align:center;
	margin-right:10px;
	margin-top:4px;
	}
		
		
		
		
		
/* NEXT PREVIOUS PAGES */		
.nextprev {
clear:both;
font-size:11px;
font-weight:bold;
text-align:right;
display:block;
margin-top:5px;
padding-top:3px;
border-top:solid #EFEFEF 1px;
}
	.nextprev .num {
	color:#333333;
	background-color:#E0E0E0;
	padding:0 4px 0 4px;
	margin-left:3px;
	border:solid #E0E0E0 1px;
	}
	.nextprev .cur {
	color:#ffffff;
	font-weight:bold;
	background-color:#d51a0d;
	border:solid #d51a0d 1px;
	}
	.nextprev .np {
	color:#003e47;
	padding:0 4px 0 4px;
	margin-left:3px;
	border:solid #2d96a5 1px;
	}
	.nextprev .se {
	color:#A0A0A0;
	background-color:#d51a0d;
	border:solid #d51a0d 1px;
	}
	.nextprev a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#d51a0d;
	border:solid #d51a0d 1px;
	}




	
	
	
	
/* MAIN FORM */
form {
float:left;
width:480px;
margin:0 auto; 
padding:0 19px 0 0;
background-color:#FFFFFF;
border-right:solid #EFEFEF 1px;
}
			
	form .req {
	color:#d51a0d;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	float:left;
	width:140px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#007080;
	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:2px;
	padding-left:150px;
	padding-bottom:5px;
	}


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