/* --------------------------------------------------- 
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:left;
background-color:#ffffff;
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


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


.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;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-right2 {clear:right;float:right;margin-left:15px;margin-top:0;margin-bottom:0;}
.img-main {display:none;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;
}
	li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:1px;
	margin-left:0;
	padding-left:22px;
	background-image:url(../images/point.gif);
	background-position:2px 7px;
	background-repeat:no-repeat;
	}
	
	ul .alt {background-image:url(../images/point2.gif);}




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

#container2 {
width:970px;
background-image:url(../images/nav_bg.gif);
background-position:left 150px;
background-repeat:no-repeat;
text-align:left;
margin-right:auto;
}


	/* MAIN HEADER */
	#header {
	height:150px;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:left;
	width:138px;
	padding-top:60px;
	padding-left:12px;
	min-height:690px;
	}
	
		#navigation a {color:#66ccff;font-weight:bold;}
		#navigation a:hover {color:#ffffff;}
		
		#navigation .button {
		margin-bottom:20px;
		}
			#navigation .button a {
			display:block;
			}

		
	
	
	/* MAIN CONTENT */
	#main {
	float:right;
	width:770px;
	line-height:18px;
	padding:40px 20px 20px 20px;
	}
	
		.title-splat {
		background-image:url(../images/splat_02.gif);
		background-position:490px 14px;
		background-repeat:no-repeat;
		}
	
	
		.form-right {
		width:280px;
		padding-top:70px;
		background-image:url(../images/splat_01.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}

	
	
	
	/* MAIN FOOTER */
	#footer {
	font-weight:bold;
	line-height:18px;
	font-size:13px;
	font-style:italic;
	color:#ac1e23;
	text-align:left;
	padding:20px 0 10px 0;
	}
		#footer b {font-size:15px;color:#24408f;}
		#footer a {color:#66ccff;}
		#footer a:hover {color:#ffffff;}
		
		
		
		