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


/* DEFAULT LINKS */
a         {text-decoration:none;color:#00b0bd;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#007780;}
a img     {border:none;}


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

h1 {font-size:22px;color:#333333;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;color:#333333;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;color:#333333;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;color:#00b0bd;line-height:18px;padding:4px 0 0px 0;font-weight:normal;}
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:7px;
height:7px;
padding:0 0 0 0;
margin:5px 0 5px 0;
background-image:url(../images/divider.gif);
background-position:center;
background-repeat:no-repeat;
/*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-main {display:none;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:2px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	font-size:12px;
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:2px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	}




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

#container2 {
width:900px;
text-align:left;
background-color:#ffffff;
background-position:bottom;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

	
	.background01 {background-image:url(../images/footer01.jpg);}
	.background02 {background-image:url(../images/footer02.jpg);}
	.background03 {background-image:url(../images/footer03.jpg);}


	#top-shadow {
	background-color:#00b0bd;
	background-image:url(../images/top_shadow.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	#base-shadow {
	font-size:11px;
	color:#005d64;
	background-color:#00b0bd;
	background-image:url(../images/footer_shadow.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:10px;
	}
		#base-shadow a {color:#5feef8;}
		#base-shadow a:hover {color:#ffffff;}


	/* MAIN HEADER */
	#header {
	height:128px;
	background-image:url(../images/header_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:17px 0 0 25px;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	width:520px;
	height:40px;
	font-size:14px;
	line-height:40px;
	color:#ffffff;
	margin-top:2px;
	}
	
		#navigation a {color:#ffffff;font-weight:bold;}
		#navigation a:hover {color:#592906;}
		#navigation img {vertical-align:middle;}
		
		
		
	#calculators {
	clear:right;
	float:right;
	width:245px;
	padding-top:24px;
	}
		#calculators li {
		font-size:14px;
		font-weight:normal;
		padding-bottom:2px;
		padding-left:20px;
		background-image:url(../images/point.gif);
		background-position:5px 5px;
		background-repeat:no-repeat;
		}
		
		
	
	.navmenu-dropdown-holder {}
	.navmenu-dropdown-menu {
	font-size:12px;
	font-weight:bold;
	background-color:#e76809;
	padding:2px;
	}
		.navmenu-dropdown-menu a {
		display:block;
		line-height:26px;
		padding:0 0 0 9px;
		color:#ffffff;
		border-bottom:solid #f8791a 1px;
		overflow:hidden;
		}
		.navmenu-dropdown-menu a:hover {
		color:#592906;
		background-color:#f8791a;
		}
		
	
	
	/* MAIN CONTENT */
	#main {
	float:left;
	width:520px;
	line-height:18px;
	min-height:300px;
	padding:0 0 0 30px;
	}
	
		#main .grey-box {
		display:block;
		background-image:url(../images/grad_bg.gif);
		background-position:left top;
		background-repeat:no-repeat;
		padding:25px;
		}
		
	#main-right {
	float:right;
	width:280px;
	padding:20px 30px 0 0;
	}
	
	
	
	/* MAIN FOOTER */
	
	#footer {
	clear:both;
	line-height:18px;
	font-size:11px;
	text-align:left;
	padding:26px 0 80px 30px;
	}
		
		#footer b, #footer strong {color:#f37318;font-style:italic;}
		
		
		
		
