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


/* DEFAULT LINKS */
a         {color:#0b1e94;}
a:visited {}
a:hover   {text-decoration:none;color:#40b9ba;}
a img     {border:none;}


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

h1 {font-size:20px;color:#2b4f7c;line-height:20px;padding:4px 0 7px 0;font-weight:normal;}
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:#333333;line-height:18px;padding:4px 0 4px 0;}
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: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;padding-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;padding-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {display:none;}


/* 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:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	}
		li ul {
		margin-top:6px;
		}
		
			li li {
			font-weight:normal;
			background-image:url(../images/point3.gif);
			}




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

#container2 {
width:960px;
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 {
	height:67px;
	}
	
		#header #logo {
		float:left;
		display:inline-block;
		}
		
		#header #phone-right {
		float:right;
		width:156px;
		color:#ffffff;
		font-size:24px;
		line-height:35px;
		height:35px;
		padding-top:16px;
		padding-left:70px;
		background-image:url(../images/phone_bg.gif);
		background-position:left 16px;
		background-repeat:no-repeat;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:45px;
	line-height:45px;
	color:#ffffff;
	background-color:#426587;
	background-image:url(../images/nav_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:15px;
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		padding:0 14px 0 14px;
		background-color:#2e4c7d;
		background-image:url(../images/button_over.gif);
		background-position:center -100px;
		background-repeat:no-repeat;
		margin-right:1px;
		}
		#navigation a:hover, #navigation .on {
		color:#0e2c5d;
		background-position:center 0px;
		}
		
		
		
	/* FLASH */	
	#flash {
	line-height:18px;
	height:268px;
	background-image:url(../images/home_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
		#flash .flash-text {
		float:right;
		width:400px;
		padding:20px 100px 0 0;
		}

	
	
	
	#main {
	min-height:400px;
	line-height:18px;
	padding:20px;
	background-image:url(../images/main_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
		
	
	
	/* MAIN CONTENT */
	#main-home {
	min-height:200px;
	line-height:18px;
	color:#ffffff;
	background-color:#3a6293;
	background-image:url(../images/blue_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px 0 30px 2px;
	}
	
	
	
	.speech-box {
	float:left;
	width:226px;
	margin-left:10px;
	}
	
		.speech-box .header {
		display:block;
		height:76px;
		font-size:18px;
		color:#ffffff;
		background-position:top;
		background-repeat:no-repeat;
		padding:17px 20px 17px 20px;
		}
	
		.speech-box .blue-header {background-image:url(../images/box_blue.gif);}
		.speech-box .green-header {background-image:url(../images/box_green.gif);}
		.speech-box .brown-header {background-image:url(../images/box_brown.gif);}
		.speech-box .light-header {background-image:url(../images/box_light.gif);}
		
		
		.speech-box .sb-statment {
		font-size:14px;
		text-align:center;
		}
		
		.speech-box ul {
		margin-top:0px;
		}
			.speech-box li {
			font-weight:bold;
			line-height:12px;
			padding-bottom:6px;
			padding-top:6px;
			padding-left:20px;
			background-image:url(../images/point2.gif);
			background-position:7px 10px;
			border-bottom:solid #446b9a 1px;
			}
			
			.speech-box li a {color:#ffffff;}
			.speech-box li a:hover {color:#e4e58e;}
	
	
	
	.link-line {height:18px;}
	.link-line a {
	line-height:18px;
	font-size:11px;
	float:right;
	display:inline-block;
	background-image:url(../images/link.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:22px;
	}

	

	
	#footer {
	line-height:18px;
	font-size:11px;
	color:#5f80a9;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:15px;
	}
		#footer a {color:#173a65;text-decoration:none;}
		#footer a:hover {color:#2465b4;}
		
		
		
		