/* --------------------------------------------------- 
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:#000000;
background-color:#1c2342;
clear:both;
margin:0 auto; 
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#333333;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:underline;color:#333333;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:24px;color:#0f2894;line-height:28px;padding:0 0 4px 0;}
h2 {font-size:22px;color:#333333;line-height:24px;padding:4px 0 4px 0;}
h3 {font-size:16px;color:#1e3dc3;line-height:18px;padding:4px 0 1px 0;}
h4 {font-size:14px;color:#333333;line-height:16px;padding:3px 0 0px 0;}
h5 {font-size:14px;color:#1e2548;line-height:15px;padding:4px 0 0px 0;}
	h5 a {color:#1e2548;}
	h5 a:hover {color:#ee8009;}
h6 {font-size:12px;color:#333333;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;
}

.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;margin-top:4px;margin-bottom:6px;}
.img-right {float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:3px;
margin-bottom:8px;
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:2px;
	margin-left:0;
	padding-left:16px;
	background-image:url(../images/point.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	}
	
	.small li {
	font-size:11px;
	font-weight:normal;
	padding-bottom:1px;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container {
width:960px;
text-align:left;
background-image:url(../images/shadow.gif);
background-position:top;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container-inner {
width:920px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 10px 10px 10px;
border:none;
}

	/* MAIN HEADER */
	#header {
	height:100px;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:4px;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:40px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	background-color:#8594d6;
	background-image:url(../images/nav_bar.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
	}
	
		#navigation .search {
		float:right;
		height:40px;
		color:#ffffff;
		line-height:40px;
		text-align:right;
		width:200px;
		padding-top:0px;
		}
			#navigation .search h4 {
			color:#ffffff;
			line-height:40px;
			font-size:18px;
			padding:0 0 0 0;	
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		color:#040c2f;
		line-height:40px;
		background-image:url(../images/nav_div.gif);
		background-position:right;
		background-repeat:no-repeat;
		padding-right:15px;
		margin-right:15px;
		text-decoration:none;
		}
		#navigation a:hover {color:#ffffff;}

	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:7px 0 20px 0;
	}
		.main-extra {
		margin-top:13px;
		}
		
	
		#main #leftnav {
		float:left;
		width:195px;
		padding-left:15px;
		}
		
		#main .maincol {
		float:left;
		width:330px;
		padding-left:25px;
		}
		
		#main .home-right {
		float:right;
		width:685px;
		}
		
		#main .leftmid {
		float:left;
		width:665px;
		padding-left:15px;
		}
		
		#main .rightcol {
		float:right;
		width:210px;
		}
		
		#main .mainmid {
		float:left;
		width:445px;
		padding-left:25px;
		}
		
			li {
			font-weight:normal;
			line-height:18px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:6px;
			margin-left:0;
			padding-left:16px;
			background-image:url(../images/point.gif);
			background-position:5px 5px;
			background-repeat:no-repeat;
			}
		
		
		#main .mainright {
		float:right;
		width:670px;
		padding-right:15px;
		}
	
	
	
		#main .descbar {
		background-color:#f9f9f9;
		background-image:url(../images/descbar_base.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-bottom:20px;
		margin-bottom:15px;
		}
			#main .descbar h6 {
			font-size:5px;
			height:10px;
			line-height:10px;
			background-image:url(../images/descbar_top.gif);
			background-position:top;
			background-repeat:no-repeat;
			padding:0 0 0 0;
			margin:0 0 5px 0;
			}
			
			#main .descbar .text {
			padding:0 15px 0 15px;
			}
			
			
		#main .blue {
		color:#ffffff;
		background-color:#43558d;
		background-image:url(../images/blue_top.gif);
		background-position:top;
		background-repeat:no-repeat;
		padding-top:15px;
		}
		
			#main .blue a {color:#ffda27;}
			#main .blue a:hover {color:#ffffff;}
		
			#main .blue-bot {
			font-size:5px;
			height:10px;
			line-height:10px;
			background-color:#43558d;
			background-image:url(../images/blue_base.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			padding:0 0 0 0;
			margin:7px 0 0 0;
			}
			
			#main .blue h5 {
			color:#fbe212;
			}
			
			#main .blue .text {
			padding:0 15px 0 15px;
			}
			
			#main .blue ul {
			margin-top:3px;
			margin-bottom:0px;
			}
				#main .blue li {
				font-weight:normal;
				padding-bottom:0px;
				background-image:url(../images/point_blue.gif);
				}
				
				
		#main .orange {
		color:#ffffff;
		background-color:#9d3000;
		background-image:url(../images/orange_top.gif);
		background-position:top;
		background-repeat:no-repeat;
		padding-top:15px;
		}
		
			#main .orange a {color:#ffda27;}
			#main .orange a:hover {color:#ffffff;}
		
			#main .orange-bot {
			font-size:5px;
			height:10px;
			line-height:10px;
			background-color:#9d3000;
			background-image:url(../images/orange_base.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			padding:0 0 0 0;
			margin:7px 0 0 0;
			}
			
			#main .orange h4, #main .orange h5 {
			color:#ffffff;
			}
			
			#main .orange .text {
			padding:0 15px 0 15px;
			}
			
			#main .orange ul {
			margin-top:3px;
			margin-bottom:0px;
			}
				#main .orange li {
				font-weight:normal;
				padding-bottom:0px;
				background-image:url(../images/point_orange.gif);
				}
				
		
		#main .grey {
		color:#333333;
		background-color:#ececec;
		background-image:url(../images/grey_top.gif);
		background-position:top;
		background-repeat:no-repeat;
		padding-top:15px;
		}
		
			#main .grey a {color:#dd5216;}
			#main .grey a:hover {color:#ee8009;}
		
			#main .grey h6 {
			font-size:5px;
			height:10px;
			line-height:10px;
			background-image:url(../images/grey_base.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			padding:0 0 0 0;
			margin:7px 0 0 0;
			}
			
			#main .grey h5 {
			color:#163184;
			}
			
			#main .grey .text {
			padding:0 15px 0 15px;
			}
			
			#main .grey ul {
			margin-top:3px;
			margin-bottom:0px;
			}
				#main .grey li {
				font-weight:normal;
				padding-bottom:0px;
				background-image:url(../images/point_grey.gif);
				}
				
		#main .grey2 {
		color:#333333;
		background-color:#ececec;
		background-image:url(../images/grey_top2.gif);
		background-position:top;
		background-repeat:no-repeat;
		padding-top:15px;
		}
		
			#main .grey2 a {color:#dd5216;}
			#main .grey2 a:hover {color:#ee8009;}
		
			#main .grey2 h6 {
			font-size:5px;
			height:10px;
			line-height:10px;
			background-image:url(../images/grey_base2.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			padding:0 0 0 0;
			margin:7px 0 0 0;
			}
			
			#main .grey2 h5 {
			color:#163184;
			}
			
			#main .grey2 .text {
			padding:0 15px 0 15px;
			}
			
			#main .grey2 ul {
			margin-top:3px;
			margin-bottom:0px;
			}
				#main .grey2 li {
				font-weight:normal;
				padding-bottom:0px;
				background-image:url(../images/point_grey.gif);
				}
	
	
	
	/* MAIN FOOTER */
	#footer {
	height:40px;
	line-height:40px;
	font-size:11px;
	color:#48578c;
	text-align:right;
	background-color:#10183f;
	background-image:url(../images/footer_bar.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
	}
	
		#footer .f-email {
		float:left;
		padding-top:9px;
		}
	
		#footer a {color:#6e90fe;}
		#footer a:hover {color:#ffffff;}
		
		




/* COMMON PAGE STYLES
Common page (ie. contact page) styles. */

/* PRODUCT PAGES */
.product-holder {display:block;}
	.product-holder .product-item {
	display:block;
	margin-bottom:16px;
	}
		.product-holder .product-item .image {
		float:left;
		margin-right:15px;
		}




/* NEWS PAGES */
.news-holder {display:block;}
	.news-holder .news-item {display:block;margin-bottom:10px;}
		.news-holder .news-item .image {
		float:left;
		margin-right:10px;
		overflow:hidden;
		}
	.news-holder .news-detail {display:block;}
		.news-holder .news-detail .image {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		}
	.news-holder .date {font-size:11px;color:#666666;}
	.news-holder .base {font-size:11px;}
	
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gallery-item {
	float:left;
	width:140px;
	text-align:center;
	}
		.gallery-holder .gallery-item .image {
		width:140px;
		height:140px;
		margin-bottom:5px;
		overflow:hidden;
		}
		
.photo-holder {
display:block;
text-align:center;
}
		
		
		
/* STAFF PAGES */	
.staff-holder {display:block;}
	.staff-holder .staff-cat {display:block;}
		.staff-holder .staff-member {
		float:left;
		width:140px;
		text-align:center;
		}
		.staff-holder .staff-member .image {
		width:140px;
		height:140px;
		margin-bottom:5px;
		overflow:hidden;
		}
		
		
		
		
/* TESTIMONIALS PAGES */	
.testimonial-holder {display:block;}
	.testimonial-item {display:block;margin-bottom:15px;}
	.testimonial-holder .th-person {font-weight:bold;}
	



/* FAQS PAGES */
.faq-holder {display:block;}
	.faq-item {}




/* LINKS PAGES */
.links-holder {display:block;}
		
		
		
		
		
/* NEXT PREVIOUS PAGES */		
.nextprev {float:right;}
	.nextprev .num {
	color:#333333;
	background-color:#E0E0E0;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .cur {
	font-weight:bold;
	background-color:#B5B5B5;
	}
	.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:#000000;
	}




	
	
	
	
/* MAIN FORM */
form {
margin:0 auto; 
padding:0 0 0 0;
}
			
	form .req {
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	float:left;
	width:130px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#353535;
	line-height:20px;
	text-align:left;
	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:140px;
	padding-bottom:5px;
	}


.form-under {font-size:11px;color:#666666;}

