/* --------------------------------------------------- 
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:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#000000;
background-color:#f4eade;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#c00f00;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#8a8a8a;}
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;}

.big {font-size:14px;}
.small {font-size:11px;}
.small-center {display:inline-block;font-size:11px;text-align:center;font-family:Palatino, Georgia, "Times New Roman", Times, serif;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;display:inline-block;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-right {clear:right;display:inline-block;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main {text-align:center;}



/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
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:20px;
	background-image:url(../images/point.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
	}




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


	/* MAIN HEADER */
	#header {
	width:940px;
	height:auto;
	background-color:#c21100;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	}
	
		#header #logo {
		height:auto;
		background-color:#c31200;
		background-image:url(../images/logo.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		
		#header #sub-logo {
		height:30px;
		padding-bottom:26px;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:40px;
	line-height:40px;
	color:#ffffff;
	padding-left:20px;
	box-shadow: inset 0 5px 10px rgba(0,0,0,0.4);
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		height:40px;
		line-height:40px;
		color:#fff;
		font-size:14px;
		padding-right:16px;
		padding-left:16px;
		}
		
		#navigation a strong,
		#navigation a b {
		display:block;
		height:40px;
		line-height:40px;
		font-weight:normal;
		color:#fff;
		cursor:pointer;
		font-size:14px;
		}
		
			#navigation a:hover {
			color:#ffffff;
			background-color:#960000;
			}
			
			#navigation a:hover strong,
			#navigation a:hover b {
			cursor:pointer;
			color:#ffffff;
			background-color:#960000;
			}
			
			#navigation .on {
			color:#ffffff;
			background-color:#960000;
			}
			
			#navigation .on strong,
			#navigation .on b {
			cursor:pointer;
			color:#ffffff;
			background-color:#960000;
			}


		
		
#container2 {
width:960px;
text-align:left;
background-image:url(../images/shadow_main.gif);
background-position:center;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}		

		
	
	
	/* MAIN CONTENT */
	#main {
	width:894px;
	line-height:18px;
	padding:23px;
	background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border-bottom:solid #9f9f9f 1px;
	}
	
	
		#main .main-left {
		float:left;
		width:440px;
		padding-top:20px;
		}
		
		
		#main .main-right {
		float:right;
		width:360px;
		margin-right:12px;
		padding-left:40px;
		padding-top:20px;
		border-left:solid #e6e5e7 1px;
		}
	
	
	
		#main h1 {
		color:#78140a;
		text-transform:uppercase;
		font-weight:bold;
		font-family:Palatino, Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		line-height:20px;
		}
	
		#main .text {
		padding:0 12px;
		}
		
		#main .grey {
		padding:18px 22px;
		color:#424242;
		background-color:#e5e5e5;
		}
		
		.box-header {
		color:#000000;
		font-size:16px;
		font-weight:bold;
		}
		
		
		
		
		#flash {
		height:166px;
		position:relative;
		margin-bottom:22px;
		}
		
			#flash #flash-right {
			position:absolute;
			right:0px;
			top:25px;
			color:#ffffff;
			font-size:22px;
			line-height:22px;
			font-weight:bold;
			width:234px;
			height:141px;
			z-index:2200;
			}
			
			#flash #flash-over {
			height:166px;
			width:895px;
			background-image:url(../images/flash_over.png);
			background-position:left top;
			background-repeat:no-repeat;
			position:absolute;
			left:0px;
			top:0px;
			z-index:2100;
			}
				#flash #flash-over .text-over {
				float:left;
				width:160px;
				height:166px;
				font-size:10px;
				font-stretch:semi-condensed;
				line-height:24px;
				color:#ffffff;
				font-weight:bold;
				line-height:28px;
				
				}
					#flash #flash-over .text-over a {
					display:block;
					color:#ffffff;
					height:166px;
					padding:0 9px 0 9px;
					}
					#flash #flash-over .text-over a:hover {color:#f38378;}
			
			#flash table {
			position:absolute;
			left:0px;
			top:0px;
			display:none;
			z-index:1600;
			}




#container3 {
width:960px;
text-align:left;
background-image:url(../images/shadow_footer.gif);
background-position:bottom;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 10px 0;
border:none;
}	
	
	
	/* MAIN FOOTER */
	#footer {
	width:900px;
	line-height:18px;
	font-size:12px;
	color:#ffffff;
	background-color:#78140a;
	text-align:left;
	padding:20px 5px 20px 35px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border-top:solid #e4ada7 1px;
	border-bottom:solid #490c05 1px;
	}
		#footer h4 {font-weight:normal;padding-bottom:1px;}
	
		#footer a {color:#f38378;}
		#footer a:hover {color:#ffffff;}
		
		
		
		
		
		/* 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;
			}
			
			
		/* 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:240px;
			height:113px;
			}
				form .textarea textarea {
				font-size:12px;
				width:200px;
				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;}
		
		
		
		
		
		