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


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


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

h1 {font-size:22px;color:#081333;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:18px;color:#a3bbff;line-height:20px;padding:4px 0 4px 0;}
h3 {font-size:18px;color:#333333;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;color:#333333;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;color:#333333;line-height:16px;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;}

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 #2a3557 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;
padding:6px;
background-color:#ffffff;
}
.img-right {
clear:right;
float:right;
margin-left:15px;
margin-top:4px;
margin-bottom:6px;
padding:6px;
background-color:#ffffff;
}
.img-main {display:none;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:0;
margin-bottom:0;
margin-left:0;
padding-top:0;
padding-bottom:0;
padding-left:0;
}
	li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	margin-left:0;
	padding-left:18px;
	background-image:url(../images/point.gif);
	background-position:4px 7px;
	background-repeat:no-repeat;
	}
	
.big-ul ul {
display:block;
margin-top:6px;
margin-bottom:22px;
}

	.big-ul li {
	font-weight:bold;
	padding-bottom:7px;
	padding-left:26px;
	background-image:url(../images/spacer.gif);
	}




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


	/* MAIN HEADER */
	#header {
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;
	color:#1c2d5c;
	padding:110px 0 0 0;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:44px;
	line-height:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	color:#ffffff;
	background-image:url(../images/nav_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
	}
	
		#navigation a {
		float:left;
		display:block;
		color:#ffffff;
		}
		#navigation a:hover {color:#ffd182;}
		
		.nav-divd {
		background-image:url(../images/nav_divide.gif);
		background-position:left;
		background-repeat:no-repeat;
		}


		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	background-image:url(../images/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	padding:0 25px 0 25px;
	}
		.home-right {
		float:right;
		width:190px;
		padding:25px;
		color:#ffffff;
		background-color:#0f1c41;
		background-image:url(../images/homeside_bg.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
			.home-right a {color:#cb9029;}
			.home-right a:hover {color:#bd593a;}
		
		.home-service {
		padding:24px 0 24px 50px;
		background-image:url(../images/triangle.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
			.home-service-inner {
			float:left;
			width:240px;
			}
		
		.contact-left {
		float:left;
		width:470px;
		padding:20px 20px 20px 20px;
		}
	
		#main .main-inner {
		padding:0 10px 0 10px;
		background-position:center;
		}
		
			#main .main-inner .text-padding {
			padding:20px 20px 20px 20px;
			}
			
			#main .main-inner .about-bg{
			background-image:url(../images/ul_triangle.gif);
			background-position:0 56px;
			background-repeat:no-repeat;
			}
			
			#main .main-inner .title {
			font-size:14px;
			}
		
	
		#main .main-top {
		clear:both;
		font-size:0;
		line-height:10px;
		height:10px;
		background-image:url(../images/main_top.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		overflow:hidden;
		}
		
		#main .main-base {
		clear:both;
		font-size:0;
		line-height:10px;
		height:10px;
		background-image:url(../images/main_base.gif);
		background-position:top;
		background-repeat:no-repeat;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		overflow:hidden;
		}

	
	
	
	/* MAIN FOOTER */
	#footer-container {
	height:125px;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:2px 10px 0 10px;
	margin-top:20px;
	}
	
	#footer {
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#56524e;
	font-style:italic;
	}
		
		.footer-right {
		float:right;
		height:85px;
		width:140px;
		font-size:14px;
		color:#786b5d;
		padding:40px 0 0 210px;
		background-image:url(../images/footer_right.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
		.footer-left1 {
		float:left;
		padding:10px 35px 0 35px;
		margin-top:15px;
		}
		
		.footer-left2 {
		float:left;
		padding:10px 0 17px 35px;
		margin-top:15px;
		border-left:solid #cfc8c1 1px;
		}
		
		
		
	#base {
	color:#897f75;
	font-size:11px;
	text-align:center;
	margin-top:10px;
	}

		
		
		
		