/* --------------------------------------------------- 
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:#ececec;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#3366ff;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#1e398c;}
a img     {border:none;}


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

h1 {font-size:22px;color:#c4c4c4;line-height:24px;padding:4px 0 4px 0;margin:0px 0px 5px 0px;text-transform:uppercase;border-bottom:solid #717171 1px;}
h2 {font-size:20px;color:#c4c4c4;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;color:#c4c4c4;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 #717171 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:20px;}
.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:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	font-weight:bold;
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:18px;
	background-image:url(../images/point.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
	}




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

#container2 {
width:900px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
background-image:url(../images/main_bgimage.jpg);
background-position:0px 124px;
background-repeat:no-repeat;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:120px;
	background-color:#929191;
	border-bottom:solid #929191 4px;
	}
		

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	min-height:360px;
	}
	
		/* MAIN NAVIGATION */
		#navigation {
		float:left;
		width:209px;
		border-top:solid #b7af71 1px;
		margin-top:22px;
		}
		
			#navigation a {
			display:block;
			line-height:29px;
			font-size:16px;
			color:#000000;
			text-transform:uppercase;
			padding-left:22px;
			background-image:url(../images/nav_bg.gif);
			background-position:left -29px;
			background-repeat:repeat-x;
			border-bottom:solid #b7af71 1px;
			}
				#navigation a:hover, #navigation  .on {
				color:#ffffff;
				background-image:url(../images/nav_bg.gif);
				background-position:left 0;
				}
				
				
			.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 {}
				
				
		.main-inner {
		float:right;
		width:620px;
		padding-right:35px;
		margin-top:22px;
		margin-bottom:22px;
		}
		
		
		.main-inner .grey-bg {
		color:#ffffff;
		background-image:url(../images/grey_bg.png);
		background-repeat:repeat;
		}
			.grey-bg a {color:#c4cff0;}
			.grey-bg a:hover {color:#fbff08;}
		
		.main-inner .padding-main {
		padding:18px 22px 18px 22px;
		}
		
		
		.image-holder {
		float:left;
		width:230px;
		height:130px;
		padding:3px 10px 10px 4px;
		background-image:url(../images/image_bg.png);
		background-position:left top;
		background-repeat:no-repeat;
		}
		

	
	
	
	/* MAIN FOOTER */
	#footer {
	line-height:18px;
	font-size:14px;
	color:#0b468e;
	font-weight:bold;
	padding:22px 0 0 22px;
	background-color:#ececec;
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
		#footer .footer-right {
		float:right;
		display:inline-block;
		padding-right:170px;
		}
	
		#footer .footer-base {
		font-size:11px;
		color:#6c6f70;
		font-weight:normal;
		text-align:right;
		padding:13px 170px 10px 0;
		}
		
		
		
		