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


/* DEFAULT LINKS */
a         {text-decoration:none;color:#e20a16;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#000000;}
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:14px;padding:0 0 0 0;}
h6 {font-size:12px;line-height:12px;padding:0 0 0 0;}



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

.small {font-size:11px;}


.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; 
}

.divider2 {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #f5f5f5 7px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:12px;}
.gap2 {float:left;width:15px;}
.gap3 {float:left;width:36px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {text-align:center;;margin-bottom: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:3px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:1px 4px;
	background-repeat:no-repeat;
	}




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

#container2 {
width:100%;
text-align:left;
background-image:url(../images/header_bg.gif);
background-position:center top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header, #header-home {
	height:183px;
	width:940px;
	background-image:url(../images/header_border.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	position:relative;
	}
	
		#header-home {
		height:303px;
		}
		
		.home-tagline {
		float:left;
		width:535px;
		text-align:right;
		}
			.home-tagline h2 {
			color:#2d2d2d;
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			line-height:30px;
			font-weight:normal;
			}
				.home-tagline h2 span {
				color:#e20a16;
				font-weight:bold;
				}
	
	
	
	#flash {
	position:absolute;
	right:10px;
	top:0px;
	width:350px;
	height:183px;
	background-color:#ffffff;
	}
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		width:350px;
		height:183px;
		background-image:url(../images/header_over.png);
		background-position:left top;
		background-repeat:no-repeat;
		z-index:1150;
		}
	
		#flash table {
		display:none;
		position:absolute;
		left:0px;
		top:0px;
		width:350px;
		height:183px;
		z-index:1100;
		}
		
		
	#flash-home {
	position:absolute;
	right:2px;
	top:0px;
	width:395px;
	height:303px;
	background-image:url(../images/home_flash_image.png);
	background-position:top left;
	background-repeat:no-repeat;
	}
		


#navigation-holder {
width:100%;
font-size:0;
line-height:7px;
height:7px;
background-image:url(../images/nav_bg.gif);
background-position:center 0px;
background-repeat:repeat-x;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}	
		
	/* MAIN NAVIGATION */
	.nav-home-pos {top:291px;}
	.nav-main-pos {top:171px;}
	
	#navigation {
	position:absolute;
	left:0px;
	width:920px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px 0 10px;
	border:none;
	z-index:1550;
	}
		#my-class {
		float:right;
		width:135px;
		height:30px;
		}
			#my-class a {
			display:block;
			line-height:30px;
			background-image:url(../images/my_class_sprites.png);
			background-position:right 0px;
			background-repeat:no-repeat;
			}
				#my-class a:hover {
				background-image:url(../images/my_class_sprites.png);
				background-position:right -30px;
				}
	
	
		#navigation ul {
		padding:0 0 0 0;
		margin:0 0 0 0;
		position:relative;
		}
		
		#navigation ul li {
		float:left;
		display:inline-block;
		padding:0 0 0 0;
		margin:0 4px 0 0;
		background:none;
		}
	
		#navigation ul li a {
		display:block;
		font-size:13px;
		color:#ffffff;
		line-height:30px;
		padding-left:12px;
		background-image:url(../images/nav_sprite.png);
		background-position:left -30px;
		background-repeat:no-repeat;
		}
			#navigation ul li a strong,
			#navigation ul li a b {
			display:block;
			line-height:30px;
			padding-right:12px;
			cursor:pointer;
			background-image:url(../images/nav_sprite.png);
			background-position:right 0px;
			background-repeat:no-repeat;
			}
			
		#navigation ul li a:hover {
		background-image:url(../images/nav_sprite.png);
		background-position:left -90px;
		}
			#navigation ul li a:hover strong,
			#navigation ul li a:hover b {
			background-image:url(../images/nav_sprite.png);
			background-position:right -60px;
			}
		
		#navigation ul li ul {
		display:none;
		position:absolute;
		top:33px;
		width:190px;
		background-color:#a30811;
		padding:0 0 0 0;
		margin:0 0 0 0;
		}
			#navigation ul li ul li {
			color:#ffffff;
			padding:0 0 0 0;
			margin:0 0 0 0;
			line-height:24px;
			background:none;
			}
				#navigation ul li ul li a {
				float:none;
				color:#ffffff;
				display:block;
				width:190px;
				line-height:24px;
				padding:0 16px 0 16px;
				background:none;
				background-color:#a30811;
				border-bottom:solid #bb252e 1px;
				}
					#navigation ul li ul li a:hover {
					background:none;
					background-color:#82060d;
					border-bottom:solid #78060d 1px;
					}


		
	
	
	/* MAIN CONTENT */
	#main {
	width:858px;
	line-height:18px;
	min-height:300px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:48px 40px 30px 40px;
	border:none;
	border-left:solid #e9e9e9 1px;
	border-right:solid #e9e9e9 1px;
	}
	
		#main .header {display:block;min-height:44px;}
			#main .header h1 {
			float:left;
			font-size:30px;
			color:#ffffff;
			line-height:34px;
			padding:0 5px 0 5px;
			background-color:#e20a16;
			}
		#main .header2 {display:block;min-height:30px;}
			#main .header2 h3 {
			float:left;
			font-size:14px;
			color:#ffffff;
			line-height:26px;
			padding:0 5px 0 5px;
			background-color:#e20a16;
			}
			#main .header2 h4 {
			float:left;
			font-size:14px;
			color:#ffffff;
			line-height:26px;
			padding:0 5px 0 5px;
			background-color:#444444;
			}
			
		
		#main h3 {
		padding:4px 10px;
		font-size:14px;
		line-height:18px;
		background-color:#e7e7e7;
		margin-bottom:12px;
		}
			
		
		#main h5,
		#main h6 {
		line-height:18px;
		}
		
		#main strong, #main b {color:#a30811;}
		
		
		
		/* LEFT Columns */
		
		#main .colleft-01 {
		float:left;
		width:480px;
		}
		
		#main .colleft-03 {
		float:left;
		width:160px;
		}
		
		#main .colleft-04 {
		float:left;
		width:520px;
		}	
		
		#main .colleft-06 {
		float:left;
		width:292px;
		}	
			

		
		
		
		/* RIGHT Columns */
		
		#main .colright-01 {
		float:right;
		width:332px;
		}
		
		#main .colright-03 {
		float:right;
		width:652px;
		}
		
		#main .colright-04 {
		float:right;
		width:292px;
		}
		
		#main .colright-06 {
		float:right;
		width:520px;
		}
		
		
		
		
		
		#main .form-style {
		background-color:#eaeaea;
		border:solid #c6c6c6 1px;
		padding:10px;
		}
		
		
		
		
		/* GRID Items */
		
		#main .grid-mid,
		#main .grid-mid-bordered {
		float:left;
		width:120px;
		color:#4a4a4a;
		font-size:11px;
		line-height:14px;
		text-align:center;
		padding:10px;
		}
			#main .grid-mid-bordered {
			padding:9px;
			border:solid #c6c6c6 1px;
			}
			
			
		#main .grid-big {
		float:left;
		width:275px;
		color:#c6c6c6;
		font-size:11px;
		line-height:17px;
		text-align:center;
		}
			#main .grid-big b, #main .grid-big strong {font-size:14px;}
			
			
		#main .grid-subsite-big {
		float:left;
		width:235px;
		color:#c6c6c6;
		font-size:11px;
		line-height:17px;
		text-align:center;
		}
			#main .grid-subsite-big b, #main .grid-subsite-big strong {font-size:14px;}
			
			
		#main .grid-big-full {
		float:left;
		width:275px;
		font-size:12px;
		line-height:17px;
		text-align:left;
		}
		
		
		
		
		
		.cal-bg {
		width:45px;
		min-height:42px;
		font-size:11px;
		font-weight:bold;
		padding-right:20px;
		background-image:url(../images/cal_bg.gif);
		background-position:left center;
		background-repeat:no-repeat;
		color:#ffffff;
		padding-top:9px;
		padding-bottom:6px
		}
			#main .cal-bg strong, #main .cal-bg b {
			font-size:22px;
			color:#ffffff;
			line-height:18px;
			}
		
		
		
		
		
		#main .button-holder {display:block;height:26px;}
		
			#main .button-holder a {
			float:left;
			display:inline-block;
			font-size:11px;
			font-weight:bold;
			line-height:24px;
			padding:0 10px 0 10px;
			border:solid #c6c6c6 1px;
			margin-right:4px;
			}
				#main .button-holder a:hover {
				color:#ffffff;
				background-color:#e20a16;
				border:solid #e20a16 1px;
				}
	
	

	
	
	
/* MAIN FOOTER */
#footer-holder {
width:100%;
background-image:url(../images/footer_bg.gif);
background-position:top;
background-repeat:repeat-x;
}

	#footer {
	width:880px;
	line-height:18px;
	font-size:10px;
	color:#353535;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:25px 20px 25px 40px;
	border:none;
	}
		#footer #footer-right {
		float:right;
		display:inline-block;
		padding:5px 10px;
		font-size:11px;
		text-align:right;
		background-color:#d1d1d1;
		}
		
		#footer .footer-col {
		float:left;
		width:140px;
		}
		
		#footer a {color:#6b6a6a;}
		#footer a:hover {color:#e20a16;}
		
	#base {
	width:940px;
	line-height:12px;
	font-size:10px;
	color:#9e9d9d;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 0;
	border:none;
	border-top:solid #e20a16 6px;
	}
		#base #base-right {
		float:right;
		display:inline-block;
		text-align:right;
		}
		
		#base a {color:#6b6a6a;}
		#base a:hover {color:#e20a16;}
		
		
		
		
