/* --------------------------------------------------- 
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:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:left;
background-color:#f4f4f4;
background-image:url(../images/master_bg.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto; 
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#c60007;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#9f8874;}
a img     {border:none;}

.red a       {font-size:11px;line-height:13px;background-color:#c60007;color:#ffffff;}
.red a:hover {background-color:#1a1a1a;color:#c60007;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {font-size:20px;color:#c60007;line-height:22px;padding:4px 0 4px 0;font-weight:normal;}
h2 {font-size:18px;color:#493e34;line-height:20px;padding:4px 0 4px 0;font-weight:normal;}
h3 {font-size:18px;color:#333333;line-height:20px;padding:4px 0 4px 0;font-weight:normal;border-bottom:solid #a28a79 3px;margin-bottom:5px;}
h4 {font-size:14px;color:#a49687;line-height:16px;padding:4px 0 4px 0;font-weight:normal;}
h5 {font-size:14px;color:#000000;line-height:15px;padding:4px 0 4px 0;font-family:"Century Gothic", Arial, Helvetica, sans-serif;font-weight:normal;}
h6 {font-size:12px;color:#333333;line-height:14px;padding:4px 0 4px 0;font-family:"Century Gothic", Arial, Helvetica, sans-serif;}



/* 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 #e0d9d9 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;}
.img-right {float:right;margin-left:15px;margin-top:4px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	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 {
width:970px;
text-align:left;
background-color:#ffffff;
background-image:url(../images/main_bg.gif);
background-position:0 119px;
background-repeat:no-repeat;
margin-right:auto;
}

	/* MAIN HEADER */
	#header {
	height:68px;
	font-size:12px;
	color:#ffffff;
	text-align:right;
	background-image:url(../images/header_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-right:20px;
	}
		#header span {color:#ee1c23;}
		

	/* MAIN NAVIGATION */
	#navigation {
	height:31px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	background-color:#c60007;
	background-image:url(../images/nav_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-right:20px;
	}
	
		#navigation a {
		color:#ffffff;
		line-height:30px;
		padding-bottom:1px;
		}
		#navigation a:hover {
		color:#ffc689;
		}
		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:20px;
	padding-bottom:20px;
	border-bottom:solid #e5ded5 16px;
	}
	
		#main .m-side {
		float:left;
		width:194px;
		margin-top:95px;
		color:#595959;
		border-right:solid #e0d9d9 1px;
		padding:60px 30px 20px 30px;
		}
		
		#main .m-content {
		float:right;
		font-size:13px;
		width:712px;
		padding-top:40px;
		}
			
			.m-content .mc-text, .m-content .mc-text-wb, .m-content .mc-text-gd {
			display:block;
			padding-right:20px;
			}

			
			.m-content .mc-text {
			padding-left:20px;
			padding-bottom:20px;
			padding-top:30px;
			}
			
			.m-content .mc-text-wb {
			border-bottom:solid #a28a79 3px;
			padding-top:40px;
			}
			
			.m-content .mc-text-gd {
			background-image:url(../images/grey_down.gif);
			background-position:top;
			background-repeat:repeat-x;
			margin-top:3px;
			padding-left:20px;
			padding-bottom:15px;
			padding-top:15px;
			}
			
			
	.home-image {
	float:left;
	width:200px;
	}
	
	
	
	/* MAIN FOOTER */
	#footer {
	font-size:11px;
	color:#a8a8a8;
	text-align:right;
	padding:10px 20px 10px 20px;
	background-color:#f4f4f4;
	}
	
		#footer a {color:#cb2525;}
		#footer a:hover {color:#f34c4c;}
		
		




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

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




.services-holder {}
	.services-holder .sh-item {}
		.services-holder .sh-item .shi-image {
		float:left;
		width:120px;
		margin-top:2px;
		}
		
		.services-holder .sh-item .shi-text {
		float:right;
		width:536px;
		}




/* NEWS PAGES */
.news-holder {float:left;display:block;width:400px;}
	.news-holder .news-item {display:block;margin-bottom:18px;}
		.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;}
	
	

.blog-comments {
float:right;
width:250px; 
margin-top:16px;
font-size:12px;
line-height:15px;
color:#4E4E4E;
}
	.blog-comments a {color:#4E4E4E;}
	.blog-comments a:hover {color:#c60007;}
	
	
	
.course-summery {
float:right;
width:300px;
margin-left:30px;
font-size:12px;
line-height:15px;
text-align:left;
}

	.cs-item .date, .ch-item .date {
	float:left;
	width:50px;
	height:40px;
	font-size:10px;
	padding-top:10px;
	color:#ffffff;
	text-align:center;
	background-color:#c60007;
	}
		.cs-item .date strong, .ch-item .date strong {
		font-size:15px;
		}
		
		.ch-item .date {
		margin-top:2px;
		margin-right:15px;
		width:60px;
		height:45px;
		padding-top:15px;
		font-size:12px;
		line-height:16px;
		}
			.cs-item .date strong, .ch-item .date strong {
			font-size:17px;
			}


	.cs-item .image {
	float:left;
	width:90px;
	margin-top:2px;
	}
	
	.csi-text {
	float:right;
	width:235px;
	margin-bottom:6px;
	}
	
	.csi-text-non {margin-bottom:6px;}
	
	
	.ch-item .image {
	float:left;
	width:90px;
	margin-top:2px;
	margin-right:15px;
	}
	
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gh-item {
	float:left;
	width:100px;
	background-color:#CCCCCC;
	padding:3px;
	}
		.gallery-holder .gh-item .image {
		width:100px;
		height:100px;
		margin-bottom:10px;
		overflow:hidden;
		}
		
		
		
/* 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;
		}
		
.staff-summary {
float:right;
width:240px;
margin-left:30px;
font-size:12px;
line-height:15px;
text-align:left;
}
	.staff-summary h3 {text-align:left;}
	
	.ss-member {
	margin-bottom:10px;
	}
	
	.ssm-image {
	float:left;
	width:90px;
	margin-top:2px;
	}
	
	.ssm-text {
	float:right;
	width:135px;
	margin-bottom:6px;
	}
	.ssm-text-non {margin-bottom:6px;}
	
	

/* PDF PAGES */
.pdf-summery {
float:right;
width:300px;
margin-left:30px;
font-size:12px;
line-height:15px;
text-align:left;
}
		
		
		
		
/* 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:18px;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:#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 */
.contact-form form {
margin:0 auto; 
padding:0 0 0 0;
}
			
	.contact-form form .req {
	color:#c60007;
	font-weight:bold;
	font-size:12px;
	}

	.contact-form form .label {
	clear:both;
	float:left;
	width:180px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#353535;
	line-height:20px;
	text-align:right;
	margin-right:10px;
	margin-bottom:4px;
	}
	
	.contact-form form .input {
	float:left;
	width:280px;
	height:25px;
	}
		.contact-form form .input input {
		font-size:12px;
		width:260px;
		color:#91070c;
		background-color:#dbd4ce;
		border:none;
		}
		
	.contact-form form .select {
	float:left;
	width:280px;
	height:25px;
	}
		.contact-form form .select select {
		font-size:12px;
		width:265px;
		color:#91070c;
		background-color:#dbd4ce;
		border:none;
		}
	
	.contact-form form .textarea {
	float:left;
	font-size:11px;
	width:280px;
	height:73px;
	}
		.contact-form form .textarea textarea {
		font-size:12px;
		width:260px;
		height:60px;
		color:#91070c;
		background-color:#dbd4ce;
		border:none;
		}
		.contact-form form .textarea img {
		padding-top:3px;
		}
	
	.contact-form form .button {
	margin-top:2px;
	padding-left:190px;
	padding-bottom:5px;
	}


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




.blog-form {
background-color:#E8E2D7;
padding:5px;
}


.blog-form form {
margin:0 auto; 
padding:0 0 0 0;
}

	.blog-form form .req {
	color:#c60007;
	font-weight:bold;
	font-size:12px;
	}

	.blog-form form .label {
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#353535;
	line-height:20px;
	margin-right:10px;
	}
	
	.blog-form form .input {
	height:25px;
	}
		.blog-form form .input input {
		font-size:12px;
		width:95%;
		}
	
	.blog-form form .textarea {
	height:73px;
	font-size:11px;
	}
		.blog-form form .textarea textarea {
		font-size:12px;
		width:95%;
		height:60px;
		}
		.blog-form form .textarea img {
		padding-top:3px;
		vertical-align:middle;
		}

