/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit 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:#4f4c44;
background-color:#e7e5df;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:underline;color:#4f4c44;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#7ca161;}
a img     {border:none;}


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

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}


.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 #CCCCCC 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;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


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




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:940px;
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-home {
	height:300px;
	background-color:#5d6b79;
	background-image:url(../images/home_top_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	#header {
	height:140px;
	background-color:#5d6b79;
	background-image:url(../images/top_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
		#header-home #logo,
		#header #logo {
		float:left;
		display:inline-block;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:40px;
	line-height:40px;
	color:#ffffff;
	background-color:#303a42;
	padding-left:10px;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:40px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		line-height:40px;
		color:#ffffff;
		padding:0 16px;
		text-transform:uppercase;
		text-decoration:none;
		}
			#navigation a:hover,
			#navigation .over {
			color:#ffffff;
			background-color:#2c3339;
			}
			
			#navigation .on {
			color:#90c045;
			padding-left:34px;
			background-image:url(../images/nav_point.gif);
			background-position:15px 15px;
			background-repeat:no-repeat;
			}
				#navigation .on:hover {
				color:#90c045;
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:1px;
			font-size:0;
			background-image:url(../images/nav_div.gif);
			background-position:center;
			background-repeat:no-repeat;
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:40px;
				display:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				z-index:6000;
				}
					#navigation .sub-nav li {
					width:180px;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:180px;
						line-height:14px;
						border-right:none;
						color:#ccfff8;
						background:none;
						padding:8px 13px;
						background-color:#2c3339;
						border-bottom:solid #000000 1px;
						}
							#navigation .sub-nav a:hover {
							color:#ffffff;
							background-color:#6699cc;
							}
							
							
							
							
	
	
	#feature {
	line-height:18px;
	height:180px;
	background-color:#d2cdbd;
	}
		#feature .feature-desc {
		float:left;
		width:240px;
		height:140px;
		padding:20px 20px;
		}
		
		#feature .feature-art {
		float:left;
		width:220px;
		height:180px;
		position:relative;
		}
		
			#feature .feature-art .fa-text {
			position:absolute;
			left:0px;
			top:120px;
			width:220px;
			height:60px;
			line-height:15px;
			text-align:center;
			z-index:1200;
			}
				#feature .feature-art .fa-text a {
				display:block;
				width:208px;
				height:48px;
				padding:6px 6px;
				color:#ffffff;
				text-decoration:none;
				background-image:url(../images/feature_over.png);
				background-position:left;
				background-repeat:repeat;
				}
					#feature .feature-art .fa-text a:hover {
					background:none;
					background-color:#7ca161;
					}
			
				#feature .feature-art .fa-text a h5 {
				color:#9fbc8a;
				padding:0px;
				}
					#feature .feature-art .fa-text a:hover h5 {
					color:#ffffff;
					}

		

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:25px;
	min-height:300px;
	background-image:url(../images/main_bg.gif);
	background-position:-80px top;
	background-repeat:no-repeat;
	}
	
		#main h1 {
		font-size:20px;
		line-height:20px;
		color:#bcb6a3;
		}
		
		#main h2 {
		font-size:18px;
		line-height:18px;
		color:#aba593;
		}
		
		#main h4 {
		font-size:15px;
		line-height:15px;
		color:#96907c;
		}
		
		#main h5 {
		font-size:14px;
		line-height:14px;
		color:#7dac5b;
		padding-bottom:8px;
		}
		
		
		
		#main .main-left {
		float:left;
		width:150px;
		padding-right:40px;
		}
		
		
		
		#main .main-inner {
		float:left;
		width:470px;
		}
		
		
		
		#main .main-right {
		float:right;
		width:170px;
		color:#8b8880;
		padding-left:25px;
		border-left:solid #d9d7d0 1px;
		padding-bottom:50px;
		}
			#main .main-right a {text-decoration:none;}
		
		
		
		
		.more-holder {
		font-size:11px;
		height:18px;
		padding-bottom:18px;
		}
			.more-holder a {
			float:left;
			display:inline-block;
			line-height:18px;
			color:#1d7f98;
			font-weight:bold;
			text-decoration:none;
			background-image:url(../images/more_arrow_white.gif);
			background-position:right 5px;
			background-repeat:no-repeat;
			padding-right:15px;
			}
				.more-holder a:hover {
				color:#7ca161;
				background-image:url(../images/more_arrow_white.gif);
				background-position:right -75px;
				}
				
				
		.more-holder-brown {
		font-size:11px;
		height:18px;
		text-align:right;
		padding-bottom:18px;
		}
			.more-holder-brown a {
			line-height:18px;
			color:#1d7f98;
			font-weight:bold;
			text-decoration:none;
			background-image:url(../images/more_arrow_brown.gif);
			background-position:right 3px;
			background-repeat:no-repeat;
			padding-right:15px;
			}
				.more-holder-brown a:hover {
				color:#7ca161;
				background-image:url(../images/more_arrow_brown.gif);
				background-position:right -77px;
				}




	
	
	/* MAIN FOOTER */
	#footer {
	line-height:36px;
	font-size:12px;
	color:#303a42;
	text-align:left;
	padding:0 20px;
	}
		#footer .footer-right {
		float:right;
		color:#817c6c;
		}
		
		#footer a {color:#303a42;font-weight:bold;text-decoration:none;}
		#footer a:hover {color:#3c9ab2;}
		
		
		
		
		
		/* NEXT PREVIOUS PAGES */		
		.nextprev {float:right;}
		.nextprev a {text-decoration:none;}
			.nextprev .num {
			color:#333333;
			background-color:#d2cdbd;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .cur {
			color:#ffffff;
			font-weight:bold;
			background-color:#7ca161;
			}
			.nextprev .np {
			color:#ffffff;
			background-color:#3c9ab2;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .se {
			color:#A0A0A0;
			background-color:#F3F3F3;
			}
			.nextprev a:hover {
			text-decoration:none;
			color:#ffffff;
			background-color:#2c3339;
			}
			
			
		/* Login PAGES */	
		#login {}
			#login .login-form {}
			
				#login .login-form li {
				padding-left:0px;
				background:none;
				}
				
					#login .login-form li label {
					display:inline-block;
					width:200px;
					}
		


		/* MAIN FORM */
		form {
		margin:0 auto; 
		padding:0 0 0 0;
		}
					
			form .req {
			color:#D60309;
			font-weight:bold;
			font-size:12px;
			}
		
			form .label {
			clear:both;
			float:left;
			width:140px;
			font-size:12px;
			font-weight:bold;
			color:#353535;
			line-height:16px;
			text-align:right;
			margin-top:2px;
			margin-right:10px;
			margin-bottom:6px;
			}
			
			form .label2 {
			clear:both;
			float:left;
			width:140px;
			font-size:14px;
			font-weight:bold;
			color:#353535;
			line-height:16px;
			text-align:right;
			margin-top:2px;
			margin-right:10px;
			margin-bottom:6px;
			}
			
			form .label-details {
			font-weight:normal;
			font-size:11px;
			color:#666666;
			line-height:15px;
			}
			
			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 .checkbox {
			float:left;
			width:250px;
			}
			
			form .radio {
			float:left;
			width:250px;
			}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:250px;
			height:113px;
			}
				form .textarea textarea {
				font-size:12px;
				width:240px;
				height:100px;
				}
				form .textarea img {
				padding-top:3px;
				}
			
			form .button {
			margin-top:2px;
			padding-left:150px;
			padding-bottom:5px;
			}
		
		
		.form-under {font-size:11px;color:#666666;}
		
		
		
		
		
		
