/* --------------------------------------------------- 
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/side_bg.gif);
background-position:left;
background-repeat:repeat-y;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#097958;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#1a4bc9;}
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:10px;
height:10px;
padding:0 0 0 0;
margin:10px 0 0 0;
border-top:solid #f1f0ed 2px; 
}


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

.blue-text {color:#192b5c;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {
float:left;
margin-right:15px;
margin-top:4px;
margin-bottom:6px;
border:solid #e1e2e4 2px;
}

.img-right {
clear:right;
float:right;
margin-left:15px;
margin-top:4px;
margin-bottom:6px;
border:solid #e1e2e4 2px;
}

.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:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	}




/* 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:0;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

.container2 {
float:right;
width:750px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
padding:0 0 0 0;
border:none;
}
	.container2-bg {
	background-image:url(../images/logo2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	.container2-border {
	border-top:solid #1b2e5d 2px;
	}
	


	/* MAIN HEADER */
	.side {
	float:left;
	width:210px;
	color:#ffffff;
	}
		.side a {color:#83ffac;}
		.side a:hover {color:#ffffff;}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	margin:26px 0 0 20px;
	line-height:40px;
	color:#ffffff;
	border-top:solid #1b2e5d 1px;
	border-bottom:solid #294281 1px;
	}
	
		#navigation a {
		display:block;
		color:#ffffff;
		line-height:28px;
		font-weight:bold;
		text-align:right;
		padding-right:24px;
		border-top:solid #294281 1px;
		border-bottom:solid #1b2e5d 1px;
		background-color:#233a76;
		background-image:url(../images/nav_bg.gif);
		background-position:-100px 0;
		background-repeat:repeat-y;
		}
		#navigation a:hover {
		color:#3fba85;
		background-image:url(../images/nav_bg.gif);
		background-position:right;
		}
		
		
	.navmenu-dropdown-holder {}
	.navmenu-dropdown-menu {
	font-size:11px;
	font-weight:bold;
	background-color:#000000;
	}
		.navmenu-dropdown-menu a {
		display:block;
		line-height:22px;
		padding:0 0 0 9px;
		border-top:solid #666666 1px;
		overflow:hidden;
		}
		.navmenu-dropdown-menu a:hover {}
		
		
		
	.side .side-contact {
	text-align:right;
	padding:30px 24px 0 20px;
	}
		.side .side-contact h6 {
		color:#6f83b7;
		font-size:11px;
		}


	
	
	#header {
	height:102px;
	color:#66401e;
	font-size:18px;
	line-height:22px;
	text-align:right;
	padding:38px 170px 0 170px;
	background-image:url(../images/header_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
		#header span {color:#9e6028;}
		#header a {color:#66401e;}
		#header a:hover {color:#9e6028;}
		
	
		#header #header-inner {
		height:60px;
		width:400px;
		margin-right:10px;
		overflow:hidden;
		position:relative;
		}
			#header #header-inner table {
			left:0;
			position:absolute;
			}
			
			#header #header-inner table td {
			text-align:right;
			}
	
		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding-left:30px;
	padding-bottom:20px;
	}
	
		#main h1 {color:#192b5c;}
		#main h3 {color:#097958;padding-top:10px;}
		
		
		#main .main-left {
		float:left;
		width:380px;
		padding-right:20px;
		border-right:solid #bfbbb1 1px;
		background-image:url(../images/main_bg.gif);
		background-position:right 0;
		background-repeat:repeat-y;
		}
		
		#main .main-right {
		float:right;
		width:319px;
		}
			#main .main-right .inner-text {
			padding:0 16px 0 16px;
			}
		
			#main .blue {
			color:#ffffff;
			padding:12px 16px 12px 16px;
			background-color:#233a76;
			background-position:left top;
			background-repeat:no-repeat;
			}
				#main .blue h1,
				#main .blue2 h1 {color:#ffffff;}
				
				
			#main .blue2 {	
			color:#ffffff;
			padding:20px 30px 20px 196px;
			background-color:#334e8a;
			background-position:left top;
			background-repeat:no-repeat;
			}
			
			
		#main .home-left {
		float:left;
		width:430px;
		padding-top:10px;
		}
		
		#main .home-right {
		float:right;
		width:260px;
		height:30px;
		font-size:11px;
		text-align:right;
		padding:3px 14px 0 0;
		background-image:url(../images/home_right_bg.gif);
		background-position:right top;
		background-repeat:no-repeat;
		}
		
			#main .home-right a {color:#83ffac;}
			#main .home-right a:hover {color:#ffffff;}
			
			
			
		#main .home-left2 {
		width:454px
		}
		
		#main .home-right2 {
		min-height:82px;
		width:217px;
		font-size:14px;
		margin-top:40px;
		padding:114px 14px 14px 14px;
		background-color:#233a76;
		background-image:url(../images/home_side_bg.jpg);
		background-position:top;
		background-repeat:no-repeat;
		}
			#main .home-right2 h1 {
			color:#ffffff;
			font-size:30px;
			padding-top:14px;
			}
			
			#main .home-right2 a {color:#83ffac;}
			#main .home-right2 a:hover {color:#ffffff;}
			
			
			
		#main .bigbutton {}
			#main .bigbutton a {
			float:left;
			display:inline-block;
			color:#83ffac;
			font-size:16px;
			font-weight:bold;
			line-height:32px;
			padding:0 20px 0 20px;
			background-color:#233a76;
			}
				#main .bigbutton a:hover {color:#ffffff;}

	
	
	
	/* MAIN FOOTER */
	#footer {
	line-height:22px;
	font-size:11px;
	color:#8e9593;
	text-align:left;
	padding:15px 0 15px 30px;
	border-top:solid #efefef 9px;
	}
		#footer img {
		float:right;
		padding-top:-10px;
		padding-left:20px;
		}
		
		
		
		